From 6d56a6a25c5ad098fe6c3c84cb1a019b18de450e Mon Sep 17 00:00:00 2001 From: Marek Augustyn Date: Wed, 19 Jul 2017 16:12:32 +0200 Subject: [PATCH 1/3] Remove references to missing fonts in compact.css --- codebase/skins/compact.css | 8 ++++---- codebase/skins/debug/compact.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/codebase/skins/compact.css b/codebase/skins/compact.css index 125b677..15824bb 100644 --- a/codebase/skins/compact.css +++ b/codebase/skins/compact.css @@ -1,7 +1,7 @@ /* @license webix UI v.4.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License +This software is allowed to use under GPL or you need to obtain Commercial License to use it in non-GPL project. Please contact sales@webix.com for details */ .webix_view{font-family:'PT Sans',Tahoma;font-size:13px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} @@ -1512,8 +1512,8 @@ label.webix_required:after{padding-left:4px;content:"*";color:red} .webix_dbllist button:last-child{margin-left:5%} .webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} .webix_invalid .webix_list{background:#f8e2e2} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.eot) format('embedded-opentype'),url(../fonts/PTS-webfont.woff) format('woff'),url(../fonts/PTS-webfont.ttf) format('truetype')} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.eot) format('embedded-opentype'),url(../fonts/PTS-bold.woff) format('woff'),url(../fonts/PTS-bold.ttf) format('truetype')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} .mainFont{font-family:'PT Sans',Tahoma;font-size:13px;color:#666} .webix_layout_toolbar.webix_toolbar{color:#fff;font-size:16px;background:#3498db} .webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} @@ -1760,4 +1760,4 @@ body.webix_print *{visibility:hidden} .webix_input_icon,.webix_view{box-sizing:content-box} .webix_view.webix_el_label{box-sizing:border-box} .webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file +.webix_view table{border-collapse:initial} diff --git a/codebase/skins/debug/compact.css b/codebase/skins/debug/compact.css index 2b6211c..a640424 100644 --- a/codebase/skins/debug/compact.css +++ b/codebase/skins/debug/compact.css @@ -7293,13 +7293,13 @@ label.webix_required:after { font-family: 'PT Sans'; font-style: normal; font-weight: 400; - src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.eot') format('embedded-opentype'), url('../../fonts/PTS-webfont.woff') format('woff'), url('../../fonts/PTS-webfont.ttf') format('truetype'); + src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); } @font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.eot') format('embedded-opentype'), url('../../fonts/PTS-bold.woff') format('woff'), url('../../fonts/PTS-bold.ttf') format('truetype'); + src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); } .mainFont { font-family: 'PT Sans', Tahoma; From 88da427359d2fa70d90edadc0bdcfef76c2f25b8 Mon Sep 17 00:00:00 2001 From: Marek Augustyn Date: Wed, 19 Jul 2017 16:40:29 +0200 Subject: [PATCH 2/3] Add package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c74ee6d --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "webix", + "version": "4.4.0", + "description": "Webix UI", + "main": "webix.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "webix", + "ui", + "tree", "datatable", "list", "chart", "form", "grid" + ], + "author": "XB Software", + "license": "SEE LICENSE IN license.text" +} + From 83e4a47ab36040c1d6886c2085dc5cf9c85abc25 Mon Sep 17 00:00:00 2001 From: Marek Augustyn Date: Wed, 19 Jul 2017 16:45:53 +0200 Subject: [PATCH 3/3] Move codebase to root --- fonts/PTS-bold.woff | Bin 0 -> 61976 bytes fonts/PTS-webfont.woff | Bin 0 -> 56820 bytes fonts/font-license.txt | 14 + fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes fonts/fontawesome-webfont.svg | 2671 +++ fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes i18n/be.js | 83 + i18n/de.js | 83 + i18n/en.js | 86 + i18n/es.js | 83 + i18n/fr.js | 78 + i18n/it.js | 83 + i18n/ja.js | 83 + i18n/pt.js | 84 + i18n/ru.js | 78 + i18n/zh.js | 83 + legacy/excanvas/AUTHORS.txt | 10 + legacy/excanvas/COPYING.txt | 202 + legacy/excanvas/README.txt | 22 + legacy/excanvas/excanvas.js | 924 + legacy/swfobject.js | 797 + legacy/uploader.swf | Bin 0 -> 2800 bytes skins/air.css | 1425 ++ skins/aircompact.css | 1425 ++ skins/clouds.css | 1458 ++ skins/compact.css | 1763 ++ skins/contrast.css | 1592 ++ skins/debug/air.css | 6712 ++++++ skins/debug/aircompact.css | 6680 ++++++ skins/debug/clouds.css | 6744 ++++++ skins/debug/compact.css | 8660 +++++++ skins/debug/contrast.css | 7499 ++++++ skins/debug/flat.css | 8654 +++++++ skins/debug/glamour.css | 7213 ++++++ skins/debug/light.css | 6803 ++++++ skins/debug/metro.css | 6691 ++++++ skins/debug/terrace.css | 6446 ++++++ skins/debug/touch.css | 7889 +++++++ skins/debug/web.css | 6470 ++++++ skins/flat.css | 1764 ++ skins/glamour.css | 1547 ++ skins/light.css | 1505 ++ skins/metro.css | 1480 ++ skins/terrace.css | 1425 ++ skins/touch.css | 1612 ++ skins/web.css | 1427 ++ webix.css | 1764 ++ webix.js | 1715 ++ webix_debug.js | 37263 ++++++++++++++++++++++++++++++ 51 files changed, 151090 insertions(+) create mode 100644 fonts/PTS-bold.woff create mode 100644 fonts/PTS-webfont.woff create mode 100644 fonts/font-license.txt create mode 100644 fonts/fontawesome-webfont.eot create mode 100644 fonts/fontawesome-webfont.svg create mode 100644 fonts/fontawesome-webfont.ttf create mode 100644 fonts/fontawesome-webfont.woff create mode 100644 fonts/fontawesome-webfont.woff2 create mode 100644 i18n/be.js create mode 100644 i18n/de.js create mode 100644 i18n/en.js create mode 100644 i18n/es.js create mode 100644 i18n/fr.js create mode 100644 i18n/it.js create mode 100644 i18n/ja.js create mode 100644 i18n/pt.js create mode 100644 i18n/ru.js create mode 100644 i18n/zh.js create mode 100644 legacy/excanvas/AUTHORS.txt create mode 100644 legacy/excanvas/COPYING.txt create mode 100644 legacy/excanvas/README.txt create mode 100644 legacy/excanvas/excanvas.js create mode 100644 legacy/swfobject.js create mode 100644 legacy/uploader.swf create mode 100644 skins/air.css create mode 100644 skins/aircompact.css create mode 100644 skins/clouds.css create mode 100644 skins/compact.css create mode 100644 skins/contrast.css create mode 100644 skins/debug/air.css create mode 100644 skins/debug/aircompact.css create mode 100644 skins/debug/clouds.css create mode 100644 skins/debug/compact.css create mode 100644 skins/debug/contrast.css create mode 100644 skins/debug/flat.css create mode 100644 skins/debug/glamour.css create mode 100644 skins/debug/light.css create mode 100644 skins/debug/metro.css create mode 100644 skins/debug/terrace.css create mode 100644 skins/debug/touch.css create mode 100644 skins/debug/web.css create mode 100644 skins/flat.css create mode 100644 skins/glamour.css create mode 100644 skins/light.css create mode 100644 skins/metro.css create mode 100644 skins/terrace.css create mode 100644 skins/touch.css create mode 100644 skins/web.css create mode 100644 webix.css create mode 100644 webix.js create mode 100644 webix_debug.js diff --git a/fonts/PTS-bold.woff b/fonts/PTS-bold.woff new file mode 100644 index 0000000000000000000000000000000000000000..830b0634b16c43e2e37442458a98fe69e61513e8 GIT binary patch literal 61976 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�pI!Qo`360@^|ndS$c5_FIuEXr}p!Kk>(7YbOl}vfCCUL z${w-26yCG~5DQ@Ak#a4nWd>ToB-51^{;K=Ji*50Z!|bYg-W6>|iidaRbSt*Ft$azkR7Fo~DVTbK;twgT+WfcwcQ`x zr!BG%Tjb3Mw0zTiTcN&mNIc3sPhFb?P7fo-{fpOC;0mKHc1D!moE%lsiSXuO6lv&g zJW-Vur6$^>qwzP%gE7lMe=tvBJOmk-5UBylYdb7uV|`O=&*)<^&5J&pwP^Q)7o%&5 zt$Ei$C_TNuIs1p9%42k5|3JMrWHBGfEwUU+01s;8=Zz5m3ak0~UqglQQfR$Fi;L&l^wi;UI} zcRKc}7kbn@2N-W5ldG+7Zg-p(nj8-AYgC;lbukZ`<@|H>35~QKk_*!gu+aU>{bflp zZS&Y#{TT^l3&f5TV7Xy|VJSpVXk+g7iM0x+hPXr=X{LV`p-`-76uN{01L%iw!z$u} z%n@Ew1mEK_FbfM_-D`=0AP$=V<_U&<1D~bPU(}ePhRWS}*3xpVg!BeQ?y!$fp!Jbf zw5Q}a{S!fi+cU`fQWg~Ydv2KIV}GFmoZ{b(5*K~`AsLS{(&;t8K!2nu$;9QKB9OYx z`~=zfRIqpGqaxe$v{%N`VJ=vx0h>X-DvKlmqg~7062{J48Ngy4QQ#Ccvqu@)y=XA~ zT4UrB(wy)wl1DEV59vj`5It^oqZ}c~EGuu7XJr+JuuyK4OIzClo|m5ZaF-LG*qU-? zYB>bGhM`U{c?`jG?~*QBBQ2P#^CbJGXy&OliKy`m-UN0a&!D_?6oY#R%kY#}k8IvLb_2KOp?4JR z?s;vS@PHnpS-@jUA46MBC?GpXUp}vlHOde&n1v%vG zChtXS%d3tLvARgNz7ErL*G1A!Z2PP`=VUvsGLH`kuP|w^ML`^+cWp7|b?Es(;-DG6 z`*Hgj7Y$xfAiglb8dmQ*zyj8WgcvzAM{Pty!4+ST{C%&iAlK2EhTXRy$Q1+$8L&80 zJHm569KEgWtAhpKs+K&>^kuWmpX~{fGTDxul zP5JeJdA_BQ%&0Vn2*t#*=*i`b!;A`_%06y2Z8^}*V46Nb`R)?tepF(^oF@4TVHC;75Mbf1gS7RWQLKoAnQ2|7-j#FdX8&pQBrS`u_g||k&$&p-| z$b^KS0Hi-bpAvH?G-E5}7h{RJ;oO7)kP`JGW3%M!w21>D(u6G&Qn^SUD0xiH`2-YG z{t8qX$a6wtipxQJMB*><_K*cHN%*#TizVo>B5W-V@vy*RfF1y+`UDiwI9A7;qA@md zE2^+4hqN^lvK4|!Jz~09C<||e;Rf6USL12Zi8fkJ4+QZlQHNOtxtU4H1EU=J#vRc9 zP}q-Z?3+~ulU+(MH&kTdlmX1X2DgXn??%?v_1(`fh_Z|2c2uZvq6PZ)M%p#=-wF}3 z?ET`=ofeJ0eRGqI5(Hw{Chv{asfvf-;nH7#=~uci;ORw`=&r?S6JOmBXz4&mxX4#C zTCifPIqkPl@_bOUzYjY&J9e41tWT_$LuhTAhz9F&=wN#ZsMvUA;`{Mif zNQlrTOvFRC(@}hkoHpCG$4T@1JiDyU2tG%}{arJ9Pg_8eWAJ{8ZB`@9| z8g9r`LObJ6oFRW*Ih8hnm=$D%TzG9Mg5eEEYyS(J@B?fN8<@c;PQ2Dx0XF{lTT$jL zL8y_jq+sZAD(kh05sTtIfN0p5G6N`cT z(y@N7WVm%Df#6aB5h+PZnxP0#S_It%4a$$H54^vvTFDV}asLvJdz+nwR28JI7cQ5D zO!0`PJR*?|o2(?LIEy6v=*&Tcf6jZD{m8YIZHfP>wlGufG5RYZG_j>*B9IneOGozV z(ExBeelyjJs%)Ps9OIaB%$CT0AU5&D?Ui>77sC69Ll)fE^ch5LG4hc7#ofrr4VcPo z<1(OLmQ;3EHNTUV6jxM(#w(3wrxJcRjhWz4k$y11tEFHKt<(;K=ZV~_dqWgB61ACq z3&%5Wvq&53MyGUB#BtN;R_6}mrgKY=sjTO%#cfhg$99eb_2Qww5!b7pa8sz( zVY2TNPY6w7GQW%&XI%;z(u^6=5FWK{T!}|f zwn8Fa^V#}Hb_}IL(TG56tNc=bICGK?u}kt1oKIc(E{^v(RqO};&9Fk{^LP>JC{)t7 z!F=rpJ_l{>&JECOHWU$s9sy*oBKu5T{8Mj~m!N-_E5}u&TFY{yx#r`=x_Z0Z2wgjY zEZIF7poR~RyiW`wF3OLJ$`CLhDt z@vrgNS^2#T2Y7EYRcX^O$=DcrLX_6Dq(MtU31bu!cEaTU>Fv9tnrgbeL69bbiiik; z2#84UB%!DXh(HkOU25o3LLgM72-15^=nw^@B+?P2_W)8ulPWEMQi6cM7xj7G``-6i z>;Chtd)Zm%%*>fNGkf-L?>)&3GfP`bYghG90;?~3ALAHlgO1nLxH14dfc|RCFeMQ6 zRs58A^z2>@uol#c?NISMltH@pz^qO_rv+8#v~WxR;1x zE%SJ<`}g0_8aNE0l7e7P@$ER?M zpsBr__jRQT=074;`PC&*&Cc6r*`AZs_@gpsYyR(~hikzLZVRwy(&WRnspW9Td!on) zbZFQaRL~p1nY+fnw;61~HOM>*Ha~;D*5E<3b~vMGSf*A>wyMP}r1yvXJp?Z_sZe%E zKDW!J1Iov}6hz+*X`Qi!uU_f-dMyiESgpm~p>rp?;Vd_VuV9#r< z0QE%dbl7{Failu0NmvJ(5BiqjbB}=4|17(#57&npaiu z!z+Vu+I`YOcY{xCMF0dC)pd?rOT3sI6O3MKc*YXdkBL1%5SW!{OhlOsCYKvBOAg6; z^6eIPJn9iPNl=;&5LT`~^lb(+t1yaT&Dr^-5$>XW>zk=GFZNFT-AkD_eC|`e)1;5H zxenIew#T&Cn)`=r)X!iO52l}UPE6qk-a; zj?yB?*46$b$|+1k zeR?L7Ic`e@a+J>4uGx`%nH-=_=b5GvQNp%GQ#(5jy>ivjb?SNPdFfltmf;6})rigc zl8T-iaPEl58SlLYRM_FulQ74N>hC3iq^Vu!I%=6$mv&YhJ|d6Dv@Zt$Ia^GbHKDr0 zd+%3SH{8p5?H0`EuMDO4UQ>&T-Ey837ld5+GM_WU|5_~lnJ;VS7i@72@pP|#IjlxX z)lDC&U)4H}w*=@_QfLlD*4dk|AvhJ1H$eKZze)EZWIIyNE5BH~Bid+YH zUk>r=WRMvRarO->XkJc8kgm?oI0C^#j{US^AGG?e@ z+mD;r@}Kh!S8_Fzn`bgwmeUSBhBL0gHzv+Qtn4q*!^X-CeU_Eeps#`6- zysV!3HDvdG+TgIu5jYuO*N9rUa`DkvU^yM68!nBLOxuM5t<#)BwGN&t_pxI$&D%WK{kUZ6O-h;nM3XQhxx54M!e4wAMG0l_p4lr z71NrdM=`ovIR?ijTY)RCwG2bgJ;j>#rHN$) z*WZ!_I3D&~K^jEcui3|5k!`)uabG>eb0}+0n zJD~~R5pT4}<`6;U5rE-kZ$+d@u)vE^*-X=RoT1cH&Yc>pXhT&<++jZcNZu;#zva6eDK=+6IgB==Z3Rr=b(8 z4+6kh4fNUGA0rPMek{#FP+@cORqxXG-Pl{`V^Nj2gAS)sPFMInP1J6YZp(+J7*9wAVu#US=SeGb#1VPd zL1)l9UbihBE1PCI_0z5Kt0M8Ja9u*oTE4#o>hNyI8vkuaFxK$P>EX5`ahH^-Q53m7 zm|xl4nC57p%0mM3SiQ`z*kSnd)JzS9D2f*HdEsN5gXU{$9$;um_EH204;vFG1gXgzp-*W>VD!&d9U>cSWF1uZBw8H-Gx8Vj8H!AFT#X_TX2alg}DW z?{Y}? zGQnf7NsBP$jy&mlbmSYbBIh$^q3D1qbg%R_@_=zxp05Agp>o7-p3bY;aTMdUsn0u@ zHTq|P^JLjMASI+N16WtyrFy5SCkEB2<7d4kWlo)%+$61jqs{U6N$(a>^oOJr7zFYH=xx99ZQaOb5atZsn7%s98QJo3!$?Mi>65J zKrv)8TD!3cT>sqjOf!eA>lJ1)8#$Q10-O7^J+_qNhIw6fz3%B;9JdRem8Br$ z1%@FWqq&QgL8hyMl?4lKx?Ov^?2HWzq8xF-^N+o=y)g8-3rvtjd;%vS2~+bUXZVtS zCFk@kq}>R$fb{#Jq;vbL6K^P}AU)uI?4G3_b1T+O+}N$iR=X4I?s-E(qUZ6KszSSa z!Yo7L_6Fm0?qas3OVa|2VVL{(q{P$f0Rc~#bsTX9;aGJkh@Q?D7P=qW5|u^G{_>fj zLTlTvDt8n8tJRyq$M~-@oPlEL6Dl@4v)AREfc&nQH#bjg5solurvMv?sf0a3xX8X9_+E^NYx&$J<1@<_^g|9T#3K; zuEov$9tWC%^n)GCO!@8((3)omCXnyw==K?dMvoQgtq7BFp+dQp!m;t5pl$x3TOa|d zi0;~ahY^#0umcn`AIIp*;xLAtsMG6#A#WLVm5Lp=KB%3hW5;^++Mx1KyROl;@?v9& zp-%56nDt<2Apj`4WVFyhEokd_-|6&Oa-dy(r5YB^TX!bCpW%5`;D>(q^YIC-ZGrPm z^mGLlC~|EoQNV+et_p^JFVAH9m1Jc9HO3U!|2^*SrBNJSWX~W9ajrUy8q~8OIGm%hptEYRHG*z+RUD- z0WQW2Kgqub7?!xvj-`&W3#U+>uQ_LqBFT8*V1;T$Z(U`LM%C}$@3LMI=mT%xUeev4 zAe+gdhj>h;q$5wFk$B6Mm}vK~Zfb!;_A>U~nc6Q&9!TW6Jb3qV!v+qg=h3z)T*Hwa z@d~M3oQ_NupF!y2!yL2~ggH~IY~_*1ORTteiE7}2IWJ&ZET|^by(UCqX~NFk=)?us z!%^@u8;H>wv6*00Y?k9(rf&y4Di23u&%BPE)WPk?(-=%1S|BMvm-@D7Q~Ml6n=}<{ z>-A7foG*KfU$)`6EtO{X24f&c<|LGP|+@=?)EJ_9kUhv(dFT6F3|;gnhf|MU!@t)#Uf5+>rfZtwPPF&Q;15 z>F`3-iF61r5SICR6^&7Xu#QC|?;b=ucr4-{UaJdK?!iL|sR)cnz67XP$-$@5_|{i& zW(}SdbyZ!Ksr6+o@(}v9tDpokx}S;=W}E1idye`l6Q|e@W)JZF8HWT04_DZyV|APg zTE#e!?%ycoow(MOakS9X30%GK9t0*?$k7EZLNc9OZU$`|4g>3fuwoy>Q<1VUo)?-RBV$z-9kZ@$vNo_r7 zp!=Qi=tzMt5SZdZ<#HsA80$|?8Hz%_YY#J0M)g)Yy zJ-oP=AH2eE>k2DREj(SznXOhXIuY~EGNcur3=d~NCpbs7@>p#r^>}@Iw)adsJWnRH71vhp`v)@ zu{g^WTk)6~qC~mc)(s*t+jN z!OEY?`CiVIY#6}U8ZDm(9YfGyzGENO1^kS3FKiD5UrQ0$8~!1BF()J$DaZw(dL|8X zy9s>-%M=DE&bV7=U*JMjcH=0AZe)*FOR>5O4Y|h~eXVz2cQVu8AJCDCh$C=-T8H81nMTGYNd~!iUi$b21V|r$8lA2yc~^diM;^BfCRBvV73#A9 z!nwYbeIC0h$OJ>v)yg_IYFU!fv`qD-?>De6XNow?Q(Q z;?rg^k`Kd_3nX5oPVrM&nPYp z8vqZ;eS~F+gv6iWHudVA-XT@SmK5<(f!JcPLCSzZ)$~R7g?n0Y`7&|gW??DKcRw-Z zcNy+Rt|WAw<@4Iv-qN2y4-W zro#we?CyEi(7dD%VgsWtrMy4$^4|7#*=(I@m419HN2R0aqO5vhZLvne*d8+MR5P8w9tG)h@c8x#$ynS(vp$#rRJ`*S4{1w@-Bu#p@ z?scS`@O&#&6AnIde<2lEAcWVU+F7bP%q~rR(Q^~**6Ew18kXqVx6N^y)3I}6UWH$b z>+r3MHMS_D>8H$`H~P_E@9Us&wFhi-LOb7(;A~w+HzyBJ$!eA9TADk*LHQG8CtDS!b1(rpG3wIsaLDyc6_0}pOWqv+oSK7{Z8gpDpygTCX*D?|A1Z#kXX_c~D zh#VR8dVck#*CK(Mk>=C>I(Jqj-|(tgQebMr0Y_$w;TwCHR~a=SaQ->Etp&C%%gd_z z)?aVbf>$o$=4}TG2*!19p$U~M&wK=ZhJs8-GF3Ng@yeUEthuGKDUJ};Tn8_R+Xq;^ga>Lryxu{jB=VYC&4Ok)wVA(k0q8t;$Jw0i zLQPP8P3WGa7{FPpHH)zRZy48>0f|~w1JgoXVRWDxc zeDR){r7!ZtZZ7QvDm9>OHZD*4b%J!1J0aXSJ5;frCuOx+!y4DfH6SuTqeuO1 z9nRNt>*n9!AQ+@&uW%I#M=|#;-21v3fSi?dVW<|4IX~U}R}*_naszd~mT8t@!YMMp z86XzYcKy&Q&gMo*S#G|QQ*3^Lp836W`BRyRvIN9$baoc|!MKh$bpX#%ZiCUwu@cMW zek#!uWdEsTh&)jZ)AHBG`K{cgTPU>Sb~ocXDUg20{*Sr|JBy?}7x=GkEtLQopo%X} zw+ZxFl6tx@9k{SZ=(mWT=#}^A*pF$7H;}vmH&OQdG zh>yH}Fg*g!52xYxDSA1(aw+zsU_cQ38ot==4fD?>>-7~EqS~Z!{4LRW=0{rwwC2a-lf&wL1qB6~EbpIN>1l*7BT`_*WxRXjZhc+r(@#=U6m34j8A`bSwkm+J zN+q6+z5lc-`h{mSy0uTDypcNM-}=@PoenP?LBT|TXjoCg(#_TdIXq%gWML|QaM6_P zmmGUiB}kcSK6nbI!=AFzG!L%t-+ctWloxB-soHIbOze}hW zef)xh){;E$dTUL)b)a)XYKypya71xx-fjf8bBVhlQt#V6(^e1f*-z@zEi$H%zKacS zs>?qWPc7Zt5!{-WyH*iQ87b2?P=P#qzTuFGwrf?(LLl}Q!DE&+v=Gq{OjTLO`2E!nWj%5o2UFuqFC~_;Ki&?- zI{_SpRQ$+#G+A3+*BPW$tixs0GdTtpWCS(Me)$+@GGnR7p?`IPw1di^`xUL!4q6*m zM)$pdxI>|N>xMwR?>9<^rhp%vejDsEu^o!pHY5GHQKua`_+OADQ({|il4-doJ5D^# z=kq7A3q4hPKw#@Lh(0VETRy^^3~WWSc)Tw7JDgSbSBRKnowk?T=37F_yDSByIkVO4 zKSnSITmBC`hU*?w;qNmsR?nmm_mTMJ)b+ydh(z1YQ^RX#;-AmE+vSPkF2yFI}{0T>Dwmu>7-%|68e(&1{84ZLiM({^^#H!L?0ybX(USQK37n z(>!(XIVEmMHx@T0J~7A*YmMxp|M;4iFQ5E?ido4wC)V~JBiYx`b@)5=n@3n{rG)#J-nrI3q$fR+--h?l=HEX{K9S-N7188f=RN|)jZZirm@`ji27)y;ku zY+dRf(xcO$WF3_`ZZPzFT#~j~w`;jWv0bpzq)fY5yARFRGY%XCM}$IWXy#+3?(h=;6l_{fTA&CnF7{cZ&j#t-1e0 zPtF*BL1-UXY@1E2-H2|7N%n1%ZS}9-J+?|Y34-Esh~RNjC+MsGvDEQ+3?yF;1h~)E z#&L{bt;%Js_&^-Wv7+Q&C1@9R4KFe8@MCfBh}dzNQLN`oDY-+0&YD$-$N5#WfFaSx zXMbC4MXNygf9Zz@)26;D+5?WG*`Y})CVUtXqO4UK*eJ1WmE)A^HiBt>-E@7|WD5^E zn1#ySdjV+Tz7RQG)wvYy)Mawd2d2I?^@`t6A^9!4a4UyHQjx+zlTcg*bjktUX`1p|{htObK3jQ2H^JvND900uS9QCt zjL-ZhcY4b*@a9H-qI+z-b7Cbc)WtY`!C*19H3}$7E8?=qtwoG zTXTPTp5?QZuF{K_C~`??HG*J|{Vsw-@y)c-Bhn0WTa073D(-D8Ex%}7noegpI{U=* zzTwT8XgK?+!R3n{;)9P=wHvT}2Og$-7MEJDw{sPWM8NrT8@^C&xG?|)7j_+QsWx!<692!ocQit#Q{%giWhPUHw?2b_U6HlP2OAr;7hc2# zs0}@62{?`ZaGm6bcLJNXdOnlmuQJDTzSb2@jeQx4I}jaH(f;)AyV{DC#g=#A`56}f zX1{p{-_e@ur_K8G4!PXwtpoa!rnFz4+t_sXG4qw^zqc%`LElnGGFHAR5>$s6G6C*W&A@*bd5cJM?~jV$ zz-H|=@-=cXF=!w(kPj%H#fO~JUnBpMHxrn1-l+w`K+tRnZz z?-+g#`NmW@&u68@F>q5%41d?S>c(!Q#Cr#YjLFZ@uu7EQ%~kkKLjaN0-}2BSHi7#0 zYgN*g23*acOl(wS4LT9?LVv%FtZ*p7HzkkKRiuttOl+mZVBhLLSs&~3813WgbBVSN zKqs#GUU)HT@q^4#w&YE6V%Bl061@eWE@Hbc)u6>)x7Zu~pTgw(CCn=@m*|Lk5IK%R zpVrKxBvfK39<2~-(9)NBGZ25N#QQ%XfWJhnlNLnoDLjQ_umZ;dnvIeGe*k1nj6L{D zp2pDEC(P4@c>W))C8iTgx(B)&=brI-Df~Epp(o(9;`(XZZy}p}TLPHX;}44te(}U!V|hw*#R77ZuCiN1>PbddHMX-#NKiB%id2_mNWWNV^JQzZm@8q z1!{s9)-%vqSK(a3veEI6TOy;iqJgIFf4`Nmn6=kcY`NL8KO!M}aH+LM@YUk;1>V3| z-ve9mQ`?_IKk~jSFUEARN6Fs^_&WhL9@UX$Ds>~k)QR|XFAB{1?@#}c{eModl!zIX z(cRVW|F?j~cj>dGUn#`EuSdI5(f`QvyA<^Gzm@vyJ*zdpXqq8+F?SK|pGUm@cM_%i z6?gj*79H{5NHr#k81HrB0t$kZpvM1yM0ktW9CH0H5>kfVC;lErD$M^guvO2zZWy@* zMS*74z@GnWK@95>SB` zlGhJ5n)a=RIU)h9EX8Fy0-&205{^UNr67Z&pt_hp^ z@ANCPgXZ4^(iHkP3jM-rC+s6JEOQma$X2Twn> z)l7UgrcJIbsbi(Hr?aQ)t7oJC$k4^8%b47h*0kZduLZfqS4#>@I%}Y{w@o=j4g!Xl zLO$8r*ml?s+6mj;x2LiH;UMYY=1}DL$%(>A+R4Q!-f7Gw+cn-D54{SNhFU?Bp>5C| zk6RvUuxMC0Y|fL`Q_j=g6XA8+o5~yLZR?%uJ?BH?^VT=fchL8zpQN9zU%KB?K+&tr zSADO32C@a}2L=Yd4a5dr3HlLyE%<)0TX1f0Tkuf`G}Je=By=Q)2Oy+$(WAV^w^%*tvG1hQvB6;(Rj7^!uZLArwJp8+KDwu@yR18N~zhY6R8Vn z7U@sZ5$S{shUMGy~g{aL3$O>QA(AGIp=W9P*8j(k?Vpb2o4UtqK4wYv}4q%PK*o9zj})mixn z`C*|Wd7lU3!COOQ$BWdlImn!hIOFwcW4y{~!y%(W)<(DIM)$c|29o}|r=W{aD(L#> z_sV5*Cls_dL>=4SiY(qyOBZ$OC;{wV<2OV*wiiikNIFiUojOZpkLg%}Zuqu$Vk-}s z1WjsTi(^P1dNx@&VPQ1GlUeWT+=MBV~pNLv_ zC!q|hSS8qabqb}&I_mVCaz{!syaqFRmj5b>Rkru8D65~BF_~jfp{iD=yw5b z@BL1f<&VlsEMh)$o;US&GY7iaGZQyEc#196$=qvBTlY#BIVW_?bvjoQE_axxwsX3U zAg%cTRqmh^OJd<_@jg=1af;oyxi8hNg zvv?xVt>MvkI`3%7xJwA3Z43y|D@jl#$Y6Oc%8&JTdm^6t%(a z9g7Wb?}{cuN-X`m?tisb0oHa%CQrrZ{FKr<)d1p>A%$lF@vr!wgyKjm!X7>*`G3Lf B3l9JQ literal 0 HcmV?d00001 diff --git a/fonts/PTS-webfont.woff b/fonts/PTS-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..c183afce8a0d3f682e02017267b5d421838ee36d GIT binary patch literal 56820 zcmYg%V{|6X^Y$G(*^O=6wr$%^Hnwfswv&zRWMkX5jW^Hl|K;s-uG3T3sjBJIGdr^avF_n4D5cmgCG1?xBGeya2mNd;R665%0D`+{{c7xTH4gk%;txS`q4rCL1GT| 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 G*yFsbY~cLNXLP73aA74Mq6M9f^&YV`isWW zU@CY~qxP|&bnWBDi{LM9r0!uDR`&3$@xh)p^>voF;SAaZi_ozepkmLV+&hGKrp0jy9{6cAs)nGCitl6Cw2c%Z0GVz1C zH-$3>en`tRh)Z(8))4y=esC5oyjkopd;K_uLM(K16Uoowyo4@9gTv5u=A_uBd0McB zG~8g=+O1_GWtp;w*7oD;g7xT0>D9KH`rx%cs^JH~P_@+@N5^&vZtAIXZ@TH+Rb$iX zv8(8dKV^46(Z&yFGFn4hNolFPVozn;+&27G?m@2LsJe7YgGEHj?!M`nn`S-w=q$Y4 zB>(63Fnnw_J_&IJT0ztZtSecc!QccI&<3XK0KsV4VV(j@25^A-xlh_$hgq6}Ke~GZ zhiQV3X|Mlv6UKb8uXL$*D>r^GD8;;u+Pi;zrDxZzjvWE#@cNGO`q~o7B+DH$I?5#T zf_t7@)B41BzjIgI68Bcci{s-$P8pU>=kLG8SB$x;c&X=_mE3UN@*eF+YgP|eXQVn) z)pd&9U^7r1QaaX{+Wb-9S8_jQZC19~W) z*_+RuH*MPD=B_m7we#2A@YwQv$kH2gA%qk7H)?k!jWbzcHWK497Ke<$ggzW+IYI2A zFQ_A$Ae4bxFvl4XPu2-7cn1vW-EWQ6?|>Qm*6uI!JNaRLXZFc5@3r48t0~)bwpU*5 z-KNE}N45AiuXh{&18l_quuV$6w|?c-PtzqcPhY)q{d+Hc_@OkartG`dddteZXK&Je zGpYJ-+PmEUR`sOnx42*X$6KT~@9ze#J>YvvaN24jI}4QG3M;w<>~!2i@r)9lI!6N1 z0GN((xJjHUB^|#9vJgy=07qv}Kw>zE+6qQns-L}JIqLFtY3pDu_$~YrZOO$WEpF>3 zXTu#w7J9w+@)x-6oW(5`w;GI8gk@*+!5ew8iD$g=DR*n@|2*R`zxe7azdr7~Z;$%< zSH@*lQ9U(Hx^%Fb|1?Smv({(NaZW+DGsnNWwX(DFUG8)(b6Rn>MzUxlZhNbVe>`mS zl&aJjk3F~9{lT-}y>e~pI}kOf@0^%Vdj&m(iK4LTf6kmF!_0HQ$`f-eBnmdTsf$_3 zR`hz2EjKIKWL6z@jj1}us>ZmY)iQInPifzSiOFN92j9$pX*CuV8SPrD#b%Qa97~TI zS6)?BPUgFnkqG8{{HUwd)%ZsvurI~=Jr8YSkhUA!RANJ;o|D->9S9QB5DxTybH&PGFtc0Z>dLwr|Ah}aX`XwTtE&UssYSEILtNijh)8)WWjMm$uT;+p1|=L z><4lEg%APBLn+FRr&2tGd)7icqrVXFE;+3j`3p~mvsiDMU>yK$19$B@8$Dy4GClfzo4)s_o2NuM3t-WhCrXE>LQ z_CQtR*!a0mhnw#I2S=WxT_H@^Saif`)uhLNJC zq4{bSCwYBd!4>6KGH5y~WZc@7_X~RqtaSN(`jfT!KhgGR)3iN50ecR$!|?Vq8|xa+ zY#*+B=>j4;wypclu7?wd+y06`GlVf2vBXzuPA;JgpfkIa1gXG88sZ*aS`(w z_9`LL4@aT0p!4H7sWP`mwUZRKCu@UWdNi-yebkfmNN+*QU+N*lf6BAJ$FNs^SLmDz z^algGcLq`f>-uKOd_Ws4y^1_2ucQaL>xyaQjy!eVD6OQi>km;_zvHS=ZpZZrw4)}Z zPz(rC?a`hZiQV9o^s>b?f-~ljm1*4IE<3plqCV}_shIiuQl=uKB4vUx2T$RCFr0{u z1v660Y3?>kX@{19i6;*CA}pJsFpo{nculW61+66XAOBZD< z{H|h`mJS5C2;ymL##}U*MC%fL0R97OSQ@lUXQ-j?i{z{=l-!$64H{LlTLo{Ln<|OV zBWq*5LP`KJl74fC{GzzP_Z;;;6i--QpZUrtHC@+RBlt+=_3TyV4gk=4b{TBJAx!GehYbTby(&-R337 zQ%g2)Uc&K|x|eL0yR*VCXDBqZ89C(obOFYYht(k`^q0OaQ*Y{)@7xE~KQ7XN)hGlZ zl5$1<#s!tyf%>mbIG(9WR`R*{Qc_h(ZGT^8>7lXOw^g1iIE2EdRaR^3nx_UUDy#W6 zy!q(v^QLL*42nxBK!$WVOv)I9Z4InlKtv#qJOzoZTxx86<5tQ*v528nxJ^sm+_tRp zT7oVNE7-NgcoqA#NPr*AT|8xEa)x&K#QaWEb{M34!cH-0Ro63!ec@APIJoOuP&|13 z9CFAVMAe@*(L6g{3h&p2m!K zEG?(A$c(3trJ5LHQ@(h3@`CB*ep}GDYSOwpgT=cZU;F&F6(b=V*TLLD z*fq(p>yRHTG1ttB*(Q8xLAl4cZdp^?6=QjcG;_V(q>MY0FOru|-SE}@^WElQTpCQZ zAMJy_$l;GISf1ZmbTzkD(^S!#q?(lDIA?SIrj2H$hs*|^{b|Kp!zXPTcjcCcfA+KN zdlV!rFo2RY@10$^a_d*-?j7HJC;KhfoB%@;*{;(hx_iP`#qI(?qa{b zH|YEvx~cE^RQ4J}dS>z%gK-XYm&uvZcgoyLClEhS(`FJ^zV!Vl&2c{U4N9z_|1($J znob`V2~>KDKA&dTi9YwyS#e-5dYkH?3rN(#;$}@K&5Yu}2s&MGF*w{xhbAzS@z(qi z&k99O!34}xTQ`?X!RRgjc)80Qud0{3UN4(nS5uZ1#K=^l&$CdhVr%4<67S=#uNP z$hnqV471K$Gy&){4ElZt?A?0NLoW2o_3R)!o~sw#>7&;Vq954STsM(+32Z#w^MksO zsrqpE@Js9$)|uQzKbXiMwttapenf8iB|j(wIa2-@GqE@(2P#M09Rvvhdu!sE0Mx&cK&$EtK}}WywYEC~MF5r3cUj%d$|lLwY4>`) z_D++uNojUl@4Cz8YF3nvwp>JWtwGtSG`nnfeNp(_RYv`S2?qhgb_(1$KD6ymTRgnD zx^~3GBD2+4vB9{=V_iMG*kQTX;ycG^`f{n+VxR4Ah!t~JQ6Z?Q;ws}Jw|#YE0jR0S z+36oq6_8xno^4J?Y02d!iad3xPm+8~r^*Vvr4A<|$^#UEbKvJ9YHF=Ch2jF`4!QS# zl8We8%)x>ejzT^IH%ymE#EBe2~-$}ZXtz&vZ_NgVk4kc zOv-dk(6ie2e{lAqYwn9Q$weL#^Nh?MpPUK z#Cb)4d96*6`>t7Zwsz#_qbv6CnswLS9Jt|b`8Mqz?`?H1tT99K#4#d+VwAy}#eC74 z;%UFxaNB!Zw`R9){Pncrny4>k;D}TV2BU0ua-+Fsp>wmcX#SGkn`h0O`pN*`jUj8q zIlnc7x6NRbR)=wP1g`-}2unC>O6ow=s{=NV6pfEo3=tY8 z=*$TKFk8Wv0K8B_**m*Q>+VW*1&gD#{#GSc(h#YQL?*<(ZUx~>L^RyAG3}j0&Q|mJtT7ec|Y7cr~ z+A`Wz!Sqz9bk0u-kftk^q{FPl4N+T(>4(fl@jEEVfNE$b*XSE)(t-A>4>`O^cXfrj zd_nrA-@@u?czM(o3OVDok%p3(((12`76;LwysK$;diTl$BdV)!p5Gj=swpb=j2N>b zqJ1D5E#zO9e(vJ6+rGuy<(PS-B6=gHvFat&)qr%j7T`vT1ju zIvHwGCk5)id{uDi@-e?0J*(-W-RGZs)uhSeqv7TA&h|CUx(R0ysoiQC8XnxL&RXI3 zO`H`8Pe&^ePw*`{rIJhzUg@MuhUL`IONG^*V?R0h5@BRDFgEF45b0jSrg0r{<4X)nw^c)uQ_Ai_p>ic!=K$pmnyqYb=`6fUo40ru#Gh= zMRJxOD(1n?Mjz_|IWyJK5^fh3*n>eI0MmEKq%=-oIdGd4F-LT>RL)Bp5FWxb4aNLNXB^o?YBSXQ`SwN zI*N~(CQW~P$HpzwrMG4IZKI>TVI4nQ$a-#)zV}LE(xgQ5MG@L#e!e@ ziNtg{Ph&qpX9FLaMlqMh>3)Nu%sAO#1NEsbe=#4Vqx0Y;<~+mV!xwj%}Z=xZn= zSqjxSH4T~v>Xd*=2wmHPN?@+9!}aQz-9(UIITZ==EB9}pgY1H4xu^-WdOFSK!ocZc zd-qhN$eZcN#Q^0>8J%)XI$4W(IW6R810*ucIM7Q#`twI|?$LYR1kr>3#{B{Z4X(xm&Cb21d^F9MKiD=wk_r+a=nyK!s^$zdXglCdshbfKBqa5aMwN#LmSNj6+DPhH4K-GxRl;#@=IJc zm{h}JsmQFrHCioWCBGzjr5p9L4$t4`c5#Cz(NJ#+R7q-)Tx2)6>#WZDhLGJD964iJ zJXu`snOYJYy=`<+b*HDiI9XPo8XK$TF86)Ub5=NC@VN#f$~GDsjk01g$;wDY!KqOh zC$x={(PT7CH7c?ZPH{RNz}Tel$>M0p;je4|O2|%Yq8@sCb7gRhgR4a*qf+WGD>E8~ z`wb<@^QX)i-7&*Z>U6qXMt_B2M#tzmqZTA1PNgzcvs|(|-E z4t*ZT-`kgepLl0g1>H!{(h8b`Ko=fR+|!L_Iji>5-Qf34-}z%X8+*Qwe^XrIS4Re$ zWUblH=yEfj!IgeIQ>m}+`V(4u?6c;s&Ym_6+pt|V`IQ1!oAC@R1XC3tL4BQ7`!TnU zWaoqG=nhI@e7dV7)8VzO8ivuC!q{hcxO7fo#2I=<`rktP0OfAO-CQE!ZT@}e7lw;{c) z@2l7RV$@&S5H@{=Bj~^Kp5At=Jq=Y92rXP@{-D4j>U=-a^gM2s-nIZA;u=fbm2BP=Zca5W81_cA>Tr z)x+r@{pu_la2Q(wm`Zqyd@GhNDNT&4oNHb_>w4{jIU}m&iXykMxvi;WL8;y7t}cp& z9CEpR)WlI1qmOq!zg4QTmzv#eP3>NLd7V-+YKmuyLFP533rd>WnvL$F3b}g39PYk; z)^hXQ%5jO(B}-TMio7@t<(V?7M5!ycd)u4Z+~!hym9+KwPVO^Wkhi^Dc7$R@)o$oh z^mRbgQ@5EvalJa}V4Bi3cs^w5pYtbXXz5W|e%+z-K;8M%Lf~BlZRvNI7=)cG6lbjg z?)l8iOw!mU`uaKN@UL4>d#edM9^-ePb(VICy6Cg-H^Ew$n_s801w`A83W!_Z{D+1G z(<9A>WB@>)D%cxw7c?Xv7N}6gg?&TkLX|0@k&VL)YMI~SsE^dzj2^3BKL7SM$!0Lt zj;ytKWw|(58n6_NNH$JVRh!W*wewMr7)H2jOCruuJAIIfPMFpf6j=hL!D3nVT9Dpo zut}|VoG<%v&w;HrQtz<%%T&X##*z5{D!!egoRN}R_Xxuy+E3dhx6!7mlNyuqsKR-P zlP#8EKGt{Ij~8kXY?&*%q)PkPG;rziWPd>HefyPwV49!>f&Q_@Fn{8Cyz{HCXuo+( zJMu<#{Tl}^-dh%nM0IrDa@V zMHgAog4`tk;DNK-c{HwRhx%Fn%ir3mex!XeZQ4QY)vQ_iZ(j4-GcO?@6Z-Y*f?u7_ zmf!}WRoGkI#BO9;5CFvMobtV@Qm?#eNKbbX!O@xEVhnm z6LFnWu=E}6kB82ZEf!g}n5&IuivccTHk-_5cazDAe+O!_j+dQ~aUBy~PM34Eq0X-LOl zjunFnO<4Nq|BL`!xwvyj&g9Q0(A_*xLT~l{^nM&kGzB7+^hP^L&bD7iVdXe3wobJXVX~o*tX$ zI5xthE?gAl!4+v~+ASbN2nYIqNn_#3>!fi2k=g*Hg_%caA#plNQR+RtHTiW>(*OFG*-nzu~6DMCrX>xzP`3sj}D!||8 zf3dk-w(NCUMu^C%k|t?sa>9gU_Ms-R2Hhm~4jNfPPyH!3Zy zV0QFf=MWK%>|(eV$pB5qOkC)uou{oIJwb_i4epV{W95%N)`+uOrLx7fNtD^czsq4B znAWb+Zsk|YX}a?b+sS-!*t2w1JUqU6Ol`&Jrqa5=4eeLWzr1DX1fWW`6MYf+8SOW< z+EMJ|fp${RJ7q9G7J+`pLof$#kBJP^i@%wNnG3fnK?&k>3IUVo3dbs9Nt)x_q|wIB zlBAi#1Xv-<+nr<13SBfkdzI?dJ|3~?-e>MzG(yRsA}I_oEd{HEGZ&7H|Km9mEbL6r z{Ubhh;h6_QXN_?>r(eWJ@CM1-yn6Y#am!aXXW!EfCpu}=btdYT?EJ>j+jeuc%;P2g z5*J%*$9La$^cy>u0DqjO#J%*IdaaPnAX#A6rRQ+sAHhY@o32==Ct3IF&sM14!2`FD zA))>ZKsccTyp$U0)vjABEY_N5lh(@e+Gj>sYOTgf?=82K)zw-?JX2d$x}n2Y0v%SjDtBXDxV2TyyxQmN?2%8zkKkKF*!AA$P$1#qrF%fUu~URt`tp3C_(>^tkcbHhO0Hh0A zpTVQR{DjsD=y-Bsl#nuTVKRxYbjpSJg|K+SEP+^Y*z3S9p(_-s9^YP5Zc?Vz*o(Qx z?f03co`dGfW}0T>UdEZaW>s0XVEzlw@s&bc+B-9;^^AGsx$AE~!1-7?tn9z|p4}_? zRsM&sjg1>#Rb#6jFBRKMeZ>I_4<%=&rF3yqUD&Lik@7<@2*(0rC)UqPj`Gfe8L&{S zhGtB67KhF{GnLZCF}gN0IrIPU_9lQ)mFNEOyl0tx-!qeCCX<;7*??>lNC*Q7`xe43 z2$7wD3MhiII4W*v6;Y775v{FSYqhp+|6)6BZR@Rdz4}#KZR4%=+E%T%_gX8-9KPT4 zo|$Aa1ohtUet#uro3p&@^FHhEX`OcGjq==$UeAQ~<6AZzZ|l75nn<#}+mo0rqWv5$ z1N<|1yMgX+Qmz?53v|%P=^&74bwqfH?xIC`L()W{|G`j^>kbs7q<$hb6fL@S za#nHyi$$TJ7*i!6estChR}QriMs#yy!@Po#AYdeWL~* zUR%)FT#4Q~O-N!O&it}b8zFOmbe=egH*Ka<9jT?dFCMAcagAo<>tKrW%w?P_A_gd& zXwHTn>a>WEWRzimu7EJ*$3~Jfv|@bLg}6iH4mgJB!o60eP#_N!xYrQoMf4&rGLau~D9ila zYGD*3*MNN?v*n6op+dQM!Kkr@qH1|^ zh7skG&aC;+$C$OSR2!ke>7|B6JDpjV%$Jo5hI14PGyx1I=Diw7>h@vzL?PLTzC;`; z?}nkmP%J6$BG!9mxz?+Np zIHbVy&<#H&Ekz1(ksSJ_NDQ+XHyg-!YcW8YvE5v*jFQ->F;|Q-IB@Mw6YP~v=jY$~9n@~8MVO{1g z@g=-I$aXs1BH&>hK(~|d>Y9n*;xRm&07=pLuqVYV-bwyCUIKgMdLSrovEs2f3{b z<++d|UX&}*7)y8){Ntc{RL*udOS8r%JV4EZ64fUF85n7%NAWejYbLV}NB|lS>SnYN z?PFpysSR*OodDcNK;OVKsSbKS^g;|bSdogA=};1?3rYq|Nc_tR!b2ln>=bNTL59uS zZjF^Y1RoS7qF^>LEqt<#Mu0ZjpiUNLtsc5%t*8}5lW4OWwFXfqGn-q~H)5}2mSRZ^ zKpfQxOe+KC(M5V`tz1zQ)@pTTQ2?NgStmwpvPCi&U9wd)m<^I-w&{(`Vb?Q*4ApV5 z(G}DMfgox!S_C+OTa5UkEbB#G$SC<8vLrDPPT_Uq5N~7`%Js5Ut3!o!f@HJm?b;(N zbbv90V6J7=E&)E`b|}N4n`VOOuvo$IEMx`%EkX8mpug0yY80enF3?M57gI zQ((b(;dv_v7PDKFgL|6)q^sb%Gp_aU)wp^uX96>jGEsOmBhyuDZ8}+y{bG?UqGqyDfYMtJ{6@xXI>fVC9g+uG zbQzl4fY>P6VAkv8GEpapl2>quqSIoui)Mr95Nuw@voGBux%Mq zYqG!&A9RXvoI%gZRwI->g2SYPB1tbg0U9UkC70cRFPTKU0L{E!2e?|as;p-wNwA;> zm}yKfYURNzE545Jz^T+srPZUGX{3qx0H&3ol`)Eow3xXj!2lx+DkB=}EoF`(n^)2W z_26hljpwvSdw}akJQN9;WAQnnHTN=3Ko19hR`Qqt#60*^1acxN84Oi8W-4nXd^@w0 zVpMzKqWw_(cHwQ`*uQ>F4F;Ncc?}XU{q867ZF>zihsu1j_i%f38%41S53RkO-5Bq< z<^ffy6fQNDn;z=lDz2OXjU+MMr0ziZ)HseHI3+}-N8v$8UWEK_n5pL6VPUS@YH^ z-F?^bJ%5Vt}@l0B2B$XfpF!7J0KUW$rc!~hPD3+Ms%)ia=pl{0nuS0_) zMk9rt16uqE&;%{gtVGqhUs{u$%()O~zzC_11`vYVVXfdfEU}YwTDn~JYTSiTDRNih z4#ap?$m%48h4*c`rhEH7?VLTW9aCi~b>z~)W0xM$c|y(8H%u~4?Yic=Yr3WyCvBMC z9P;P}Ra`!CY1TVd3~%qgX48EO<*6O5d**2Osm_lAM&ZKw?7XUKU$o?gjCIcqH|%NJ zuxtIAj>_t$YW%D0ShIfD2DzU5%qnHsRN0vm^B3-wcim7D^;K7~Uj8EuKZ;X3tlbVD z(=eh%wxAVAWPvDL3Mmg=TPKpMGzTdG=aT&qTw(TFBIg<;`kFOrB)&>#;&>KE1kb>+ z2B2dhdAN+pj}^ZH_t#P}WOC_RDs4ppbD0<}eknMnviR2G%#`AniYwzKw-y(_5*$-_ zmw5S-TNmxQbkR$TmM>p=*`CF(EG{@lszbazB$k;2MYhTooy&w{`02hJ3>+yIKEOe7 z@JMkSHwDW^-jsRwlSM}sEqQs-p1n(#FUOllp3=O)Tup&?1<^)a@`nk7JGz35N>n$} zBOy~(>fI9qX^_jCE*5|=cn@Q((|dZ4jk)4MmOAk+0xA#wuDRF-%lTtBwIA!9Gr9Ct z$c`7mj%LBTedqC%Rm_T=dk5?Lu6Ta&XaF9q!a$AUtk$ z*e$72Su7q{Rad`o)%w|Sbyv5rzAip{{VH|GtUY1tf`Dk1!6*HuN9YH|>@$Gpvq}N6 zCzbi<_XLxmE|LLdr@JCzPlDyUYO2J>kDK?krp5CY@11*7)8aCVVb&~zrEGE2O>>tojkD`+_dDb1*Ao``HQpP(giSRL)4OKuTMcNVOb@(m7M?noGc?geUJ;8t6u0>WYa5RLDJ>(^Zu~>-DTzEbb z=Pw6=C#Q(ao#It|Sa^jEBWtV8YNL5Ce+KO1 zHqBg6?QNQUAP0QbaOG=Lqb?5ZLlZP3JdqXFBbSG?_!QPegco`UzEDBCfy7n?l|5O(2uWh*{9fh*}OFkZGv)4J9g^Su_Z-y zktO~$6KAdO?4HIhm;a)+gVRbF%BNDw_qH-YUp3>pUiriPU-DaPao4J;%WF%Dllm58 z#~3FQnvO5O$UIv}o~Up(EN-l>@f8Ipwl+*yG^2h|U81N>`H9+~R;Nq6WZk+k_l_|; zqH`}-wki9Eekf?yVOxp~wx$i7mS&wyRfA;|YZ$pD0iFQM7=^Of;Mb5{*g%Q+MV}ZZ z4uCY|_@8q>JQ{}h=B5NG!svf6mRKr5#bVli@?ZR%doi+~75m0rb2XFdcTK&}XtK)Y z#n$?!<(KX3?3gc;rSMQ3)+>e{<=;f)h)dXgJA+DdJ5q_(=fbyjlD zyxOq~%LPEFsh*KmXEIW|_M9hDm%Gdrv97&s&LCvUqb)02CoZ4W(b4X%EB2q(#G5YM z&@wJkH_qwtRocyZt7Y4`(pa=cD4!kEPl#4{yum=*q|U{&O2DV&=)yXRws%3})r>`7 zty6tM=kuW2FpR*(!{^GYty*Jp1woSmG%(Qs4H^#!;!Q>OdkH@{*K(vzM1v#qO$_R{ z7+Jto9d&*4xTs#V1lt-9mM`tTxU{8|32n(X!6M-UNsS#R?m__F|Gn3X9 z&{djT%C$c`e{S8Bi4#KMy0LTS?(Vvq%{y6Caq7xk-@t{Re0DV4heM^6gkrEpL-{{% z)|>$4EU3Gq;JmPH{E@zsRX+#@>gc;qk2i2FwVHuCI??#%xdiMweM zWaT78*EG!|+OV634wd0UaR@TenRhksaP%AUUdHC0VcZ2nT> z|Lq#TX5O&2h!GYviFiX{IRHYEViDCLf^Wf)se&K4oOU>MQK$_!7!L(|E5Bx`dn|^Z z8D!P9pUu^~tYLFpB<~24WRqgt9Jadj5ce6JRV}}8O%6hRA!!0JH5LHs91WhgWWLJ- z!KL(|#^$p^amdJ5g8rZ$Ggy6?%`B;J_Kppf<0XMKcmmW9@>-TJn~gIShXI5aI(xEx zlSd-_6cOeEGR2J$MBqWpK*2%7D7_wEFG0(EP;?Sr1EpZsk|pld3%9nq47KjwNtga; z^X`AUY0HzBudMExSE>hYgVxdT>O;3bbp6&zv#t6lVjtU=7OitgFDbdK>r_jozEYb*t7qdj?MRk%pu)4==CR^bNgHOU-j*emraW7T2WR%b?1^<K?p<`lIUQwM$W=cui|bx}?bTOb6E1v3`QcM^BdcQe z=PpkFc*njs2H)6MH*NX+$l&D3bkD1=@_CF6^b#6m7%YZwDoKJobt%*>6l7EZ=V>@G zzzY{zEr!q?#B%Vk9VD%4E~MxbJ)hcn+q^0Z=@qNy9XNJiUX{8Ns(OzNq-fqrsbhbE ziWT!T7SLhKQavnveOJ`2^uK@O;eGSx?>nsSlq%#_#sdo9iphZ#Jwo|{FhMbfSrS>R zQiwFss8KQy?9j`|&<*8j64q^OVgV#e63^ksE_l^9($wb9f`EyHv4&?kqn<@TAOMm< ze1YGL4dcENbcWZd&n7h~Atmwe(#RoslRpeyDguGF}j}$MRo9?SM8!=4Q2wU($EzceOopeaHDv$UhoQfY3;W=e^g5xM87H z;I{8*GeL)G;HH8ITBt8$#)NOPnG>ql&Qh*h zWt>ty34rm;*F33uigBg#?eg{u7R{5>Q`U$R2j3@_Lkx_M{bOC#*zx1XR_*c*B-IGq(GV|B@o{8hJ3p1*lD@AJn%&$i*n1|9(=hKoMs|KsjeFu0HwhG-gj z6NR02xQ2KllvU2l&Q+ddYuKj6LihSj-&!x-tUR@F>EtCIlkybUel`o1t{IyqKm3Y# z^I%x~1FN64cI~X$=bbnBPUd;Rxn=jXhSG-2Z`jT3lX2q?hsL#({W072*)OlJJQjT){R0dcw$MIV@Im_3E)riYBiU=q`Y_6ca&e9uVeb_jW)Y(*6X`BKYM85 z!b8t)Ui*XT*XL>UuiVO9x8B8yUlNM}WBcAqm)&yESfoE>5R7X!w(jnYSbl8TpaivJ~v3;LD^f$vOykiS%0kDp1GRq zVCg_iC;5ATIf&(~gt_DK_8Vo2`%JbUh z9jfe_*S6Eje-d8cyItyiX=UK|B_;1L?UVG9n?6x~K;xR|0vZ5x!At8OJYq-&B}jT5 z#x}{P70vb-p^szS5EvI&o&q#3;_jrm%4X&6S8u*@Sv#ZVm@V<@Hf3s4l;7vm>@w-r|)yZS%w?(I1*QeIrsG=I+5nepzsGxrc~ z!pSc|SCA)uB~*o*q}1leH+COyX<6)cl^Ly@AOH2^A6)<8mq0BH{PW9E7WVFW74(6f z)`kEd2^SPxr15s^#3*QkxXWqEyk{wqj1GtNbEQ|(J1tK6 zUnIYs&2$CihuMv=&x^lu`v>+G339PrtlYp%HorK*>MU~Tjmr477+hGhviLYl@>d-K zU!uTPY~kv}%w^h&xW}uU?TFq&;?(Rl#6glkWN>Gw4B#URl`pWSWHsaPj-^{T?+Rl%;){@`StD{A2dwJ|V96v& z$16bph~Zles|b2KXKVo$Gy2J6qqP8xDY~bRh4}rn$()b-mt@e#Fwd)MdNQq8Y*-I^ zKqOSY68uyOQhX&e!epDI){mhNNM=IwXQLY2+&brLfPWf!2x1u(hS5ey?BxMlyyvL* z=no!g*pcWU2>q^rYg;4Lqki3-zG)X;d+6E=r*#^~7*m$_EGg_eQ=4jA+oZ8YMYWd6 zb?&a!UGBQcmfE7Cu~J)W?WPsCJoTfeZdoCs5nPtKdb}+(w{hma1+}#c_RZX|z*J-U z`YpG79lHe^?%Xkc?nU**&Cy^m+F0WA*VWfFHrCYF`F$mgbgj9#{-U|#cig$|;T=<^ z?0A^d|2~dA8{jc0T&>LodGPkA2Ce<%xn1wIlX?a%!@Eq4Md6Y$Pjh8C)#tL9&B{-Z zDl*AaMfM==qY6ZMs*j2-_o&#DtOvEgKO^o#a!G8V!FLJa99SgR=R+3-1WD>6kPt4T zQEnn&KOhDe*4&&kDJBfJWl@4anq%Se(e27Iv}pbO#r>3wvWJpUt}zNZYx9klkhS?P zCbrI418eh@4+uTT5z<4YR!}Wu!0bb{)|g-CHs~wgPLx_;gZ}Pe*r4aOmyr#+pp0lb zHFY6iYKHu9A$fn1?OWE+XV41w8uJSK1!e3*OLwh>v1U`ou!Z{BA27G z@n6d|J;N3qwe4uQiV3KTDcpf57p!m?0p3so1Ax@X#2IiaA}2>9&SUXL^1&>Xh8#Oo zQ?C?L-8M|oiJLpU6Q{%GGh;&0K{owhQSY%3!h1qcSn>U|R_L;f`cCNUO-efJ#sSbh zkg5Hb9y)Ys=YeAvt+X|EzTjRz37BGClh(UmXfNBmxvV{Ttan9870vRhk`;uSF?`m! zyWBXXtg*^vTY1s31F*aP^xb!Xf`+yrz9*G!3+V51{2PK^bPhMbp(nxq$mtS*2*~V% z(N&JbY2FYBI?V#24?IeNyZFFOpZ~&zB|@M?sbh`bnlV9zkG}tHdLK zx+5aQXm)byO7#8XHFtDn$5~LO*5aqH%?m z$2wT6nTmGDI)?$JimeWHNO7Kra|S#r4ugug1UgoGf)+&L03keV@p1OHE$p^lBA zt*GJGLDNniq=XZ4I+Mb*82pqbfoQ@+p_JGdB0aQaeTB!Lr#Z$97FjWL@MMe@Z^D+s z&IK)jih;Wbb%1MocDc@#$)|IKVWN*g2&aNVGFMmdoaL`cE`T^;1?Tcf@^i>q-czu= zA7p!sX62V=__ATa&S(g9I0rd{)J6Sdr^qB}JA4(U(1Y-`7)a4D)MA`g7I!Mwm6+KC z^C_nUK7sX}(ukntS*u>(uyyY=UeDi#4Mlus`)o8@(xaLmYhKp;LGw3oP&Rni)G|cQ z7Ur#P!U!VO1g(pNoJAP;`R9fA(}??`-wW?AJpaG_{Fi;Nu)eT^;QuU%IRlFc*+_>_ zx`&U5+e^|ih7FuRhmOU(m+aK71UlNUGH`jW!KA(Xf;sb)=69M;|L@O||H&xL zl74Wt!{fDxvzf&5M8E`Lo>IUfK@P&dqXA1j9Ysfw#32a=jPn2f=>Dps?=)zh0y=nF zlN*J67GXr@2Az6He%|WXWJyrTG^F6<|JoS+k`Xm{tCR{6!43_i__z|&s!LT*4`;a3 zwB^UO!_$ZGtWdT77?_S^7Dqv~y|xiDP)-YnK8%pxr7p+Lxp?4~wPvULd zUmZLLn47GQg>WUt!yAzB$G%F{zYS~B=am%aex&q3x^I|U4B;Xp?}AZk z^YIrlk>Jo6{xrIjl;V~Ot%d0#DhpmMHo+{Xi^Rz)*c5L{kRh`PE-|>;1QQ0h^lDfo zd@>|=U5Y91Dt-M)<#*Gl`Fr}3$-Z}Nfx!+IeZ!v7G% ztcDQl>kp+vdVk8V$G)HSg>V(Daj1A4`JRB+&HA5cq3-~n7Y2oBATKb2YG`uA6X8S{ zY?6>Vt(nsVyAxRF6YnNNtUn~CLrIFaIITfuxMVt=e)j}2Or%oj&|p93A5+|pOZ*pd z#pmb`Sv&G65piAWD5e2SoNSIcgY-cWl#06J$28$_X(YT)8umd{pHg7Zo=kQW0->a_ z7yr))>upwE8ZMWr(itk!ke5-mNGO~-u?owjq}8&~H}EaBRQUYJk_kzaMJ-j~1H#0S z1rxw$&lCSsY5*5Eh9p`{{~@y^&(mjM(r6cji;VSvEmZ0dZ}u7v>WxNaH@lu48ujuc z{04p_HtH?AmEG!dXI$pv!-8`CYpz_XJ(2siAQuczyy!!@pi$wT{)yp>!Xhe@`nl`z z1^zAe8p<`=WnrFL1*!@PPZ=huBJ={PS>a{s$9bBsNe$AX5$!cHKZH|luaOs}hA*pi zw$Rj=>@_5!LqS+x4X9Y`l2I@7_L`@81m(I&E!VL96$Z9khIpPCg?Db=MU?BT)g7f3 z1oR}eOn#rEov2`=TqatC@g-cu`;n}|1~nUG-Vnn;qJfhg6hp5T(E`dSLj-kY;GX6Q zi-z9$l?TDudYiv<9p*t?+4_WO=CNA5llp|}o}F1=q4CAqvoxnl z-+26xjr)Osgn&kH{tC8-tSujYAX&ByDk<0rhH0A)eE8>_MbIX>Z9mf=3Xu{d5DSGe z{bXd;!bUBGMEs02AatuZk6h5A3ny8K=vdpjVylr_0=J@48tARLevxvQQ6xQRF2uMT zDdlo6=qryT!$n?JVgWh91v4nu1G=%?-N5?j)BLSd2l{{#%0EAV&&xf1Dr{4qxZQ5= zL(D1c=mH9)qTh-=!wPQK;G!Plb9%5!QL&)AKmk+G}epRD9NQD(&9O0C6ZElh(DA_jLN=MkxobFd(kGnzu)+M~#d1*vxjpI7N&Q;y&0Q(nt9Ov@ z0UAx~93%#q(<@Bk9CzjhzLPRMRY32Y!M4>0SFb)OeWL#Q0u->@`-CeGuA;1us}BAQ zc@mIQK>2shoeQcVJ#!PiaLyd@Kj_ibnQy2+9_9fE%1-skgH%88v00xH6V6~l&y7;< z3z*+Y;rwAP`&tJ>jA`DJcZ`7&@iupQ%b%(G56`bmS<#9BG;0CU_T(luy zt=;C3Nlc<}xz{ z@bcSeLnyAw`PUGAL>*F~12pf(YnG!XZdkkO7$`Hc?ByN%$Z$rECfLDLP%2`Mw2Lkn z%iuczcuO)T(Vwa}C$&16nxS+qnzVRQ5p9I84;?;p=#nva%=pfXYl&x;$;i_ zP|dt~6wqbsm-{)G2ROAL$rK4<&wrWS4F}$7>VLjZ~K@NB#Cl zO&Qzj{Xrj9Q?1IwthH&{H`*sEN1LX>TEL$T9bDBnzAi-V%H>rqOSs{8i9DPnOQEm? zKnSNAa;HMY+M##OP3;`0pT=G%gsg(SQ~>24N?A+(Cl^G2rTi+Y_Xmo`>Wi*@@Y*8% zxO%^0U>2&c=s7QU*VIcq8^q`sm^J3$P#9i9SGJWj|-YQ|Bbro{q^IrwHjL#@aw6r zO5(p)w}zsz_FT2}`msf*s$lq^*3AS90U;2;%8zQ$AmjS~uU@58ERcbWhv?f>K#BeL zYN8qi*%SY*!e{wB?9^3;*7vWVA<6l3`r<8_4JXqkECB$U^#wWOuf$1XFNlXZ{n58dU(CAELUC!&Oi-&kb(YyL&bkw zFG94K{HSTIT!grnt(x7Mt9azgH#FZz%{*?b|DaQ#z(AfKI!4Z}p<~>Ge#1Se1*{80 z*9-3X((C!(%0GrhVCY#e9J%8rDwB&WM#Ib#hh$(WdygIeQucm3{$#|=Kl+eJTk1Z-(L@12&%MZxw-kLv=48+WES(PWIT1Ks z0C<=YX2Yy?Fc%$1$a>sE6N@S(ydbyNTznjed+MRp# zqQd(Tx2JkitUck{ZkFv%h>+T$y361us*p`!x@ITML#@u!?BZJ-!@DqEXFzk1cNoI{ zJl=+S{D?*ZKK1{XW)YK5yzt`pzw`QU#6SP_sM{sCSn6GMftpB-*B5YYd}6E1T{V8s zBM)6)8@_GeJO87$68vfVhG%-%V?Wnl^6Z65%hMOv_5&oUSnJohv?fUse?PIwpgrjj zbkDBTKUc**{+~4@My+3;_M*cli^%=z;`psm^74d} zCj*Zab%E6QT+owC_c5m2HMR6aD{F5vvrm4M^bRUw2oc1;q9jPZaA_vxsFaP~U?%O27@cleW3dOF$d>Vq0Zl}ZBVHjH ztf_?4md<5`q8EHId=*llqXPIzIAX%~1B?b5_S~HV>kar}&i$g+Smv7ZlTat1QzXxJ z$_Fac3X5RMSd@80O63eVgMA|`7viFSV3ZmRpY_8pOoLm0i@%=q@I7J=7Vq5YX9ffA z{>R`WG+DU(#C;6O|HMaLg9l zl)V7Zh_060KjCS9biA=f=azMILnJ&h}h zly@(WRadr83lyzrB*7h*#Kz%c#TEcwRZLH44Gb)Vv~oEAv$QE>6AfHr(F(C#@+ zLJlGHE;Y1|WL2(ysP_V;dWc_?Nl(dVTAaYOpjag5{{*~1y#T?AsgabJdOGqoA-oeB zE0oxN_!V3X&c0eE1?A93*;A)ACcg=udm8GzJ~h))e_kxCET|AT%Htl--e2VXnV<@TsN3YA17M0e6&-Kk=YQOE2LMDBtsJQIke# z@?QDP5g#LZ(1S@bh&gBDacz8F` zRpD-jIg8-ap`Ym@6rNlM3=JFCvr)2b9N_9ODp{J#8`v;h=Es?IOxlxNiKM<#Q9_2M;_jSYUH}t zqe$Y&x^->4;JRt+*3Xu{ylQW~6s%=u)@ z9}!qmL7OlT#T4rTQru(OPi>~6!BlKwMiZNC$FYcG5yvTlmyw#v=M)cWYQ~gfFJVt> zq~`S7oR)6J2?icV&xW6Z&I8CNu=}8Y!-3V5*oU(pJV!{pyvacr8HA5P0nDoEQ%(JY zi_HlS4K2djpeQwr8f|LDf-$pdJEIqbnAcQ(`R2Mwiz8zq+ZHaqq%>Mu7wuYe%n&tL zfGjDLMa5%lx}tTse#w%qZMbXkq~r%<8NgEgk(yfXgz;U~-7DFX3+bnQ@#AqBY=^OF zLbS7X)|dq=R(4l+ji2DHt%>*r30Rp-(iA+JEy;u?keU%+qc(@`QA$BS9Orf!N}fVd zAL_Iua?ljh5MAJ^c}*yLOiMzDF9{(p(30MIi+m$<`Ua+XOL>c2D0t=$9GupiRQ`FA z{BOl%>K)}7|3O^Dzk_}@em{Rc@>6mR)GzU+fJP3!_lP56}Ebt+|2<0=uUVxPy z3)N6@44izF$8~7*yh5H)fjBg#!VE4emB7mt}4}d2r)5g#{ZnU8q)|NhnorPaQnz>S+LontCn2s+La0 zh$jQ|3fkihRKrX7xJMtz8qh?orW`edrfqDgrtxfxOwvIr^UxInxzk2wXb_tKnHl(z^v|lS3R^;C5-qU z@k^Q^e256y0(|hy8uo+8d0&n6hRC-))pyDz3Z=lgVFfaOs{79aG081CD(x1Z!z{a6rfg{`f{nt;>Z~S~76JTgmet|iqonNy9qSRCrj5SG zE*k8okuHXMA1b|YZ0qc>KB6<%`;DPFQ>HnqYN&4EGLuv20mv@Zt>Scu^WHjG$A{{M zn0_!1B4y#@2tE)shK{KGiRKDSUb&Ams?2};;|q5pJXA^P3}#c(A}>+?UHMSdS`A5u zx!-7KdwaT0vc*icx+RrkWvS1Vqu=l9QLeTd`z1pXyttbcEn$YF%gs^<``o$khc~%U z9?(+A$FHjL21BG2Kpc=@FYF5APed6YZ)jh=UwQm-OL4H}p<%olMV739mlk7y|VeJq6h({N-N`F)AkKU*9A zZncuEumPCb0)>TTg$*!DALN=JPBdym6qG@%J)>S~Clne0KH`mlb{f%P!tPP}AjxA# z93;`Q1V$D?)kIu!LsQfhjw9EQ9F=y_B1`piC?(juo)nIC0- zDn9&Z<}dFxHQlKEWj$Lbgq~n;oLYO|eW)MPm|++FFVI|Qe8Ff4uCPwVdtGoTV=nn! z9Mg!5}_H(v@l9y2_n5lmXZ?=E&S(lJU6Imo&ZWZIn@mAKqMS=Au89C=0ru@=+;YS z)498q9ZI9JWB0j$+}686F?+mvy={HRr$^I7WzrL;!!dIDMD^t8ryc8UdcBwRSe?@Q zeCZwRQ~JDm!Eo-)4?J-5xd4^sKe}D^^(*(gg=;zY{*Cfo)5#lh`mXYC@C%ts-TPOr zx4Ya5jAH>O zc|Naas2cQjC5qX ztN*_ zp0iX-C5(oALou489mBshd<ac}LWi(CgsaDL(eO*GXYH2uLp{vr@SV&-2TX_wJ$c zu;DVWH;0OocbL`LWcxFSsKaT)I-4jmq{X-c2t|aJQkL}QXiTVMz=F`J*S(Tc{UO0! zi%CAn@koN|GR(ehQJ(p;)$Op{@wSOMEh&o|_Qx>8!DwP- z`FJ}oaQjgCpV#o@Nx!OH&py^S(Mo<6#&dsVsr*A}PIAih}WFPR&w zCRp$^BQjucQVv0ZvdTb~5Y%*mLkorYIJsDrg^}#t?y#MKoS(VfIorvSE~hJ+Nkv_H z1NyT0bd&Z4`Byk{k++vY9$qbIp;T4E&6tF`tlp*!>j)C5KxYI&p)K>A@*LYD^nxH$ z?vczftYFCQBHl2#E4np$pk;es%l>Foya6Zs>Eu9EYEz!e5Y{R^h4l>CRPYp*(qm5H z=D~}jc&KkX?%Ns_4@L11PWDH)q8*0URaN#UIU9C%a`k~+cScW=kFDx3OHQ<-c(1A| zhLPT?d~EY|Lya>!Q^W8jeqE%Xq@>T#)`R;Q;n0=BC`ofPQDBM+{rFksZ55a(iGAa) zU*eU+_dJAYMzc*kC0`CJJP^FOO9?7Xpo<{uSO7rZNrA__;wfikngXyqdcC>NU}wp6 zrPBc|2Xff6WKjHOlr*OB8%+b_HySNtDX$lf;WU+r55_k%G}>I?y}14c>;mc66GV=~ zB>p6tL*)LIuB-?uX}lCp$PRoG3NBNh#Q-2Qmv!*o*&zk*WvQ}QR7jc9RyUZv;eI1q z1myA@D>js9##>)#Y7`z3u*P$CtoC0yo8w|Q6F271w2yF)%8KD0_2xTV;x+lRX_)S7 zLESy7mmECL$tj(~EAaM1nhN5QP)RT+`Em;B3)pSP8(VtVYgUKyj>BSg0P|KE5JF0S zre930DlR@=+*Q0v=*uq{`_A#ko)-3hEcA%gLXTvULWp5*D*ZywDm-z#xOi1heo6D& zsfhffDTW$dtI)HAE!7yiAVDOsdl1 z^kJ2l>S9UXuCtekeIpWyAb)r;s3gmj-+uKnaX)3%EDkWLFD+A&-j7eww|&#xTfkW^^2cYa9_rm4Q zin3x4(yLf3=0BYT{IwK{%rJaGAcrfB}x_x6~ z?NgR#`|L{eSv%T*Hvmwtyp-4g+;<#Yu-bvpE@#a&$atCK%V}j(r9`g}0;71P)B2$A z^>07GDy&Am=Vx|<@=_YGAKMS!>s6Le->|zU{Oc`LG~#QV)<2JRJPc{DYNOS8_y_LC zl{@TCrW62$lakMd)^-st?P%lI2t z)Hp`>W4-6c4x>S@{PH(^%>AB~t9w+1&30NhSzJq;*3A}|Fx76iJC$XzW&Y(3cE8JR zb!47(SvFgpOI(&s!0&j{;v!y#gh|u^kVZJ9B^rTLKq!cWhf6jz7>B3{VIyUy6St8` zt}7v#!kob_%sj7rhkZ`%r086h2XZFre!9|+So+}e;-=^KDM@y(a^Sx%DRgARg`+6@ zF2u-VGLQ-ZWzz#K(++!YiRJ=~3|GVj`!3)x5$zUkh)3uGfML}Os*EV|5hF(UJ{A{; zN;^ys#azEYS4VvUT}QTW$g@cuN;(_~!om}CfZ=y>M0q>J?!6&0ot>C}-$GouFs%Hh zTmXOk#{D|~3BT@JuRegi$szQ;LUnyKd=u@?UxB<`_Ui-kIc(E;I{yK`ZY?|iTsd&P z-Ds3oUP!mxQvQ9=j3s~$dYyr~$?Q9b+{-|eMivJd_6zn%Diy*g%^dgph0WMnjlyQm zYvbd%&X(IOX1{WrZT72MGXRGk%-(<@szG$F^a0wjK{JzM4tXi@39NXYNK<*-69LR< zHA_JJax@?fIF6fq^$B30HaB2{+{uk~5)kSg_1^k+EuCO#z)8DSy4iVj*ToiH!~Bac z@4lm}>JH~j*Yjl;)*~sL(K7eK*OTEpx-0KkaM|Wbua?%#Xj@*tK(C(|>l{C&ZhWb0 zMo~pu{jBOKI=QucYE5gb!YQVnoLhYCh8f$YkM&BY2iPFc51wjZM;I&Xyq~eb&xB70 zb!DyRW$vzMsVFjQ1?9U8snP5KICcCp+z|F5YaW9djR7^>S60XQbPOU4qinn+8ToxO zNmqH=nTD{Wfv@awt2Of=f=NR|5D_7WgKt``%4VxKRM|4nPih20e86-edqM8Km6$g( zF)F>V8F&FIKjPI0*Fu5JJohBIjc8gc^_8vam+bbN) z^b&a)S?@-wcXYVkV5Z!+PTi!3PaWYx6x{?3=UUM zy8MhLFoOTujq!`V*3tMSxoiS#=D?7Pp0%n(Q89qC3)`8F5QUBrh37*5=v^&^@-+(> z0htu_oq#P)lq8+7G(S15;V0Pkj8^Mm@ObujJiy12bM!;%^Wpm2hU;Hg%d@u!H?ron zhpV7{3eP3fX1D@MX!O<)`U>hiqBVv!FrlFe?i{Tt*v_Hf&)NWd%*!uj=XwWu1V=%m zC=E2Y%d?O9C>(f5K@*3!6y2GKU?CtUfo5X3XhJ~Qjcg?3QbPGiIU@?a)bx-J>E7bj!{QCXu3mQVoR({~yqt$+}u$pqisO>>~0Lk}B@ByTU1@@rY z>u~r$XBHw_V;CUK2l9wfE-|f+u$d`;80<3WWT;92N!SjR2{H~6qAwgjz)%Q~BE5t{ z5sXHIfmk23I8e_Z=spyPNqq^MSm$uq;)aRIt1IR@rrxz|-rh(cR#D{NJiasR3>XYL zQ?c6>sGBu5Y=Z}>%ZU`B67$U8nWmTEokDOZfCCqnPOb^fozyaELUjAIxk6bm033#B zK)9kPDhNB1%fimKXjQzX&F%7()mOHa`eSoz%C&yCm5&2z3k}+W{3v)^aQ~O=ST2;{ zqh1e}hLNfmPB0wKxK4n)$lD{=B-9?QB4!5iAyd1#&(;uI5^TqO<*$<7Dnfn947Tvt zS#<%IyV#^N7y{04=lIS3qKa4`vUlFHyQVtkR$QH&Xo%Y!jyh4ywM6DmD$Evdk4Gmh zpTE=U_G_b+^J4zew#xc4kIUUw6R(Q4Im646I|U(HBwPXSFjgH1mI-sGZI4bs!_5s5 z3VlxJW8l7`)tX5d8S9bLfPC=@;-9uH}`2fVh;~5}+A$u3Um=pMOMiBA#5(f+jB~MSC zn)!Lx?D_0_9r0+`pq+|DG;S}OtTT^^ggZJy6=Tf00YNken;J_z?vjl`&(-CAEmN*Y zCIyenIJNpZr0o0Xx|%6Qw;Ryo*9)=h0Xy!_Sk9T#&@^8c(nn0QS=duDz9H!G1RKVe zc%JC!;BeL*S`*&RKFe1V{`u~DM2I|G-q7&DbY%s5VEO^&mde^;UG{pRiU8kB^nWzuB+3UUR4BQ7)%rO`tFm8O&c}Ju*E2W7p9T9;I7yo!5lX z(M02^IocHA0|sI3XLKxj9>WcSSUt~xtJ8+~5J5C2jfxN-A*?|}r&Io+23KzE5u-v> z$p^6hGe@ZSLfq%|`r@qnoO1>zZdIP&vYv%jtSCiNV75YUt{d0P9x(tvw|d2j+HuYB z@9tg+vR3!~V7#LD=YyVw>~Aj&yNQK8!ugN z9UCp~oxz?gj&*j#ii=|%ov~uJU}aN%okhQriOygttN7OrFRS%-*41?$TfI8-OZKsH zO_fIsv2DtwH7}(~ORJa!MK2%;=)9#Q0e- z_BW5)m|^T*v&rE5TV+7}mC2O(gmsyWM(^LM{K_LvffdF7!z*rZDzod#Dcu7mwar$` z*4sUU=djGz-40u=a6w4CiClcL>lMlWR2F#kgGfL)E^!$C{h|!XpPfWluYi?|c7qNc3!frpzTKbdDdEx|9tNx80$qoyY*K46?85f0sW& z!7aa2ZZbRGWXiX!R!fDr&>YFc1tlDTfX&`!!oS+D8#!ILKE()Z+kfC_7D`;pT=h~J zBhY)eOM-}%pyjLp^|L}=3dbtO3hGJ%;x`FW2IZS?*ETc@zhv(z#m_v*Cd`@z?SI%G zDz$1|ag-7Xu5}ewtF<)b4}(GsDA&ELygY7vMMZRq|I9nAAvVB{pUSXJ24sg9wMM(o zrY%~PNZvB0^154YNvyzv?6VoQqUfS5)sk!s6`k=rvd$y_Iq}U&@DFME5PHT1kJKP} zEE^;b^Tc&c&>7%g!ecN)VEqyZlqJhD3)xb|seD(iW8I2Rd5A4z ze^$P$IK@fI%gP_wWaYhW%I|O^7V&L8tQdZqg7Tj9rt(MS6=qfbuKb7c6ILP~P=2EP zosEO=Vggafln`{`kuTQ?GZ?HQo+QOOT z9l{$Ong7}-Y~1)3dncttGLMU)9@dYzj8x6t-@Ho*98n&*MR;;==JZ~1Z|3qI;fhoD zo;ZPVIc$SdeJ>VhHsNXxx8JS}#q7!uNUUwQid_t{L=-8{Fsd9E_Udc(|1mz31cb(?I^6JaRZ zOzye$B}*=ydBfR%5-yO9@4d2IXr z(+>fwmj~Z*h2;hVYeof&)GC0`+b19}sRuI!+(055HHC{*^C?{$8X}1Po$Hc}qp<{*!Dk8*^uyoeAHZJU8U%?shoMt&Xib zYl<(OwlbyH9~UkQMhyC~<8{XJKyk#ND=F6NBZJPshK^b8abrb?-d)}l>3Pm>xa~G= zd5ie;1B$=2vDk4S7Tj(w853+Y)IY!XJ2L~drKL7goinzKq9^I6`gfQW4iB zl2x2%Fos>-71gXdzIe8N`N3XMNYqZh`AK(2yynh_YGNH8OI>;CFJ22*)VG*q+r7%> z`^<8{Humn%zh7QzyVl^S-u|WnM2=W>gQWLXXqjH?v~2l46QA&xl}Y1RW&YR{?x?Qw zy0NsUFij`?*r{2|!NL28 zsjd^jAOi;(BavJnJkV5@q6Njrx_pnV*!;-$`QZm=?(7`rmYGiaFE&qk+!E>-H~;02 zBJE6QS+!@+L?QH>z_N2MTvjXVl;wk&Q>BefNa&bv=T|ex#<8>^A^`R?a_9izLs%{U zRyz#ZBUff=dwWf5MPreXAx*?dJ(G)?HgsNDz3k3))2?Or<+tCQr@YKpImX9s`YD@k ztXaBwY0)>8)e|o6og%Pt(%Ag!lmACj$e`|sn$To(P86!}giq}j+a3JN9kL(9`Y z{Ef9%UIYG44HLEL>^n)PM^>{TZ54Di;NP@qDndc2gsadLfSJs%0vZVKL>I%adq*nDoUyd%E&iq!a(OQ%d)xUk{) z(OY-yczEWP&E>UgH_q6-y0LLVWXd7s-ICJD&CSscan9_=7?KCFDf{<77Yc>TaU%cy zy(5Q9OUuirR3tkZR`1yN3+b{+bLLELcAB(Dw{0CG+Tm`l`qF8*ueg}y4qyR}!j*y$ z0Mxzk?aWg8)20S@k!zRW%qtMWj59&|43(l zRJX}G;SP2*@$+4~exA6>qSKlWR#hD|Yju{)(cDwjt*ux`iSPOxO`=Czlrud(#EbK_y0L1SShwjawriLP+%D;20XRBpcdlLLkoHhta{ z^Z{xF;tp98FCrCAgdqm6q(YM3jowOiLFwCZj(R6>PGxJRo2b$0UM!pZ&2S<>8&R`n zUrgV^M@nVkc9Q|AcjZ-*&4_qD$p(`w8qDrlhMGW8GnNH=QI#WB9u9gff}qu! zbQZCAL9^FW=p|LAIrKz`K!ZhG)m9I;zuz}q$8H2&*a%a$KunOLo)9!W|Th6I$ zoiwXyoGBg(hea#1+5+~Vw1K&p){Ik|XtHRPZl(uZm)?Z-H6oK4I$TihaQbaUL3@d@ zTvsiRyTI+9eBZ^Df>e81UA(Ofz7Xx*r4?S!lybd@%#`(wOq^QeLacmJF0J$!MEwC9 z1W4TksMIEu*=ouJ(PUsHE^jHTs*r3}vyWK=vfgKd1B`>24GzQqOWS*Z$5EYa!+WM| z@4c_KuXm)KB}*=Hmz!{J;EH=$7dkdzzy@rv=rM+bVv4~K1p*-uz`UjeUW!S8 z03o3UjIAAi_nDP!;gG<4{nzg@J9DO=Iprz$b3a-so`jY9I1>j66mTJ=@l)$fIt8a- zfa8&};F79ws#SG91uJvZ7d3mNzp6COmD?@8dbisIw|K)Gbrxs4M4>B)vAXKw0(-Mu zFK2j#tW2*P9+68698FNSO)Il33nn{_;Vc!KV{kIS-w>VoX*u#mvr4!&8GV8y#^Wl3 zoNyfBTrAIg#z^Iij%YMePQ$|jqGkzq@_DtxX0-zLY~)PsF1^gC@L183@s-?J4nk@) zXxVCm$~IA@FA9egYEEek1ls&&p4I4bq;|DcrEAt26jFy=nx$o>d1Vbz!&7DL0fk*} z_0V+QbIY5}SCuV&u6up1g?L;!`r&}3Di6xhT1ghHCIw(Tse_keCZxa!8>CMEC@gPmB+B{eEN#oA z1IAc_fg+2Kz<3QQEg&oBsg)HQoGB8eXNjW;IHZ6pDjz~C$4PQ#GK{|bx=oh`b&q|v zz1ET?{889VCXFt+_VV?SFlU^%X2a!uS)_n{=YRe%F?-2%{a;~HXGR@9(J^Ypfr8_`djf#7FG;gj{on>7Lh|!^&$cLg14JiQ18@Y;(tRcsrUG z3+;eso*#O7N`aS=bwnIyon$&@w6X#g2swm6!^;6&2#s}x&kI=yAv+`PiDpH|v|Rwd z7_Chj>zYZtg~AX`Lo5c=K`Me|#9587gAgM8 zsU=O3_6aq+x~*BG8%oC%=ahI#O20kOcJY!%vgm{TTjzJST_v1)a*2NQzy{&z26?Mw zYz=Djv%|PD17Ve!3((nH1d+{kg36>_HLwOjNdpL5V*u z=6|HfKUmY*pv6QRmWYl&qh+8mnc_e+Q7Mrs2td3+mLH7y0U=4O)brQ;?-hu4YAon2 zXoRmw@qPYZJ*BY<5Wu$0BdK|9;HDCKwmrUW+v5bdkX$l;yD&#*1abG51&xgbAU1Ux zb!6{$;b3k>%ws31MT>-#o$a9~Y|A_=ctwsQ&Yq%!2ZUWXT|}Yx++VnbQD=kChukQm zE0T><5$KBlSO>8v$U24N;?uB6nt}y+0ebqEicfM>D5AgY)k3dW-V1sV^3vJoNQr&a zBJpEfLz9H)gYk>jT>&+=S#6;qV-(Ai>2UrO#wOI-Lp9YQd+mhm0yu=YN#_hOpOLq$ z?L9sxnRNOI zjpoF3Dd1?Nq=(lT)F)18^w>*EGJDnP%wFMT?A2>doKTD3JjFkScnu?3s3c6sH9D+G z#SsvhI>TaCS~25#c}SF$Da8i`4r2pcKmRPRctm*N(ELB1MmX8lt1(|jrVAGx-$zr- zu6ULhZ_G0o{S&6_I(gly3$lG$*{67$@<;matPy_w=2j3Nu7BpmZ`Qp`-1}}Mwm)r@ zGTGU_k*}<{?&PjgqfZ+{pU&8%Gd}HH`ZdI%3S+VV-*Eir`nb8|5H<~F?$92LJtrl! zJ4>--?h<1JiKIVCi$pIhx$7(s2YNCi$vWLD?SXxuk)pxS>T{t0Bc@1f1{fD%mj=B; z;XosWnIF(9N?{074C0VzbMT{43=jkn=!aQWX%Cn@nvTK|UT%DjHzyls7Ntt(v{h?$ zkDA?f&?g&Ss5(v`==gmmFs|OmcH9TPRnvXPokB}G^#oBq!5}5`!PT!K7QtkCme*%z zAwPG2$`y@jw66f98#n)Tc`w2!NhEV(<}$+DjO3yxop;e=xQ%bQsx2+kN)znAayW6$Ci4qlA^oC@uqVxC@94?~JFB#t zbTC$N#^8$9-OHxg9m?S1`8#T)ET_vMMzxja^>TBWPVXttjkz_9)TmJM3<5VCH5#Md z8h^YiZgy#93B@mf%WUiBbrG+F z4;Z|sM-ba&`ZK+bYeOii|R4-PiVHNXH+FB6*2!InG{fP0yA<503J#ROk-<} z*re(pQVIiHP7%pk8i5N!42ldDFHjEc5*Nj#@f}fyYvLvaXu%m3ow*%!j)9RDtFd{^ zN;wiMdSnK#*86b&UzRKyQ&{-w!X-1HBlZfXcfBwCuU64Z$gcNcD~PmT{W~Eod@OwX z`qnE_2gv01hI~${)k&pSyit&!&+uBMx^ims%5e^pJlBQ?Gf%3w=Wx8!UPH!DER8Bk z%AIm|sIKnbiS8n`&%OTZ{y>XP>+}bPWx4ihTs+9vd|F;LeQr-EaCpYFsV>jMH9gn0 zXl?)4mHFA(eATx3bxo@uUA%&DsRI|cC$G_}(F&OA+WHk5ElBf>RSTFI)7Mwv?s$g! z9u4kp&*n9wdeSRgPGgCy>rnHsxKZk>D3m%u!f{r%SPlz`iRO!^Gz3wo@Q~UKASs|p znM26XjDgaCXie_?gU|l{;N{N*g3kzh(|>vxFm*2e@SoBTkC-2kxccf7e68T> z7tWjYCb2(3hP{!_5k7fy7TMoVKJvaHpnJl8NM(n0kkb%NNVF^!RizS`MlkbYEY>ox zo`BJov6a(xp04vSIK>Ni=>41)8V-i1I?O*>+L5Jnm0y=NY5M$G(?`|l4ai} zb05i_8yY@+(##2C{mY-fWO=68P?#bXkXFdHkh)j>+6ek`gLtm^RV`%%XTz7+D3Oz z8rxE?({WRsGFyGT%E#D7Ztkk}8qs~&YcG}AstY1av4oRYfPwxyTz3>nZWiOKLHqq)>>1s5FqT!cnZjT$io>v){#=BbB;qt1GGS*1GmWAB z&%t19AH`Ow2g1hGk^bj?K|B~zMNog{pv-Ih4;cdn{JA;*EpNa;bUhgw+xPG312QtX zbQ)xGi=-T*fK3#~AfXu(mi224wJiu1$y#_nBhY* z?N1NAx0fjPJxp@yww1qs5r~VnzUy3`LjI(8{dQJmaFo_hZya`>On5()3JPHE%*d3Y z{4VAjBJkF+(2p_2V93OblQHR1l^OFE#d9IPn|^6L{ve`*S1S+xZA@Ndyo$Rrm>bn( zdAC+Ca4mL~b*L&!bTzu>o}2&j&dH(vBX;YbrE=jLQ%~hP2g?8Wq*^x3-eYendnob0 ziHBgAc9G5fXZ*ve+;EJJ~ zrU!<`Y~@l<3P*n1t2Mp}7=}V)`*iTvs6`=Jt#jIt(Fbxm8m|M=kARQ|rmvt0%^yj> zxl-OAVHRI-ODd@`$*MX#s}Qb~Ox*V~NX`Y*J_Dt(3m;`Vur!6dL3z6sh6)Q<^GFj-iI~arAz&Pyw!emlrWp$-_ zp}bNZYnAnfmWI4V*A)qGL~@D{tON0#93{ueQ3{piG=7I=baJ47K*L2e0PUk^v(nN_Hq_^KsVXqabL;TRA*y^fdwtP8U||3%%{Y4=vh##I+~ z>Jq{W3Hi91!VX>HMvtX-Od@aJf_+YFO;;lC=6GfYfL`VD@$}&MZ5C_I_?o<%7u;d* z?jGlQl| zhSFC)I0?YGN!x?8q>fL7>&Q?L2@6Vzz_an0jg2!4pDI-6C@W%YGFFku?(d6L)P@Tm zj>Nq(RG+Q@?h7HSFnTd&t>j9uqcNq`_YX%#E1Fe(MvxfwdXto>Yv)%Qey0j zk+MS&10M;|?h;B^q@2af*$l)Kh9@n~*|<94%MXPs-}ob$_SRd%rzHLvdtW&H&9$p< zC6+(Y6s0Ni9qCCj|PMBy5(bAJooxH476d1n0HDI&v_AL9~=?{dP|bgwBak5^Q=lfjY7T})HDR;6N|8AhHZu`6`CCI7&a z)qZ;IOB1!)=&Y)X4JU9L+Ftk%#5q(#{Ir)LzB<#hLZw+Y8Jtv@0N+XrnmT|LI?BDrrNiJgMIV>QbpV^ul?g6 zS8sh^IPw10qTy4!!kD(tj1x5OH6R%&dL!^bvZ(b0`Z~3*m53liw3!k(9jMw@VogwD zn@H3IxCMnJpo$<*fgcZRqPqtR4puvWt?OVfJUdEYbg*)*dVQVn&pJKgw53IB*Az>Q z!m+aUc)XqbHr`%_wNov#Lt7uNf1VbG%bo9c9%e)~n_b2)z zS*F+3)#>z7X>qaiHCzmBsXI)sS=LqD66%%`SAMuG-X1S0<}JeWvhHw8aj;6~^6Y%! zg`HUrUF8#JMwUzm#~4G$Q(8|MTd)rG6coo((N;y9Ev+Y7O<~bMO{+(&Ct6{&qEI=J zXabW2{5n5fRj6f34-Jpl(5VMf5_?diiGLo~Xm~xJ^KuTa7leYkg8XDY>B{`R2?&O7 z*-hmKNxqNzU5YGE8n~L9mU#1WYqFgDmj~|oQtI%L(xD3xn0z=?h&`(>c`^FbpfQ6l zKqMbK14|KK5aJ(X0}tWj13;BpA_Lbv8qkkmk~6zk_O5hCTzgh@jalI`n_T3w-Snrs zX60=w$e43%>C9nQ-KeEYMhPF8T`u#QbzRGsjV72(-KO&Q*KIPp+@|$T_xjNYUb^pG z13Mj~ZTR31CYuv-sfG-`;y^)vdyJ51#tr zexk0e628upRT7j{d<|gw%BhSYB(<#F5K+H9`;|;8(G;YFn9Dfnt zV8AqTc76Dt(w~#z>&cBTz4THSV@dy=3>O}w1vfEf>}eIiD!HEfxIddYjD5?5t8h#! zbC`Jl1UAb4uG_or$P}Jg9n!z3T`P$1kwmYf6)whn3|Z6D{v^d;Ln4l5#faO%%*MIh zhqHFXb6xJ7xbUxm6=u`@8_gzLV&aBlrHvc!eqdvJ)8oeywHsO6&>Cc#Q{9LyHjpu? zDfBm8Ow>=YBdcae)7!IOHZcpZ8R~xwtK`Iw>sKksKCO_wgt=p@dd{M$C~Rst#Wl%mQ`*2euFzN+Y!(PRk?B*lRc{ckhUVvz~+7*JzTDEd29}5?fTlJ z@I%r0ZRA!qSXo*DLV{5ZZeduDRGF_f9rG!(*|h`+B*M&K3tLv7H@sqDqSl+J*N6Ar zcjWr>82G~Yu*{?OI>J`Jvp%~6Z9=K{wOcinwHC%1pSI~nGv{1t)$45RLakM!1VV^t zvJ7FXL1$%Sdgr6P#i0Oew(E_iyf$Z+o<)#{FX?u~VvI`n25*t;q!8d4Fr4Rl{muf{ zScM|rO-KisF~bsy+VTyRrVgDVKH<*ia#@8^VJerY`o}qQedPree7=eesUIj3j>1Ku zQ^6LR%V=cGN;A+e=?!Dm(qiE1>6J4&t`XzQKY;@+mrO%eB?*8S8EXjIi3lG@8-ag> zT1PUyOoY^do`PyPu*(Cd0QMT30+cUpM-e#YgN0dcPkh5s;qSsx;p5j+(dw=dU4TaTxMo8oD!HI zMyJ&oq@0=*TJ!VWW5ph9nGFq{NkVGd>IfSs$X@gE9m3y!yLiPPh`V?4 z-5ZvTNP3j=usLRTPad;3;u-1E*oO^Ywdo*6GqAV}$Pix4lHHOu7!P!Ca7F1Spvpla z0tMS91Kq8)q@HDMkg0(C^szET?+_Rva0t4-t(@ix!WmI&PEX)iFtD)+AN8mJybq8! zWo3#2)(BQMHd@cr5t}%0a0R`4ybbq_*Dq}wzh?3!A478$3;qO;D{EIera!rS}GJvcS^Py>|TYrTPiKZcyK#3eS&(>4A)q-m!fF zy(9j5n+{LZ;lb982@3=WJ6tv}rlQ`prcllYx1v z{)$s4m`Bp>+*@-Wp8e;!`NxC;rdBw4OL=VTt}6eyQD4=|m2%GQ=i2UTopJSeoiD5; z*Y}^)rVC^mklrKS2kLJD14XwQR2VO?hz~P+_&76f+O z1UD9EkQx{%tJepaAP{f>-C3BDO1@-_TUy4DVsc!kvFX&TP3J^69sAWIy7Fe=B)K z@;)T7(+G|90VGg=rX8Fy`$I0GF`k2|g{5HO{XcE9Khr*buKk?5pSCAFoY?+EyW{`I z>;GTd=ef^w?lzyK2BA|Dx+HxW`k%AxKmTbh^-B*tdmMuXJ0va8f4cJ76T~&zjFYqh z{vQ@nIPiWD?OakUh2v*V6~6wt)d$ZUFogH$XID>ATA~b}40HBDfA+Ng|HH9EE(TeI z0iH?E_3=IMBO?Agve@K>o2wGOR z(3=6+y(7HS|GWsTO9?3vT310r^Z@sVAJP*(%3$j<_LLOtT{`HWrHE%7gPw?~mg+r_ z9jRUd_&&s(0kH>Z)Jix2Tg7}aFfs)LG-*tD$kEtG!c;RF5T_uYsUwqWJ2uo{*}1+( zxMy5v$F>%6K`viKjE@EC8*`h#sBcWSKf3hpqhxsPq)5&BPP*JcW_ONj+15c9T&!l% z$QAqA=yGrR*yvSD_O*{*z2xS?XM|5z6x4cD-II4sIQHvR$3`xyY2Uj7%eH+h=C2;z zzHiB@(d{=cfo(5|n65sINi;ST@)?Ywbk<3jGOvm^W%`!S$Y(-G))Zp$XDlDT`<~t7 z*)OkoHr)Rr?N)3&{OmQUZ*IQ%8+DNhOg!rz&$iI-kjfA8{@#bcMJTGBUj z_iYgVXF>Nf=|__Z(9+4@JW5QLzIU0yyJT(2-G`oP>%96+chjaR4|iqVwRXh%aaGQN zZ-_4__CGJ|KY4hQRx!`dIsPwd0}_psc=!Sa*}EXAng@P(j2M2DLs!h8(kW9DTVg{b zCyPoM>Ipk0>>!&i?7eDHw0&IX{kN|^@9>iw7-jQtvX@-HC3VLw7r#_@xvH&rnM&YV z79vRhcR%)m3D@-hW5u#ta>|xgj><6zPe0Z@U3lQFW%IK-hAGY4AGmkxC3pNb5F;0? zt7s(3PQ0I}Yl)nWGWcJjkOR)3B`9(;K;?O=1Hi~aHCV*|4!%Qq!Ym2W2(tjx1p^O_ z%O(=pN~8r>y>Qi4FQj+un(uPW?`-h-Zs@RdnX^{4&S#H4v}yB04{hG`&~D*hM}!gT zr?;R)*DA-ba+@6&|HK#D*WtGz@tjzwsk8`KFrG#+`- z5LQc-7OHrJ={KbBC}Zi{(|$)$)6f=07#CmzZ!hm%wyamsuk5Or?kFp$S>v#m)^=IV zU2K2GGjgf|bYX8Tqj_c!X9oMHg(OF^ZJinzx&v$*9lLN@M`iJsNIF$**kVT zzjKEKY~!aVNWTE)Sp%zVKJ?@fltBt^XFv?`wV*&*UC@|W(7P7Utcr;!uwM}7prNrQ zS_7aG2}e!PdA&T%4k|+cTm&TvHk_cqHNG5Dy_Id&F~U^zeU(h72rwh_4qaP+UXhRG zo~eppC$ejr2eTG{K)#HpqEE z@fK$SNBuA-QrH+ZL!f0;6VxAV9ySVLAjgqrY5Ml9?1{;YU6Gb3>+eS9g^QHrKFh_1O$xC6bxt*_Sv@CAs7DRfH_Dn#k5n z1@u25ZbBZ&f{t=rd_M^!E6RV3_YxHlOox8-$OQcqXO@^B0ind_8d&nj0plnk%8*0o zbA*&cC~-ziWY#k}QCj$vDdK#V?85RRvI_`p!;Xj}7<5E-7=Yp?*PdCVz&Vc- zBEtFNV#ruyk>moGM6oafY*=FK5rueA$6$E^r8Ev_ury07HK8;l+7k!M0VKfTb!14a z1UJw7JK>_6a$HtEYx|PF90WGN-4pzW@W&f>7X=+M@479-_Nra$2riCo5+1z&PrWu@ zwom1`=-2y6{ydAxll#&+ejw74Wm*wX0Ymg2Yg0Ya3B0 z3wwPz@^EvlI(y1F&LBceBMs4aEuh% z;i*4`b&}7$ntt3ToaYt3@RCBN)l2q!iNTA$XTbj}6%uZxM2i`gX0)#XW`7)Fd z(F7vK2uy{5NYnCC0Q}GH$gCqE92{t+NJ(NsY%e{|ge`00+^x(m(Z+~SCYJ7|b0Byx z=twZQh1fi+NmeZGV@z>OIkYt(hcp_nDAmydiH+U?#veV=C>5X)A{vF2fa)r&NkQ3(-heM@gEEYzonr^c(YK_IBQTJe5D^-}y z3aOTC5#G00lrlYIG%|Xba=OW+l4A|qa@9dd-XTCLuy zCu%j(TXnB%jZPzxO4Wc6z-|u6`rNxN?Ek06=pNtm4DlM`l^5Q1$5)I>snsge|N2U) zDLclr>*WY%)l1V)lD`wBOr?-%$l}x{g|1v9?Fz%iV9^;;I{r3#nAUQ)exEvgl${dFuG0rse z4kn2ce!=PJJ1fz5F2R_DQ4^DxIBX7xGd7vQPxC1g3bv*$TsYXo=848Dv!H!b{R0k+ zOmGOb^8(^VZLl=vpqfEDhItpSjRhnNEuuhe804@&635@D88L=96vkhecM-U11vsLN zKjMa^>m&eO0C%NedfQIcDAmFr)MOToHA_pt<5gN+b*&dc+(gK7AjFs;wbyawo z)%KMgMOu#AE}Gcr-6?5w%-t+p>QR$Q^+_W_;bNrsq=Xsc^va5@P_94{AM@L*g_ANh z;grtUynKa@Va6}LbW_*fl9~K+`NeyXdnQt`imwg+Pg;F)6_T!}(@*rxML`pvv&Wj+TU*o7~HYmz= zLDV=~8vogvUeI#K{*;Ub@iXDs)c!kKgx9)f@eBig0U~9tUVb&hBlenM_*vb*pxW5f zqVyv2k=d!2+t~o3J(=qfrr2(FT4)|&K1;#))9)*MAj5N-$s<4$p6zd$dKml5>Vbv= z1mPK|rrux#`v&PYo2d+_D5wp%5eh+E2);uT`?Hk*Dmcf8dAyRxOLIt4!7l0`!REea znuJf==W%L;pAb%}TG%1H*Zkzuzn~gETe$F6nMuw`IXGZ%UAT}Kh;z}R{W25B;yUX6 zsFN>+k7zp(u|(o{lX?FNDuMozUMkiA6ifKGp`^g|NSPghL!c82rS<&zcg`ZM(=O}C zX&TjDU(_XBJ(cjQ*Od7x>U_WK1@G3`Qe9)#xJ--EuM;~Eg8r__KHX2fQx4+Xf6+T( z2#UiS#8LGM;dVd!3S6pR(npOSqkES^oc;yRO^`yWkDijk@k@IlwwxL72kkOJFoh+M zhr0{U4A2dLH=coC%g=w8ASGD`Op#&@Fq&c*G=Zic(>gOCMl-1taDwzdTk~JXz!Z`P zF*_E?uX*npxn)*rlr?Zf%=N}0{lJ+&1ctHSLr$Jq1FAM0?{lTKg_1t$Uv zBW3hkVWJzD?=tPL64_~||H7|DLBCXPLZ(Zq2vHpf-fn=p^iVp{3vE`t$hs0m5v7o& zB{%^(_s@P=0wIUyj=T%$S&)q7E2qvD{9vt#Y?xrD`Pr#Z%t9=POLj4>7Og_~o+yw^^Ow9b@)&2% zCAb1oXQun;`x9k1QKIet+xJhvb};1^zF8fO9mQB{qrP*5BO-jo4@vvOI%1#Lya7{&d48vLyz?3}H+{eE)=e&kL-c~re%iXYG_KKc~F5+@dTDxx4 zfmJ(iJ9_BBr>bO*rs@Wxuc{=T{GZ$Em}j4}T`GKit24jI5MO@P2jI=T;FY(9J;E2y z^&I%ea1uM*_pf7p`!^F#9nG3IW@7iODUZK7;L{g!&L@zi zI6P=@hVEwI!;n$XpEH^GVA04J!mWR1rU(xT5C86WY$?{h5gzO$dQ4tlUO`5t@8n+k zo$xTxr0--)1N|>q@+|!?1p;g-R!{&-&IM%N`=Kpc`rjeD4!wWzBab{X?R_#2^pjs~ zAx!8H*(KbVn|?3bmVQs8VFI>n2KkAY03`YMC^;O(gVPt`*Fc7ym}!$#6~k1Q%Rttl z*blLyZ6fX-ehw+k&R9aFO?sHP&&!K2(FnC(X1)n_WwL6?mt6Mw-JFg+)rwHwdp^Hl zs``!#XLODr(TDCL_S?zHKmBUMW%Km)>ZZ;_XJLt7cAX>?j-E zUYR?pp|P!NN&UKenErx4th?h=qWs&P7d&1b&0TR@)lElk6+XXRY8Sp-w{w=cP212^ z9&gTR?&@mJxoY*=o#!o1HkMWn%M|ROuPTnk1O9i)y-A~L5-2|>Xdsk@S1GY20KzCs zM5V|hi)A1xGiH^Gxn+5fz#z@MnR(&gq5n*uu>IiEUH5c7ed?>H-R`HmnMSf9Q}6=G zq>5!{Ki%E^G*Ih5ffUwahnt>CuW(Ss6~VgVm|vPs&W=udbu%CQjA{6 ziC_{jfE}X|4TFc?Ps2B;>6ZrM>A+I~7!h5e3>AoY7lYjkIA}ek)?%;RW*oqlo8*6f z7Qy1NWQCt^8(uQM6OinvTjv6uV0M0vRx>|3(rhAt=-%4vkFuO~l-oToughfe1t8UHkOQTpF4kRD`LB6e|+5u(v^{W#I~k}o*RR`YMNxRWGzrXH)680 zL_$$O(C`mR9q5H*5q-i2YcZ@=G>TCM3kHxtwsIED45bvhV?z@}Y=#UVAKEPGUMx#+ z0bB+H<-lRl@(`GGv0KDm;)Db}MLdf(1%R5*1j9h#rol01f@LTSo?UoUxMg9LC$HhU zcMJ{bzl^oIDre5D^qRVYyu50maLdt(2E#koHRP@PRIB~O*L1kDyQpkxSy6Z8;U?cF zTJ5L)#>3T+$iKURM5jC!ODfChttojbXmuSf?XzWrL{5`p*N{$coiWI znoB+ueveq0-+y??B_EO+#IDqQ_|Q*ukhzW0SMCiImsI{LZ-SaJxNFM%hsaHb{1p}M z*-OtCJ_+3W3W)916Y_plS;9;ioiib4^wiGVnv7p5m0uZ~ZtI*X7ESB8t=agcQu(E^ z`L+%w(#WVLre)fq znR7$!ot>e`T_Yrdo%hfB1z%-qT$6QEyc|2p%~>48|#zg`tjqsOT!yIp5+rt=IdBPbKK5`=jJyB z^+%eLTHa^Rlj|-RWkDrEHt255c-whUEDS7^_m$^s+>R19y? z`@uwlI)&{73vrf%Mpr_D<*3|fDWyLOL+SvlRUAD1mB`<6=uLiGtMn> z{$s}8dCR?fs%xq@Y*x2od`NH+X)?Lu>NK^gr8Bbl=(>0Sk@*c;% z$1&4d=hbzWc;ukYlUgD@(!WX%>MFJ4C)TFF99da4dQ^3lb@u!@?9|$>Yc3%#y`Wa+ zW^aDTCXYmY$S&y3A6qFLbyO~Dzq5wR9)G@@vmY39#o@yKr}8H==S>gzr=<5ze&F}f zSWVBQYBB?C9#3_Y2eUUk#R=DL?XyKz=DJY_3EOv;R3MzL6eK4un;VCI7+OfxSnX`R^TYKhc{kv_@ax7yJ|`TKC_x6 zj4anVF&a`>3>K9h)-b-h%{(?C2Q)nS&-jWlNu6AqlxN@96>MHLuEFe6Rhu~^t1Mch z;W@dnEgNPhkU_p}@|&yl);jeSB)6t9VJWW~*)nT%6+gB~Tc##FPnQ32aqe=RIm_aM zk>;jh=5Rp{XP2I5w3>Jru}D7n2c6~NSk%K?ruP)(t~$t> zPm4U^e#ppeB8M#PqjcC4N2|fra^|Ot2@d8!yhP&y3fQPD5u&Ujlv$3VS8P-w4S{=J zEMb~UvU3|7bF*1TY0Qb>% zWIM|$IRmr#?H7?vp15z{{%N}Y!q+E0e13Sx*Tnnvjve2i{ZPBWY4i z_f3B#ykYcc6(*|?3$tuc3O<7u-#s~(jAmyDfwOmiQ#fo9@BaJWX|tndw$E}>%jfn# zdl|F2|E~kjkeL_D#4&-&ANX<^UAB};h69}+?Ew^0s1(s^4nq%wN%7-Sc41nWF^Gts zVNl^pK$!U9zI%li&IgMBGNn#0YkO_={3kCTGv@Lq=g&OUav4oWEdUi5i+Z;%BBpEi zA@VSNauB?CT!iAWZsB>#&2`Oor9*zXf>F+xkJFFhDy@x|BLOzW64K1vTjnfT_wo&y zENw~f7xci0@}qatLFSW4vb2m|l*2(D@}p?7twMiBvKB?~xd+KL=Qs{|3B>N92MLe< zn{TiVJ1}O0U1!^&eVy0B{Pg*)$B zvno3r67>k$Uns6^Fz*OO5H|rCC80KIiY^@LaUv))!AeSh*>m@uvrV%W(KMB$N9bkx zD5!6M*R8j|_xN$CB%O8qY#|HO>EHoO^7!%oUTP*CEFluGIbfTSq+m2orMMsM5rADi zOBpwCm^cPz#)2^Fx5P@bhoBBA&mKl{%%fpCuV$efV?r(EUkyv*5(%b$Hp>mUmWfXNs11uDEuozE5 zR|)R=%UMtGbm+g-bC-kp+AUH8=NYe{FOd@o&!* zdZ-eIIguCrrV_I<@2wrT2i16TGjJlO|I$$s0Hk zS9X1&pi6~V@`QNp-ho>gjl%}-k0;9DRK>dGfXm01hn0@?Gv}Cq2!Qr71d>OhHa?t? z$^c7171WpRQ!j3h z32zLGMu(A{7+M0T{;BGNu_?m`Rgc+}W(}bhhTD+4?g$+nGG90|Q3CmJ&Ndy<=;-yI z_J`>%KMo51+>t-O-ybjIIg#U`j)R@S%OQZ_M>nV2nOU8}_4{Zu!D7fNll;lz^waJL z!$e%n>7U&FAI>7Fv>F6B~0i|3=)Q5JAE;XFJO2j3kToIaVB2zXbyQnZE z(dgOLT@lxoEv`uV|8NSqT%(-NkU2_?p{!#>XH_^{)j0wVg^6eHIu4h_h3V%OeI#Pr zr7Ug~y#w@wsI8ru005!^HVDDenc9payEPyOfNEis&uDY}nKb~coxp5i;Qm2oXFh?d zhEbYsVkG~SUDp2=r8+_aE|C2Wu5o>7>`(X6nE;661-5jO>Fb9lO)N+P6fUum#PQ>_ z&cvlS#-p8zIw0g+*uOEpa8ZH@Dq@615NL3*5Wmv@4Tps#yL)dJst*ghA0`Vo6yDyu z8<^*X?O|c*XXKj5LasWp0LW(?Q@BAqX-BeEcff)W*J&hkBZdB{HiUf^%J4OnQziArTgI@?1AXGOO^WKk$=5m16h z$|*KrKs&Y=66IEQ!R7}y;~)8MQ}^V}n49`Rv!v6aIQ=Sum@x zbQx)ZrIQH1US3j|6^C5*)H#l)X!!;?=F{vJM!j8VCeV@68m(2)vKr%Z~PMQw{(FsuMxco}qr z6XO~q*v4c;U0kpq(+|PoDc%-gxSk_bi#8@K;ac=yl3AHC zbIpcH%!HsTcbZNaG^T&|eAKM$(8)p1YAuYBIR_i1CWGx=il3r+YN#J4C4RfJ8R3GE zTPyG#@%2P0j}8n}+8g?x%CHF5rMwOZ3>Zr3;Ew}dNIm&9DO@_mOW-db@*hGToZM3Q zzg0ZqK~hUc{{ZAHK|>N!ry&5c67f8&4fx~5-~J@q*Po=L1(!V4=l4apw@-;!RW6yr zsW}pj>v z0P9qg`B6D%j_ummwQ)Yvv3cv}5v*~Ka^&Y9e?C&VM{-)FzVwqD#vj}~yNWUFRst|Z zQe@3`*5l$4TiD%~%0*$``2fDD3jo`oj339Rs}& zqnj86MGcdHK2dc}96-?60JOsp1xRZYN+7H>us~3+yNF1KQ2K?@I#CGZIU+olVECxx zl*P^}g2s@7k8HbW-fx!9joVcOF~y^9EExUXvMai~XB(NZL?yfhEdD2azK59**j%(| z8M|)W8ll#$I&9A(4;Rg& zWJgx1I#GI+zzPovY&Z;g1cdlyTv$vCWGV%9p(#j{a^MSKz^9@jG#Qz-6rmLq_(DY+ z*oVSU;n>mytVpHjwqn_%mut(AAd6L>+*+kd3g0rwj;XuN;9NEQlHU+MeAoQDm>Y(T zUcV1S%|(%#=!6!lt$oSXo0%(%^NI_=u}k_=4c6~|9ej<~-2{8`39&iJu|#r`oeGfD zC)NOmpcyq)XrJ7&+9NQ`mh>iOtKPM0`rP5Rkj0zjS6v+-Yi2KOb_6U|KXJ(SmZuN( zSlijBPl*@f#kOfbQ#UkPA{WsHNoe|$FcQoIK6{;HpX4#gA0!`1en8$k2kI25u*f82 zExZEX8WogD&H?2x!Wh9*kBoapaD*8d)D>*%G+HVc0BSD?XGS#>56Yrgi`z;QtOdN1 z)x=U7Ehz<<2=-^hVU)&8L!#+Ntnd(Gs5q)1id*FaYXMsziXoN`vKW4gOX5^-w-(zh zR*TF{VDJt~k*pVxGflx7H{UzVDI>k00ROHuummRZcA9Ua;~ zeg1M=R4RJC;z3-7z5-k^i2)08g6@mbJC&Zj3$9|N*TqgeBz+a}y64{XM<)#I9DE>I zAc#gM`sHX|Zd{A9yTdXD6I+zl6L7tQvUWzm=4PaBocH9VW5!&1Wd4n*ZPRDmzG>=| z&6}r8owjwx^lhmd=O3Z_o}70hGe>5Su^x_>N_iw&;^ho75rGs%`~z?(OHNs>CZpAA zG?6=N_!e@B74nVAc+wWK*+Q34%p?qIqRkzkN_rNGP9A{|J4>ha*>zs8-|O*v@A7yI zPMT=Mt$VOgYjfDlY7oYF3pIA1!>n=mJ^rn7jmA_|wzX%kH&n%=z z%%6uN`rl$%q#@FnbsCLOiOf|<{fb)9@Ocrt!)UTk%<^Sc93cnY_Fyl43f!LFoq}$$ zjxBCH_Sx-b{Uswpp%L_dbCcd2tBaZK0V%^Nbt=2oZuZkvgVtt1)Q8Mk>&nh{)t2mx z`Ld!WtIn^^isJl^Am`?AqTa3{_K00=*IzMssda<9uV`M^YR<07Hlscmu}0`ah|feh zzVY?218?%t(4j!&i^zC6Oo$TH+0zg%(?`aEVO^jzBK!e()Wr$i7y zsX{nL7IJJ2jE`r!6y`EfL>lZ>qAwYpj`of??RBC<2AoK0hKE2nC@+M?O!TG%29Nl_ ze^M$UujuXK|K>F$l_3wJ&T8Eu>6b~9x&DW-vq#OC(Vk!9ZD=6L?1abSvUu!)?8>~F zP(fI3a$AdRIeD$6Nn#CW7uVMpA6va*#p=h%C8HN~)K#3q|Y|^eR zR~AK>-_x5el#>a^j|=xGD!MD$D}{%y)Q>DI6CS#V37t|`j2v0PeTyX($KekcnBy4a zXx2gxbpvG;fi^k{zOR=hf58aOgZMK99L!80X-dI$MF(SyYhhd5Rz`>4l5pmSWPbQk z#4ZQpvS8E_j0R<(@--Ps0aG$-Iav2mhR`6tErHW4fGLXuWDxnO2S+DNj5cwshxnhs z0PK%@nexFxL(qb|M>8WdoqNSC*%=*I+<|e@Z$ay#|7Btf5-y0AMkfl9!IQ31!a-2} z0FZ#O7{^k?wCJJ}%iwij#X_Vn6!#52CiD=JX}~xQqCVOqrX%XZx0ZVeFim3P#y+Ik zIJ*yF zd2w=HzqN6C<@D{2OB^jLdoEZwzLU8@WpLZ0_H4zb(PNPXgd5%U%K5^(Z@qQHb=UE) zW!lyfN5b*8X_=YvAg!IvmdqZna8x+{8hGT8_ zR)wlYT{m^zcIU;85nC>*m*wbuptyB~JX6m*f7Wt#!s7JBqec}c%12)CR*ipH%u`Fg z_S8fc7Ybj!hCekmL!_C)(|& zY%zr*;3?1dTV@fR7nUb%`@L~RP-j)jW&$wgNw36RD{xolfbbR3rB_ahCl0_=c zav)S9Zttv)n}qpNrRf4WY*^?0h450PKeo87y2Wl*EA(K&Qz-ZC)+=~s`F3upT%#mQ zD+W%{to-*=h#u*r?j>54(1Y}eCSnR&aXTA%|3_0XwXqD0=St`-CBPd^#5lefabH(R z_Gac`OsG`)<%4uFFz*gXoRA!W1u)5q~4m((-dPA8D<{IR3#ij*}=vm()!ss_8(ruR9F%d*4&kGb~_jH*ie$LHKKHPc(_WG2bX zg!DF<1V}Oo5K1V45Qx;!JA__D7&;0lMG!$SE24;s;@U-w?%I`AS6p>1aaUd4RoB;D zT}U#Q@8`LbgrK29ZNvq?a;IcW*mv@~9S511Xthz~oXu+4 zFp$p6jrK_U*x$o~PTU5sSQT_gXMIY>}9Qzx0p<#K&)cJ){SPDfezTqimnj+mM zoIrj5vx-x_$>tH3^EgE9TtV_2qTGct357-r#1Pucf4|Q>5Y{|Ec>yy-9(-saeD)}0 z8Bs~-6G@Mg%&;Iprx4jMu;>ZX)N?!1%3AVNTIn}h6~74f%t=)pEme~m=`I$iHV#i` zq4eR#Y8Eh9nzSf8E zj^v9#kVD9>L69yyLSoSxFyj&NKv#yS+-1|_e$EF)ST}g->eAPxubJu9l)71?N=z$E zn+EMX{n(BDcWRU?mD-M;?kDg9|A~(ZJGY=dgGd_TKV* zUPiS_qv11u$&00@AEE)04PyFH2U23766Kg{;f_L%E%x4as~g|yh#;nrk2f{(%4+j6%Dy|XN}UTnw*;`7TrGS zSEo1sY0KE{J}9a*;tFI4;8uxo?!?{=Re3;q|Dekg{?pTlY3T(#LG8@;Epi?|IX@p% zFekW+^VgKkziUdLo=e?B&MKi5{E%@x+ejxll`_ zMX5L={cGaKvvJ{DTKQVQ9VuQ7$k)opW`8oNEhJyt5-pEX0!=l^7|k+;RCMXup#~(+ ze}@8odR%~fk&*mPIih+_w)F6pDXZ5#GJ#vyr{hWgwmK$A-~Zv-vrBuc`j?a&dl}*? z;Y6=gOsuYGi0rs_{1fZLqq%;??LQ2i?-+Pq`sc(uURxm+_*1-96Z@o5ASBU-XuD*0 zqv^>A)#y4jq`|Erc$GR5B3Y^1$XP1oGqi2BlMiMTI~I}lG&5gyha?&Beq;pe{EJF7 z^3;KzciE=+(;b!Kq9VK2m*~n&jZJqrlG18(vTM^^cBel!HPe;os~s0TnIi9GcV3g7 zQ=69LaHP{UKfOghiw6ScgYqIo|6oLER}3l%)L0W!60N>*+|TZW$*7Z<5S!pIn5=Q} ziAiyBQ0O>tAW=RlZ?RBI^lV~$^z4r=jE_rjw7}fcB89qsO}uGXT}>bTzwzKT&}8-|qV_y-mZug_yK4wtYYKG8WOznTvzQ06iXEq-ZAZAM>rvNOBSoNAMK z;hpe4&d?=fi_`LG7!Tv|MsD$s5!}%%dUe-;eI-tCjt$oDv($L1l=b*`f z!p#u-YLC+XVAoV3&lE1;ME`^*77zY4H7#8uaQSJ)P&-&B`n8?`g|%xr)0F8+=>-X_ zuFsTeXQ_X{h;ZGEN9Xdw#8V5NoM_Ya%~*2H(t~%-Zd#V3PIdH33ziJcn0Ih?PcJX_ z>HSq&y*H85>$tRBqcLq@u{O!Jv{q$mY)DcY6MMyry{mWU?w`4GP=3?n)7kt-7cWeR zT~Isd)bcqe=B>0(?mfP=zdvCI_gPPmFuC8$HeSMxO@>uKaYg3cG*aw)DD@3&xaG_O zSO>5;Ih+Z-1ki3w2zUCiMpwM-6)UY;kZ&H+3MA0?N@wCOolH=NOn$fU&=qfF zQm1=tmnZC=D+(jie{%7_G(gdpv9NX%Di?+a7(3R9J?r<+1$76lu_$2+EXp3CZ1tx)>pbH-6&lgQC%tBZt*^OlOamX;Y zWXAQaWCe$f`PcOy$y*AKjp@eEc!Gti-R;R|qzh;E{Jp;7W)|K&YyWSV`b@0U;Vd%f zpwXVZaq}4_KNnA$a(~5CDKq}g4-mMz1ew1cgH;}GnMJ-tsR?eY@*FASACOl^GAv3p z)OTPGhS|T%o@^zU9|GcnCIeqgcEQIkh>iz7kCYgr%N2~)sfa>?<&(n2oK{DteOQQE zgp&q|sm_kM&Qx)b=yM4^m+vo$wn*5Pm}uj|Hg+EwgChzo!f~@Sr;&MX3`;nznd4-- z9`;`@hJ~F;Nlq#3%E{ptrY9z*Cq~9cj)wy^HGyz+$&GJX#9kP_qHo_7!=>Ic<#}N{ z=9CMV7jg(&fMRse73eEM8ut^!Puqk7C5I7!c+09$2U5b6Bl{G-KMu&==nDGixVjJ7 zqAcWfu5e1f56GVLkBvRH8B7Eo4-3X zn=LI!+hpGKf%Ln(e~{))dz#K}#y-nG@jcr=?Mzw$_vh-u!s@~?V@4OGrWM?D;sNRH z(_P!M9{3-&Iklj^{%+}aA8umW_X^VFJ(mCBCh3Rw3Mj5Z2dAy?F&EOeO+f!&E@O)G zP76RCQ{-6b98?WXVFgZDR8y3^oSd4BS2V9+H)_&C+AxYnLDP_;!X*R?a08@WnT5vO zW5;3O%OLcOW+gOA5GDk9;-QDCE(Z#eY8Gk>hqD}E!MK_yCvlF(mEXtlPb^t}+*c~? zbn)Jln2c2E_1n#EW8c*^c~;wqS({S~PPg7yT9srgJQ~;M;*mceJ_tFWM0$CtHzp>t z|Ja66NhVdS$tWcDFLQ^k@$$m;8nuTTSv=|L(?xDNE{gY}D{g z&mnd^r&qu75#E8LZZ8|*GfXu7O||NbI8LSFw@j6;fiY?F z2dN$3r`@$P-Vi(7T{|^YEFI}pvFFZ{_b@IqZ>S|dpc7pwMTu4*wpguciSdruob3aW zm%3sA*mRCl83KcE8=2w>#mqLxqCYtpEHH$f} zmJ15bbo7xgUV83trX)|T#|MT!`n#9P)G-#WqCzn0)qP)l^NknF)CPm- zaaRI~K-2dH{?#`0aQX+n0EDa&d_fZM%4Cm6$h#2WAuM{pnsx5bNQZxz*@h;g;ocb< zf?PFVkvezyRynt1bCdL~ya9pzjcuQ9Vc{*GZjbWB8&(yNE(EHunOyNqplaRr#`ZTFw{LG0@*1~uk1nC7&_ZepR2CIg z2HG5s&*|9b-Rl*H0+p2kX{O!&a7HC}dl7mPn1}vkIOnbpgHPq) z_et;X`;rBvGtwaG4E!@^At~n zEV=|`@*uL>(@EDb5rVqO%i--v*E5Nz$i2JTf^$q9v)s8}k)8Jas(RwQBa zL)qqWdhtwn3HVj1K^~gJpw+{Q#X?9pP6zLS;|aVUR1PSwaFf#RShtxrSr8iY{ z+BKZlZx&UBfS=0c&}(>~U&94>YpRv0Dvbj7G8fw$*(j;_MMmhfbW?expq7IJfog@zuC+)hx%PnE!D8%j+SHi zCzR!FO#dCn-@9R$$ZfDE3({>GjSZ^@)M{sn#b&d4V%0Hhgph30XxMZy*@kPNXAxMM zkN&PLUPCJY^rqB#3u?!J}DhkzR1Qur{-A8OD~z)M=Qnt zBjzCG)$1W?cOom6?h%Z*`m|DHtEyP#T^~MuTFnPwo;T@FGrdlF`3UR%)kkXS!jPA_ znAT4+fp_{WD>UwsKK(F@ZExq$5O%Z|`~(FlAIYVD_*nY9<9g{cmhk64SF<_Dh+#wv z+%^i5DD_nt|DQ1L6tYpZTMLPA-95e?g^z9G0JiYhrjCDZdQ5oZ!BCErm=mhZ<{LIW z!)CTsZ9aQ;bK1k~9>Oq}Y&rd+^kx(2&2_L)P-gF5=;4BbM<=1+NaQ!C9SE7sqVPs{ zL_&%yR=~g6!6P}Pl(N$HI%|Am6q`PApmc5I`9%}Uo48`>*iz)on3iskK9E8yXYs## z_SCk+3)qm??6sBR+|^Q&^z1cb-(XW-zoBy6;>feowS&g7ja={czHB;YTQOnQDybZa z?`;K@qn)p_nuP~9KhQ}Vkmu`PvhOcZa&prI(?LH_aceO=)r$+=3{xGkEAnxk1YKuw z5aG#mNX`!BEOx499Nx6Xdf-6o z^Y^Zuv--htuiSUvcfsG^eDI?Oo0qJ8bNQRc?|Vg9)vhibfAh`bON9&T=gw`vtF)4j z4BxeDcn6=El{$ZZ3co|R<#1I;U17n@d0?W6k3NpMdA!U;Qv?=djbG9`|Kj;5j|%$I z6KO@JEig2G;Id7$x#WfPsmnHlwy}_K{A%0c_OI@0PrK`@b#t`8T0C=jHp_T=f5$$< zw)>8AAKG0mdnA<}03atUBVW^!-A_xYPTrm?Zy&(&uDiba>aJzaBYbZ0ulhaq*L@xP zt4ch71kLrM4a#L%LI7>2JZ*${lLQ13%GH*QZ0`Yh?Un(xdjS0ThQWWg9x*8sL7iv8 zk983um{!7@bv>-C*8^vCk77TtFpewEV?>bZhg^^~P?_2(dd>OcAD~5@J${susOJx^ z0=V<%e{{ak9{iaroB=wEK>wfo5CbDqf0{5D!p)1Zfhi-k+n)|5qiALTI2{Ial%%{? zDmpGi)Z%SzFLC?1V{I>uL^`ABzY60VV={g&c|F@WVvcdnD*RS=t~)B1FxygQU&?IQ zxV+u|xOXYi3|@Ks+u=*Qp6m5Swr_a+@eLavdrW%I-?x8Xf76tBKDpoIq+m&Euy#bS zSGqlAuo2vNn#N^_cf=$G10JZQc1x$&s7n55$5iQkG5zJ2rFWJty}8H#n^JN;hLoHX z`sqD6DJeOg+(|hpIrN*Di;(s=(|+_%x^KkND-SIlk#@y1@%+@sHbzU!u1o8s0V1|N zzpx@h>&QyZ$yG5O@(u&TtT!|AI$p^k&lb)1Jo?^JjK5uwbxiORzfy(;hx?P@JUQB^ zSY|XP-`;xkXe%!rZN2^WR@PdPec|2gii&LZKvszRE|kR{$gW`9>D*Deuxas8p``6h zRz*dY*q@fa`W2RVBk`f>pkMD{Jr2|hxoTyBC`To83q)1Oqd_b{yfC)Fh_5RWNLu;1Ip0#Av!Ma1gdE@r!@79a%M76=*cZT%+ z`YoSqV+rS0ojT%QLgJtGOF{1dM|zxT+S z!3nE2Z&@`V_}HySo~$VolB{+^Y@lKOvUj$=&P-!>+g+-XuAkmG;=TH&U%;jH|SFgI`+P`8dF_u3_ zmvq3r+u`L-zZO-SnBt5&0YNaQ<9+;H)y0*Tc&Uy*Fwymos|=p&j!Syv;3=-ezC2iIM8-Uz6ITRz89wPj@`WoqSFDhFiqO zNv%>FyM~2fsp|+?dRsa|Ca4F(7LO42@QTPR?$(YDUI+tnGTiYO?pAq&g=b0%ORl*? zVY3MebFPI0egUGPVf*iMJ}6_?z`$wF4R@e)UBp_M*)Lt zRET+5@AxupZ;)ZJXV-q ztVTvqFvKiI`9`p?vLQeN6&?@an2e3(YA871UDHi(_#kw^keTR5XFzTV>ws<~y6aFC zs$4u5YHXy22sbhX$7#n@Pf;bRrc{psUJCx{@Sl$n^*Xpe>(g?qTD>ktr`K9@()3OX zKsm%1o-Tny?;U$rcN|!~SCf=8GBEBP2lw1t<^gH$EZ6+L^Ici)v;pR~o>L{fGpgd6 z3=<*>LKGqu3UdVlr?zsO70@jf4UaT+9(BChrb5Q>xYQINB%~stUX03ygB}68Dow|+ z)i>O*x@^hy3#Y_?5DLY>U!*jne0PSoyxg0yyF8<`Bz@$FPdw|JZ=!h=S}?dc2vdH6a#b?oX$O#h8f&HB~XrkD{U1~xAACR|bs=vIRd9U6P>BO#gY z58pa1D~VGqt^de{7#d$}#AB;oVojJqCx5+k)9#yIx$ySV2c6OjsWyvwUv3r@@M0Kh z@hf%i?4Prq**;XI`?Pt{iv#D?e!4Ni-=!H($X*C~n^2JC2xq&TuEaS@kc0qp&V3aL z@$W_2_bf_wCqtqm#XB_jSE}2i{D%U5D6QaeN6<{@fp3DFd{LoMgJ%%T3I;*tf{B9< z%D@_EHCU)f%)8R#gfvmalyIH1q!_;T_3x#&?_a;RYT2rR@mYeH9N)XKG#$}Mc~dt& z^Y$|vr{?j@m|oi0J3d(yvf>A>T2>{6k=i~Asesn22{0(d8|7SA6*J0`lgnmQLW||r33e72nPH0u+Vy8msqDTzhd(siII)*BiaTYC zPq0gQhxdGNA#-pjEiE)S^8)d39CYSku|tlnfi_5?A_rwcm4{z)RF?=7N0+wFoWr0n z#TOPVX=E$HPY6rzz1K>5Kj;#n4vcOd_{WAA-HuPToMaiNpsGw zuP%>XO*gG$>*U9@g)i5INQtb=5W<*u%c8M!fCW{k;P(BqO&IXO!Uk75P#n+?kPY+} znUbiKU4`b$_nbzf$|Y%(UmM+gPkQh4p5qk=bRA$2G&aD{t;`tGu~6mJR&yZe}0Uc-oX;o4ax2Tw8+abbF_%jM^aDALO~F3YgTeIm?5y ztG$5&f%g7|`cW5wJ_SSo0cgHJSEU36MbCGAjdfS6-~NAWj4?6yt1CWeP+Zz-utc_9 zu9k>?g|CC9#jy3#(U-4YL3ASX;n!HE(@<57%s1_gJ-?Rxt>oC!d4wMF-_(u19n_fJ zki(rLq>G3}hm8}ot`n)a*nMRqh`-zj_{i&uW@zHId0M8K19!R*Rh)1KEQT#}$8??; zS9+A~J^Ej^5_N-@j|LWLnL10Ipk3O8w(jw9=1uB6F|B0Xx}UTn>3%>nloDdrOQ6%Q zfpw8AGY$^v-hbNfJwHQ4sE1(IbRgZj381okfy|I#x&%#Ozz@R1;2~~;*A#U*q)V1! zHvHp&{Q0AF20ZYU{ps5~OngYql?4Y6o0%Cn7l2S#qp&EFnli(eFl|BddSqWdUG*}>I!WtblG7ZD5 z*mK~)0x1tD_<<0k;w)!g7_u;>D1bnWc0+SP67|ai)Wwun^t7QBj%4Y($KH~T^;`bN zzFM{BhCgjv@yBcA{?p^jOMOxv-76nNfa@La<9|o^qvJd?yc+m$8yb>tK?C9dLJ0yN z3XMHS+Goj0cdo~T4&@KJzk&mBTz5^A9munB|didgX&N!xjvh~Tmr(W(Hl?rr0 z#ABp&84c;7g;OPu{(fnxX9;mO2tr)($uRlxCZsU@3Pz#f(WQYp2Mg@h_d- z5O~*^BunpREq9l8bay=|bT?rj$b5=yck2U*;mSEP3Xw!o9SyA>vuE(K$K=n>qvv;O zG&vwbJBMF6pANq-di=ig|9)P5XQwtE576uyapn9v{J!Y%`_9Yl`qO!qyClf-Y^j{j z(E&_n4uEYi>spF~fo=vRAj`U4j-Oplp_jV_7xi&5apCuv|CIF3$t|Dk&=F;6rf=Fj zAzFx6ATYiXttSX&Wr}{b;}fFyyll0;9DUG) z<8p1!2O3B+4nHpc52T1?xdBm7slTo!l0*sbC$W@`k7LD>=Jn zR@DNa$-fV{r);hE3F&?Ljhlb2jLi3hR-28B+e4SD#38E~9uYn9L@PB#E9Rk7ETg-9 zq6eRdzNO>qpUkWBw;}ydl!xr%&uGF#9FU9aDy+;d%0EQ33|ICfEi?&G3jgOz) zFf3H!-6tWkNHn#6Iu zan!s8s1C{3m)4-|wnCmLC&Us3j8`Z&SSBhYsuPT+BXfXN0P`zX2s0c0fKuG;5Qpha z6?9m-V90Q*NQPcZG5=cpJtAi|EzB+5GIjURL5v?5o2ZOcS&eFS!2mI(f63$+t+8qS zmnWuAKk=o6)v6KS9R*ou&R15gdPVy3*590zCU2j=>J_e_K_hBCnf^d|_THv>W7XsP zIe5L@wq0c(tW~K8hXQ#jX+-Bkuv-7>@h^wX7H85!q;t}judJH1mF<7%_qXE79fJ}Bf5jy^ZiQZ)3N zf*V!`W-OmRxnH`u4FAlHLn+A&^}(>}Uvm8l6@+fsRX^&92osReGUO%dP$3U71PV}E zK2nFt7z-+qT)&cW?d6I(+;kdn#ps=v>-oqZ_r%4s4?iVNgF>p60twx_14*) zS5){A8*<2IO-xFR_jcDe^6}3<}_O5Q|AsXT#4L(ySAtzr_v_aV|D}gwKbR9VGwm9aK+asZPABUsxY{yvv z*J0a1XAgvK{{-7%G%)5goRn>$4%y2EfqWhnG{kUY4|x2ZKq2YKk=!s87HDhxu{Erpq?rG%QXz#}!Yv&wJgpc&)_4V`D|!!o+vs~}u1Q7x z3It-3!PCf}ssgGOkmR&NOJ@Qk8czc8{p}B*H<=vmtqzmv{KM_w%f6M9IN`~l^-pc- z2yc8`e8rfaZhS?2d?O#;@>E-koU@6&K`>AB4~=@oyXCR{bMNm;z(nuw&T{&*W%*My zXK5$`tDL;aLXnoADONPqD|?QL73sM{Wdvt&=?2iD75M%XV^5ejXdVzyP=2Sxr zmm~<|+vg#1=a<@Cr?AYHXuPE0XLTH9TCTeNPjSim5BSgcj%NmPYdB+~Qu+>BCX@^9 zj4?@gT!>QWiLVatyB}eyBa76PNb17LsP|i}V)P}Y`cC8?j>akHD*D5+-ocd20`FNb z=zL!`kd0)MfJ3>G{hB?;-h%-~;^0sy5>gteU7(sk7V~H(X1`Avl($KA@+qU&V6MeA z49F>+;5z>3tP31eh+3+04!T|kcxOlSiGtTaX^#<)0C+XHW<-~Oe^XeP{jLG0a&Ev<36z*n$Lg|I&(VWrEFU=#2jo9Du>`K zPD67Pl>^7bF27lcdgCSPR3-95qs&S`(a;eR_#J#PAq)CY8md-tkP0H-1+ItU*OaPM zl*uUol^Z+qJ*oBrFI7ubjNFg-Lw)2&i2z%tRw0jG6rX*h_F3Wr92=E@N)@Sm);PE} z)g?F_rTVcc*+aJFrRTOS(T|C4=5Q~wUa1Kw#lE6Mv1tS{2)9oA$J&HN*R2@IeW$jn z*!Xa9UV|etGV)vJ*nD8>a-vnOj58#tG`hqjm)@C}8gH@bRDlNMPc;tbQhbS`KF7dw z+Fn|t(b=DsFHUsZ)utiN-hjA4TIq!Ryn^&Kxn(o=TyM)L@|4E_3o9_SZ+#jQRltg2 zd~fGq3uem1MSTax0`@#Z1NB6fUQG0*a3c&FbxcD*t70}wd}^Z8;E7MrY1N5(r}VvM zluJlRw7G|;#_9XH^detUXdL1)Wa#V;lk4JH*C>t0nwXHD)L$Q$>NOSy1}7Av)Wao1g6+*LehE>mffHY95VQTk2|n3lIWL8;WGY?Th0dX*Y2 zfO!`OJjZ)CGv{6RG5cW;fM(29#`uy#XzEp3PN`AFAh)blm|H5uxJ*E4{BoSPM+ zHfwq(v60A);qSG&K}_9PTsTJW6n^vk)ZPA*v!lclu+oy%I!*|-_fsiC!Mb!F&{ zHvkdSEW{d+%*JTUFldrFQ_O3>et~Ng8&+lb2AFy6n8MpNJPzM$;`U9!_$vbdV#askxc zE05z3*EuZ7I<3Z$l%&xbY=$ItOd>v+aWJPH5b$M|d(2*KoJB-t0-&4dlN{rDYnk;&aHqm8Q^A7;_Xu9{>B&)C@V@q$n z+h7RIFd4OM=~}-3*8J)2xFm~UO}chRvZ42u45iUDz0zE{c9DR#yk;Kn_wBM;RBGF% zz8tsd__F24k1t;)`Opy)R$x%+_(A=i6dD@P?6%RPL?ic7pOtZHrNwk}61UN*-}OQ; z|G8WBcEC3g#*m7Q%fOIS>+?l5fSvFVrm>l=I>4=&ODi<$9KAj%4b2kSY%mR6p^FL3 zD-P6hT;C5WN*0$DZJ&a~2>|Z0I(2$oUB8sq?e=~7sScjEC-x1q+~O*qhYcHw{u67n z2*~4bc2b|6#q$C&x|P)?Lq3X+#Ms0$^wR(+8T_u1Jf@M)`wGtt=0dx|E+Y_0Qk9E2 zSf%Bt#D6w!pE6~8Wa*Ucjg8wQ<4WgkyZ$%OF0#^hcl`dADcO9+!1-&3JuxF`^2Ek! zU(AR@(&-b@2Om7WacTelp4?2j3AfWy%~kQ;w?-pW2>WmrWpjbCMTx*ZM`xxYLUg1Ur*5EYYXMjx z*hMhU7YgJ>1BFdU5+?v!RS;S9D9Vy2YcEkCZ~N_4aG@i^O%lDU)fB1;r1my1A$`FTbMMpuU(@|ICPy?%-!#(6 z#)+FYO^j~sJ$J6-MtDsSCreATEc!@i>=Yn-Wh)bSH3qzip5CZ1@C9UUibU=%**EsQ&7?sWlHESQ&cHTK}bD|V2`6XBwv)BmjjjHN(+u4VlkgFk?L^BcmCtpha?@Ph| zN8bkm(j`&27P_QFyd4Zvst2wI(Nviv^g@+{P&H!qg#~i@kBu*DZLz20@^sHgFInSb zV$#!NViGLuYozv&(r~y2r`d0DPBdqTtr=#~s-Sl$cyRLYaaAz4oq)B>HV>9=ztRJ@ zQ8#cT0)^%xdD~fxGki#DfsP^+3Q6BKA8`-Dt!SZ zlERb=IC__W^PT_Na0hZdU`aV2Xe)vi!w3s=G|K1(R7y*2s8OH|NrH{)hzj9NKshYn zNzt=bSJn-ohn+QKJ!=U~q!$u)S5+x{FtSqo8;WiXm#IGH7MHTSl6!L+tTlg^5C3-L2$kF}sK336IXvY@)pY|Z7h)zmTIz7~DRZw~%IeSUEh@9z^rajEAGZs8vFbeUdjnShe=^c$F zgGS*XWJ#C*c%VT}X;~B1Za-x!cjPOV~^4 ziH{>)dxxUy)l6|giz|-s=n%}EUcxuyTq7<*CU+`Y30_Sfvl9 zt8Pzrs~BLRUkOnJuoaQp$%zjXqzG&S6Ixl3^jh!1eVU9& zuH{)=q*70Pa;jQY*c5~O^vd+w#$}DQ=}O_o;sGMB?w1p+;vshr=8LbuA0iz}SjM^~ ztb=&Orj}C=FhH${=v%+Jm=XiYNEry&a0^ThBfXyf z>(lt(D>9@PdsBK&`VLQcZ{_XGaO8+IbjSC1HQph;^W?qKA5YG>=PO=$MRnvpr|9O@ zz*~wxnuUKHnMR)Xm*;62(=Td603V?YTlMWwmRj{fNN){Ks%n?H0RgN7#$4CAW|>i- zgN<}q=V4*k<%=h=@@84zN)N+h=vpM%rar1rhp{4G)&M+K>JcRdT?}dI&}1rfuTK4M zO4N(S1AiY16^@#t%Q2&ogR-n57P|CnQHu+7!N7=yGFTvx8bUhhKA>y??NnR@ncx-d z5ko~f*GNoHTZ_#4G^SS=Bs*=gzuBj*ooZ))qn$`aRc>xouCROJjr%t5yK!RmlIgPr z%TS9jd-{^3L(nA5DD>NJhJV3nZuM9q7E;Ww@L>NER{D*cy?}8$CSa#syv>m zWrKA)-+c5*mB*uc^3gYU>aKdUr;allIwu7Kx`4yd9o?G z(6uLqk#lCz+_};ssr_=5Atmm?h}gr#%f}*plh!}<-R8~TJ+wYalh>dA`$nR_MEft7onoo}H(#f-?1*zj(cxMDOJ4*+@NU;S2t! z-{9Os4|N!Jy_}Kp@~$iU)4=~_iBqraPfC@Cut5Hc&UF1e?##UF(XIaTO8lfF74F$n zNImL`?_h*=dobwXk4Q=o4#_!czsI0fAd?iX zC@_o9#dnddy+pL-V29`iXdqPPkfAXtkqjNQ(vmKLWf+%`TXy%RpThV+J86L%RRp#X zoy1s_v=%@m47R+Ohj8Q$<>ge#i&R$ZM_w6-#oGB=`DlUPpux$?0#QA>vb3tt?34ue z^qu+z%BI>#c=UYfwV}JF=|ts@$wfJXgfPG%Cg$}+WMrM|K3cctrb_SnD@g2(>y^eH zPV4mp9d=)rUa97)a>8p0hlwm)kW!qlx@r0kg{9Ka*xcHt<)c~p;F+z{cCpDD?E`46 zQTr&Aji3|xKw?*rVpx`wv5tfKmYRtghgt^B0+~aO5+U)l>&ou7K>Qf;Z17Q*%uo0d zB%Y8upW`Ps9>@to48Lba+qh(Q0B`SI1KdIXk1j!&HcNvu^WAxIYa>je34d`$pGf@^`4QTY`tL|f8FiIz;0siMG!tc|X;FCr^q9f6u`FK39z5-I2W zGH22JQG;1sW-(L*uWe7Gb}ua&kmHkH3Gd1eh_2-Wd|KE7&54_8=N>Ts{lMJF^oAYw zdMEedz#)d9C#On#NLyQQNr8>cdUd?r>nI3mnhinTd_i3kNUt)y6hfHK+!rb`XLcy8 z^|}FB+--rHb)J0b-JJ63oHyR6&QgyIWDGKcVs`dDSsqN2@$t};Fbq3+!ZPOVW>)AU z&<8;!Bt^NC!dKgaF-b;YxeH>%$|KqdyGQ3{v9P{uVH($WMN_SW zgf7ybA|KT@-LsP2nGqQ^eV@9rsaDxCG4dOKsG|}AS0=NzFqsc^v|w93D4Pq9PcIQe zTHtjKsG5YaoNv;zvREXjU>Ma(MM-|gKW=|XIsywr?dhAEYTYaE32&P=VwStM>0%3; zc4R%TFY?8^Q*&&|J~vV`8nSwqq#KPbN#03S?s%W-s6Hp*d0Bxak4f3rumBjWpjkdY z1wG3Pvd0klNdQw!YdN5n?}Q{le7-W3C-3xBOn=d_YwfX#218sw#xg>hWYVVsUPC;L zT~RuS+c3n7eC*X>tF1Hi;xg6RiRMjX>o(fzX4y8@U9-h7VU_AyZP1aIk{>tcKxu&_ z_OH+Pm1*u=zeiK%%M0_L7<+4As{|gLom7>o3zR zi$B0uTvAM~VS7povmNZi1lPpv+WPskMoM?G`$o=MI#zqb#Mo3xp~^J5bh?}8lsEaL z&4tQvo-Z4-1J|>d>|>L@GHebsbv*~h!tpRocdm`z9s2pG!KNv1xM5b z8oA!V5#hu0KHvt}$EvnXdT-eRX?JL3lnl9*@3`Xn+9jA>v4Ji5SG9x^M0-XT5z#LuC5g1AjLkm|MFk(F{VBU>~sj zNl(x)WMHtM7PP7A0f*NfuhwtYR^{MuvnJGDslG5Xv*HC%rJB%7hN^VvZ4G(oz5%=`mjy18Z9Idcz;ACk402(i>I z4i2WdjvcPZXQOQKIaS+Crc6ts^bu{Rxmcsc2CVE^j@ZbG0gH0Jf^olQMKv5~pdTHCG*8;MB7-JsBf`?)9kAvn&##OnR=MDl*tWXA0yo6sz zxLzq($%%cS5Cm`)MIjJG5yNCn9)|oi@Y;FDqTdFuoj>TUKy``JTLr@~rqSxR##mU+ z(`x%Fo90Y5v&3xEYc<2MzR{-nK&$2T!iO5$F1>|sU9Puuye;3HWzjD;SghKP3cXHi zj^Tz%V-bvbZ{(pEvsP>1pN%nFBNt*5RH+&SeVM6Bs8A=4r3R7By`ymm1QHHes~AO< z>*D80ff5Y@0gVSzLUbN5mp?Ck`=jScHSi*T_}d$A{FV*vGNbgYcQ$B^oau_eN)K(2--ihb z97gvLas)}S<?ck0Bl{6I@z&V}9WabcIzcen5?o&E(5a0>yaP-o zozbKY=#9K7D=;ei=HEWY$KXMuRq-4eO8EtXMw zfzu-|kQD_dY{c!Ib_BR|)x7X?AA6;)T(sC!Qj7 zsa4e?x@Dgdg+_3y{2CV2@cy7v1Lsi{<64Q>MH;#06ODr;H*0-X`j~6xnj?+aXRVU^ zS>|b!!dxpUR_TO%868fhi#ji(+dgSzVd~?uyejLB$dAPj(up@Y;fv!8`ZZ$E9|U48 zBKxoGy4>r?L-1uoOQZB9bEc17FZJfL*b7o`WC3vED050*rjO-^UZs+cB1+BK@C+`Y z8^gGzioJka{|AqI29Lvy4S>-5X{RJz^#{<`rJ-%Cuq#BfYz_dD(|83cLe7F+y|T-y z3aoeHTMLSz&_nmc7Uc_&4XzGcBX1!(oSixC(c9@>)F*#KD=7 zHjq3zAes}YPlIBKd_p{O@^fwn9BG1ZTMr5wgTsTt;T`_P&5QA0*s!>E#FE9$9RrRn zU3Tow&yNWkk1bnz3_BekOaJrCb#Jd-`}TFu@b^j*;tZtaZ{Iq8?EZ7yNa;IdK}AXh zwoYK{v&uCK4@nmeZ~3A&ca*N)UHj#h!_tLA3pM3gY{7nZ+n-w54O~L>^+Ar_UOb83 zxp*;?%g`df_!#^A*s;%#N$G4IGp;?~c7Cm(TeNWep|_VWee>WXcs}DWJ_BAW2!-nl zZ+Y@I>B6l|(@L&&toBY@d@EDm_T()%K7DZ$`pir?;2pv|tHHN`zp%m$?`kX%k|mP? za?XKA5aldafi0F1k>M001GOU0F?k*3AmthPA-Mqa2NFUKM0{UqyYvIo0=Y*k9e8}x zrpGt2EWMyl&-O2UX)x2dTrtUGlKZ_ReV;rAo5@T!=+!0u>~vhBP0I^;L|fIMrqc0u zd3~NxUK+O?8K%$RNk5!=Yp{8H>LsxT)FJ6+G)LqtOZ3HoNIFBE%H1< zE>)G1l4M~<#V(e}-Nh0A%b9#`gygz^qCUQT;^v7HH?u-*TAyUCZ|%kv2?@!4(zK5B zeswn$-k9%jXdGpZXO;}ZQsZzuQ?zSzzx07;rGK71i-bUHdP1GTa}Q6N82P~#E5@l~ z)6*=LI5F0i-6tzxD7rDP^8rhTMjv^$$Pmct1FyB1v-C9fMMr4mJ@>5STd>5JC4N4v zd|V8}kB@x#WC2n}V+4RVq(DeDmpO8cjPEH6-O8lOaoazWo_*j!>DkY>PY7|(=BBcn zy#w+g`#&u`otl$BAdT(!h~e>-k&6#XEuU}O_BjhZ$f-gT+TZmMz+(OYkMs&F_6*1` zOp(@-PKTi^2SEd7QJ)hLSp-uBq8Jf;kqSgGkKF()Jq0qWLG6j&77*=G2QIi}`H(?8 z007oP90IAg7V`$`rVB^@7QAHOV%aRdD$i%jwCy6oil9oBb} ze8)J}x1ZfJ-@ULRw*O=nI=|0azQl80|Cx$CVHnsap1sD{j`GNNo>|;u`H@Ro;BfLR zZ+oR+=@`+cF5nV-r}pXCJ-v(_&hWEO0|U4MmdoYjRR6vIJNtwAoGMMpSUy)?AXR&i z`k24y%QwKElgkozwTEh=e638QwXo?d0av@X2gM`F6Cuv5T=3ddXbL1vfNQWy)_;)S zaEhN2%n^+v+9k_NMpAGD36>WUQ!WNyki6b8bAuJ8)F;pYK-_|KZ*x>&V467c@aW0R zT*1ijk9gwZeJKUt4JK)pZ{0DOmyW4cZQePFyJ0q;7$@la4Eb=A34DW+nFbAc@qQL- z)nkxwi;pG`(CWngh6S7_LD0w9Y{ObN8#z6$GY+hH?E!y`&b#Q=a{6N zN8J7J$o|GToYy7jlhXN`Pc|C?BY@Wq>UZvb<}k%5tuZl8hg`T$tkN$i(da`pA8m}` zs0#W)f018~Vq7i|x8W*NmP|8P=iKU0q!2m|Bg>lChtE}2b2oi1{gdr) z(9Mua+D@NtJFQf3Yqoyl*WA6Aow)seX?|qRO*bb=WuA*{{Rd1JJRm(IeHf|RV&E2S zVihZtxZ`vijVr`aLXY&aY)x=0fC&o08i-!Ri_;i_M<`J^mD8_;F|eF$2Z*Z2Jm`0^ za##n^uh3smc0plva0Vvu+oaE=0rPuXst?Z6>6Yj-zFt003L;_x`E0@@3UE#g1_BKN z3@gEV19lb(NCgH!a~fL3Ky>B&G;EOG`26wb4ohFnthq)IuBn;HY=@sazFK3F>&GE^%L86W$bF3xPI@#`Ky@v z=5JX4(~lBw%2sw7qdEnX#WQ9wEY`kV~?+5Xugcq6Z@qbhxwP>8nsJQe{Xm)*G&5Y`~qv!8k{px_ii!V$W zv-FlVkL65d7r1xDcW>JL2X1Uh-rnaYj=ue$Tk4iE)zap^_psSNj6iw|3!BWA#|NiY zEj#%rd$4Y5b?!ZjwzaPvGqG;aM_XU#hTM4eEUFlte^g=2KSn~={;@|`)T(LkG6r^Q z-2&K>XD6IdDXjX7FhGLpz)T4!HNj&O+cm!dqG2$kVCnb!N%+1RecHlxQ|9S@w z!AmJbmtlch`4-uNN#$~2Ui>S{PuE^nRjIJHCD|x;D#;HY0mTb$(2I zRYL!>$Bw-;+}A6lkI^}E^WD=QpthBB*NCfSeMzyd0#g)Kb%*h^E`_6ao)Q-wDGEGr|*4vly)8^c~?~OP2_AX8|njjPUbhCF48aR92 zz|g|YjSp=dyldx+FYOG(a%$xNwI|!n`~sJ&<2*}Wo3mie>UU~KX6Gbpbh>!GMm2Xv z_~tDe5-cEn`i=M8dGLCja&dVmRMFJ5ch;ChwK|dU;|8pqIkmW?B#06Vyw%H%l1r>D zs}fC|(V)^+R+*A4VpXNtl`v$*!Z{;rCrqdvHQS>~Fq;ym^=Eb5_QqM~_U?Pbq$?;? z^Stt=Su?5!)(&crru7@V^})$6?Ap0AkisGTxmt7@xf4d`LMbU@v^8f!?Z`Pz>opP&nU^)=EmtwLTRWs^_e8tTs}dcNkG3}MjAG6F#<;oAT~La7Py=kUbw~=dogF= zk6>!R?E_ZLz-MrnDde~Z!t4Vql z(daPh%QxKm@rsq-JbZk5ids-=^wuK!!%a9$=mQrZ8XzaOWm@MM6teH${P-|f8 zfd8*@Zb8mkX>)?tXVCvSeYn-CGx%0+-@R#ec}c@{t9DK+u&0bw+WQvuwMg%0jazqm z=JY$JRK`UbtE&c&b{YE2UQpRrsZ6q(f+PFomycgQv6sdOggjw+{)1!E-!je1uj^&d zTC;C;s5Cr)iK5A3InI=)RK>7+lB)_bbh=jWFq=*1=rcB5nOAqy_|ZEj4(^qx;nr8W z1DwM(YB>C537(sJ|+!H_AXVCJJHXb@sXt6LfNtIPb%1p9ZbU)Irl#?Mx z6N7^g60wY~F2QKoMIj?SwuNvT94%UjcDBk_^w<;?LyIo^uQU?*ZR}h|ku{=TsXeya zEEIakg?{`b`Jq>|j}bB{wGnx+b(%M2>kDQA2FIme#QyBz*VA45C}v@_Y0*|f7>*$= zR5LDw+)xS;RRvgDcQf#c%i9djOjl{OaM4iKjGLnuM&1$>EkCKVL9YMst2Y#hK$!m( zoqfU&&PDDM-pe3s6vurzlAe&!NEAngqW`mY7)ufOXU;@p%%6Tb8g<^af98y)!~Nei z%`FJbzslp}fPZ?t)cXIey=;)9(t#QRtXO#U6KE2eiW*2>{NFW@=#&)5IwQ44Tjm26 zZL0Rh|E^iMzLEl<%kF4<<7x6^BfbBN#voZb%JU|5(h(B=z^!zyFhzHF|wFm&D|vAM^8g7eqt!jo!d*7tt6EN z-tEP>_@g{Wc`42!s)FjSkf)nCf*;0M=v3cdrlwF~Q-3HVmtN(YTJ5gH^tKlHy`gAS zsvkvRi7q0ERk?*Y~*0% zpw?hDW0%7&H=CR7Zja?c?Tt{jw?xRvssDZBeh77ebca8FZsFLHv6-T-Z;WVtM*qlOdHA`-l z8Y|YS627=%xBY}#$tf&Wy;=z*9jg+|dRxe*hJw+Gx!tBlWB&9Ae@UUWwt-3K88$@l z?DXA99&$q-qR15^_;PZH?bHExWmM@}L!&KAM(an#~5!gihJ+=mfgm_V7GDdeYo}Vf0lzJb?@D4xxYjU z@EV=bA$knn_`JM+{&A6;PBH(z_folKI^Lt)IW%|u7{OHN)Hags1bP`TPe2O?)G}D+ zG{E~oAnmFU>8S(0Vjm>)auK>PctA4L%f+r*voEFD(vdfB+Bh~LHs|2AnWY2DUSreV ze3Ol&3Rl;>AhqRJipE%h7ZFq&!>RJ@y<%OuBad7*8F7#FsByIREWG2Z>ziI3QqVYl zWW{`+QoZ9VX8B6maSDy0exRR04LT#31S8l&b--DYGbsHUraZ9m>-%QRxbJKEJ8A@l z_%HN8CA`%2M5Td2ZDw&uBY`ys@e3woc}d$qF7-!FOYib4Bd1xqaFn*W5z>2f6fMaV zqb{{5?-xUI9J-Q0;m`YcXv$Q65-5Vj4yT3Mkv4JAB07}!Yo)W&uRptSYF5Lbddq@g zu_tnFtDn5gndJyp7S5WX)~_iItzvcUeA`#j6lo+=HM1(F96Hs0OZp9J&4wM)Cu1)D z>R0tU;@R~&HGSi#9#sK(kte@m~gm za=r8h-AnyCs(S`w0bj8C&ii4faRyjLFq+#4(I0o)6VD>%5N2!S9TzNsgO0FD|(zW^%wCkPf)x*s0X2LHS!YHx9LF z^@CZk5O{!84i_Ay3wHFG=NN? zx=)vNGr92N8wqO<*?OV|8N`ptMi`KD@@4SChU^rfpX;9%s z71kh+VDS{59tlUCd@6#4pa+BZfimy?A>Z%XcVTz^o);Hx`f}(W7D~6j@+;~6x7V$E zoB4iqo-LL_+#}0iDF5csE=&2NNOp1jy4(GY+uhkQ+Uy?|t-4|Ng}n=3+*7}L{&n}X ztb1E}AJhYnc!#T&nj;b{_Fd+6>H9CGWz7shBqizS+ivhFt@wt7)zXPa5cDv=8KD?v zAUZQ~U*ymPer($#j|;ck_C>y86Qr1qd)Rb<>TbNH%?lmlQg=RALW16?A z>@=F7uPMaEvi%gq(q2&P;&AWfd+;noWBots-UB?2>gpTcduL{QlXkVMu2oz0w%T14 z+p?PFZp*z}bycit6*r0n#x`K8u^pO?3B83-LJh<~0)&JTLJK6s7*a?=38`Rf{Qb_% z$d(Psn|$x{J^$x#YiI7OB27?qt;@uqGejpF5p{d=MAqr#Fzo z?`}uB*XQ%5JEEZL?tI;0b69aK116lB$mtxvY7i#=08co^1YX{Nz5*jdCAX%rRGdvp z$_5ZJ9SV*l=%tNup#*+LI{2$tXbJOxvjwhIS(SbYm>+mlx+V*J3=vB-(VAW(+9w|| z8chc0iQ6*^olz;?6kk*`c#p~sP(EUhZuV8?7ba#!yS$0{1+ntAo=aDf(9X(BJzcQ{ z`H5avbXH!P-Crlb$6gpEfKsaKCXEZ|9-~wio z|G~t^U@y+by1(J@gz)|^FfLh;NvOoRL<>d-!fV7;1n-cHT)?{~f>;W$p;hfptB&!) zW!m0_jAsBV>Tp`&1wT^D=FIXdEUFCWsVHJQDO7;IuRdgO8ggQ-)|5oEciZdd>^c_i zZS>?+=`)SFx(+{>avNN3Q#-#hVig#l`5EGo!7+>Cr7r zx67O3b;aAFdwZj8@$psB?2#!=F$G1jiGsNzdFHHheztAz*2D$g>U_`K{cr3aSa8LQ zpWSucN1n$%lArrs+>=}Hzbe%hH9fwI@viu)3|ssa^>XYBX}0L9_*~A0}Nt$Vj3PmAMLZh(kbpaUoX5thz%5kMGrcDrx!qhctbY6 z(sNm%sAzoQoDjym1aGoY`sMi#Z{Pm#`5zD8kh=HdzQ@jKh3R5bV!@IPi}MqV-o)Ol z?BN5^1>yDUW+ysEuIS9kS+nbfZChTvV6{IvFPtC6^{)6}Mq#4cu`)BWzAe}6uRnjq zyz|!0E>3fqxoy?xl#t9>$Kv>c ze1D)I&1NWDJ#@+X1y}88sR%CK&|O+MJ1@y>j`oLFgq<$NsupC%`oqOjlHw}D)nyIg z**Gj9_*Lm9RexP~_UQrff-tKUDQ3)aMdwRVN~dkWk!W~!r@6y$WoJH(ou%5%nu!rK znJJ`&*-3f5>giV1Kc7U)sq!{BZ-O@cDQ$S2uZlSf!3knc5BWI3_KCPoM4}P;IpdiZ zovG8#4zcX7_U`>keg{|fDYZwL`zohO2})--{P=hFeswC>0+pZj_0K>XPt&jD(eP_M z2|S>x^P}g)>d7UrBmb_izScjd$4rw)`d7VEruN1uV2DjsWa2fC zo2fUS1e1YS4TPa4!Z&^Jfewg4(^-ze{=Ep4(rnVR13VEPpHOxn3x6cW0XDr*2#QD% zv!#+^9@iDl zG7dXPu9QXM)47l51nHU?#}4CL@dw=s_1^4*Oh*phrN>Kgna9sxcTvQ3+3Gt~dG$M1 zU*?Kjw9Yc401;##{f>ee0`=hdhQg^+3;6*APaNeCsXiQ^F6O|Lc3fID!ssNqS?Q|N z;TXi{i0Skqho_0}%I)m&l>?M$V5K~h-I!la;c~!#DsaiKK_>{XGY=10=>i>o!Q}={ zoXC`0sz97`f{OH0A%YTxkK{TXqWO%|Goe%wa-|TJApE*ot`_8S1I%SsvoeR-ES5|0 z^5csPu}7U|ldwQW=mQ*9A@pOqAtjqxO<^S^o4LpkcT|0UDn#X&h#iHa^M4+VJ*l(W z?MGwf$FRIPS^2~r4@YB}`i{+_ck+u9cdM1=fT-)iIM z!+raO%l7X((ZXJ10sMb${GjgSI*2O#02$aI5avIvOfCMLT<4ft#7SVdK5`vi^JT9sjd@DX z1^Jy`Hp)hO!8Lec{3Cqh#JZvKk#eA4q&vkq(l|;wr(Ut<=OXSGota=O$`oWRYHx7J z(KT;g*EoLo6X$)PS|q%{cKoQz2MDx@KIJ~%tiAaurJE-x$>+%_69x>AxTC)si}%O7 zqb1y))S}S=l1?}|Q$H>}j+t(TyrLIAzu*rBQfOta90(K^Y%gGpN+|5@5@Ju> z2%{ho_6px8KQjLL^K#&MV?Zj77;unrqY$e+8ilG8Ccep*7sG-lO!_tBH}ZDx_)ht! zF?qJ}OND>n$*aJH%5OW0IYFl`=p}3f(wU+|o&~b2EI?NGa2Sl;1GrNl-_n$wS_b+G z{YBiiXf}5EurQ-*&+adq*~)+JyFkuXY#WTVt&+zd+xAMOYo4p}m2Hp7}X9wAD z*}>2Gk)z{ptj*x8X>N043uEUUJ@Vvj9orAS-@THtmEG?j+}?59ljKkyD-Xem>C|{m z?6X|p{^w~r-_VmF&t|kQJ@o_j%Y#dK0}+^5dp$%Pu(DJMf0I^XLV8>{0na#J$oH^i zB$hkgEM!@YK6%&cugkl9Myu5*zGK9e?QwYn-}5V6jxDb`o?W$kd6oE1)pEXZY)p4@ z`*xYEAL!KZiCZbhN!>m7U``s3XQK>p{ec4q+^4gVB}rP3v1tVCr_icIqS^Fck0W(R z>p-lM&P^$XvqFhy`K*WsCqN$qznC!e#D%f0@;$GmWvnu1WmQF1hVo5fe&fjSHFK|n z`;buL{GZB;=WSdvrLu5t7N*fNEcEfEi<2e0&Bp4wV>q7m`cq2^QT^T@Y-KK&jJ_E8hqf+-`xG-=A}!$aLSm( zW8tO)AENO-@f~DMgX~Up;_C{TLGFaS`WRyYGzDav02P<@7c0tk2^;+7stiST=o7TYoY!Yg|)iz zteU9K-fgeQADva9T>K3?DWYNOfxn4YM14F9{fkv+VjtzA$!W+^IbgV#0qpgVQBjQj zQU5zwCS+TQ1>lCLr?RU6PXPf?J<_@LQocAXM=#`82KLjuC9IEC*Iw#de7dc_8s3lvS;ec{O=7#* zyU)0B`#U#Y64`b2D{C(uN?`dbZcdhJS0=sbHAKt5i7BcJ{NBy(>Y`%4dV1QPk-cB- z`~JQ?EBmf~8DB+v#tC|#By?9}UYt76RtaeaqX3X(QxCh9BW{=rQ0!We3<>QBNr+bw zGT}Zr!%F79DyU`B`gV%G6$UjI#fQnVQu4Gszc0zFM8zbOrX+>(R|Lzml1fcZi?P=% z8n%6S!F!*|CqB8SqvM`Wn5f*@)n^mMjVMelmK_T;Rwly*OH0f`2Q>_W(x z182D4#S{OPeRTp!_b77?n?ynJQO@YNfow2h>XGCRq&U+3S#TW-$e{;6^N?szh<#^l z?b@+5?6RqKcKK?^ga`)9Hgxbl@2#{Z~h(BIaQ@v(Qb0~}L2nm_eWFh50i1D(2-ou2Ik>+r4 zP4D=#%w>Pa?vj61W{#Hs7UQz?d>oL8{9drd-uF=@@(9aD<7bgqhz|1aZ}c?%Al^aV7m)?$YO znIZ|y9TJxFV*w_{4J-k|OBgJBV2?q_pQKR1v#0lvy94afhMB~|=)bZ$xPY^WNra4` zd%)P!dq9mN3Jf46296b!2yD1fjuM4!xPf=agR(HfUS@`OeQcUdZuXT-1Yxv{UPSU5c?MK6^2{UzlI(?P>t4ri5w{D*da|pTIgmV@wv|=fNseH+=qH22wy9jj(oy zGjj&*C}o7y)eK~X^M%nSo580U-lTB&S10Df|I({Ot)Ko&`oJuS(KCRud2;~jd5^gHdM4ME6yqmwv?$}RH#jwV~F>Z zEY%c4CLZYy1CLh{Y3Ff0IEsqUfJ=5Nq~51D;1RWJa=4IZFpgt4Hj37@l~L zRbg{0f|YdO- z{><*kjyi0ydw#YrYX8=hg#klKL(w@`WltBS;_Rh!3q!-58S%mcr&7eH7bL~0X+&d2 z+2mBw|E4NtPh{y-7q8~9i9I(|o@z|VN()`6-MJFWqSND}QleP0uw zr(p6IGH_?e#SZD+VHtG5>pV!cfas$M0=uWUUG&&RUF35FK}>%5Bgx3hPRl6u9@s!I zeA5RGe^N?%M$o(FhVf^QjXz~gv)*a7>Z@`2IDTgB1#4clrST&gxbM}#pM6N~?dUFr|q~~c%f~`fdMZP#pPJ<_@esS8$-VJ*jJ*zxc{nTh?;*Jw% zsOf=9h0L4uF6`0AflkF)83}?I^ymjt^YQ>12ni5h7GxE@QF@Vhzvvt~we*5YRXPn+ z7Jw~R73m@{3YYreyV2mKWI!4G_fVShW@UBvMrF(>5)-X%Gj~=yUHl7&QSWK2PPyYT zhu)lI^se9WVDs*qvQ~usx3bj2LLUxz8$)>>$pCo<_Tg7E&UvaIrVuyHlZ41E%RMQs zZQ`r3NhuC*rTmXe@|P?qf;@rMJfDT;uNl9?U}J*Qw9e?t*pss6fos>_adBv@yDpJ= zvjVgHsoB%lZEDUnae@8qSnsiCFL#;bYg^@SX9yKlHp349Lk#Ea+aX^!4L;&_qjyLY z7Jsx0M#&l=kg-1iX@0Irvuhh6ZmD2d7*;GfV*%25AW<8#Yo7 zM%wQRo;CpUl3)?^mz29pdv>7*DN(o#1`ekC65gLyvNzi@OJC#zGxD%0t0L@YqFkL* z0n5`_?1}Mz%jT7mz^kI^0jB+v5^qo_JTv_>>7O*5XT< zlW+ysGheiDn?rOITgx`^oV}sy_tSDqGyfQ8PfML23ys*XVq!AW=eqxVu_Goeb3xQI z5o2;Jlt{~SvdV>~=zZB0cNb2T+kAOqxvxAM@`k>tIaxtgEmh~F7ffAmo}QUez?(B! zq3t~HqE!D&=Vfv~{2oXwWkHiHU1ZQArIGz(OQT7z#vXtXu*Lh zNw7+fr4VU$;|RXmO@;9TSW{6lni!#G=Gd)`=dsz(dKj4wnI7j)oa}DH7CD? zD2vN{Zna!*sLT=m`Kie^r2_o>th`uuuEl!kk#&M)sYzZ@T&B zo8G?WAA3`(suTZy=iQ%ta`&qFwv5)fN90%9ndH0t&e!i>Gb8QrxA|Mgrks=?pSxvy zrfdDxap5VMOXKsCoy#h__w`Mi5ABFaeEfJ_4!FJbpn8EBvj7qk#3|-BTuoTzUAuS7LTxpIY;^$AI-Wkr(@P~uWLq4c4kz2O>nb6I46|* z`PbHj34Yi@MQ%>{CK_tmI^&x`+|e-8vPinV#M+~1)t47m2#TZC15=G|ifk2bV2@2^ zhlwXWbsb5DtfH(;w>8@$8l|X=UCUmW7X?`qYqmKi9d8WPyF8b0qr+(}wWn9-&&k7;+(w6wJ?3birdl`x|+Bn)*X{%^*Hpd zOOqr|p-0MfnUd3!@n>{rOCEOoY(5y%Ilvd(h&}Eaj6aYvfh!HAGWCg808%E#0YNbq zM|8r3J`?o^NtO}nQ9&I&M%qf07bG!7!&X}3t~V<2F|u%An8;%CvaJdn>|Fl* z{Ah4cKuftncqnjiDL2}kwo+SqjS2@f>9(NF;V`mGneL3q03fihtRbms4G5+O7i0hk z{PX?uxHC=#0*jr1pooCLtO9|_l_z)v%UN@Q5pP(rbxl~$E~(@XfII^t;8hIVZZMZ5 zW&b4TiI#-$Rv}~xf}tRWIa-G)AbHEGL=e>`-HgH7kjEpKOTCVUnnq($mwb=>>$N{G zTHtidd~C_ic~5}mHd*xgXC1z=V|!)Y#fx_}=31Hl(vOd@z8_1jicmv&(B8rQr88TC zwdZcG)$0n^Hq6c~(no(%m^9s=uTOc=esAb}XR^VNFxQu9OY!5x-6G$SWQbkGSz=*Y z6!?4kGS&|-LncRB!R*2Z#QDwVTvfAp^PE)mOhvJu+5nn)J?uY|Y#W&T!0(fOX<20k zSS>mIBd$Jh`=lSxBi!Ge@e6XuR??gyl#mhaQslCsi$I62%0znvQ3_Q4C%yiY4_w)AJynX_(SpIo&5*5 zuJg_7z=a^?c*2NfST3Ty zz>Dfnxxv(EbQW#MfJD_4gfzpdeL5n#uusA2qbxPb8wDd{K1!rtFG6~qwzPC?tlX$q zDS#zAi;`p0M_W5(5y!HGy^2DuQyXY0=OFh8(<=?~2ust-)6&W>%$b^haXOXYX&Kj+P>7RPj5xFva7d9tqzzkXkGd18re@WLx*MI|?dk0md8 zaPL5yO>U@et)AXKosZ7_R_pw$%8J)?gjQuh_*I;{jCt#(R?45Q5vSy71(czXqVm zr~>{W*Xs7^bnq95Nhd+b*g%>|I9Ds=XpaNl7$9mbK)DJnAfIGt22BE}FF>f}bV>9+R zYUiLRxWa%uP0bQ>ah)|(A*NZf>WdiUZ1~}Lzr8*&=uNbgms_JU;zKDlP7IeqOX(CG znyKuaPHzJs{0+hYRI(Qx=wTTc8{!p!ys!&Ej^K0q!5knV1}Rw#R0#&CH+%(^2aB;P zrlDcmZT(VHabsm;V6DFYwrvd!F;zy(_)nQ(u|oc06b)U*PRr^q**)(hghsoz=xf9KeN1C;PJI6N2f z$gI9<$wKo8m@G_z9t|(c0LQ}>g^$fFq*Rm|XxyL)&`jd7VF!W!LMG}lSZ$J?%`yt+ zygSYpvvL>C$z&{Z&VqcuwB?R0G&a+iU|Ii$G(UevEMu`V@?jjBms#SUUp-@u{Fcy| z+d$C`xsAfxKdubf4Wu@xnE9X%&N+uY4;NbV=Tez-=ND$=9Xqx%hYytEi_

5q!RY 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 + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/fontawesome-webfont.ttf b/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..35acda2fa1196aad98c2adf4378a7611dd713aa3 GIT binary patch literal 165548 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 z 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 d0mRO}xo^G_%I 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 SdSQM28?+M|D(2r_;{O0|uQ74} literal 0 HcmV?d00001 diff --git a/fonts/fontawesome-webfont.woff2 b/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..4d13fc60404b91e398a37200c4a77b645cfd9586 GIT binary patch literal 77160 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 literal 0 HcmV?d00001 diff --git a/i18n/be.js b/i18n/be.js new file mode 100644 index 0000000..6c29c7d --- /dev/null +++ b/i18n/be.js @@ -0,0 +1,83 @@ +webix.i18n.locales["be-BY"]={ + groupDelimiter:" ", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + + dateFormat:"%d.%m.%Y", + timeFormat:"%H:%i", + longDateFormat:"%d %F %Y", + fullDateFormat:"%d.%m.%Y %H:%i", + + price:"{obj} руб.", + priceSettings:{ + groupSize:3, + groupDelimiter:" ", + decimalDelimiter:"", + decimalSize:0 + }, + + calendar:{ + monthFull:["Студзень", "Люты", "Сакавік", "Красавік", "Травень", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"], + monthShort:["Студз", "Лют", "Сак", "Крас", "Трав", "Чэр", "Ліп", "Жнів", "Вер", "Каст", "Ліст", "Снеж"], + dayFull:[ "Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"], + dayShort:["Нд", "Пн", "Аўт", "Ср", "Чцв", "Пт", "Сб"], + hours: "Гадзіны", + minutes: "Хвіліны", + done: "Гатова", + today: "Cёння", + clear: "Ачысціць" + }, + + controls:{ + select:"Выбраць", + invalidMessage:"Няправільнае значэнне" + }, + dataExport:{ + page:"Старонка", + of:"з" + }, + PDFviewer:{ + of:"з", + automaticZoom:"Аўтаматычны зум", + actualSize:"Сапраўдны памер", + pageFit:"Памер старонкі", + pageWidth:"Шырыня старонкі", + pageHeight:"Вышыня старонкі" + }, + aria:{ + calendar:"Каляндар", + increaseValue:"Павялічыць значэнне", + decreaseValue:"Паменшыць значэнне", + navMonth:["Папярэдні месяц", "Наступны месяц"], + navYear:["Папярэдні год", "Наступны год"], + navDecade:["Папярэднія дзесяць год", "Наступныя дзесяць год"], + dateFormat:"%d %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Hours: %h", + minuteFormat:"Гадзіны: %i", + removeItem:"Прыбраць элемент", + pages:["Першая старонка", "Папярэдняя старонка", "Наступная старонка", "Апошняя старонка"], + page:"Старонка", + headermenu:"Меню загалоўка", + openGroup:"Адкрыць групу слупкоў", + closeGroup:"Закрыць групу слупкоў", + closeTab:"Закрыць укладку", + showTabs:"Паказаць больш укладак", + resetTreeMap:"Вярнуцца да першапачатковага выгляду", + navTreeMap:"Падняцца на ўзровень вышэй", + nextTab:"Наступная ўкладка", + prevTab:"Папярэдняя ўкладка", + multitextSection:"Дадаць элемент", + multitextextraSection:"Прыбраць элемент", + showChart:"Паказаць графік", + hideChart:"Схаваць графік", + resizeChart:"Змяніць памер графіка" + }, + richtext:{ + underline: "Падкрэсліванне", + bold: "Паўтлусты", + italic: "Курсіў" + } +}; \ No newline at end of file diff --git a/i18n/de.js b/i18n/de.js new file mode 100644 index 0000000..1cf8323 --- /dev/null +++ b/i18n/de.js @@ -0,0 +1,83 @@ +/*German (Germany) locale*/ +webix.i18n.locales["de-DE"] = { + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + dateFormat:"%d.%n.%Y", + timeFormat:"%H:%i", + longDateFormat:"%j. %F %Y", + fullDateFormat:"%j. %F %Y %H:%i", + am:null, + pm:null, + price:"{obj} €", + priceSettings:{ + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2 + }, + calendar:{ + monthFull:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"], + monthShort:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"], + dayFull:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"], + dayShort:["So","Mo","Di","Mi","Do","Fr","Sa"], + hours: "Stunden", + minutes: "Minuten", + done:"Fertig", + clear: "Entfernen", + today: "Heute" + }, + + controls:{ + select:"Wählen", + invalidMessage:"Irreguläre Eingabewert" + }, + dataExport:{ + page:"Seite", + of:"aus" + }, + PDFviewer:{ + of:"aus", + automaticZoom:"Automatisch Zoom", + actualSize:"Aktuelles Ausmaß", + pageFit:"Seite Ausmaß", + pageWidth:"Seite Breite", + pageHeight:"Seite Höhe" + }, + aria:{ + calendar:"Kalender", + increaseValue:"Wert erhöhen", + decreaseValue:"Wert verringern", + navMonth:["Vorheriger Monat", "Nächsten Monat"], + navYear:["Vorheriges Jahr", "Nächstes Jahr"], + navDecade:["Zurück Jahrzehnt", "Als nächstes Jahrzehnt"], + dateFormat:"%j. %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Stunden: %H", + minuteFormat:"Minuten: %i", + removeItem:"Element entfernen", + pages:["Erste Seite", "Vorherige Seite", "Folgeseite", "Letzte Seite"], + page:"Seite", + headermenu:"Titelmenü", + openGroup:"Öffnen Spaltengruppe ", + closeGroup:"Schließen Spaltengruppe ", + closeTab:"Tab schließen", + showTabs:"Weitere Tabs", + resetTreeMap:"Zurück zur ursprünglichen Ansicht", + navTreeMap:"Aufleveln", + nextTab:"Weiter tab", + prevTab:"Zurück tab", + multitextSection:"Element hinzufügen", + multitextextraSection:"Element entfernen", + showChart:"Chart anzeigen", + hideChart:"Chart verstecken", + resizeChart:"Chart Größe ändern" + }, + richtext:{ + underline: "Unterstreichen", + bold: "Fettgedruckt", + italic: "Kursiv" + } +}; diff --git a/i18n/en.js b/i18n/en.js new file mode 100644 index 0000000..c0ab97f --- /dev/null +++ b/i18n/en.js @@ -0,0 +1,86 @@ +webix.i18n.locales["en-US"]={ + groupDelimiter:",", + groupSize:3, + decimalDelimiter:".", + decimalSize:2, + + dateFormat:"%m/%d/%Y", + timeFormat:"%h:%i %A", + longDateFormat:"%d %F %Y", + fullDateFormat:"%m/%d/%Y %h:%i %A", + am:["am","AM"], + pm:["pm","PM"], + + price:"${obj}", + priceSettings:{ + groupDelimiter:",", + groupSize:3, + decimalDelimiter:".", + decimalSize:2 + }, + fileSize: ["b","Kb","Mb","Gb","Tb","Pb","Eb"], + + calendar: { + monthFull:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], + monthShort:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + dayFull:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], + dayShort:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], + hours: "Hours", + minutes: "Minutes", + done:"Done", + clear: "Clear", + today: "Today" + }, + + controls:{ + select:"Select", + invalidMessage: "Invalid input value" + }, + dataExport:{ + page:"Page", + of:"of" + }, + PDFviewer:{ + of:"of", + automaticZoom:"Automatic Zoom", + actualSize:"Actual Size", + pageFit:"Page Fit", + pageWidth:"Page Width", + pageHeight:"Page Height" + }, + aria:{ + calendar:"Calendar", + increaseValue:"Increase value", + decreaseValue:"Decrease value", + navMonth:["Previous month", "Next month"], + navYear:["Previous year", "Next year"], + navDecade:["Previous decade", "Next decade"], + dateFormat:"%d %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Hours: %h %A", + minuteFormat:"Minutes: %i", + removeItem:"Remove item", + pages:["First page", "Previous page", "Next page", "Last page"], + page:"Page", + headermenu:"Header menu", + openGroup:"Open column group", + closeGroup:"Close column group", + closeTab:"Close tab", + showTabs:"Show more tabs", + resetTreeMap:"Reset tree map", + navTreeMap:"Level up", + nextTab:"Next tab", + prevTab:"Previous tab", + multitextSection:"Add section", + multitextextraSection:"Remove section", + showChart:"Show chart", + hideChart:"Hide chart", + resizeChart:"Resize chart" + }, + richtext:{ + underline: "Underline", + bold: "Bold", + italic: "Italic" + } +}; \ No newline at end of file diff --git a/i18n/es.js b/i18n/es.js new file mode 100644 index 0000000..cb24058 --- /dev/null +++ b/i18n/es.js @@ -0,0 +1,83 @@ +/*Spanish (Spain, International Sort) locale*/ +webix.i18n.locales["es-ES"] = { + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + dateFormat:"%d/%n/%Y", + timeFormat:"%G:%i", + longDateFormat:"%d %F %Y", + fullDateFormat:"%d %F %Y %G:%i", + am:null, + pm:null, + price:"{obj} €", + priceSettings:{ + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2 + }, + calendar:{ + monthFull:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"], + monthShort:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"], + dayFull:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"], + dayShort:["dom","lun","mar","mié","jue","vie","sáb"], + hours: "Horas", + minutes: "Minutos", + done:"Listo", + clear: "Reinicio", + today: "Hoy" + }, + + controls:{ + select:"Seleccione", + invalidMessage: "Valor de entrada no válido" + }, + dataExport:{ + page:"Página", + of:"de" + }, + PDFviewer:{ + of:"de", + automaticZoom:"Zoom automático", + actualSize:"Tamaño real", + pageFit:"Tamaño de página", + pageWidth:"Ancho de página", + pageHeight:"Altura de la página" + }, + aria:{ + calendar:"Сalendario", + increaseValue:"Aumentar el valor", + decreaseValue:"Disminuye el valor", + navMonth:["Mes anterior", "Próximo mes"], + navYear:["Año anterior", "Próximo año"], + navDecade:["Década anterior", "Próxima década"], + dateFormat:"%d %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Horas: %G", + minuteFormat:"Minutos: %i", + removeItem:"Retire el elemento", + pages:["Primera página", "Pagina anterior", "Siguiente página", "Última página"], + page:"Página", + headermenu:"Menú de títulos", + openGroup:"Grupo de columnas abiertas", + closeGroup:"Primer grupo de columnas", + closeTab:"Cerrar tab", + showTabs:"Mostrar más tabs", + resetTreeMap:"Volver a la vista original", + navTreeMap:"Elevar a mismo nivel", + nextTab:"Siguiente tab", + prevTab:"Tab anterior", + multitextSection:"Añadir elemento", + multitextextraSection:"Retire el elemento", + showChart:"Espectáculo chart", + hideChart:"Esconder chart", + resizeChart:"Cambiar el tamaño el chart" + }, + richtext:{ + underline: "Subrayar", + bold: "Negrita", + italic: "Itálico" + } +}; diff --git a/i18n/fr.js b/i18n/fr.js new file mode 100644 index 0000000..ce672d2 --- /dev/null +++ b/i18n/fr.js @@ -0,0 +1,78 @@ +webix.i18n.locales["fr-FR"]={ + groupDelimiter:" ", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + + dateFormat:"%d/%m/%Y", + timeFormat:"%H:%i", + longDateFormat:"%d %F %Y", + fullDateFormat:"%d.%m.%Y %H:%i", + + price:"{obj} €", + priceSettings:null, //use number defaults + + calendar:{ + monthFull:["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"], + monthShort:["Jan", "Fév", "Mar", "Avr", "Mai", "Juin", "Juil", "Aôu", "Sep", "Oct", "Nov", "Déc"], + dayFull:["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"], + dayShort:["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"], + hours: "Heures", + minutes: "Minutes", + done:"Fini", + clear: "Effacer", + today: "Aujourd'hui" + }, + + controls:{ + select:"Sélectionner", + invalidMessage:"Valeur d'entrée invalide" + }, + dataExport:{ + page:"Page", + of:"sur" + }, + PDFviewer:{ + of:"sur", + automaticZoom:"Zoom automatique", + actualSize:"Taille actuelle", + pageFit:"Taille de la page", + pageWidth:"Largeur de la page", + pageHeight:"Hauteur de page" + }, + aria:{ + calendar:"Сalendrier", + increaseValue:"Augmenter la valeur", + decreaseValue:"Diminution de la valeur", + navMonth:["Le mois précédent", "Le mois prochain"], + navYear:["Année précédente", "L'année prochaine"], + navDecade:["Décennie précédente", "Suivant décennie"], + dateFormat:"%d %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Heures: %H", + minuteFormat:"Minutes: %i", + removeItem:"Retirer l'élément", + pages:["Première page", "Page précédente", "Page suivante", "Dernière page"], + page:"Page", + headermenu:"Menu de titre", + openGroup:"Ouvrir groupe de colonnes ", + closeGroup:"Fermer groupe de colonnes", + closeTab:"Fermer tab", + showTabs:"Montrer plus tabs", + resetTreeMap:"Revenir à la vue originale", + navTreeMap:"Niveau supérieur", + nextTab:"Prochain tab", + prevTab:"Précédent tab", + multitextSection:"Ajouter l'élément", + multitextextraSection:"Retirer l'élément", + showChart:"Montrer chart", + hideChart:"Cacher chart", + resizeChart:"Redimensionner chart" + }, + richtext:{ + underline: "Souligner", + bold: "Gras", + italic: "Italique" + } +}; \ No newline at end of file diff --git a/i18n/it.js b/i18n/it.js new file mode 100644 index 0000000..1151c04 --- /dev/null +++ b/i18n/it.js @@ -0,0 +1,83 @@ +/*Italian (Italy) locale*/ +webix.i18n.locales["it-IT"] = { + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + dateFormat:"%d/%n/%Y", + timeFormat:"%H:%i", + longDateFormat:"%j %F %Y", + fullDateFormat:"%j %F %Y %H:%i", + am:null, + pm:null, + price:"€ {obj}", + priceSettings:{ + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2 + }, + calendar:{ + monthFull:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"], + monthShort:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"], + dayFull:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"], + dayShort:["dom","lun","mar","mer","gio","ven","sab"], + hours: "Orario", + minutes: "Minuti", + done:"Pronto", + clear: "Pulisci", + today: "Oggi" + }, + + controls:{ + select:"Selezionare", + invalidMessage:"Valore di input non valido" + }, + dataExport:{ + page:"Pagina", + of:"di" + }, + PDFviewer:{ + of:"di", + automaticZoom:"Automatik Zoom", + actualSize:"Dimensione reale", + pageFit:"Dimensioni della pagina", + pageWidth:"Larghezza della pagina", + pageHeight:"Altezza della pagina" + }, + aria:{ + calendar:"Calendario", + increaseValue:"Aumentare il valore", + decreaseValue:"Riduzione valore", + navMonth:["Il mese scorso", "Il prossimo mese"], + navYear:["L'anno scorso", "L'anno prossimo"], + navDecade:["Decennio precedente", "Prossimo decennio"], + dateFormat:"%j %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Orario: %H", + minuteFormat:"Minuti: %i", + removeItem:"Rimuovere l'elemento", + pages:["Prima pagina", "Pagina precedente", "Pagina successiva", "Ultima pagina"], + page:"Pagina", + headermenu:"Menu del titolo", + openGroup:"Aperto gruppo di colonne", + closeGroup:"Chiudi gruppo di colonne", + closeTab:"Chiudi tab", + showTabs:"Mostra di più tabs", + resetTreeMap:"Tornare alla vista originale", + navTreeMap:"Livello superiore", + nextTab:"Tab prossimo", + prevTab:"Tab precedente", + multitextSection:"Aggiungi elemento", + multitextextraSection:"Rimuovere l'elemento", + showChart:"Mostrare chart", + hideChart:"Nascondere chart", + resizeChart:"Ridimensionare chart" + }, + richtext:{ + underline: "Sottolineare", + bold: "Grassetto", + italic: "Corsivo" + } +}; diff --git a/i18n/ja.js b/i18n/ja.js new file mode 100644 index 0000000..20f4ec7 --- /dev/null +++ b/i18n/ja.js @@ -0,0 +1,83 @@ +webix.i18n.locales["ja-JP"]={ + groupDelimiter:",", + groupSize:3, + decimalDelimiter:".", + decimalSize:2, + + dateFormat:"%Y.%m.%d", + timeFormat:"%H:%i", + longDateFormat:"%Y年%m月%d日", + fullDateFormat:"%Y.%m.%d %H:%i", + + price:"¥{obj}", + priceSettings:{ + groupSize:3, + groupDelimiter:",", + decimalDelimiter:"", + decimalSize:0 + }, + + calendar:{ + monthFull:["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], + monthShort:[ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], + dayFull:["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"], + dayShort:["日", "月", "火", "水", "木", "金", "土"], + hours: "営業時間", + minutes: "分", + done: "レディー", + clear: "削除する", + today: "今日" + }, + + controls:{ + select:"選択する", + invalidMessage: "無効な入力値" + }, + dataExport:{ + page:"ページ", + of:"から" + }, + PDFviewer:{ + of:"から", + automaticZoom:"自動ズーム", + actualSize:"実サイズ", + pageFit:"ページサイズ", + pageWidth:"ページ幅", + pageHeight:"ページの高さ" + }, + aria:{ + calendar:"カレンダー", + increaseValue:"増加値", + decreaseValue:"数字を小さく", + navMonth:["前の月", "来月"], + navYear:["前年", "来年"], + navDecade:["前の十年", "次の10年"], + dateFormat:"%Y年%m月%d日", + monthFormat:"%Y年%m月", + yearFormat:"%Y年", + hourFormat:"営業時間: %H", + minuteFormat:"分: %i", + removeItem:"要素を削除します", + pages:["一ページ目", "前のページ", "次のページ", "最後のページ"], + page:"ページ", + headermenu:"ヘッダメニュー", + openGroup:"オープン列グループ", + closeGroup:"閉じる列グループ", + closeTab:"タブを閉じます", + showTabs:"複数のタブを表示します", + resetTreeMap:"元の表示に戻ります", + navTreeMap:"レベルパック", + nextTab:"次のタブ", + prevTab:"前のタブ", + multitextSection:"要素を追加します。", + multitextextraSection:"要素を削除します", + showChart:"靴チャート", + hideChart:"隠すチャート", + resizeChart:"グラフのサイズを変更" + }, + richtext:{ + underline: "アンダーライン", + bold: "大胆な", + italic: "イタリック" + } +}; \ No newline at end of file diff --git a/i18n/pt.js b/i18n/pt.js new file mode 100644 index 0000000..aea4313 --- /dev/null +++ b/i18n/pt.js @@ -0,0 +1,84 @@ +webix.i18n.locales["pt-BR"] = { + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + + dateFormat:"%d/%m/%Y", + timeFormat:"%G:%i", + longDateFormat:"%d de %F de %Y", + fullDateFormat:"%d de %F de %Y %G:%i", + + am:null, + pm:null, + price:"R$ {obj}", + priceSettings:{ + groupDelimiter:".", + groupSize:3, + decimalDelimiter:",", + decimalSize:2 + }, + fileSize: ["b","Kb","Mb","Gb","Tb","Pb","Eb"], + calendar:{ + monthFull:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"], + monthShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"], + dayFull:["Domingo","Segunda-Feira","Terça-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","Sábado"], + dayShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"], + hours: "Horas", + minutes: "Minutos", + done:"Feito", + clear: "Limpar", + today: "Hoje" + }, + controls:{ + select:"Selecionar", + invalidMessage: "Valor de entrada inválido" + }, + dataExport:{ + page:"Página", + of:"de" + }, + PDFviewer:{ + of:"de", + automaticZoom:"Zoom automático", + actualSize:"Tamanho atual", + pageFit:"Tamanho da página", + pageWidth:"Largura da página", + pageHeight:"Altura da página" + }, + aria:{ + calendar:"Calendário", + increaseValue:"Aumentar o valor", + decreaseValue:"Diminuir o valor", + navMonth:["Mês anterior", "Próximo mês"], + navYear:["Ano anterior", "Próximo ano"], + navDecade:["Década anterior", "Próxima década"], + dateFormat:"%d de %F de %Y", + monthFormat:"%F de %Y", + yearFormat:"%Y", + hourFormat:"Horas: %G", + minuteFormat:"Minutos: %i", + removeItem:"Remover elemento", + pages:["Primeira página", "Página anterior", "Próxima página", "Última página"], + page:"Página", + headermenu:"Menu de títulos", + openGroup:"Grupo coluna aberta", + closeGroup:"Fechar grupo de colunas", + closeTab:"Fechar tab", + showTabs:"Mostre mais tabs", + resetTreeMap:"Мoltar à vista original", + navTreeMap:"Upar", + nextTab:"Próximo tab", + prevTab:"Anterior tab", + multitextSection:"Adicionar elemento", + multitextextraSection:"Remover elemento", + showChart:"Exposição chart", + hideChart:"Esconder chart", + resizeChart:"Redimensionar chart" + }, + richtext:{ + underline: "Sublinhado", + bold: "Negrito", + italic: "itálico" + } +}; diff --git a/i18n/ru.js b/i18n/ru.js new file mode 100644 index 0000000..2d1e176 --- /dev/null +++ b/i18n/ru.js @@ -0,0 +1,78 @@ +webix.i18n.locales["ru-RU"]={ + groupDelimiter:" ", + groupSize:3, + decimalDelimiter:",", + decimalSize:2, + + dateFormat:"%d.%m.%Y", + timeFormat:"%H:%i", + longDateFormat:"%d %F %Y", + fullDateFormat:"%d.%m.%Y %H:%i", + + price:"{obj} руб.", + priceSettings:null, //use number defaults + + calendar:{ + monthFull:["Январь", "Февраль", "Март", "Апрель", "Maй", "Июнь", "Июль", "Август", "Сентябрь", "Oктябрь", "Ноябрь", "Декабрь"], + monthShort:["Янв", "Фев", "Maр", "Aпр", "Maй", "Июн", "Июл", "Aвг", "Сен", "Окт", "Ноя", "Дек"], + dayFull:[ "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"], + dayShort:["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], + hours: "Часы", + minutes: "Минуты", + done: "Гoтовo", + clear: "Очистить", + today: "Сегодня" + }, + + controls:{ + select:"Выбрать", + invalidMessage: "Неправильное значение" + }, + dataExport:{ + page:"Страница", + of:"из" + }, + PDFviewer:{ + of:"из", + automaticZoom:"Автоматический зум", + actualSize:"Настоящий размер", + pageFit:"Размер страницы", + pageWidth:"Ширина страницы", + pageHeight:"Высота страницы" + }, + aria:{ + calendar:"Календарь", + increaseValue:"Увеличить значение", + decreaseValue:"Уменьшить значение", + navMonth:["Предыдущий месяц", "Следующий месяц"], + navYear:["Предыдущий год", "Следующий год"], + navDecade:["Предыдущие десять лет", "Следующие десять лет"], + dateFormat:"%d %F %Y", + monthFormat:"%F %Y", + yearFormat:"%Y", + hourFormat:"Часы: %H", + minuteFormat:"Минуты: %i", + removeItem:"Удалить элемент", + pages:["Первая страница", "Предыдущая страница", "Следующая страница", "Последняя страница"], + page:"Страница", + headermenu:"Меню шапки таблицы", + openGroup:"Развернуть группу столбцов", + closeGroup:"Свернуть группу столбцов", + closeTab:"Закрыть вкладку", + showTabs:"Показать больше вкладок", + resetTreeMap:"Вернуться к первоначальному представлению", + navTreeMap:"Перейти на уровень выше", + nextTab:"Следующая вкладка", + prevTab:"Предыдущая вкладка", + multitextSection:"Добавить элемент", + multitextextraSection:"Удалить элемент", + showChart:"Показать чарт", + hideChart:"Спрятать чарт", + resizeChart:"Изменить размер чарта" + }, + richtext:{ + underline: "Подчеркивание", + bold: "Жирный", + italic: "Курсив" + } +}; \ No newline at end of file diff --git a/i18n/zh.js b/i18n/zh.js new file mode 100644 index 0000000..e126fd0 --- /dev/null +++ b/i18n/zh.js @@ -0,0 +1,83 @@ +/*Chinese (Simplified, PRC) locale*/ +webix.i18n.locales["zh-CN"] = { + groupDelimiter:",", + groupSize:3, + decimalDelimiter:".", + decimalSize:2, + dateFormat:"%Y/%m/%j", + timeFormat:"%G:%i", + longDateFormat:"%Y'年'%m'月'%j'日'", + fullDateFormat:"%Y'年'%m'月'%j'日' %G:%i", + am:["上午","上午"], + pm:["下午","下午"], + price:"¥{obj}", + priceSettings:{ + groupDelimiter:",", + groupSize:3, + decimalDelimiter:".", + decimalSize:2 + }, + calendar:{ + monthFull:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"], + monthShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"], + dayFull:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"], + dayShort:["周日","周一","周二","周三","周四","周五","周六"], + hours: "小时", + minutes: "分钟", + done:"完成", + clear: "清除", + today: "今天" + }, + + controls:{ + select:"选择", + invalidMessage: "无效的输入值" + }, + dataExport:{ + page:"页", + of:"从" + }, + PDFviewer:{ + of:"从", + automaticZoom:"自动设置页面大小", + actualSize:"实际尺寸", + pageFit:"页面大小", + pageWidth:"页面宽度", + pageHeight:"页面高度" + }, + aria:{ + calendar:"日历", + increaseValue:"增加值", + decreaseValue:"减少值", + navMonth:["上个月", "下个月"], + navYear:["上年", "明年"], + navDecade:["过去十年", "下个十年"], + dateFormat:"%Y'年'%m'月'%j'日'", + monthFormat:"%Y'年'%m'月", + yearFormat:"%Y'年", + hourFormat:"小时: %G", + minuteFormat:"分钟: %i", + removeItem:"删除元素", + pages:["第一页", "上一页", "下一页", "最后一页"], + page:"页", + headermenu:"标题菜单", + openGroup:"打开栏目组", + closeGroup:"关闭栏目组", + closeTab:"关闭标签", + showTabs:"显示更多选项卡", + resetTreeMap:"回到原来的视图", + navTreeMap:"升级", + nextTab:"下一个标签", + prevTab:"前一个标签", + multitextSection:"加元", + multitextextraSection:"删除元素", + showChart:"显示图表", + hideChart:"隐藏图表", + resizeChart:"调整图" + }, + richtext:{ + underline: "强调", + bold: "粗體", + italic: "斜体" + } +}; diff --git a/legacy/excanvas/AUTHORS.txt b/legacy/excanvas/AUTHORS.txt new file mode 100644 index 0000000..f3348aa --- /dev/null +++ b/legacy/excanvas/AUTHORS.txt @@ -0,0 +1,10 @@ +ExplorerCanvas + +Google Open Source: + + + +Developers: + Emil A Eklund + Erik Arvidsson + Glen Murphy \ No newline at end of file diff --git a/legacy/excanvas/COPYING.txt b/legacy/excanvas/COPYING.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/legacy/excanvas/COPYING.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/legacy/excanvas/README.txt b/legacy/excanvas/README.txt new file mode 100644 index 0000000..9e8268b --- /dev/null +++ b/legacy/excanvas/README.txt @@ -0,0 +1,22 @@ +ExplorerCanvas +Copyright 2006 Google Inc. + +------------------------------------------------------------------------------- +DESCRIPTION + +Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based +drawing operations. ExplorerCanvas brings the same functionality to Internet +Explorer; web developers only need to include a single script tag in their +existing canvas webpages to enable this support. + + +------------------------------------------------------------------------------- +INSTALLATION + +Include the ExplorerCanvas tag in the same directory as your HTML files, and +add the following code to your page, preferably in the tag. + + + +If you run into trouble, please look at the included example code to see how +to best implement this \ No newline at end of file diff --git a/legacy/excanvas/excanvas.js b/legacy/excanvas/excanvas.js new file mode 100644 index 0000000..e94c678 --- /dev/null +++ b/legacy/excanvas/excanvas.js @@ -0,0 +1,924 @@ +// Copyright 2006 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + + +// Known Issues: +// +// * Patterns are not implemented. +// * Radial gradient are not implemented. The VML version of these look very +// different from the canvas one. +// * Clipping paths are not implemented. +// * Coordsize. The width and height attribute have higher priority than the +// width and height style values which isn't correct. +// * Painting mode isn't implemented. +// * Canvas width/height should is using content-box by default. IE in +// Quirks mode will draw the canvas using border-box. Either change your +// doctype to HTML5 +// (http://www.whatwg.org/specs/web-apps/current-work/#the-doctype) +// or use Box Sizing Behavior from WebFX +// (http://webfx.eae.net/dhtml/boxsizing/boxsizing.html) +// * Non uniform scaling does not correctly scale strokes. +// * Optimize. There is always room for speed improvements. + +// Only add this code if we do not already have a canvas implementation +if (!document.createElement('canvas').getContext) { + +(function() { + + // alias some functions to make (compiled) code shorter + var m = Math; + var mr = m.round; + var ms = m.sin; + var mc = m.cos; + var abs = m.abs; + var sqrt = m.sqrt; + + // this is used for sub pixel precision + var Z = 10; + var Z2 = Z / 2; + + /** + * This funtion is assigned to the elements as element.getContext(). + * @this {HTMLElement} + * @return {CanvasRenderingContext2D_} + */ + function getContext() { + return this.context_ || + (this.context_ = new CanvasRenderingContext2D_(this)); + } + + var slice = Array.prototype.slice; + + /** + * Binds a function to an object. The returned function will always use the + * passed in {@code obj} as {@code this}. + * + * Example: + * + * g = bind(f, obj, a, b) + * g(c, d) // will do f.call(obj, a, b, c, d) + * + * @param {Function} f The function to bind the object to + * @param {Object} obj The object that should act as this when the function + * is called + * @param {*} var_args Rest arguments that will be used as the initial + * arguments when the function is called + * @return {Function} A new function that has bound this + */ + function bind(f, obj, var_args) { + var a = slice.call(arguments, 2); + return function() { + return f.apply(obj, a.concat(slice.call(arguments))); + }; + } + + var G_vmlCanvasManager_ = { + init: function(opt_doc) { + if (/MSIE/.test(navigator.userAgent) && !window.opera) { + var doc = opt_doc || document; + // Create a dummy element so that IE will allow canvas elements to be + // recognized. + doc.createElement('canvas'); + doc.attachEvent('onreadystatechange', bind(this.init_, this, doc)); + } + }, + + init_: function(doc) { + // create xmlns + if (!doc.namespaces['g_vml_']) { + doc.namespaces.add('g_vml_', 'urn:schemas-microsoft-com:vml', + '#default#VML'); + + } + if (!doc.namespaces['g_o_']) { + doc.namespaces.add('g_o_', 'urn:schemas-microsoft-com:office:office', + '#default#VML'); + } + + // Setup default CSS. Only add one style sheet per document + if (!doc.styleSheets['ex_canvas_']) { + var ss = doc.createStyleSheet(); + ss.owningElement.id = 'ex_canvas_'; + ss.cssText = 'canvas{display:inline-block;overflow:hidden;' + + // default size is 300x150 in Gecko and Opera + 'text-align:left;width:300px;height:150px}' + + 'g_vml_\\:*{behavior:url(#default#VML)}' + + 'g_o_\\:*{behavior:url(#default#VML)}'; + + } + + // find all canvas elements + var els = doc.getElementsByTagName('canvas'); + for (var i = 0; i < els.length; i++) { + this.initElement(els[i]); + } + }, + + /** + * Public initializes a canvas element so that it can be used as canvas + * element from now on. This is called automatically before the page is + * loaded but if you are creating elements using createElement you need to + * make sure this is called on the element. + * @param {HTMLElement} el The canvas element to initialize. + * @return {HTMLElement} the element that was created. + */ + initElement: function(el) { + if (!el.getContext) { + + el.getContext = getContext; + + // Remove fallback content. There is no way to hide text nodes so we + // just remove all childNodes. We could hide all elements and remove + // text nodes but who really cares about the fallback content. + el.innerHTML = ''; + + // do not use inline function because that will leak memory + el.attachEvent('onpropertychange', onPropertyChange); + el.attachEvent('onresize', onResize); + + var attrs = el.attributes; + if (attrs.width && attrs.width.specified) { + // TODO: use runtimeStyle and coordsize + // el.getContext().setWidth_(attrs.width.nodeValue); + el.style.width = attrs.width.nodeValue + 'px'; + } else { + el.width = el.clientWidth; + } + if (attrs.height && attrs.height.specified) { + // TODO: use runtimeStyle and coordsize + // el.getContext().setHeight_(attrs.height.nodeValue); + el.style.height = attrs.height.nodeValue + 'px'; + } else { + el.height = el.clientHeight; + } + //el.getContext().setCoordsize_() + } + return el; + } + }; + + function onPropertyChange(e) { + var el = e.srcElement; + + switch (e.propertyName) { + case 'width': + el.style.width = el.attributes.width.nodeValue + 'px'; + el.getContext().clearRect(); + break; + case 'height': + el.style.height = el.attributes.height.nodeValue + 'px'; + el.getContext().clearRect(); + break; + } + } + + function onResize(e) { + var el = e.srcElement; + if (el.firstChild) { + el.firstChild.style.width = el.clientWidth + 'px'; + el.firstChild.style.height = el.clientHeight + 'px'; + } + } + + G_vmlCanvasManager_.init(); + + // precompute "00" to "FF" + var dec2hex = []; + for (var i = 0; i < 16; i++) { + for (var j = 0; j < 16; j++) { + dec2hex[i * 16 + j] = i.toString(16) + j.toString(16); + } + } + + function createMatrixIdentity() { + return [ + [1, 0, 0], + [0, 1, 0], + [0, 0, 1] + ]; + } + + function matrixMultiply(m1, m2) { + var result = createMatrixIdentity(); + + for (var x = 0; x < 3; x++) { + for (var y = 0; y < 3; y++) { + var sum = 0; + + for (var z = 0; z < 3; z++) { + sum += m1[x][z] * m2[z][y]; + } + + result[x][y] = sum; + } + } + return result; + } + + function copyState(o1, o2) { + o2.fillStyle = o1.fillStyle; + o2.lineCap = o1.lineCap; + o2.lineJoin = o1.lineJoin; + o2.lineWidth = o1.lineWidth; + o2.miterLimit = o1.miterLimit; + o2.shadowBlur = o1.shadowBlur; + o2.shadowColor = o1.shadowColor; + o2.shadowOffsetX = o1.shadowOffsetX; + o2.shadowOffsetY = o1.shadowOffsetY; + o2.strokeStyle = o1.strokeStyle; + o2.globalAlpha = o1.globalAlpha; + o2.arcScaleX_ = o1.arcScaleX_; + o2.arcScaleY_ = o1.arcScaleY_; + o2.lineScale_ = o1.lineScale_; + } + + function processStyle(styleString) { + var str, alpha = 1; + + styleString = String(styleString); + if (styleString.substring(0, 3) == 'rgb') { + var start = styleString.indexOf('(', 3); + var end = styleString.indexOf(')', start + 1); + var guts = styleString.substring(start + 1, end).split(','); + + str = '#'; + for (var i = 0; i < 3; i++) { + str += dec2hex[Number(guts[i])]; + } + + if (guts.length == 4 && styleString.substr(3, 1) == 'a') { + alpha = guts[3]; + } + } else { + str = styleString; + } + + return {color: str, alpha: alpha}; + } + + function processLineCap(lineCap) { + switch (lineCap) { + case 'butt': + return 'flat'; + case 'round': + return 'round'; + case 'square': + default: + return 'square'; + } + } + + /** + * This class implements CanvasRenderingContext2D interface as described by + * the WHATWG. + * @param {HTMLElement} surfaceElement The element that the 2D context should + * be associated with + */ + function CanvasRenderingContext2D_(surfaceElement) { + this.m_ = createMatrixIdentity(); + + this.mStack_ = []; + this.aStack_ = []; + this.currentPath_ = []; + + // Canvas context properties + this.strokeStyle = '#000'; + this.fillStyle = '#000'; + + this.lineWidth = 1; + this.lineJoin = 'miter'; + this.lineCap = 'butt'; + this.miterLimit = Z * 1; + this.globalAlpha = 1; + this.canvas = surfaceElement; + + var el = surfaceElement.ownerDocument.createElement('div'); + el.style.width = surfaceElement.clientWidth + 'px'; + el.style.height = surfaceElement.clientHeight + 'px'; + el.style.overflow = 'hidden'; + el.style.position = 'absolute'; + surfaceElement.appendChild(el); + + this.element_ = el; + this.arcScaleX_ = 1; + this.arcScaleY_ = 1; + this.lineScale_ = 1; + } + + var contextPrototype = CanvasRenderingContext2D_.prototype; + contextPrototype.clearRect = function() { + this.element_.innerHTML = ''; + }; + + contextPrototype.beginPath = function() { + // TODO: Branch current matrix so that save/restore has no effect + // as per safari docs. + this.currentPath_ = []; + }; + + contextPrototype.moveTo = function(aX, aY) { + var p = this.getCoords_(aX, aY); + this.currentPath_.push({type: 'moveTo', x: p.x, y: p.y}); + this.currentX_ = p.x; + this.currentY_ = p.y; + }; + + contextPrototype.lineTo = function(aX, aY) { + var p = this.getCoords_(aX, aY); + this.currentPath_.push({type: 'lineTo', x: p.x, y: p.y}); + + this.currentX_ = p.x; + this.currentY_ = p.y; + }; + + contextPrototype.bezierCurveTo = function(aCP1x, aCP1y, + aCP2x, aCP2y, + aX, aY) { + var p = this.getCoords_(aX, aY); + var cp1 = this.getCoords_(aCP1x, aCP1y); + var cp2 = this.getCoords_(aCP2x, aCP2y); + bezierCurveTo(this, cp1, cp2, p); + }; + + // Helper function that takes the already fixed cordinates. + function bezierCurveTo(self, cp1, cp2, p) { + self.currentPath_.push({ + type: 'bezierCurveTo', + cp1x: cp1.x, + cp1y: cp1.y, + cp2x: cp2.x, + cp2y: cp2.y, + x: p.x, + y: p.y + }); + self.currentX_ = p.x; + self.currentY_ = p.y; + } + + contextPrototype.quadraticCurveTo = function(aCPx, aCPy, aX, aY) { + // the following is lifted almost directly from + // http://developer.mozilla.org/en/docs/Canvas_tutorial:Drawing_shapes + + var cp = this.getCoords_(aCPx, aCPy); + var p = this.getCoords_(aX, aY); + + var cp1 = { + x: this.currentX_ + 2.0 / 3.0 * (cp.x - this.currentX_), + y: this.currentY_ + 2.0 / 3.0 * (cp.y - this.currentY_) + }; + var cp2 = { + x: cp1.x + (p.x - this.currentX_) / 3.0, + y: cp1.y + (p.y - this.currentY_) / 3.0 + }; + + bezierCurveTo(this, cp1, cp2, p); + }; + + contextPrototype.arc = function(aX, aY, aRadius, + aStartAngle, aEndAngle, aClockwise) { + aRadius *= Z; + var arcType = aClockwise ? 'at' : 'wa'; + + var xStart = aX + mc(aStartAngle) * aRadius - Z2; + var yStart = aY + ms(aStartAngle) * aRadius - Z2; + + var xEnd = aX + mc(aEndAngle) * aRadius - Z2; + var yEnd = aY + ms(aEndAngle) * aRadius - Z2; + + // IE won't render arches drawn counter clockwise if xStart == xEnd. + if (xStart == xEnd && !aClockwise) { + xStart += 0.125; // Offset xStart by 1/80 of a pixel. Use something + // that can be represented in binary + } + + var p = this.getCoords_(aX, aY); + var pStart = this.getCoords_(xStart, yStart); + var pEnd = this.getCoords_(xEnd, yEnd); + + this.currentPath_.push({type: arcType, + x: p.x, + y: p.y, + radius: aRadius, + xStart: pStart.x, + yStart: pStart.y, + xEnd: pEnd.x, + yEnd: pEnd.y}); + + }; + + contextPrototype.rect = function(aX, aY, aWidth, aHeight) { + this.moveTo(aX, aY); + this.lineTo(aX + aWidth, aY); + this.lineTo(aX + aWidth, aY + aHeight); + this.lineTo(aX, aY + aHeight); + this.closePath(); + }; + + contextPrototype.strokeRect = function(aX, aY, aWidth, aHeight) { + var oldPath = this.currentPath_; + this.beginPath(); + + this.moveTo(aX, aY); + this.lineTo(aX + aWidth, aY); + this.lineTo(aX + aWidth, aY + aHeight); + this.lineTo(aX, aY + aHeight); + this.closePath(); + this.stroke(); + + this.currentPath_ = oldPath; + }; + + contextPrototype.fillRect = function(aX, aY, aWidth, aHeight) { + var oldPath = this.currentPath_; + this.beginPath(); + + this.moveTo(aX, aY); + this.lineTo(aX + aWidth, aY); + this.lineTo(aX + aWidth, aY + aHeight); + this.lineTo(aX, aY + aHeight); + this.closePath(); + this.fill(); + + this.currentPath_ = oldPath; + }; + + contextPrototype.createLinearGradient = function(aX0, aY0, aX1, aY1) { + var gradient = new CanvasGradient_('gradient'); + gradient.x0_ = aX0; + gradient.y0_ = aY0; + gradient.x1_ = aX1; + gradient.y1_ = aY1; + return gradient; + }; + + contextPrototype.createRadialGradient = function(aX0, aY0, aR0, + aX1, aY1, aR1) { + var gradient = new CanvasGradient_('gradientradial'); + gradient.x0_ = aX0; + gradient.y0_ = aY0; + gradient.r0_ = aR0; + gradient.x1_ = aX1; + gradient.y1_ = aY1; + gradient.r1_ = aR1; + return gradient; + }; + + contextPrototype.drawImage = function(image, var_args) { + var dx, dy, dw, dh, sx, sy, sw, sh; + + // to find the original width we overide the width and height + var oldRuntimeWidth = image.runtimeStyle.width; + var oldRuntimeHeight = image.runtimeStyle.height; + image.runtimeStyle.width = 'auto'; + image.runtimeStyle.height = 'auto'; + + // get the original size + var w = image.width; + var h = image.height; + + // and remove overides + image.runtimeStyle.width = oldRuntimeWidth; + image.runtimeStyle.height = oldRuntimeHeight; + + if (arguments.length == 3) { + dx = arguments[1]; + dy = arguments[2]; + sx = sy = 0; + sw = dw = w; + sh = dh = h; + } else if (arguments.length == 5) { + dx = arguments[1]; + dy = arguments[2]; + dw = arguments[3]; + dh = arguments[4]; + sx = sy = 0; + sw = w; + sh = h; + } else if (arguments.length == 9) { + sx = arguments[1]; + sy = arguments[2]; + sw = arguments[3]; + sh = arguments[4]; + dx = arguments[5]; + dy = arguments[6]; + dw = arguments[7]; + dh = arguments[8]; + } else { + throw Error('Invalid number of arguments'); + } + + var d = this.getCoords_(dx, dy); + + var w2 = sw / 2; + var h2 = sh / 2; + + var vmlStr = []; + + var W = 10; + var H = 10; + + // For some reason that I've now forgotten, using divs didn't work + vmlStr.push(' ' , + '', + ''); + + this.element_.insertAdjacentHTML('BeforeEnd', + vmlStr.join('')); + }; + + contextPrototype.stroke = function(aFill) { + var lineStr = []; + var lineOpen = false; + var a = processStyle(aFill ? this.fillStyle : this.strokeStyle); + var color = a.color; + var opacity = a.alpha * this.globalAlpha; + + var W = 10; + var H = 10; + + lineStr.push(''); + + if (!aFill) { + var lineWidth = this.lineScale_ * this.lineWidth; + + // VML cannot correctly render a line if the width is less than 1px. + // In that case, we dilute the color to make the line look thinner. + if (lineWidth < 1) { + opacity *= lineWidth; + } + + lineStr.push( + '' + ); + } else if (typeof this.fillStyle == 'object') { + var fillStyle = this.fillStyle; + var angle = 0; + var focus = {x: 0, y: 0}; + + // additional offset + var shift = 0; + // scale factor for offset + var expansion = 1; + + if (fillStyle.type_ == 'gradient') { + var x0 = fillStyle.x0_ / this.arcScaleX_; + var y0 = fillStyle.y0_ / this.arcScaleY_; + var x1 = fillStyle.x1_ / this.arcScaleX_; + var y1 = fillStyle.y1_ / this.arcScaleY_; + var p0 = this.getCoords_(x0, y0); + var p1 = this.getCoords_(x1, y1); + var dx = p1.x - p0.x; + var dy = p1.y - p0.y; + angle = Math.atan2(dx, dy) * 180 / Math.PI; + + // The angle should be a non-negative number. + if (angle < 0) { + angle += 360; + } + + // Very small angles produce an unexpected result because they are + // converted to a scientific notation string. + if (angle < 1e-6) { + angle = 0; + } + } else { + var p0 = this.getCoords_(fillStyle.x0_, fillStyle.y0_); + var width = max.x - min.x; + var height = max.y - min.y; + focus = { + x: (p0.x - min.x) / width, + y: (p0.y - min.y) / height + }; + + width /= this.arcScaleX_ * Z; + height /= this.arcScaleY_ * Z; + var dimension = m.max(width, height); + shift = 2 * fillStyle.r0_ / dimension; + expansion = 2 * fillStyle.r1_ / dimension - shift; + } + + // We need to sort the color stops in ascending order by offset, + // otherwise IE won't interpret it correctly. + var stops = fillStyle.colors_; + stops.sort(function(cs1, cs2) { + return cs1.offset - cs2.offset; + }); + + var length = stops.length; + var color1 = stops[0].color; + var color2 = stops[length - 1].color; + var opacity1 = stops[0].alpha * this.globalAlpha; + var opacity2 = stops[length - 1].alpha * this.globalAlpha; + + var colors = []; + for (var i = 0; i < length; i++) { + var stop = stops[i]; + colors.push(stop.offset * expansion + shift + ' ' + stop.color); + } + + // When colors attribute is used, the meanings of opacity and o:opacity2 + // are reversed. + lineStr.push(''); + } else { + lineStr.push(''); + } + + lineStr.push(''); + + this.element_.insertAdjacentHTML('beforeEnd', lineStr.join('')); + }; + + contextPrototype.fill = function() { + this.stroke(true); + } + + contextPrototype.closePath = function() { + this.currentPath_.push({type: 'close'}); + }; + + /** + * @private + */ + contextPrototype.getCoords_ = function(aX, aY) { + var m = this.m_; + return { + x: Z * (aX * m[0][0] + aY * m[1][0] + m[2][0]) - Z2, + y: Z * (aX * m[0][1] + aY * m[1][1] + m[2][1]) - Z2 + } + }; + + contextPrototype.save = function() { + var o = {}; + copyState(this, o); + this.aStack_.push(o); + this.mStack_.push(this.m_); + this.m_ = matrixMultiply(createMatrixIdentity(), this.m_); + }; + + contextPrototype.restore = function() { + copyState(this.aStack_.pop(), this); + this.m_ = this.mStack_.pop(); + }; + + function matrixIsFinite(m) { + for (var j = 0; j < 3; j++) { + for (var k = 0; k < 2; k++) { + if (!isFinite(m[j][k]) || isNaN(m[j][k])) { + return false; + } + } + } + return true; + } + + function setM(ctx, m, updateLineScale) { + if (!matrixIsFinite(m)) { + return; + } + ctx.m_ = m; + + if (updateLineScale) { + // Get the line scale. + // Determinant of this.m_ means how much the area is enlarged by the + // transformation. So its square root can be used as a scale factor + // for width. + var det = m[0][0] * m[1][1] - m[0][1] * m[1][0]; + ctx.lineScale_ = sqrt(abs(det)); + } + } + + contextPrototype.translate = function(aX, aY) { + var m1 = [ + [1, 0, 0], + [0, 1, 0], + [aX, aY, 1] + ]; + + setM(this, matrixMultiply(m1, this.m_), false); + }; + + contextPrototype.rotate = function(aRot) { + var c = mc(aRot); + var s = ms(aRot); + + var m1 = [ + [c, s, 0], + [-s, c, 0], + [0, 0, 1] + ]; + + setM(this, matrixMultiply(m1, this.m_), false); + }; + + contextPrototype.scale = function(aX, aY) { + this.arcScaleX_ *= aX; + this.arcScaleY_ *= aY; + var m1 = [ + [aX, 0, 0], + [0, aY, 0], + [0, 0, 1] + ]; + + setM(this, matrixMultiply(m1, this.m_), true); + }; + + contextPrototype.transform = function(m11, m12, m21, m22, dx, dy) { + var m1 = [ + [m11, m12, 0], + [m21, m22, 0], + [dx, dy, 1] + ]; + + setM(this, matrixMultiply(m1, this.m_), true); + }; + + contextPrototype.setTransform = function(m11, m12, m21, m22, dx, dy) { + var m = [ + [m11, m12, 0], + [m21, m22, 0], + [dx, dy, 1] + ]; + + setM(this, m, true); + }; + + /******** STUBS ********/ + contextPrototype.clip = function() { + // TODO: Implement + }; + + contextPrototype.arcTo = function() { + // TODO: Implement + }; + + contextPrototype.createPattern = function() { + return new CanvasPattern_; + }; + + // Gradient / Pattern Stubs + function CanvasGradient_(aType) { + this.type_ = aType; + this.x0_ = 0; + this.y0_ = 0; + this.r0_ = 0; + this.x1_ = 0; + this.y1_ = 0; + this.r1_ = 0; + this.colors_ = []; + } + + CanvasGradient_.prototype.addColorStop = function(aOffset, aColor) { + aColor = processStyle(aColor); + this.colors_.push({offset: aOffset, + color: aColor.color, + alpha: aColor.alpha}); + }; + + function CanvasPattern_() {} + + // set up externs + G_vmlCanvasManager = G_vmlCanvasManager_; + CanvasRenderingContext2D = CanvasRenderingContext2D_; + CanvasGradient = CanvasGradient_; + CanvasPattern = CanvasPattern_; + +})(); + +} // if \ No newline at end of file diff --git a/legacy/swfobject.js b/legacy/swfobject.js new file mode 100644 index 0000000..f7ea8a5 --- /dev/null +++ b/legacy/swfobject.js @@ -0,0 +1,797 @@ +/*! SWFObject v2.2 + +Copyright (c) 2009 bobbyvanderluis and TenSafeF...@gmail.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +*/ + +var swfobject = function() { + + var UNDEF = "undefined", + OBJECT = "object", + SHOCKWAVE_FLASH = "Shockwave Flash", + SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash", + FLASH_MIME_TYPE = "application/x-shockwave-flash", + EXPRESS_INSTALL_ID = "SWFObjectExprInst", + ON_READY_STATE_CHANGE = "onreadystatechange", + + win = window, + doc = document, + nav = navigator, + + plugin = false, + domLoadFnArr = [main], + regObjArr = [], + objIdArr = [], + listenersArr = [], + storedAltContent, + storedAltContentId, + storedCallbackFn, + storedCallbackObj, + isDomLoaded = false, + isExpressInstallActive = false, + dynamicStylesheet, + dynamicStylesheetMedia, + autoHideShow = true, + + /* Centralized function for browser feature detection + - User agent string detection is only used when no good alternative is possible + - Is executed directly for optimal performance + */ + ua = function() { + var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF, + u = nav.userAgent.toLowerCase(), + p = nav.platform.toLowerCase(), + windows = p ? /win/.test(p) : /win/.test(u), + mac = p ? /mac/.test(p) : /mac/.test(u), + webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit + ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html + playerVersion = [0,0,0], + d = null; + if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) { + d = nav.plugins[SHOCKWAVE_FLASH].description; + if (d && !(typeof nav.mimeTypes != UNDEF && nav.mimeTypes[FLASH_MIME_TYPE] && !nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)) { // navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin indicates whether plug-ins are enabled or disabled in Safari 3+ + plugin = true; + ie = false; // cascaded feature detection for Internet Explorer + d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1"); + playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10); + playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10); + playerVersion[2] = /[a-zA-Z]/.test(d) ? parseInt(d.replace(/^.*[a-zA-Z]+(.*)$/, "$1"), 10) : 0; + } + } + else if (typeof win.ActiveXObject != UNDEF) { + try { + var a = new ActiveXObject(SHOCKWAVE_FLASH_AX); + if (a) { // a will return null when ActiveX is disabled + d = a.GetVariable("$version"); + if (d) { + ie = true; // cascaded feature detection for Internet Explorer + d = d.split(" ")[1].split(","); + playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)]; + } + } + } + catch(e) {} + } + return { w3:w3cdom, pv:playerVersion, wk:webkit, ie:ie, win:windows, mac:mac }; + }(), + + /* Cross-browser onDomLoad + - Will fire an event as soon as the DOM of a web page is loaded + - Internet Explorer workaround based on Diego Perini's solution: http://javascript.nwbox.com/IEContentLoaded/ + - Regular onload serves as fallback + */ + onDomLoad = function() { + if (!ua.w3) { return; } + if ((typeof doc.readyState != UNDEF && doc.readyState == "complete") || (typeof doc.readyState == UNDEF && (doc.getElementsByTagName("body")[0] || doc.body))) { // function is fired after onload, e.g. when script is inserted dynamically + callDomLoadFunctions(); + } + if (!isDomLoaded) { + if (typeof doc.addEventListener != UNDEF) { + doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, false); + } + if (ua.ie && ua.win) { + doc.attachEvent(ON_READY_STATE_CHANGE, function() { + if (doc.readyState == "complete") { + doc.detachEvent(ON_READY_STATE_CHANGE, arguments.callee); + callDomLoadFunctions(); + } + }); + if (win == top) { // if not inside an iframe + (function(){ + if (isDomLoaded) { return; } + try { + doc.documentElement.doScroll("left"); + } + catch(e) { + setTimeout(arguments.callee, 0); + return; + } + callDomLoadFunctions(); + })(); + } + } + if (ua.wk) { + (function(){ + if (isDomLoaded) { return; } + if (!/loaded|complete/.test(doc.readyState)) { + setTimeout(arguments.callee, 0); + return; + } + callDomLoadFunctions(); + })(); + } + addLoadEvent(callDomLoadFunctions); + } + }(); + + function callDomLoadFunctions() { + if (isDomLoaded) { return; } + try { // test if we can really add/remove elements to/from the DOM; we don't want to fire it too early + var t = doc.getElementsByTagName("body")[0].appendChild(createElement("span")); + t.parentNode.removeChild(t); + } + catch (e) { return; } + isDomLoaded = true; + var dl = domLoadFnArr.length; + for (var i = 0; i < dl; i++) { + domLoadFnArr[i](); + } + } + + function addDomLoadEvent(fn) { + if (isDomLoaded) { + fn(); + } + else { + domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+ + } + } + + /* Cross-browser onload + - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/ + - Will fire an event as soon as a web page including all of its assets are loaded + */ + function addLoadEvent(fn) { + if (typeof win.addEventListener != UNDEF) { + win.addEventListener("load", fn, false); + } + else if (typeof doc.addEventListener != UNDEF) { + doc.addEventListener("load", fn, false); + } + else if (typeof win.attachEvent != UNDEF) { + addListener(win, "onload", fn); + } + else if (typeof win.onload == "function") { + var fnOld = win.onload; + win.onload = function() { + fnOld(); + fn(); + }; + } + else { + win.onload = fn; + } + } + + /* Main function + - Will preferably execute onDomLoad, otherwise onload (as a fallback) + */ + function main() { + if (plugin) { + testPlayerVersion(); + } + else { + matchVersions(); + } + } + + /* Detect the Flash Player version for non-Internet Explorer browsers + - Detecting the plug-in version via the object element is more precise than using the plugins collection item's description: + a. Both release and build numbers can be detected + b. Avoid wrong descriptions by corrupt installers provided by Adobe + c. Avoid wrong descriptions by multiple Flash Player entries in the plugin Array, caused by incorrect browser imports + - Disadvantage of this method is that it depends on the availability of the DOM, while the plugins collection is immediately available + */ + function testPlayerVersion() { + var b = doc.getElementsByTagName("body")[0]; + var o = createElement(OBJECT); + o.setAttribute("type", FLASH_MIME_TYPE); + var t = b.appendChild(o); + if (t) { + var counter = 0; + (function(){ + if (typeof t.GetVariable != UNDEF) { + var d = t.GetVariable("$version"); + if (d) { + d = d.split(" ")[1].split(","); + ua.pv = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)]; + } + } + else if (counter < 10) { + counter++; + setTimeout(arguments.callee, 10); + return; + } + b.removeChild(o); + t = null; + matchVersions(); + })(); + } + else { + matchVersions(); + } + } + + /* Perform Flash Player and SWF version matching; static publishing only + */ + function matchVersions() { + var rl = regObjArr.length; + if (rl > 0) { + for (var i = 0; i < rl; i++) { // for each registered object element + var id = regObjArr[i].id; + var cb = regObjArr[i].callbackFn; + var cbObj = {success:false, id:id}; + if (ua.pv[0] > 0) { + var obj = getElementById(id); + if (obj) { + if (hasPlayerVersion(regObjArr[i].swfVersion) && !(ua.wk && ua.wk < 312)) { // Flash Player version >= published SWF version: Houston, we have a match! + setVisibility(id, true); + if (cb) { + cbObj.success = true; + cbObj.ref = getObjectById(id); + cb(cbObj); + } + } + else if (regObjArr[i].expressInstall && canExpressInstall()) { // show the Adobe Express Install dialog if set by the web page author and if supported + var att = {}; + att.data = regObjArr[i].expressInstall; + att.width = obj.getAttribute("width") || "0"; + att.height = obj.getAttribute("height") || "0"; + if (obj.getAttribute("class")) { att.styleclass = obj.getAttribute("class"); } + if (obj.getAttribute("align")) { att.align = obj.getAttribute("align"); } + // parse HTML object param element's name-value pairs + var par = {}; + var p = obj.getElementsByTagName("param"); + var pl = p.length; + for (var j = 0; j < pl; j++) { + if (p[j].getAttribute("name").toLowerCase() != "movie") { + par[p[j].getAttribute("name")] = p[j].getAttribute("value"); + } + } + showExpressInstall(att, par, id, cb); + } + else { // Flash Player and SWF version mismatch or an older Webkit engine that ignores the HTML object element's nested param elements: display alternative content instead of SWF + displayAltContent(obj); + if (cb) { cb(cbObj); } + } + } + } + else { // if no Flash Player is installed or the fp version cannot be detected we let the HTML object element do its job (either show a SWF or alternative content) + setVisibility(id, true); + if (cb) { + var o = getObjectById(id); // test whether there is an HTML object element or not + if (o && typeof o.SetVariable != UNDEF) { + cbObj.success = true; + cbObj.ref = o; + } + cb(cbObj); + } + } + } + } + } + + function getObjectById(objectIdStr) { + var r = null; + var o = getElementById(objectIdStr); + if (o && o.nodeName == "OBJECT") { + if (typeof o.SetVariable != UNDEF) { + r = o; + } + else { + var n = o.getElementsByTagName(OBJECT)[0]; + if (n) { + r = n; + } + } + } + return r; + } + + /* Requirements for Adobe Express Install + - only one instance can be active at a time + - fp 6.0.65 or higher + - Win/Mac OS only + - no Webkit engines older than version 312 + */ + function canExpressInstall() { + return !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac) && !(ua.wk && ua.wk < 312); + } + + /* Show the Adobe Express Install dialog + - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 + */ + function showExpressInstall(att, par, replaceElemIdStr, callbackFn) { + isExpressInstallActive = true; + storedCallbackFn = callbackFn || null; + storedCallbackObj = {success:false, id:replaceElemIdStr}; + var obj = getElementById(replaceElemIdStr); + if (obj) { + if (obj.nodeName == "OBJECT") { // static publishing + storedAltContent = abstractAltContent(obj); + storedAltContentId = null; + } + else { // dynamic publishing + storedAltContent = obj; + storedAltContentId = replaceElemIdStr; + } + att.id = EXPRESS_INSTALL_ID; + if (typeof att.width == UNDEF || (!/%$/.test(att.width) && parseInt(att.width, 10) < 310)) { att.width = "310"; } + if (typeof att.height == UNDEF || (!/%$/.test(att.height) && parseInt(att.height, 10) < 137)) { att.height = "137"; } + doc.title = doc.title.slice(0, 47) + " - Flash Player Installation"; + var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn", + fv = "MMredirectURL=" + encodeURI(window.location).toString().replace(/&/g,"%26") + "&MMplayerType=" + pt + "&MMdoctitle=" + doc.title; + if (typeof par.flashvars != UNDEF) { + par.flashvars += "&" + fv; + } + else { + par.flashvars = fv; + } + // IE only: when a SWF is loading (AND: not available in cache) wait for the readyState of the object element to become 4 before removing it, + // because you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work + if (ua.ie && ua.win && obj.readyState != 4) { + var newObj = createElement("div"); + replaceElemIdStr += "SWFObjectNew"; + newObj.setAttribute("id", replaceElemIdStr); + obj.parentNode.insertBefore(newObj, obj); // insert placeholder div that will be replaced by the object element that loads expressinstall.swf + obj.style.display = "none"; + (function(){ + if (obj.readyState == 4) { + obj.parentNode.removeChild(obj); + } + else { + setTimeout(arguments.callee, 10); + } + })(); + } + createSWF(att, par, replaceElemIdStr); + } + } + + /* Functions to abstract and display alternative content + */ + function displayAltContent(obj) { + if (ua.ie && ua.win && obj.readyState != 4) { + // IE only: when a SWF is loading (AND: not available in cache) wait for the readyState of the object element to become 4 before removing it, + // because you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work + var el = createElement("div"); + obj.parentNode.insertBefore(el, obj); // insert placeholder div that will be replaced by the alternative content + el.parentNode.replaceChild(abstractAltContent(obj), el); + obj.style.display = "none"; + (function(){ + if (obj.readyState == 4) { + obj.parentNode.removeChild(obj); + } + else { + setTimeout(arguments.callee, 10); + } + })(); + } + else { + obj.parentNode.replaceChild(abstractAltContent(obj), obj); + } + } + + function abstractAltContent(obj) { + var ac = createElement("div"); + if (ua.win && ua.ie) { + ac.innerHTML = obj.innerHTML; + } + else { + var nestedObj = obj.getElementsByTagName(OBJECT)[0]; + if (nestedObj) { + var c = nestedObj.childNodes; + if (c) { + var cl = c.length; + for (var i = 0; i < cl; i++) { + if (!(c[i].nodeType == 1 && c[i].nodeName == "PARAM") && !(c[i].nodeType == 8)) { + ac.appendChild(c[i].cloneNode(true)); + } + } + } + } + } + return ac; + } + + /* Cross-browser dynamic SWF creation + */ + function createSWF(attObj, parObj, id) { + var r, el = getElementById(id); + if (ua.wk && ua.wk < 312) { return r; } + if (el) { + if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content + attObj.id = id; + } + if (ua.ie && ua.win) { // Internet Explorer + the HTML object element + W3C DOM methods do not combine: fall back to outerHTML + var att = ""; + for (var i in attObj) { + if (attObj[i] != Object.prototype[i]) { // filter out prototype additions from other potential libraries + if (i.toLowerCase() == "data") { + parObj.movie = attObj[i]; + } + else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword + att += ' class="' + attObj[i] + '"'; + } + else if (i.toLowerCase() != "classid") { + att += ' ' + i + '="' + attObj[i] + '"'; + } + } + } + var par = ""; + for (var j in parObj) { + if (parObj[j] != Object.prototype[j]) { // filter out prototype additions from other potential libraries + par += ''; + } + } + el.outerHTML = '' + par + ''; + objIdArr[objIdArr.length] = attObj.id; // stored to fix object 'leaks' on unload (dynamic publishing only) + r = getElementById(attObj.id); + } + else { // well-behaving browsers + var o = createElement(OBJECT); + o.setAttribute("type", FLASH_MIME_TYPE); + for (var m in attObj) { + if (attObj[m] != Object.prototype[m]) { // filter out prototype additions from other potential libraries + if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword + o.setAttribute("class", attObj[m]); + } + else if (m.toLowerCase() != "classid") { // filter out IE specific attribute + o.setAttribute(m, attObj[m]); + } + } + } + for (var n in parObj) { + if (parObj[n] != Object.prototype[n] && n.toLowerCase() != "movie") { // filter out prototype additions from other potential libraries and IE specific param element + createObjParam(o, n, parObj[n]); + } + } + el.parentNode.replaceChild(o, el); + r = o; + } + } + return r; + } + + function createObjParam(el, pName, pValue) { + var p = createElement("param"); + p.setAttribute("name", pName); + p.setAttribute("value", pValue); + el.appendChild(p); + } + + /* Cross-browser SWF removal + - Especially needed to safely and completely remove a SWF in Internet Explorer + */ + function removeSWF(id) { + var obj = getElementById(id); + if (obj && obj.nodeName == "OBJECT") { + if (ua.ie && ua.win) { + obj.style.display = "none"; + (function(){ + if (obj.readyState == 4) { + removeObjectInIE(id); + } + else { + setTimeout(arguments.callee, 10); + } + })(); + } + else { + obj.parentNode.removeChild(obj); + } + } + } + + function removeObjectInIE(id) { + var obj = getElementById(id); + if (obj) { + for (var i in obj) { + if (typeof obj[i] == "function") { + obj[i] = null; + } + } + obj.parentNode.removeChild(obj); + } + } + + /* Functions to optimize JavaScript compression + */ + function getElementById(id) { + var el = null; + try { + el = doc.getElementById(id); + } + catch (e) {} + return el; + } + + function createElement(el) { + return doc.createElement(el); + } + + /* Updated attachEvent function for Internet Explorer + - Stores attachEvent information in an Array, so on unload the detachEvent functions can be called to avoid memory leaks + */ + function addListener(target, eventType, fn) { + target.attachEvent(eventType, fn); + listenersArr[listenersArr.length] = [target, eventType, fn]; + } + + /* Flash Player and SWF content version matching + */ + function hasPlayerVersion(rv) { + var pv = ua.pv, v = rv.split("."); + v[0] = parseInt(v[0], 10); + v[1] = parseInt(v[1], 10) || 0; // supports short notation, e.g. "9" instead of "9.0.0" + v[2] = parseInt(v[2], 10) || 0; + return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false; + } + + /* Cross-browser dynamic CSS creation + - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php + */ + function createCSS(sel, decl, media, newStyle) { + if (ua.ie && ua.mac) { return; } + var h = doc.getElementsByTagName("head")[0]; + if (!h) { return; } // to also support badly authored HTML pages that lack a head element + var m = (media && typeof media == "string") ? media : "screen"; + if (newStyle) { + dynamicStylesheet = null; + dynamicStylesheetMedia = null; + } + if (!dynamicStylesheet || dynamicStylesheetMedia != m) { + // create dynamic stylesheet + get a global reference to it + var s = createElement("style"); + s.setAttribute("type", "text/css"); + s.setAttribute("media", m); + dynamicStylesheet = h.appendChild(s); + if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) { + dynamicStylesheet = doc.styleSheets[doc.styleSheets.length - 1]; + } + dynamicStylesheetMedia = m; + } + // add style rule + if (ua.ie && ua.win) { + if (dynamicStylesheet && typeof dynamicStylesheet.addRule == OBJECT) { + dynamicStylesheet.addRule(sel, decl); + } + } + else { + if (dynamicStylesheet && typeof doc.createTextNode != UNDEF) { + dynamicStylesheet.appendChild(doc.createTextNode(sel + " {" + decl + "}")); + } + } + } + + function setVisibility(id, isVisible) { + if (!autoHideShow) { return; } + var v = isVisible ? "visible" : "hidden"; + if (isDomLoaded && getElementById(id)) { + getElementById(id).style.visibility = v; + } + else { + createCSS("#" + id, "visibility:" + v); + } + } + + /* Filter to avoid XSS attacks + */ + function urlEncodeIfNecessary(s) { + var regex = /[\\\"<>\.;]/; + var hasBadChars = regex.exec(s) != null; + return hasBadChars && typeof encodeURIComponent != UNDEF ? encodeURIComponent(s) : s; + } + + /* Release memory to avoid memory leaks caused by closures, fix hanging audio/video threads and force open sockets/NetConnections to disconnect (Internet Explorer only) + */ + var cleanup = function() { + if (ua.ie && ua.win) { + window.attachEvent("onunload", function() { + // remove listeners to avoid memory leaks + var ll = listenersArr.length; + for (var i = 0; i < ll; i++) { + listenersArr[i][0].detachEvent(listenersArr[i][1], listenersArr[i][2]); + } + // cleanup dynamically embedded objects to fix audio/video threads and force open sockets and NetConnections to disconnect + var il = objIdArr.length; + for (var j = 0; j < il; j++) { + removeSWF(objIdArr[j]); + } + // cleanup library's main closures to avoid memory leaks + for (var k in ua) { + ua[k] = null; + } + ua = null; + for (var l in swfobject) { + swfobject[l] = null; + } + swfobject = null; + }); + } + }(); + + return { + /* Public API + - Reference: http://code.google.com/p/swfobject/wiki/documentation + */ + registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn) { + if (ua.w3 && objectIdStr && swfVersionStr) { + var regObj = {}; + regObj.id = objectIdStr; + regObj.swfVersion = swfVersionStr; + regObj.expressInstall = xiSwfUrlStr; + regObj.callbackFn = callbackFn; + regObjArr[regObjArr.length] = regObj; + setVisibility(objectIdStr, false); + } + else if (callbackFn) { + callbackFn({success:false, id:objectIdStr}); + } + }, + + getObjectById: function(objectIdStr) { + if (ua.w3) { + return getObjectById(objectIdStr); + } + }, + + embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn) { + var callbackObj = {success:false, id:replaceElemIdStr}; + if (ua.w3 && !(ua.wk && ua.wk < 312) && swfUrlStr && replaceElemIdStr && widthStr && heightStr && swfVersionStr) { + setVisibility(replaceElemIdStr, false); + addDomLoadEvent(function() { + widthStr += ""; // auto-convert to string + heightStr += ""; + var att = {}; + if (attObj && typeof attObj === OBJECT) { + for (var i in attObj) { // copy object to avoid the use of references, because web authors often reuse attObj for multiple SWFs + att[i] = attObj[i]; + } + } + att.data = swfUrlStr; + att.width = widthStr; + att.height = heightStr; + var par = {}; + if (parObj && typeof parObj === OBJECT) { + for (var j in parObj) { // copy object to avoid the use of references, because web authors often reuse parObj for multiple SWFs + par[j] = parObj[j]; + } + } + if (flashvarsObj && typeof flashvarsObj === OBJECT) { + for (var k in flashvarsObj) { // copy object to avoid the use of references, because web authors often reuse flashvarsObj for multiple SWFs + if (typeof par.flashvars != UNDEF) { + par.flashvars += "&" + k + "=" + flashvarsObj[k]; + } + else { + par.flashvars = k + "=" + flashvarsObj[k]; + } + } + } + if (hasPlayerVersion(swfVersionStr)) { // create SWF + var obj = createSWF(att, par, replaceElemIdStr); + if (att.id == replaceElemIdStr) { + setVisibility(replaceElemIdStr, true); + } + callbackObj.success = true; + callbackObj.ref = obj; + } + else if (xiSwfUrlStr && canExpressInstall()) { // show Adobe Express Install + att.data = xiSwfUrlStr; + showExpressInstall(att, par, replaceElemIdStr, callbackFn); + return; + } + else { // show alternative content + setVisibility(replaceElemIdStr, true); + } + if (callbackFn) { callbackFn(callbackObj); } + }); + } + else if (callbackFn) { callbackFn(callbackObj); } + }, + + switchOffAutoHideShow: function() { + autoHideShow = false; + }, + + ua: ua, + + getFlashPlayerVersion: function() { + return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] }; + }, + + hasFlashPlayerVersion: hasPlayerVersion, + + createSWF: function(attObj, parObj, replaceElemIdStr) { + if (ua.w3) { + return createSWF(attObj, parObj, replaceElemIdStr); + } + else { + return undefined; + } + }, + + showExpressInstall: function(att, par, replaceElemIdStr, callbackFn) { + if (ua.w3 && canExpressInstall()) { + showExpressInstall(att, par, replaceElemIdStr, callbackFn); + } + }, + + removeSWF: function(objElemIdStr) { + if (ua.w3) { + removeSWF(objElemIdStr); + } + }, + + createCSS: function(selStr, declStr, mediaStr, newStyleBoolean) { + if (ua.w3) { + createCSS(selStr, declStr, mediaStr, newStyleBoolean); + } + }, + + addDomLoadEvent: addDomLoadEvent, + + addLoadEvent: addLoadEvent, + + getQueryParamValue: function(param) { + var q = doc.location.search || doc.location.hash; + if (q) { + if (/\?/.test(q)) { q = q.split("?")[1]; } // strip question mark + if (param == null) { + return urlEncodeIfNecessary(q); + } + var pairs = q.split("&"); + for (var i = 0; i < pairs.length; i++) { + if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) { + return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=") + 1))); + } + } + } + return ""; + }, + + // For internal usage only + expressInstallCallback: function() { + if (isExpressInstallActive) { + var obj = getElementById(EXPRESS_INSTALL_ID); + if (obj && storedAltContent) { + obj.parentNode.replaceChild(storedAltContent, obj); + if (storedAltContentId) { + setVisibility(storedAltContentId, true); + if (ua.ie && ua.win) { storedAltContent.style.display = "block"; } + } + if (storedCallbackFn) { storedCallbackFn(storedCallbackObj); } + } + isExpressInstallActive = false; + } + } + }; +}(); diff --git a/legacy/uploader.swf b/legacy/uploader.swf new file mode 100644 index 0000000000000000000000000000000000000000..77d85f99897d695ed3a87676b8e35af852870da2 GIT binary patch literal 2800 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 Cf^zZz literal 0 HcmV?d00001 diff --git a/skins/air.css b/skins/air.css new file mode 100644 index 0000000..c088568 --- /dev/null +++ b/skins/air.css @@ -0,0 +1,1425 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #a4bed4;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#ebebeb} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:8.5px;color:#444;font-size:10px;text-transform:uppercase;line-height:34px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ebebeb} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);line-height:32px;line-height:34px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#1e2022} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#727981 dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #a4bed4;position:relative;z-index:2;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);line-height:32px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#1e2022} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:14px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d6e8ff} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #a4bed4;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;font-size:13px} +.webix_pager_item_selected{cursor:default;background-color:#ffdb8f;border:1px solid #ffd47b} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f);border-bottom:1px solid #ffd47b;border-right:1px solid #ffd47b} +.webix_chart{position:relative;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#9aa0a5} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #a4bed4;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #a4bed4;border-bottom:1px solid #a4bed4;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:30px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #a4bed4;line-height:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} +.webix_richfilter{margin-top:1px;line-height:30px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} +.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #a4bed4} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #a4bed4} +.webix_last_topcell.webix_cell{border-bottom:1px solid #a4bed4} +.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px} +.webix_column{text-align:left} +.webix_column>div:nth-child(even){background-color:#f7f7f7} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffd47b} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding-top:0} +.webix_column>div.webix_column_select{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_hcell span.webix_input_icon{background-color:#a4bed4} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#1e2022} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);padding:0;text-align:center;line-height:34px} +.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#1e2022} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#d6e8ff;display:block;border:1px solid #70afff;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:22px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffdb8f} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#7e868e} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#ffdb8f;color:#1e2022} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#d6e8ff} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #a4bed4} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;border:1px solid #a4bed4;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_line:nth-child(odd){background-color:#f7f7f7} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #a4bed4} +.webix_property_label_line{padding-left:10px;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);line-height:32px;line-height:23px;border-bottom:1px solid #ebebeb} +.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#1e2022} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #a4bed4;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #a4bed4;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Helvetica,Verdana;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:28px;line-height:28px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #a4bed4} +.webix_button input,.webix_popup_button div{font-size:13px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);height:28px;line-height:28px} +.webix_popup_button.confirm div{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webix_popup_title{color:#fff;height:40px;line-height:40px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:13px;color:#1e2022;min-height:60px} +.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffdb8f;color:#1e2022} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #a4bed4} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #a4bed4;background-color:#fff;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #a4bed4;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;padding:0;border:0} +.webixtype_form{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webixtype_form:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:no-repeat #d6e8ff} +.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background:-webkit-linear-gradient(#e7877e,#c10);background:-moz-linear-gradient(#e7877e,#c10);background:-ms-linear-gradient(top,#e7877e,#c10);background:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);border:1px solid #a4bed4} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:6px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:13px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #a4bed4;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:13px} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:11px;color:#2a2d30} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#1e2022;line-height:30px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:13px;font-family:Helvetica,Verdana;border:1px solid #a4bed4} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #a4bed4;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:13px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #a4bed4;height:100%;margin:0;padding:5px 10px;color:#1e2022;resize:none;font-size:13px;font-family:Helvetica,Verdana} +.webix_el_textarea .webix_inp_label{padding-top:8.5px} +.webix_segment_0,.webix_segment_1{border:1px solid #a4bed4;border-right-width:0;height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{border:1px solid #a4bed4;height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_inp_static{border:1px solid #a4bed4;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#666d73} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Helvetica,Verdana;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:22px;height:22px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_tab_filler:first-child{border-right:1px solid #a4bed4} +.webix_item_tab:first-child{border-left:1px solid #a4bed4} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #a4bed4;border-left-width:0;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#fff));background:-webkit-linear-gradient(#e5f1ff,#fff);background:-moz-linear-gradient(#e5f1ff,#fff);background:-ms-linear-gradient(top,#e5f1ff,#fff);background:-o-linear-gradient(top,#e5f1ff,#fff)} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background:-webkit-linear-gradient(#ffebc2,#ffdb8f);background:-moz-linear-gradient(#ffebc2,#ffdb8f);background:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background:-o-linear-gradient(top,#ffebc2,#ffdb8f)} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #a4bed4;border-right:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:13px} +.webix_menu-x{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;-moz-background-size:1px 100%,100% 100%,1px 100%;background-size:1px 100%,100% 100%,1px 100%;background-color:transparent;margin:1px 0;background-position:0 0,1px 0,100% 0;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,#f0f6ff,#a4bed4,#f0f6ff);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff)} +.webix_menu-x .webix_list_item:last-child{background-size:1px 100%,100% 100%,1px 100%;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,transparent,transparent);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(transparent,transparent);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(transparent,transparent);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(transparent,transparent);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(transparent,transparent);border-right:0} +.webix_menu{background:#fff;border:1px solid #a4bed4;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #a4bed4} +.webix_menu .webix_submenu_icon{top:11px} +.webix_menu .webix_context_spacer{height:28px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #81a5c4;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#1e2022;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#1e2022;line-height:30px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;float:left} +.webix_slider_box{position:relative;padding:11px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;border:1px solid #b5cadc;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #b5cadc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;width:15px;height:15px;top:7px;border-radius:8px} +.webix_slider_box .webix_slider_left{background:#f5f9ff} +.webix_slider_box .webix_slider_handle{border:1px solid #a4bed4;-moz-box-shadow:inset 0 1px 1px 1px #fff;-webkit-box-shadow:inset 0 1px 1px 1px #fff;box-shadow:inset 0 1px 1px #fff;background:#fafcff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d6e8ff),color-stop(100%,#fafcff));background:-webkit-linear-gradient(#d6e8ff,#fafcff);background:-moz-linear-gradient(#d6e8ff,#fafcff);background:-ms-linear-gradient(top,#d6e8ff,#fafcff);background:-o-linear-gradient(top,#d6e8ff,#fafcff)} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:4.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{background:#f0f6ff} +.webix_slider_alt .webix_slider_box .webix_slider_right{background:#eee} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#f5f9ff} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffdb8f;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#ffdb8f;border-color:#ffdb8f} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#ffdb8f;box-shadow:inset 0 0 1px 2px #ffdb8f} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #a4bed4} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #a4bed4;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} +.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} +.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} +.webix_group_back .webix_arrow_icon{color:#1e2022} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:rgba(255,255,255,.4)!important} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:hover{background-color:rgba(0,0,0,.05)!important} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#375975 transparent transparent} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #375975} +.webix_popup_title{color:#1e2022!important;background:#e3e3e3!important;font-size:15px!important;font-weight:700;border-bottom:1px solid #dedede!important;text-shadow:none!important} +.webix_modal_box{background:#ebebeb!important;border:1px solid #a4bed4!important} +.confirmButton{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)} +.confirmButtonActive{background:#fff} +.webix_item_tab{font-size:13px} +.buttonStyle{font-size:13px;font-family:Helvetica,Verdana} +.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_img_btn_abs:active+input,.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:none #f5f5f5;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_icon_button:active,.webix_img_btn:active,.webix_img_btn_top:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#f5f5f5!important} +.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_progress_bottom,.webix_progress_top{background:0 1px repeat-x #f7f7f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(50%,#f7f7f7),color-stop(100%,#f2f2f2)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#f2f2f2 0,#f7f7f7 50%,#f2f2f2 100%);background-image:-moz-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-ms-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-o-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%)} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_cal_range{background-color:#fff4dc} +.webix_item_tab .webix_icon{width:30px;font-size:19px} +.webix_tab_more_icon{border-bottom:1px solid #a4bed4} +.webix_skin_mark{height:110px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:0 1px repeat-x #e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#666d73} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/aircompact.css b/skins/aircompact.css new file mode 100644 index 0000000..c10f815 --- /dev/null +++ b/skins/aircompact.css @@ -0,0 +1,1425 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #a4bed4;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#ebebeb} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:6px;color:#444;font-size:10px;text-transform:uppercase;line-height:24px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ebebeb} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);line-height:22px;line-height:24px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#1e2022} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#727981 dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #a4bed4;position:relative;z-index:2;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);line-height:22px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#1e2022} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:9px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 4px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding:2px 4px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:17px} +.webix_group_back .webix_arrow_icon{left:5px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 4px;line-height:19px;text-align:left;background-color:#d6e8ff} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:3px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #a4bed4;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;font-size:13px} +.webix_pager_item_selected{cursor:default;background-color:#ffdb8f;border:1px solid #ffd47b} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 4px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important;border-bottom:1px solid #ffd47b;border-right:1px solid #ffd47b} +.webix_chart{position:relative;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#9aa0a5} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Helvetica,Verdana;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:23px;line-height:23px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #a4bed4} +.webix_button input,.webix_popup_button div{font-size:13px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);height:23px;line-height:23px} +.webix_popup_button.confirm div{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webix_popup_title{color:#fff;height:40px;line-height:40px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:13px;color:#1e2022;min-height:60px} +.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #a4bed4;background-color:#fff;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:23px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #a4bed4;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #a4bed4;border-bottom:1px solid #a4bed4;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:20px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #a4bed4;line-height:25px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} +.webix_richfilter{margin-top:1px;line-height:25px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 4px;text-align:left} +.webix_ss_header td{border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} +.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #a4bed4} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #a4bed4} +.webix_last_topcell.webix_cell{border-bottom:1px solid #a4bed4} +.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 4px} +.webix_column{text-align:left} +.webix_column>div:nth-child(even){background-color:#f7f7f7} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffd47b} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:26px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 4px;height:26px;line-height:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-top:0;padding-left:3px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:4px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding-top:0} +.webix_column>div.webix_column_select{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:3px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:22px;padding-left:4px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_hcell span.webix_input_icon{background-color:#a4bed4} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#1e2022} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);padding:0;text-align:center;line-height:24px} +.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#1e2022} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#d6e8ff;display:block;border:1px solid #70afff;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:22px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffdb8f} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#7e868e} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#ffdb8f;color:#1e2022} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#d6e8ff} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #a4bed4} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;border:1px solid #a4bed4;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_line:nth-child(odd){background-color:#f7f7f7} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #a4bed4} +.webix_property_label_line{padding-left:10px;font-family:Helvetica,Verdana;font-size:13px;font-weight:700;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);line-height:22px;line-height:23px;border-bottom:1px solid #ebebeb} +.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#1e2022} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #a4bed4;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #a4bed4;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffdb8f;color:#1e2022} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #a4bed4} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #a4bed4;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;padding:0;border:0} +.webixtype_form{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webixtype_form:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:no-repeat #d6e8ff} +.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background:-webkit-linear-gradient(#e7877e,#c10);background:-moz-linear-gradient(#e7877e,#c10);background:-ms-linear-gradient(top,#e7877e,#c10);background:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);border:1px solid #a4bed4} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:3.5px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:13px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #a4bed4;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:13px} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:11px;color:#2a2d30} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#1e2022;line-height:25px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:13px;font-family:Helvetica,Verdana;border:1px solid #a4bed4} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #a4bed4;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:13px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #a4bed4;height:100%;margin:0;padding:5px 10px;color:#1e2022;resize:none;font-size:13px;font-family:Helvetica,Verdana} +.webix_el_textarea .webix_inp_label{padding-top:6px} +.webix_segment_0,.webix_segment_1{border:1px solid #a4bed4;border-right-width:0;height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{border:1px solid #a4bed4;height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(#fff,#e6e6e6);background:-moz-linear-gradient(#fff,#e6e6e6);background:-ms-linear-gradient(top,#fff,#e6e6e6);background:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_inp_static{border:1px solid #a4bed4;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#666d73} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Helvetica,Verdana;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:17px;height:17px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:14.5px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_tab_filler:first-child{border-right:1px solid #a4bed4} +.webix_item_tab:first-child{border-left:1px solid #a4bed4} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #a4bed4;border-left-width:0;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#fff));background:-webkit-linear-gradient(#e5f1ff,#fff);background:-moz-linear-gradient(#e5f1ff,#fff);background:-ms-linear-gradient(top,#e5f1ff,#fff);background:-o-linear-gradient(top,#e5f1ff,#fff)} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #a4bed4;border-right:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:25px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:8.5px} +.webix_menu-x{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webix_menu-x .webix_list_item{display:inline-block;line-height:21px;-moz-background-size:1px 100%,100% 100%,1px 100%;background-size:1px 100%,100% 100%,1px 100%;background-color:transparent;margin:1px 0;background-position:0 0,1px 0,100% 0;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,#f0f6ff,#a4bed4,#f0f6ff);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff)} +.webix_menu-x .webix_list_item:last-child{background-size:1px 100%,100% 100%,1px 100%;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,transparent,transparent);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(transparent,transparent);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(transparent,transparent);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(transparent,transparent);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(transparent,transparent);border-right:0} +.webix_menu{background:#fff;border:1px solid #a4bed4;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #a4bed4} +.webix_menu .webix_submenu_icon{top:6.5px} +.webix_menu .webix_context_spacer{height:28px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #81a5c4;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#1e2022;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#1e2022;line-height:25px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;float:left} +.webix_slider_box{position:relative;padding:8.5px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;border:1px solid #b5cadc;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #b5cadc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;width:15px;height:15px;top:4.5px;border-radius:8px} +.webix_slider_box .webix_slider_left{background:#f5f9ff} +.webix_slider_box .webix_slider_handle{border:1px solid #a4bed4;-moz-box-shadow:inset 0 1px 1px 1px #fff;-webkit-box-shadow:inset 0 1px 1px 1px #fff;box-shadow:inset 0 1px 1px #fff;background:#fafcff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d6e8ff),color-stop(100%,#fafcff));background:-webkit-linear-gradient(#d6e8ff,#fafcff);background:-moz-linear-gradient(#d6e8ff,#fafcff);background:-ms-linear-gradient(top,#d6e8ff,#fafcff);background:-o-linear-gradient(top,#d6e8ff,#fafcff)} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{background:#f0f6ff} +.webix_slider_alt .webix_slider_box .webix_slider_right{background:#eee} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#f5f9ff} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffdb8f;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#ffdb8f;border-color:#ffdb8f} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 4px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#ffdb8f;box-shadow:inset 0 0 1px 2px #ffdb8f} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #a4bed4} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #a4bed4;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_ss_filter select{padding:1px!important} +.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} +.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:rgba(255,255,255,.4)!important} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:hover{background-color:rgba(0,0,0,.05)!important} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#375975 transparent transparent} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #375975} +.webix_popup_title{color:#1e2022!important;background:#e3e3e3!important;font-size:15px!important;font-weight:700;border-bottom:1px solid #dedede!important;text-shadow:none!important} +.webix_modal_box{background:#ebebeb!important;border:1px solid #a4bed4!important} +.confirmButton{color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff)} +.confirmButtonActive{background:#fff} +.webix_item_tab{font-size:13px} +.buttonStyle{font-size:13px;font-family:Helvetica,Verdana} +.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webix_img_btn_abs:active+input,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#fff!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#f5f5f5!important} +.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.5)!important} +.webix_progress_bottom,.webix_progress_top{background:0 1px repeat-x #f7f7f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(50%,#f7f7f7),color-stop(100%,#f2f2f2)) 0 1px repeat-x;background-image:-webkit-linear-gradient(top,#f2f2f2 0,#f7f7f7 50%,#f2f2f2 100%);background-image:-moz-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-ms-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-o-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%)} +.webix_item_tab .webix_icon{width:30px} +.webix_tab_more_icon{border-bottom:1px solid #a4bed4} +.webix_tab_more_icon .webix_icon{font-size:16px} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_skin_mark{height:120px} +.webix_cal_range{background-color:#fff4dc} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;color:#1e2022!important;background:repeat-x #d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff)) repeat-x;background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#666d73} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/clouds.css b/skins/clouds.css new file mode 100644 index 0000000..ddeb5f7 --- /dev/null +++ b/skins/clouds.css @@ -0,0 +1,1458 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Verdana;font-size:12px;color:#2b2b2b;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #c8c8c8;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_view{color:#fff} +.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff;font-size:13px} +.webix_header>div .webix_el_button{color:#2b2b2b!important} +.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#848484 dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #b0b0b0} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #d8ecfd} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #d8ecfd} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #c8c8c8;position:relative;z-index:2;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_view{color:#fff} +.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff;font-size:13px} +.webix_accordionitem_header .webix_el_button{color:#2b2b2b!important} +.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;margin:15px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #c8c8c8;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{background:#fffeb7;color:#2b2b2b} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#0d8bf2;color:#fff} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#2b2b2b;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#0d8bf2} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #c8c8c8;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #c8c8c8;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana;font-size:12px} +.webix_pager_item_selected{cursor:default;background-color:#fffeb7;border:1px solid #ebeaa7} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #c8c8c8;text-align:left;border-right:1px solid #c8c8c8} +.webix_dataview_item.webix_selected{background:#fffeb7;color:#2b2b2b;border-bottom:1px solid #ebeaa7;border-right:1px solid #ebeaa7} +.webix_chart{position:relative;font-family:Verdana;font-size:13px;color:#2b2b2b;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#ababab} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#5e5e5e;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#5e5e5e} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Verdana;font-size:12px;color:#2b2b2b} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Verdana;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:4px} +.webix_popup_button div{border-radius:4px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #c8c8c8} +.webix_button input,.webix_popup_button div{font-size:12px;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);height:24px;line-height:24px} +.webix_popup_button.confirm div{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border-color:#1b629c!important} +.webix_popup_title{color:#fff;height:40px;line-height:40px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:12px;color:#2b2b2b;min-height:60px} +.webix_error,.webix_info{font-size:12px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #c8c8c8;background-color:#fff;font-family:Verdana;font-size:12px;color:#2b2b2b;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #c8c8c8;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#2b2b2b!important;height:32px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #c8c8c8;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana} +.webix_richfilter{margin-top:1px;line-height:26px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#fff;background:#0d8bf2} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} +.webix_ss_footer td{border-right:1px solid #c8c8c8;border-top:1px solid #c8c8c8} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #c8c8c8} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #c8c8c8} +.webix_last_topcell.webix_cell{border-bottom:1px solid #c8c8c8} +.webix_column>div,.webix_table_cell{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:0 10px} +.webix_column{text-align:left} +.webix_column>div:nth-child(even){background-color:#f7f7f7} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebeaa7} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #c8c8c8;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#2b2b2b} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{background:#fffeb7;color:#2b2b2b} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){background:#fffeb7;color:#2b2b2b} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #c8c8c8} +.webix_dtable_subrow{border-top:1px solid #c8c8c8;text-align:right} +.webix_dtable_subview{background:#c8c8c8;border-top:1px solid #c8c8c8;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{background:#fffeb7;color:#2b2b2b} +.webix_hcell span.webix_input_icon{background-color:#c8c8c8} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#2b2b2b} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#2b2b2b;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:13px;padding:0;text-align:center;line-height:36px} +.webix_win_head>.webix_view>.webix_template .webix_view{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff;font-size:13px} +.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#2b2b2b!important} +.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#1b629c;display:block;border:1px solid #0c2b45;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:20px;line-height:20px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;background:#fffeb7;color:#2b2b2b} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:20px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#2b2b2b;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#2b2b2b;background:#fffeb7} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#2b2b2b;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#848484;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#919191} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#919191;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#fffeb7;color:#2b2b2b} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#1b629c} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#2b2b2b;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #c8c8c8} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:4px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_line:nth-child(odd){background-color:#f7f7f7} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #c8c8c8} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;line-height:23px;border-bottom:1px solid #c8c8c8} +.webix_property_label_line .webix_view{color:#fff} +.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff;font-size:13px} +.webix_property_label_line .webix_el_button{color:#2b2b2b!important} +.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #c8c8c8;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #c8c8c8;font-family:Verdana;font-size:12px;color:#2b2b2b;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fffeb7;color:#2b2b2b} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#919191} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #c8c8c8} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:4px;border:1px solid #c8c8c8;height:100%;width:100%;cursor:pointer;font-size:12px;font-family:Verdana;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#2b2b2b} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);font-size:12px;font-family:Verdana;padding:0;border:0} +.webixtype_form{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important} +.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background:-webkit-linear-gradient(#e7877e,#c10);background:-moz-linear-gradient(#e7877e,#c10);background:-ms-linear-gradient(top,#e7877e,#c10);background:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px} +input.webixtype_next{border-right-width:0;border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);border:1px solid #c8c8c8} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:4px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:12px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#2b2b2b} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#2b2b2b} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:12px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #c8c8c8;color:#2b2b2b;font-size:12px;font-family:Verdana;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#2b2b2b} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:10px;color:#383838} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#2b2b2b;line-height:26px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:12px;font-family:Verdana;border:1px solid #c8c8c8} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #c8c8c8;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:12px;width:50px;color:#2b2b2b;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{padding-left:6px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_inp_counter_next{padding-left:6px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_el_textarea textarea{border:1px solid #c8c8c8;height:100%;margin:0;padding:5px 10px;color:#2b2b2b;resize:none;font-size:12px;font-family:Verdana} +.webix_el_textarea .webix_inp_label{padding-top:7px} +.webix_segment_0,.webix_segment_1{border:1px solid #c8c8c8;border-right-width:0;height:100%} +.webix_segment_0{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_segment_N{border:1px solid #c8c8c8;height:100%;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_segment_N:first-child{-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);font-size:12px;font-family:Verdana;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background:#fffeb7;color:#2b2b2b} +.webix_inp_static{border:1px solid #c8c8c8;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#787878} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:12px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#2b2b2b;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#2b2b2b;padding-right:24px;font-family:Verdana;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:25px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:10px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:4px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#2b2b2b;font-size:12px;font-family:Verdana;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:4px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#050505;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#2b2b2b} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #c8c8c8} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #c8c8c8;border-left-width:0;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);color:#fff;border:1px solid #c8c8c8} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background:-moz-linear-gradient(#fbfbfb,#e9e9e9);background:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:13px} +.webix_menu-x{border-color:#1b629c;border-radius:4px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c)} +.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #1b629c;border-left:0;background:0 0;color:#fff} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#fff transparent transparent} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#237dc7} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu{background:#fff;border:1px solid #c8c8c8;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #c8c8c8} +.webix_menu .webix_submenu_icon{top:11px} +.webix_menu .webix_context_spacer{height:32px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c)} +.webix_layout_toolbar .webix_view{color:#fff} +.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff;font-size:13px} +.webix_layout_toolbar .webix_el_button{color:#2b2b2b!important} +.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} +.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff;font-size:13px} +.webix_toolbar.webix_layout_subbar .webix_el_button{color:#2b2b2b!important} +.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #afafaf;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#2b2b2b;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#2b2b2b;line-height:26px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana;float:left} +.webix_slider_box{position:relative;padding:9px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;border:1px solid #d5d5d5;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #d5d5d5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:5px;border-radius:8px} +.webix_slider_box .webix_slider_left{background:#e8e9e9} +.webix_slider_box .webix_slider_handle{width:17px;height:17px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c)} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:2.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{background:#e8e9e9} +.webix_slider_alt .webix_slider_box .webix_slider_right{background:#fff} +.webix_slider_alt .webix_slider_box .webix_slider_handle{box-shadow:0 5px 3px #fdfdfd inset;background-color:#edeeee;border:1px solid #c8c8c8} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fffeb7;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#787878} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#fffeb7;border-color:#fffeb7} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#fffeb7;box-shadow:inset 0 0 1px 2px #fffeb7} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #c8c8c8} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#2b2b2b;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:12px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:4px;border:1px solid #c8c8c8;cursor:pointer;font-size:12px;font-family:Verdana} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERkELNWSjQAAAJdJREFUGNON0c0RAUEQxfH/aw4ODkKQwBKBqo3CcYPjRhRCsCk4S2GeS4/aQaHPvzfTH+JD2UYStgUY2AHL2S9YSukknQDHN2i7i4gjsAbu84qACsivN5IOwLY+FgCSKqjVA+eEbvAk8OzoJdxi25oELsAeGLM9mgEluQ6YYCylDBngbRu5CSQZUERcbQ/ADVjpz6P0wOIBnW1NdfmuNjcAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERYwivl69wAAAIVJREFUGNOFkDEKAkEQBGv0AgNjH3FwIAiCqeHhDwT/4j+MjPyNipk/MDcvk10QcXc7mWHoLoaGP1K36pj2oCb1qL7U1XdgUvC/gQVwVpcRoRolc5dmnwJDjTzNHwEDcAE2LXLWDJh3DXIAD+AA3EvkfL8C+4i41ao7qU+1b3at7tT1r/ED9/FBNJJUPEsAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-position:0 0;background-repeat:no-repeat;height:16px;width:16px} +.webix_accordionitem_header.collapsed .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-position:0 0} +.webix_accordionitem_header{box-shadow:0 0 1px #1b629c} +.webix_toolbar.webix_layout_toolbar .webix_el_icon,.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top{color:#fff} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_inp_static{color:#2b2b2b} +.webix_toolbar.webix_layout_subbar{background:#d5d5d5;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ddd),color-stop(100%,#d5d5d5));background:-webkit-linear-gradient(#ddd,#d5d5d5);background:-moz-linear-gradient(#ddd,#d5d5d5);background:-ms-linear-gradient(top,#ddd,#d5d5d5);background:-o-linear-gradient(top,#ddd,#d5d5d5)} +.webix_toolbar.webix_layout_subbar .webix_view{color:#2b2b2b} +.webix_win_head>.webix_view>.webix_template{background:#1b629c!important} +.webix_popup_title{color:#fff!important;background:#0d8bf2!important;font-size:13px!important;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} +.webix_modal_box{background:#fff!important;border:1px solid #b8b8b8!important} +.confirmButton{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border-color:#1b629c!important} +.confirmButtonActive{background:#237dc7} +.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} +.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:12px!important} +.webix_group_back{background:#0d8bf2;color:#fff} +.webix_group_back .webix_arrow_icon{color:#fff} +.webix_view.webix_menu .webix_list_item.webix_selected{background:#fffeb7;color:#2b2b2b} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #626262} +.buttonStyle{font-size:12px;font-family:Verdana} +.webix_item_tab{font-size:13px;border-bottom:1px solid #c8c8c8!important;border-left-width:1px!important} +.webixtype_bottom .webix_item_tab{border:1px solid #c8c8c8!important;border-left-width:0!important;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);color:#fff;text-shadow:0 -1px #134771} +.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #c8c8c8!important;border-left-width:0!important;background:#0d8bf2!important;color:#fff;text-shadow:0 0 #2b2b2b} +.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} +.passiveBarBG{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%)} +.webix_after_all_tabs{background:#1b629c} +.webix_inp_counter_next,.webix_inp_counter_prev{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%)} +.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webix_img_btn_abs:active+input,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#f8f8f8!important} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} +.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.1)!important} +.webix_el_box .webixtype_form{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background:-webkit-linear-gradient(#308edb,#1b629c);background:-moz-linear-gradient(#308edb,#1b629c);background:-ms-linear-gradient(top,#308edb,#1b629c);background:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important} +.webix_el_box .webixtype_form:active{background:#0d8bf2} +.webix_cal_day{border-radius:4px} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_cal_range{background-color:#ffffe5;border-radius:0} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#0d8bf2;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:130px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;color:#fff;background:#0d8bf2;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #c8c8c8;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#787878} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/compact.css b/skins/compact.css new file mode 100644 index 0000000..15824bb --- /dev/null +++ b/skins/compact.css @@ -0,0 +1,1763 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:'PT Sans',Tahoma;font-size:13px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#ddd} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:8.5px;color:#444;font-size:10px;text-transform:uppercase;line-height:34px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ddd} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;color:#fff;font-size:16px;background:#3498db;line-height:32px;line-height:34px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} +.webix_header>div .webix_el_label{font-size:16px} +.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_header>div .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_header>div .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_header>div .webix_inp_counter_next:hover,.webix_header>div .webix_inp_counter_prev:hover,.webix_header>div .webix_segment_0:hover,.webix_header>div .webix_segment_1:hover,.webix_header>div .webix_segment_N:hover,.webix_header>div .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webix_segment_0:active,.webix_header>div .webix_segment_1:active,.webix_header>div .webix_segment_N:active,.webix_header>div .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_inp_counter_next:focus,.webix_header>div .webix_inp_counter_prev:focus,.webix_header>div .webix_segment_0:focus,.webix_header>div .webix_segment_1:focus,.webix_header>div .webix_segment_N:focus,.webix_header>div .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_header>div .webix_inp_static,.webix_header>div input[type=text]{border-color:#fff} +.webix_header>div .webix_inp_static:focus,.webix_header>div input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_header>div .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_header>div .webix_input_icon:active,.webix_header>div .webix_input_icon:focus,.webix_header>div .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_header>div .webix_pressed .webix_el_arrow,.webix_header>div .webix_pressed .webix_inp_counter_next,.webix_header>div .webix_pressed .webix_inp_counter_prev,.webix_header>div .webix_pressed .webix_input_icon,.webix_header>div .webix_pressed .webix_segment_0,.webix_header>div .webix_pressed .webix_segment_1,.webix_header>div .webix_pressed .webix_segment_N,.webix_header>div .webix_pressed .webixtype_base,.webix_header>div .webix_pressed .webixtype_next,.webix_header>div .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_header>div .webix_selected.webix_segment_0:hover,.webix_header>div .webix_selected.webix_segment_1:hover,.webix_header>div .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_header>div .webix_selected.webix_segment_0:active,.webix_header>div .webix_selected.webix_segment_0:focus,.webix_header>div .webix_selected.webix_segment_1:active,.webix_header>div .webix_selected.webix_segment_1:focus,.webix_header>div .webix_selected.webix_segment_N:active,.webix_header>div .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_img_btn:focus,.webix_header>div .webix_img_btn_top:focus{background-color:#2489cc} +.webix_header>div .webix_img_btn:hover,.webix_header>div .webix_img_btn_top:hover{background-color:#268fd5} +.webix_header>div .webix_icon_button{border-radius:6px} +.webix_header>div .webix_el_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_header>div .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_header>div .webix_el_box .webix_img_btn_abs:hover,.webix_header>div .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_header>div .webix_control{border-color:#3498db} +.webix_header>div .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top{border-width:0} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#bfbfbf dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #ebebeb} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #ddd;position:relative;z-index:2;color:#fff;font-size:16px;background:#3498db;line-height:32px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} +.webix_accordionitem_header .webix_el_label{font-size:16px} +.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_accordionitem_header .webix_inp_counter_next:hover,.webix_accordionitem_header .webix_inp_counter_prev:hover,.webix_accordionitem_header .webix_segment_0:hover,.webix_accordionitem_header .webix_segment_1:hover,.webix_accordionitem_header .webix_segment_N:hover,.webix_accordionitem_header .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webix_segment_0:active,.webix_accordionitem_header .webix_segment_1:active,.webix_accordionitem_header .webix_segment_N:active,.webix_accordionitem_header .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_inp_counter_next:focus,.webix_accordionitem_header .webix_inp_counter_prev:focus,.webix_accordionitem_header .webix_segment_0:focus,.webix_accordionitem_header .webix_segment_1:focus,.webix_accordionitem_header .webix_segment_N:focus,.webix_accordionitem_header .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_accordionitem_header .webix_inp_static,.webix_accordionitem_header input[type=text]{border-color:#fff} +.webix_accordionitem_header .webix_inp_static:focus,.webix_accordionitem_header input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_accordionitem_header .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_accordionitem_header .webix_input_icon:active,.webix_accordionitem_header .webix_input_icon:focus,.webix_accordionitem_header .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_accordionitem_header .webix_pressed .webix_el_arrow,.webix_accordionitem_header .webix_pressed .webix_inp_counter_next,.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev,.webix_accordionitem_header .webix_pressed .webix_input_icon,.webix_accordionitem_header .webix_pressed .webix_segment_0,.webix_accordionitem_header .webix_pressed .webix_segment_1,.webix_accordionitem_header .webix_pressed .webix_segment_N,.webix_accordionitem_header .webix_pressed .webixtype_base,.webix_accordionitem_header .webix_pressed .webixtype_next,.webix_accordionitem_header .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_accordionitem_header .webix_selected.webix_segment_0:hover,.webix_accordionitem_header .webix_selected.webix_segment_1:hover,.webix_accordionitem_header .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_accordionitem_header .webix_selected.webix_segment_0:active,.webix_accordionitem_header .webix_selected.webix_segment_0:focus,.webix_accordionitem_header .webix_selected.webix_segment_1:active,.webix_accordionitem_header .webix_selected.webix_segment_1:focus,.webix_accordionitem_header .webix_selected.webix_segment_N:active,.webix_accordionitem_header .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_img_btn:focus,.webix_accordionitem_header .webix_img_btn_top:focus{background-color:#2489cc} +.webix_accordionitem_header .webix_img_btn:hover,.webix_accordionitem_header .webix_img_btn_top:hover{background-color:#268fd5} +.webix_accordionitem_header .webix_icon_button{border-radius:6px} +.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover,.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_accordionitem_header .webix_control{border-color:#3498db} +.webix_accordionitem_header .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top{border-width:0} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:9.5px 8px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#27ae60} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebebeb;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d2e3ef;font-size:13px;color:#4a4a4a} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#666;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d2e3ef} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#ebebeb} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #ddd;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:13px} +.webix_pager_item_selected{cursor:default;background-color:#27ae60;border:1px solid #ebebeb} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#fff;background:#27ae60;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb} +.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#e6e6e6} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#999;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#999} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:'PT Sans',Tahoma;font-size:13px;color:#666} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:22px;line-height:22px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #ddd} +.webix_button input,.webix_popup_button div{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;height:22px;line-height:22px} +.webix_popup_button.confirm div{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;color:#666;min-height:60px} +.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #ddd;background-color:#fff;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:21px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #ddd;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #b0cee3;border-bottom:1px solid #ddd;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#666!important;height:28px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #ddd;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_richfilter{margin-top:1px;line-height:24px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:13px;color:#4a4a4a;background:#d2e3ef} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #ddd} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #ddd} +.webix_last_topcell.webix_cell{border-bottom:1px solid #ddd} +.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;padding:0 10px;border-bottom:1px solid #ebebeb} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebebeb} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:24px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:24px;line-height:16px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#666} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#27ae60} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebebeb;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#27ae60} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#27ae60} +.webix_hcell span.webix_input_icon{background-color:#b0cee3} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#666} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#666;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:16px;background:#3498db;padding:0;text-align:center;line-height:34px} +.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_label{font-size:16px} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:hover,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_N:hover,.webix_win_head>.webix_view>.webix_template .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:focus,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_N:focus,.webix_win_head>.webix_view>.webix_template .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static,.webix_win_head>.webix_view>.webix_template input[type=text]{border-color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static:focus,.webix_win_head>.webix_view>.webix_template input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_win_head>.webix_view>.webix_template .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_input_icon:active,.webix_win_head>.webix_view>.webix_template .webix_input_icon:focus,.webix_win_head>.webix_view>.webix_template .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_base,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:focus,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:focus{background-color:#2489cc} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:hover,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:hover{background-color:#268fd5} +.webix_win_head>.webix_view>.webix_template .webix_icon_button{border-radius:6px} +.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:hover,.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_win_head>.webix_view>.webix_template .webix_control{border-color:#3498db} +.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top{border-width:0} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3498db;display:block;border:1px solid #196090;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#27ae60} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:22px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#666;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#27ae60} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#666;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#bfbfbf;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#27ae60;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3498db} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#666;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;border-radius:6px;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #ddd} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:16px;background:#3498db;line-height:32px;line-height:23px;border-bottom:1px solid #ebebeb} +.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} +.webix_property_label_line .webix_el_label{font-size:16px} +.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_property_label_line .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_property_label_line .webix_inp_counter_next:hover,.webix_property_label_line .webix_inp_counter_prev:hover,.webix_property_label_line .webix_segment_0:hover,.webix_property_label_line .webix_segment_1:hover,.webix_property_label_line .webix_segment_N:hover,.webix_property_label_line .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webix_segment_0:active,.webix_property_label_line .webix_segment_1:active,.webix_property_label_line .webix_segment_N:active,.webix_property_label_line .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_inp_counter_next:focus,.webix_property_label_line .webix_inp_counter_prev:focus,.webix_property_label_line .webix_segment_0:focus,.webix_property_label_line .webix_segment_1:focus,.webix_property_label_line .webix_segment_N:focus,.webix_property_label_line .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_property_label_line .webix_inp_static,.webix_property_label_line input[type=text]{border-color:#fff} +.webix_property_label_line .webix_inp_static:focus,.webix_property_label_line input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_property_label_line .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_property_label_line .webix_input_icon:active,.webix_property_label_line .webix_input_icon:focus,.webix_property_label_line .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_property_label_line .webix_pressed .webix_el_arrow,.webix_property_label_line .webix_pressed .webix_inp_counter_next,.webix_property_label_line .webix_pressed .webix_inp_counter_prev,.webix_property_label_line .webix_pressed .webix_input_icon,.webix_property_label_line .webix_pressed .webix_segment_0,.webix_property_label_line .webix_pressed .webix_segment_1,.webix_property_label_line .webix_pressed .webix_segment_N,.webix_property_label_line .webix_pressed .webixtype_base,.webix_property_label_line .webix_pressed .webixtype_next,.webix_property_label_line .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_property_label_line .webix_selected.webix_segment_0:hover,.webix_property_label_line .webix_selected.webix_segment_1:hover,.webix_property_label_line .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_property_label_line .webix_selected.webix_segment_0:active,.webix_property_label_line .webix_selected.webix_segment_0:focus,.webix_property_label_line .webix_selected.webix_segment_1:active,.webix_property_label_line .webix_selected.webix_segment_1:focus,.webix_property_label_line .webix_selected.webix_segment_N:active,.webix_property_label_line .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_img_btn:focus,.webix_property_label_line .webix_img_btn_top:focus{background-color:#2489cc} +.webix_property_label_line .webix_img_btn:hover,.webix_property_label_line .webix_img_btn_top:hover{background-color:#268fd5} +.webix_property_label_line .webix_icon_button{border-radius:6px} +.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover,.webix_property_label_line .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_property_label_line .webix_control{border-color:#3498db} +.webix_property_label_line .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top{border-width:0} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #ddd;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #ddd;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#27ae60;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ccc} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #ddd} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start{display:block} +.webix_daterange .webix_range_timepicker .webix_cal_time{display:block;padding:5px 15px} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#666} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3498db;color:#fff;font-size:13px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} +.webixtype_form{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:#3498db;border:1px solid #ddd} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:4px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #ddd;color:#666;font-size:13px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#666} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:11px;color:#737373} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#666;line-height:24px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:13px;border:1px solid #ddd} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #ddd;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:13px;width:50px;color:#666;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #ddd;height:100%;margin:0;padding:5px 10px;color:#666;resize:none;font-size:13px} +.webix_el_textarea .webix_inp_label{padding-top:6.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3498db;color:#fff;font-size:13px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#27ae60;border-color:#27ae60} +.webix_inp_static{border:1px solid #ddd;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#b3b3b3} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#666;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#666;padding-right:24px;background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:3.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:16px;height:16px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#666;font-size:13px;font-family:'PT Sans',Tahoma;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#404040;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#666} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #ddd} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #ddd;border-left-width:0;background:#a4b4bf;color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-radius:4px 4px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#3498db;color:#fff;border-color:#3498db} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:28px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:10px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:24px;border-right:1px solid #fff;border-left:0;background:#3498db;color:#fff;font-size:13px} +.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#268fd5} +.webix_menu-x .webix_list_item:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_menu{background:#fff;border:1px solid #ddd;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #ddd} +.webix_menu .webix_submenu_icon{top:8px} +.webix_menu .webix_context_spacer{height:28px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{color:#fff;font-size:16px;background:#3498db} +.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar .webix_el_label{font-size:16px} +.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar .webix_segment_0:hover,.webix_layout_toolbar .webix_segment_1:hover,.webix_layout_toolbar .webix_segment_N:hover,.webix_layout_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webix_segment_0:active,.webix_layout_toolbar .webix_segment_1:active,.webix_layout_toolbar .webix_segment_N:active,.webix_layout_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar .webix_segment_0:focus,.webix_layout_toolbar .webix_segment_1:focus,.webix_layout_toolbar .webix_segment_N:focus,.webix_layout_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar .webix_inp_static,.webix_layout_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar .webix_inp_static:focus,.webix_layout_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar .webix_input_icon:active,.webix_layout_toolbar .webix_input_icon:focus,.webix_layout_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_img_btn:focus,.webix_layout_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar .webix_img_btn:hover,.webix_layout_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_layout_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top{border-width:0} +.webix_toolbar.webix_layout_subbar{color:#fff;font-size:16px} +.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_label{font-size:16px} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover,.webix_toolbar.webix_layout_subbar .webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_segment_N:hover,.webix_toolbar.webix_layout_subbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus,.webix_toolbar.webix_layout_subbar .webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_segment_N:focus,.webix_toolbar.webix_layout_subbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static,.webix_toolbar.webix_layout_subbar input[type=text]{border-color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static:focus,.webix_toolbar.webix_layout_subbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_toolbar.webix_layout_subbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_input_icon:active,.webix_toolbar.webix_layout_subbar .webix_input_icon:focus,.webix_toolbar.webix_layout_subbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_img_btn:focus,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_toolbar.webix_layout_subbar .webix_img_btn:hover,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_toolbar.webix_layout_subbar .webix_icon_button{border-radius:6px} +.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover,.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_toolbar.webix_layout_subbar .webix_control{border-color:#3498db} +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top{border-width:0} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #c4c4c4;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#666;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#666;line-height:24px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left} +.webix_slider_box{position:relative;padding:11px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #eaeaea;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:5px;border-radius:8px} +.webix_slider_box .webix_slider_left{height:6px;border:1px solid #ccc;background:#3498db} +.webix_slider_box .webix_slider_right{height:6px;border-color:#ccc} +.webix_slider_box .webix_slider_handle{width:16px;height:16px;border:1px solid #ccc;background-color:#fff} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:2.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #ccc;background:#3498db} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ccc} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#fff;border:1px solid #ccc} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#27ae60;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#b3b3b3} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#27ae60;border-color:#27ae60} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#27ae60;box-shadow:inset 0 0 1px 2px #27ae60} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #ddd} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#666;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#eef7fc;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:13px;font-family:'PT Sans',Tahoma} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} +.mainFont{font-family:'PT Sans',Tahoma;font-size:13px;color:#666} +.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:16px;background:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_label{font-size:16px} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover,.webix_layout_toolbar.webix_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus,.webix_layout_toolbar.webix_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static,.webix_layout_toolbar.webix_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus,.webix_layout_toolbar.webix_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar.webix_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:active,.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus,.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar.webix_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar.webix_toolbar .webix_el_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} +.webix_layout_toolbar.webix_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top{border-width:0} +.webix_layout_space>.webix_toolbar{border-radius:4px} +.webix_view.webix_layout_accordion{background-color:#ddd} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:8.5px 8px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:7.5px} +.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#a4b4bf} +.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#a4b4bf;color:#fff} +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:34px;margin:0 5px} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:31px;margin:0 5px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#666} +.webix_el_tabbar+.webix_multiview{background-color:#fff} +.webix_view.rounded_top{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px} +.webix_view.rounded_right{-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_left{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px} +.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:4px} +.webix_view .webix_win_head{border-bottom:1px solid #ddd} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#666;background:#fff;box-shadow:0 -2px #3498db inset} +.webix_modal_box .webix_popup_title{color:#666;background:#fff;font-size:13px;text-shadow:none} +.webix_popup_text{box-shadow:0 3px #3498db inset;font-size:13px} +.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} +.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} +.webix_modal_box,.webix_view.webix_popup{border:1px solid #ddd} +.confirmButton{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.confirmButtonActive{background:#2ecb70} +.webix_popup_button{border:none} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #d0d0d0} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #d0d0d0} +.webix_dtable .webix_last_topcell{border-bottom:1px solid #d0d0d0} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #b0cee3} +.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} +.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:24px;vertical-align:middle;border-radius:6px} +.webix_dtable .webix_richfilter{margin-top:2px} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.dtBodyCell{border-bottom:1px solid #ebebeb} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #b0cee3} +.webix_view .webix_dt_editor input,.webix_view .webix_dt_editor select{border:1px solid #3498db} +.dataItemStyle{border-color:#ebebeb} +.webix_list_item.webix_group_back{color:#4a4a4a;background:#d2e3ef;border-bottom:1px solid #b0cee3} +.webix_dataview_item{border-right-color:#ebebeb} +.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;font-size:13px} +.webix_view .webix_pager_item:hover{background-color:#268fd5} +.webix_view .webix_pager_item:focus{background-color:#2489cc} +.webix_view .webix_pager_item_selected{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:6px} +.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#d2e3ef;font-size:13px;color:#4a4a4a} +.webix_view .webix_tree_close,.webix_view .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:14px;text-align:center;color:#666;line-height:22px} +.webix_view .webix_tree_open:before{content:"\f147"} +.webix_view .webix_tree_close:before{content:"\f196"} +.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:focus,.webix_menu.webix_view .webix_list_item:hover{background-color:#f5f5f5} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#27ae60} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#ebebeb} +.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f4f4f4} +.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} +.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon{background-color:#3498db;color:#fff;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.focusStyle{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_combo input,.webix_el_search input{padding-right:28px} +.webix_el_combo input,.webix_el_search input,.webix_el_text input{border-radius:6px} +.webix_el_combo input:focus,.webix_el_search input:focus,.webix_el_text input:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_counter input[type=text]:focus{border-top:1px solid #3498db;border-bottom:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_dbldatepicker .webix_inp_static,.webix_el_dbldatepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input{border-radius:6px;padding-right:28px} +.webix_el_colorpicker .webix_inp_static:focus,.webix_el_colorpicker input:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_datepicker input:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_dbldatepicker input:focus,.webix_el_richselect .webix_inp_static:focus,.webix_el_richselect input:focus,.webix_el_textarea textarea:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_select select,.webix_el_textarea textarea{border-radius:6px} +.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} +.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} +.webix_el_text .webix_inp_static{border-radius:6px;white-space:nowrap} +.webix_focused .webix_inp_static{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_multilist .fa-check-square{color:#3498db} +.buttonStyle{color:#fff;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0} +.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} +.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc} +.webix_el_textarea .webix_el_box textarea{padding-top:2px} +.webix_el_select select{font-family:'PT Sans',Tahoma;border-color:#ddd} +.webix_el_checkbox input{border-color:#ddd} +.webix_el_counter .webix_inp_counter_value{width:40px;background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3498db;width:29px;color:#fff;padding:auto 6px;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none;font-size:13px} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +div.webix_item_tab{border-color:#a4b4bf;padding-top:3px;font-size:16px} +div.webix_item_tab.webix_selected{padding-top:2px} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-color:#3498db;border-right:1px solid #5faee3;background:#3498db;color:#fff;padding-top:0} +.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #5faee3} +.webixtype_bottom .webix_item_tab.webix_selected{background:#2383c4;color:#fff} +.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#2383c4} +.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:13px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:13px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#2383c4;box-shadow:0 0 0 1px #3498db inset} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#2383c4} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} +.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#3498db} +.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#3498db;border-color:#3498db;border-bottom:1px solid #3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} +.webix_tab_more_icon:hover{color:#4d4d4d} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#3498db} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#268fd5} +.webix_tab_filler:first-child{border-right:0} +.passiveBarBG{background:#a4b4bf;color:#fff} +.webix_all_tabs{padding-left:1px;padding-right:1px} +.webix_after_all_tabs{background:#3498db} +.webix_el_box .webixtype_form:active{background-color:#219552;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_box .webixtype_form:focus{background-color:#219552} +.webix_el_box .webixtype_form:hover{background-color:#239d57} +.webixtype_danger:hover{background-color:#ca4635} +.webixtype_danger:focus{background-color:#c14433} +.webixtype_danger:active{background-color:#c14433;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#2489cc} +.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#268fd5} +.webix_el_box .webixtype_form{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_inp_counter_next:hover,.webix_inp_counter_prev:hover,.webix_input_icon:hover,.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#268fd5} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webix_input_icon:active,.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{color:#3498db;background:inherit;cursor:pointer} +.webix_inp_counter_next:focus,.webix_inp_counter_prev:focus,.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#2489cc} +.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#239d57} +.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#219552} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px;border-left:none} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} +.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#2489cc} +.webix_img_btn_abs_top .webix_icon{font-size:22px} +.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} +.webix_view .webix_fieldset fieldset{border:1px solid #dedede} +.webix_view .webix_fieldset legend{color:#787878} +.webix_custom_checkbox:before{content:"\f00c";color:#3498db;font-family:FontAwesome;font-size:16px;height:14px;display:block;line-height:13px;width:14px} +.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} +.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:15px;width:15px;border:1px solid #ccc;border-radius:3px;background-color:#fff} +.webix_custom_checkbox:focus{border-color:#3498db} +a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_radio .webix_custom_radio:before{content:" ";margin:3px;border-radius:50%;display:block;width:7px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:7px;background-color:#3498db} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} +.webix_el_radio .webix_custom_radio{display:block;height:15px;width:15px;padding:0;border:1px solid #ccc;border-radius:50%;background-color:#fff} +.webix_el_radio .webix_custom_radio:focus{border-color:#3498db} +.webix_el_radio .webix_label_right{color:#666;font-size:13px} +a:active .webix_custom_radio,a:focus .webix_custom_radio{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #27ae60;border-radius:6px} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:11px} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:6px} +.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:6px;background:#27ae60} +.webix_cal_event{color:#3498db} +.webix_cal_outside{font-weight:400;color:#bbb} +.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8} +.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#268fd5} +.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#2489cc} +.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} +.webix_view>.webix_cal_header div{font-size:12px} +.webix_cal_month_name{font-size:12px;font-weight:400} +.webix_cal_range{background-color:#d4f5e2} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_accordionitem_label .webix_icon{font-size:17px;width:25px} +.webix_item_tab .webix_icon{width:30px;font-size:17px} +.webix_skin_mark{height:210px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:13px;color:#4a4a4a;background:#d2e3ef;border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#b3b3b3} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} diff --git a/skins/contrast.css b/skins/contrast.css new file mode 100644 index 0000000..e36edc3 --- /dev/null +++ b/skins/contrast.css @@ -0,0 +1,1592 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #818181;background-color:#393939;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#393939} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#818181} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:11.25px;font-size:10px;text-transform:uppercase;line-height:45px} +.webix_section>.webix_template{padding:0 8px;background-color:#393939;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#818181} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#393939} +.webix_header>div{padding-left:10px;color:#fff;font-size:18px;background:#191919;line-height:43px;line-height:45px;padding-top:0;padding-bottom:0} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#fff dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #fff} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC) center center no-repeat #c2c2c2} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC) center center no-repeat #c2c2c2} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #818181;position:relative;z-index:2;color:#fff;font-size:18px;background:#191919;line-height:43px;cursor:pointer;overflow:hidden} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 13.5px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#4d4d4d} +.webix_list_item.webix_selected{color:#fff;background:#1f884c} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #4d4d4d;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#575757;font-size:15px;color:#fff} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#fff;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#575757} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#4d4d4d} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #818181;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:15px} +.webix_pager_item_selected{cursor:default;background-color:#1f884c;border:1px solid #4d4d4d} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#4d4d4d;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#fff;background:#1f884c;border-bottom:1px solid #4d4d4d;border-right:1px solid #4d4d4d} +.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#fff;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#fff} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#fff;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#fff} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-size:15px;color:#fff} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#393939;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:2px} +.webix_popup_button div{border-radius:2px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #818181} +.webix_button input,.webix_popup_button div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;height:30px;line-height:30px} +.webix_popup_button.confirm div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;border-color:#28b263;box-shadow:none;text-shadow:none;color:#fff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;color:#fff;min-height:60px} +.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #818181;background-color:#393939;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #393939;border-top:1px solid #818181;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #6e6e6e;border-bottom:1px solid #818181;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#fff!important;height:39px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #818181;line-height:32px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_richfilter{margin-top:1px;line-height:32px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#fff;background:#575757} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#343434} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #6e6e6e;border-bottom:1px solid #6e6e6e} +.webix_ss_footer td{border-right:1px solid #4d4d4d;border-top:1px solid #4d4d4d} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #818181} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #818181} +.webix_last_topcell.webix_cell{border-bottom:1px solid #818181} +.webix_column>div,.webix_table_cell{border-right:1px solid #4d4d4d;padding:0 10px;border-bottom:1px solid #4d4d4d} +.webix_column{text-align:left} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#393939;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{color:#fff} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#1f884c} +.webix_column>div.webix_cell_select{border-bottom:1px solid #4d4d4d;border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #4d4d4d;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#1f884c} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#1f884c} +.webix_hcell span.webix_input_icon{background-color:#6e6e6e} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#fff} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#fff;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:18px;background:#191919;padding:0;text-align:center;line-height:45px} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#191919;display:block;border:1px solid #000;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:28px;line-height:28px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#1f884c} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:25px;height:28px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw==);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw==)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw==)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#393939} +.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#1f884c} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#fff;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#fff;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_inactive{background:#888} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#393939;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#1f884c;color:#fff} +.webix_cal_footer{text-align:center;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#191919} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#fff;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #818181} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;border-radius:2px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none;float:right} +.webix_cal_blurred_hours{background-color:#313131} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} +.webix_property_label{border-right:1px solid #818181} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:18px;background:#191919;border-bottom:1px solid #ebebeb;line-height:28px} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #818181;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#393939;padding:5px 10px;border:1px solid #818181;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;border-radius:0} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#393939} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#1f884c;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#fff} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #818181} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:2px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:purple;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} +.webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px} +input.webixtype_next{border-right-width:0;border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:purple;border:1px solid #818181} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:8px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#bfbfbf} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#bfbfbf} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #818181;color:#fff;font-size:15px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979;-webkit-appearance:none} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#fff;text-transform:none;font-size:15px} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:13px;color:#fff} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#fff;line-height:32px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:15px;border:1px solid #818181} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #818181;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:15px;width:50px;color:#fff;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;-webkit-border-radius:2px 0 0 2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:2px 0 0 2px} +.webix_inp_counter_next{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;-webkit-border-radius:0 2px 2px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-radius:0 2px 2px 0} +.webix_el_textarea textarea{border:1px solid #818181;height:100%;margin:0;padding:5px 10px;color:#fff;resize:none;font-size:15px} +.webix_el_textarea .webix_inp_label{padding-top:9.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:2px 0 0 2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:2px 0 0 2px} +.webix_segment_N{height:100%;-webkit-border-radius:0 2px 2px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-radius:0 2px 2px 0} +.webix_segment_N:first-child{-webkit-border-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-radius:2px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:purple;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#1f884c;border-color:#28b263} +.webix_inp_static{border:1px solid #818181;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#fff} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#fff;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#fff;padding-right:24px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_inp_bottom_label{font-size:13px} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:24px;height:24px;border-radius:2px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search span{position:absolute;right:19px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#bfbfbf} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#bfbfbf;background:#797979} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} +.webix_disabled_top_label{color:#bfbfbf} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#2c2c2c;display:inline-block;margin:3px;float:left;border-radius:2px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#d9d9d9;cursor:pointer} +.webix_multilist .webix_selected{background:#2c2c2c;color:#fff} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #818181} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #818181;border-left-width:0;background:#393939;color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-radius:4px 4px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#191919;color:#fff;border-color:#191919} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #818181;border-right:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#393939;height:34px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:13px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #cd00cc;border-left:0;background:purple;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:hover{background-color:#b300b3} +.webix_menu-x .webix_list_item:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_menu{background:#393939;border:1px solid #818181;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #818181} +.webix_menu .webix_submenu_icon{top:11px} +.webix_menu .webix_context_spacer{height:34px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#fff;font-size:18px;background:#191919} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:8px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #686868;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#fff;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#fff;line-height:32px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left} +.webix_slider_box{position:relative;padding:15px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{float:left;width:100px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #8e8e8e;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:9px;border-radius:8px} +.webix_slider_box .webix_slider_left{height:6px;border:1px solid #cd00cc;background:#b300b3} +.webix_slider_box .webix_slider_right{height:6px;background:#6c6c6c;border-color:#797979} +.webix_slider_box .webix_slider_handle{width:16px;height:16px;background-color:purple;border:1px solid #cd00cc;box-shadow:0 0 1px #cd00cc} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:6.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDC8KQSqFawAAABlJREFUCNdj+P//vxkDAwMDMs3EgAUMrCAA8LUJqB1jT/kAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #cd00cc;background:#b300b3} +.webix_slider_alt .webix_slider_box .webix_slider_right{background:#6c6c6c;border-color:#797979} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:purple;border:1px solid #cd00cc} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#2c2c2c} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#1f884c;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#fff} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#1f884c;border-color:#1f884c} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#e2e2a7} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#e2e2a7} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#1f884c;box-shadow:inset 0 0 1px 2px #1f884c} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #818181} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#fff;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#ff5cff;border-radius:2px;border:1px solid #818181;cursor:pointer;font-size:15px;font-family:'PT Sans',Tahoma} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} +.mainFont{font-family:'PT Sans',Tahoma;font-size:15px;color:#fff} +.invalidStyle{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} +.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:18px;background:#191919} +.webix_layout_space>.webix_toolbar{border-radius:0} +.webix_view.webix_layout_accordion{background-color:#818181} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:14px 13.5px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:13px} +.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#393939} +.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#393939;color:#fff} +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:45px;margin:0 10.5px} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:42px;margin:0 10.5px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#fff} +.webix_el_tabbar+.webix_multiview{background-color:#393939} +.webix_view.rounded_top{-moz-border-top-left-radius:0;-moz-border-top-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-left-radius:0;border-top-right-radius:0} +.webix_view.rounded_right{-moz-border-top-right-radius:0;-moz-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0} +.webix_view.rounded_bottom{border-bottom-left-radius:0;border-bottom-right-radius:0;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0} +.webix_view.rounded_left{-moz-border-top-left-radius:0;-moz-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0} +.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:0} +.webix_tooltip,.webix_window{box-shadow:0 1px 7px 1px #818181} +.webix_view .webix_win_head{border-bottom:1px solid #818181} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#fff;background:#191919} +.webix_modal_box .webix_popup_title{color:#fff;background:#393939;font-size:15px;text-shadow:none} +.webix_popup_text{font-size:15px} +.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} +.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} +.webix_modal_box,.webix_view.webix_popup{border:1px solid #818181} +.confirmButton{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;border-color:#28b263;box-shadow:none;text-shadow:none;color:#fff} +.confirmButtonActive{background:#26a55c} +.webix_popup_button{border:none} +.webix_resize_handle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDA8VWaasPAAAAB9JREFUKM9jYBgy4P////9HmkaiDRpGGnEaRH+NAwIARRJTrXKWh1IAAAAASUVORK5CYII=)} +.webix_resizer_x,.webix_resizer_y{background-color:#818181} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #747474} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #747474} +.webix_dtable .webix_last_topcell{border-bottom:1px solid #747474} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #6e6e6e} +.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} +.webix_dtable .webix_hcell.webix_div_filter{padding:3px 5px} +.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:32px;vertical-align:middle;border-radius:2px} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;right:3px;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.dtBodyCell{border-bottom:1px solid #4d4d4d} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #6e6e6e} +.dataItemStyle{border-color:#4d4d4d} +.webix_dd_over_column,.webix_sel_hcell{background-color:#878787} +.webix_block_selection{background:rgba(255,255,255,.25);border:2px solid #818181} +.webix_list_item.webix_invalid{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} +.webix_list_item.webix_group_back{color:#fff;background:#575757;border-bottom:1px solid #6e6e6e} +.webix_dataview_item{border-right-color:#4d4d4d} +.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;font-size:15px} +.webix_view .webix_pager_item:hover{background-color:#b300b3} +.webix_view .webix_pager_item:focus{background-color:#9f009f} +.webix_view .webix_pager_item_selected{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} +.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:2px} +.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#575757;font-size:15px;color:#fff} +.webix_tree_close,.webix_tree_open{background-image:none;font-family:FontAwesome;font-size:15px;text-align:center;color:#fff} +.webix_tree_open:before{content:"\f107"} +.webix_tree_close:before{content:"\f105"} +.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background-color:#535353} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#1f884c} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#4d4d4d} +.webix_column>.webix_drag_over.webix_cell,.webix_drag_over,.webix_drop_zone{background-color:#535353} +.propertyStyle{height:28px;line-height:27px} +.propertyTitle{line-height:28px} +.webix_organogram_item{background-color:#575757;color:#fff;border:1px solid #a3a3a3} +.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{color:#fea5a8} +.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon,.webix_el_search span.webix_input_icon{background-color:#797979;color:#fff;-webkit-border-radius:0 2px 2px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-radius:0 2px 2px 0} +.focusStyle{box-shadow:0 0 0 1px #fff} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_search input{padding-right:28px} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{border-radius:2px} +.webix_el_colorpicker input:focus,.webix_el_combo input:focus,.webix_el_datepicker input:focus,.webix_el_search input:focus,.webix_el_text input:focus{box-shadow:0 0 0 1px #fff} +.webix_el_colorpicker .webix_inp_static,.webix_el_datepicker .webix_inp_static,.webix_el_dbldatepicker .webix_inp_static,.webix_el_richselect .webix_inp_static{border-radius:2px;padding-right:28px;white-space:nowrap} +.webix_el_colorpicker .webix_inp_static:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_richselect .webix_inp_static:focus{box-shadow:0 0 0 1px #fff} +.webix_el_select select,.webix_el_textarea textarea{border-radius:2px} +.webix_el_select select:focus,.webix_el_textarea textarea:focus{box-shadow:0 0 0 1px #fff} +.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} +.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} +.webix_el_text .webix_inp_static{border-radius:2px;white-space:nowrap} +.webix_focused .webix_inp_static{box-shadow:0 0 0 1px #fff} +.webix_multilist .fa-check-square{color:#fff} +.buttonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0} +.inputButtonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #797979;border-bottom:1px solid #797979;outline:0} +.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} +.webix_el_textarea textarea,div.webix_inp_static{background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} +.webix_el_select select{color:#fff;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} +.webix_el_checkbox input{border-color:#818181} +.webix_el_counter .webix_inp_counter_value{width:40px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#797979;width:29px;color:#fff;padding:auto 6px;border:1px solid #797979;border-bottom:1px solid #797979;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} +.webix_el_counter .webix_inp_counter_next:focus,.webix_el_counter .webix_inp_counter_prev:focus{border-color:#fff} +.webix_el_counter input[type=text]:focus{border:1px solid #fff} +.webix_control,.webix_view.webix_control.webix_el_tabbar{background:0 0} +div.webix_item_tab{border-color:#393939;padding-top:3px;font-size:18px} +div.webix_item_tab.webix_selected{padding-top:2px} +.webix_el_tabbar .webix_item_tab{border:1px solid #818181} +.webix_el_tabbar .webix_item_tab.webix_selected{border-bottom-width:0} +.webixtype_bottom .webix_item_tab{border-color:#393939} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;border-color:#191919} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-right-color:#818181;padding-top:0} +.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #818181} +.webixtype_bottom .webix_item_tab.webix_selected{background:#050505;color:#fff} +.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#050505} +.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} +.webix_item_tab .webix_icon{width:30px;font-size:19px} +.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#050505;box-shadow:0 0 0 1px #191919 inset} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#050505} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} +.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#191919} +.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#191919} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#191919;border-color:#191919;border-bottom:1px solid #191919} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} +.webix_tab_more_icon:hover{color:#e6e6e6} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#191919} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#333} +.webix_tab_filler:first-child{border-right:0} +.passiveBarBG{background:#393939;color:#fff} +.webix_after_all_tabs{background:#191919} +.webix_el_box .webixtype_form:active{background-color:#25a15a;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.webix_el_box .webixtype_form:focus{background-color:#25a15a} +.webix_el_box .webixtype_form:hover{background-color:#28b263} +.webixtype_danger:hover{background-color:#d97a6d} +.webixtype_danger:focus{background-color:#d46b5d} +.webixtype_danger:active{background-color:#d46b5d;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#9f009f} +.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#b300b3} +.webix_el_box .webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} +.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#b300b3} +.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#9f009f;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.webix_el_text .webix_input_icon{color:#e2e2a7} +.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{cursor:pointer} +.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#9f009f} +.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#28b263} +.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#25a15a} +.webix_segment_1:not(.webix_selected),.webix_segment_N:not(.webix_selected){border-left:none} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.activeShadow{background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} +.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);background-color:#9f009f} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#e2e2a7} +.webix_img_btn_abs_top .webix_icon{font-size:22px} +.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} +.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} +.webix_view .webix_fieldset fieldset{border:1px solid #797979} +.webix_view .webix_fieldset legend{color:#fff} +.webix_control.webix_el_search span{background-color:#5f5f5f} +.webix_checkbox_1 .webix_custom_checkbox:before{content:"\f00c";color:#fff;font-family:FontAwesome;font-size:16px;height:16px;display:block;line-height:13px;width:14px} +.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:17px;width:17px;border:1px solid #fff;border-radius:3px;background-color:#4b4b4b} +.webix_custom_checkbox:focus,a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{box-shadow:0 0 0 1px #fff} +.webix_el_radio .webix_custom_radio:before{content:" ";background-color:#4b4b4b} +.webix_el_radio .webix_radio_1 .webix_custom_radio:before{content:" ";border-radius:50%;display:block;width:9px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:9px;background-color:#fff} +.webix_el_radio .webix_custom_radio{display:block;height:17px;width:17px;padding:3px;border:1px solid #fff;border-radius:50%;background-color:#4d4d4d} +.webix_el_radio .webix_custom_radio:focus{box-shadow:0 0 0 1px #fff} +.webix_el_radio .webix_label_right{color:#fff;font-size:15px} +a:active .webix_custom_radio,a:focus .webix_custom_radio{box-shadow:0 0 0 1px #fff} +::-webkit-input-placeholder{color:#d9d9d9} +::-moz-placeholder{color:#d9d9d9} +:-ms-input-placeholder{color:#d9d9d9} +.webix_badge{background-color:#ffb3ff;color:#060606;font-weight:700} +.webix_dt_editor input,.webix_dt_editor select{background:#393939;font-family:'PT Sans',Tahoma;border-color:#797979;box-shadow:0 0 0 1px #fff inset} +.headerFilterStyle,.webix_ss_filter input,.webix_ss_filter select,.webix_ss_header .webix_inp_static,.webix_ss_header input{background:#3e3e3e;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;border-color:#878787} +.webix_ss_header span.webix_input_icon{background:#878787} +.webix_section{color:#fff} +.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1f884c;border-radius:2px} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:14px} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:2px} +.webix_cal_body .webix_cal_select.webix_cal_select{font-weight:700} +.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:2px;background:#1f884c} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#6c6c6c} +.webix_cal_event{font-weight:400;color:#ffb3ff} +.webix_cal_icons .webix_cal_icon,.webix_cal_month_name{color:#e2e2a7} +.webix_cal_month_name:hover,.webix_cal_time:hover{color:#e2e2a7;text-decoration:underline} +.webix_cal_outside{font-weight:400;color:#bbb} +.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4} +.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#b300b3} +.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#9f009f} +.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} +.webix_cal_footer,.webix_view>.webix_cal_header div{font-size:13px;color:#e2e2a7} +.webix_cal_month_name{font-size:14px;font-weight:400} +.webix_cal_next_button,.webix_cal_prev_button{color:#e2e2a7;background-image:none;font-family:FontAwesome} +.webix_cal_next_button:before{content:'\f105'} +.webix_cal_prev_button:before{content:'\f104'} +.webix_cal_prev_button{background-image:none} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_body .webix_cal_today.webix_cal_range,.webix_cal_range{background-color:#1f884c} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_view ::-webkit-scrollbar,.webix_view ::-webkit-scrollbar-button,.webix_view ::-webkit-scrollbar-corner,.webix_view ::-webkit-scrollbar-track-piece,.webix_view::-webkit-scrollbar,.webix_view::-webkit-scrollbar-button,.webix_view::-webkit-scrollbar-corner,.webix_view::-webkit-scrollbar-track-piece{background:#393939} +.webix_view ::-webkit-scrollbar-button:vertical:increment,.webix_view::-webkit-scrollbar-button:vertical:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center} +.webix_view ::-webkit-scrollbar-button:vertical:decrement,.webix_view::-webkit-scrollbar-button:vertical:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center} +.webix_view ::-webkit-scrollbar-button:horizontal:increment,.webix_view::-webkit-scrollbar-button:horizontal:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center} +.webix_view ::-webkit-scrollbar-button:horizontal:decrement,.webix_view::-webkit-scrollbar-button:horizontal:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center} +.webix_view ::-webkit-scrollbar-thumb,.webix_view::-webkit-scrollbar-thumb{background:#b9b9b9} +.webix_skin_mark{height:230px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#fff;background:#575757;border-right:1px solid #6e6e6e;border-bottom:1px solid #6e6e6e} +.webix_table_print .webix_footer_cell{display:table-cell;background:#343434;border-right:1px solid #4d4d4d;border-top:1px solid #4d4d4d;border-bottom:1px solid #4d4d4d} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#fff} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/debug/air.css b/skins/debug/air.css new file mode 100644 index 0000000..6049422 --- /dev/null +++ b/skins/debug/air.css @@ -0,0 +1,6712 @@ +.webix_view { + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #a4bed4; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ebebeb; +} +.webix_layout_wide { + background-color: #ebebeb; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 10px; + padding-left: 10px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 8.5px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 34px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ebebeb; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ebebeb; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + line-height: 32px; + line-height: 34px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_inp_label, +.webix_header > div .webix_el_label { + color: #1e2022; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #727981; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #9fa5aa; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #a4bed4; + position: relative; + z-index: 2; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + line-height: 32px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_inp_label, +.webix_accordionitem_header .webix_el_label { + color: #1e2022; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 14px 14px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #1e2022; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #d6e8ff; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #ebebeb; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #a4bed4; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; + font-size: 13px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #ffdb8f; + border: 1px solid #ffd47b; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-right: 1px solid #ebebeb; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); + border-bottom: 1px solid #ffd47b; + border-right: 1px solid #ffd47b; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #9aa0a5; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #4e5358; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #4e5358; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 31px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #a4bed4; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #1e2022 !important; + height: 30px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #a4bed4; + line-height: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; +} +.webix_richfilter { + margin-top: 1px; + line-height: 30px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; +} +.webix_ss_footer td { + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #a4bed4; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #a4bed4; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #a4bed4; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0 10px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +.webix_column > div:nth-child(even) { + background-color: #f7f7f7; +} +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ffd47b; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #ebebeb; + height: 34px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 5px 10px; + height: 34px; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #1e2022; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #ebebeb; +} +.webix_dtable_subrow { + border-top: 1px solid #ebebeb; + text-align: right; +} +.webix_dtable_subview { + background: #ebebeb; + border-top: 1px solid #ebebeb; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_hcell span.webix_input_icon { + background-color: #a4bed4; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #1e2022; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #1e2022; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + padding: 0px; + text-align: center; + line-height: 34px; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_label, +.webix_win_head > .webix_view > .webix_template .webix_el_label { + color: #1e2022; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #d6e8ff; + display: block; + border: 1px solid #70afff; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 22px; + line-height: 22px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 22px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #1e2022; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #1e2022; + background: #ffdb8f; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #1e2022; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #727981; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #7e868e; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #7e868e; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #ffdb8f; + color: #1e2022; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #d6e8ff; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #1e2022; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #a4bed4; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 6px; + border: 1px solid #a4bed4; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_line:nth-child(odd) { + background-color: #f7f7f7; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #a4bed4; +} +.webix_property_label_line { + padding-left: 10px; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + line-height: 32px; + line-height: 23px; + border-bottom: 1px solid #ebebeb; +} +.webix_property_label_line .webix_inp_label, +.webix_property_label_line .webix_el_label { + color: #1e2022; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #a4bed4; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #a4bed4; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Helvetica, Verdana; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 28px; + line-height: 28px; + display: inline-block; + margin: 0 5px; + border-radius: 6px; +} +.webix_popup_button div { + border-radius: 6px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #a4bed4; +} +.webix_button input, +.webix_popup_button div { + font-size: 13px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + height: 28px; + line-height: 28px; +} +.webix_popup_button.confirm div { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 13px; + color: #1e2022; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 13px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #ffdb8f; + color: #1e2022; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #7e868e; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #a4bed4; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #a4bed4; + background-color: #ffffff; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 6px; + border: 1px solid #a4bed4; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 13px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #1e2022; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #1e2022; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + font-size: 13px; + font-family: Helvetica, Verdana; + padding: 0px; + border: 0px; +} +.webixtype_form { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webixtype_form:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background: #d6e8ff; + background-repeat: no-repeat; +} +.webix_el_button .webixtype_danger { + background: #cc1100; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e7877e, #cc1100); + background-image: -moz-linear-gradient(#e7877e, #cc1100); + background-image: -ms-linear-gradient(top, #e7877e, #cc1100); + background-image: -o-linear-gradient(top, #e7877e, #cc1100); + border: none !important; + color: white; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + border: 1px solid #a4bed4; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 6px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 13px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #1e2022; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #1e2022; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 13px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #a4bed4; + color: #1e2022; + font-size: 13px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #1e2022; + text-transform: none; + font-size: 13px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 11px; + color: #2a2d30; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #1e2022; + line-height: 30px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 13px; + font-family: Helvetica, Verdana; + border: 1px solid #a4bed4; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #a4bed4; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 13px; + width: 50px; + color: #1e2022; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_el_textarea textarea { + border: 1px solid #a4bed4; + height: 100%; + margin: 0; + padding: 5px; + color: #1e2022; + resize: none; + font-size: 13px; + font-family: Helvetica, Verdana; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 8.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #a4bed4; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #a4bed4; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + font-size: 13px; + font-family: Helvetica, Verdana; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_inp_static { + border: 1px solid #a4bed4; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #666d73; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 13px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #1e2022; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #1e2022; + padding-right: 24px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 6.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 27px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 11px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 22px; + height: 22px; + border-radius: 6px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 17px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #1e2022; + font-size: 13px; + font-family: Helvetica, Verdana; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 6px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #000000; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #1e2022; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #a4bed4; +} +.webix_item_tab:first-child { + border-left: 1px solid #a4bed4; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #a4bed4; + border-left-width: 0px; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #ffffff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #ffffff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #ffffff); + background-image: -moz-linear-gradient(#e5f1ff, #ffffff); + background-image: -ms-linear-gradient(top, #e5f1ff, #ffffff); + background-image: -o-linear-gradient(top, #e5f1ff, #ffffff); +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + background-size: 100% 100%; + background-position: 0 0; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #a4bed4; + border-right: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ebebeb; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 34px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0px; +} +.webix_menu-x .webix_submenu_icon { + top: 13px; +} +.webix_menu-x { + background-color: white; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 30px; +} +.webix_menu-x .webix_list_item { + -moz-background-size: 1px 100%,100% 100%, 1px 100%; + background-size: 1px 100%,100% 100%, 1px 100%; + background-color: transparent; + margin: 1px 0; + background-position: 0 0,1px 0, 100% 0%; + background-repeat: no-repeat; + background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, #f0f6ff, #a4bed4, #f0f6ff); + /* old webkit */ + background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); + background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); + background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); + background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); +} +.webix_menu-x .webix_list_item:last-child { + background-size: 1px 100%,100% 100%, 1px 100%; + background-repeat: no-repeat; + background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, transparent, transparent); + /* old webkit */ + background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(transparent, transparent); + background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(transparent, transparent); + background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(transparent, transparent); + background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(transparent, transparent); + border-right: 0; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #a4bed4; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #a4bed4; +} +.webix_menu .webix_submenu_icon { + top: 11px; +} +.webix_menu .webix_context_spacer { + height: 28px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_toolbar.webix_layout_subbar { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 5px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #81a5c4; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #1e2022; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #1e2022; + line-height: 30px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 11px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #b5cadc; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #b5cadc; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 7px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + background: #f5f9ff; +} +.webix_slider_box .webix_slider_handle { + border: 1px solid #a4bed4; + -moz-box-shadow: inset 0px 1px 1px 1px #fff; + -webkit-box-shadow: inset 0px 1px 1px 1px #fff; + box-shadow: inset 0px 1px 1px #fff; + background: #fafcff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6e8ff), color-stop(100%, #fafcff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#d6e8ff, #fafcff); + background-image: -moz-linear-gradient(#d6e8ff, #fafcff); + background-image: -ms-linear-gradient(top, #d6e8ff, #fafcff); + background-image: -o-linear-gradient(top, #d6e8ff, #fafcff); +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 4.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + background: #f0f6ff; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + background: #eee; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #f5f9ff; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #ffdb8f; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #666d73; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #ffdb8f; + border-color: #ffdb8f; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #ffdb8f; + box-shadow: inset 0 0 1px 2px #ffdb8f; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #a4bed4; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #1e2022; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 13px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 6px; + border: 1px solid #a4bed4; + cursor: pointer; + font-size: 13px; + font-family: Helvetica, Verdana; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*@gradientMainBg0: hsl(hue(@mainColor),100%,95%); +@gradientMainBg1: hsl(hue(@mainColor),100%,94%); +@gradientMainBg2: hsl( hue(@mainColor), 100%, 92%);*/ +.webix_toolbar .webix_inp_label, +.webix_toolbar .webix_el_label { + color: #1e2022; +} +/*[L]*/ +/*[L]*/ +/*@gradientSelectColor1: hsl(hue(@selectColor), 100%, 78%); +@gradientSelectColor0: hsl(hue(@selectColor), 100%, 88%); +@selectBorderColor: hsl(hue(@selectColor), 64%, 71%); */ +.webix_ss_sort_asc { + position: absolute; + float: right; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); +} +.webix_ss_sort_desc { + position: absolute; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); +} +.webix_group_back .webix_arrow_icon { + color: #1e2022; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: rgba(255, 255, 255, 0.4) !important; +} +.webix_menu .webix_list_item:hover, +.webix_menu .webix_list_item:active { + background-color: rgba(0, 0, 0, 0.05) !important; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #375975 transparent transparent transparent; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #375975; +} +.webix_popup_title { + color: #1e2022 !important; + background: #e3e3e3 !important; + font-size: 15px !important; + font-weight: bold; + border-bottom: 1px solid #dedede !important; + text-shadow: none !important; +} +.webix_modal_box { + background: #ebebeb !important; + border: 1px solid #a4bed4 !important; +} +.confirmButton { + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.confirmButtonActive { + background: #ffffff; +} +.webix_item_tab { + font-size: 13px; +} +.buttonStyle { + font-size: 13px; + font-family: Helvetica, Verdana; +} +.activeShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active { + background: #f5f5f5; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-repeat: none; +} +.webix_img_btn_abs:active + input { + background: #f5f5f5; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-repeat: none; +} +.webix_img_btn:active, +.webix_img_btn_top:active, +.webix_icon_button:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background: #f5f5f5 !important; +} +.webix_accordionitem_label .webix_icon { + font-size: 19px; + width: 25px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_progress_top, +.webix_progress_bottom { + background: #f7f7f7; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f7f7f7), color-stop(100%, #f2f2f2)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f7f7f7 50%, #f2f2f2 100%); + background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-image: -o-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_cal_range { + background-color: #fff4dc; +} +.webix_item_tab .webix_icon { + width: 30px; + font-size: 19px; +} +.webix_tab_more_icon { + border-bottom: 1px solid #a4bed4; +} +.webix_skin_mark { + height: 110px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + color: #1e2022 !important; + box-shadow: 0px 1px 1px #ffffff inset; + background: #e5f1ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); + background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); + background-position: 0px 1px; + background-repeat: repeat-x; + border-right: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #666d73; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/aircompact.css b/skins/debug/aircompact.css new file mode 100644 index 0000000..5a968c9 --- /dev/null +++ b/skins/debug/aircompact.css @@ -0,0 +1,6680 @@ +.webix_view { + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #a4bed4; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ebebeb; +} +.webix_layout_wide { + background-color: #ebebeb; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 10px; + padding-left: 10px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 6px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 24px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ebebeb; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ebebeb; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + line-height: 22px; + line-height: 24px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_inp_label, +.webix_header > div .webix_el_label { + color: #1e2022; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #727981; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #9fa5aa; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #a4bed4; + position: relative; + z-index: 2; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + line-height: 22px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_inp_label, +.webix_accordionitem_header .webix_el_label { + color: #1e2022; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 9px 9px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 4px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + padding: 2px 4px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #1e2022; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 17px; +} +.webix_group_back .webix_arrow_icon { + left: 5px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 4px; + line-height: 19px; + text-align: left; + background-color: #d6e8ff; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #ebebeb; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-left: 3px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #a4bed4; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; + font-size: 13px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #ffdb8f; + border: 1px solid #ffd47b; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 4px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-right: 1px solid #ebebeb; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; + border-bottom: 1px solid #ffd47b; + border-right: 1px solid #ffd47b; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #9aa0a5; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #4e5358; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #4e5358; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Helvetica, Verdana; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 23px; + line-height: 23px; + display: inline-block; + margin: 0 5px; + border-radius: 6px; +} +.webix_popup_button div { + border-radius: 6px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #a4bed4; +} +.webix_button input, +.webix_popup_button div { + font-size: 13px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + height: 23px; + line-height: 23px; +} +.webix_popup_button.confirm div { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 13px; + color: #1e2022; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 13px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #a4bed4; + background-color: #ffffff; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 23px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #a4bed4; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #1e2022 !important; + height: 20px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #a4bed4; + line-height: 25px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; +} +.webix_richfilter { + margin-top: 1px; + line-height: 25px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 4px 0px 4px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; +} +.webix_ss_footer td { + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #a4bed4; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #a4bed4; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #a4bed4; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0 4px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +.webix_column > div:nth-child(even) { + background-color: #f7f7f7; +} +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ffd47b; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #ebebeb; + height: 26px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 5px 4px; + height: 26px; + line-height: 18px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #1e2022; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-top: 0px; + padding-left: 3px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 4px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ffd47b; + box-shadow: 0 1px #ffe3a9 inset; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-right: 1px solid #ffd47b; + border-left: 1px solid #ffd47b; + padding-left: 3px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 22px; + padding-left: 4px; + padding-top: 1px; + border-bottom: 1px solid #ebebeb; +} +.webix_dtable_subrow { + border-top: 1px solid #ebebeb; + text-align: right; +} +.webix_dtable_subview { + background: #ebebeb; + border-top: 1px solid #ebebeb; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_hcell span.webix_input_icon { + background-color: #a4bed4; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #1e2022; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #1e2022; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + padding: 0px; + text-align: center; + line-height: 24px; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_label, +.webix_win_head > .webix_view > .webix_template .webix_el_label { + color: #1e2022; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #d6e8ff; + display: block; + border: 1px solid #70afff; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 22px; + line-height: 22px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 22px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #1e2022; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #1e2022; + background: #ffdb8f; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #1e2022; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #727981; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #7e868e; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #7e868e; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #ffdb8f; + color: #1e2022; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #d6e8ff; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #1e2022; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #a4bed4; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 6px; + border: 1px solid #a4bed4; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_line:nth-child(odd) { + background-color: #f7f7f7; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #a4bed4; +} +.webix_property_label_line { + padding-left: 10px; + font-family: Helvetica, Verdana; + color: #1e2022; + font-size: 13px; + font-weight: bold; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + line-height: 22px; + line-height: 23px; + border-bottom: 1px solid #ebebeb; +} +.webix_property_label_line .webix_inp_label, +.webix_property_label_line .webix_el_label { + color: #1e2022; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #a4bed4; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #a4bed4; + font-family: Helvetica, Verdana; + font-size: 13px; + color: #1e2022; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #ffdb8f; + color: #1e2022; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #7e868e; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #a4bed4; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 6px; + border: 1px solid #a4bed4; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 13px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #1e2022; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #1e2022; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + font-size: 13px; + font-family: Helvetica, Verdana; + padding: 0px; + border: 0px; +} +.webixtype_form { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webixtype_form:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background: #d6e8ff; + background-repeat: no-repeat; +} +.webix_el_button .webixtype_danger { + background: #cc1100; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e7877e, #cc1100); + background-image: -moz-linear-gradient(#e7877e, #cc1100); + background-image: -ms-linear-gradient(top, #e7877e, #cc1100); + background-image: -o-linear-gradient(top, #e7877e, #cc1100); + border: none !important; + color: white; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + border: 1px solid #a4bed4; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 3.5px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 13px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #1e2022; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #1e2022; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 13px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #a4bed4; + color: #1e2022; + font-size: 13px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #1e2022; + text-transform: none; + font-size: 13px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 11px; + color: #2a2d30; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #1e2022; + line-height: 25px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 13px; + font-family: Helvetica, Verdana; + border: 1px solid #a4bed4; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #a4bed4; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 13px; + width: 50px; + color: #1e2022; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_el_textarea textarea { + border: 1px solid #a4bed4; + height: 100%; + margin: 0; + padding: 5px; + color: #1e2022; + resize: none; + font-size: 13px; + font-family: Helvetica, Verdana; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 6px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #a4bed4; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #a4bed4; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + color: #1e2022; + background: #e6e6e6; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); + /* old webkit */ + background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, #e6e6e6); + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + font-size: 13px; + font-family: Helvetica, Verdana; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_inp_static { + border: 1px solid #a4bed4; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #666d73; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 13px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #1e2022; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #1e2022; + padding-right: 24px; + font-family: Helvetica, Verdana; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 23px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 11px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 17px; + height: 17px; + border-radius: 6px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 14.5px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #1e2022; + font-size: 13px; + font-family: Helvetica, Verdana; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 6px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #000000; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #1e2022; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #a4bed4; +} +.webix_item_tab:first-child { + border-left: 1px solid #a4bed4; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #a4bed4; + border-left-width: 0px; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #ffffff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #ffffff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #ffffff); + background-image: -moz-linear-gradient(#e5f1ff, #ffffff); + background-image: -ms-linear-gradient(top, #e5f1ff, #ffffff); + background-image: -o-linear-gradient(top, #e5f1ff, #ffffff); +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + background-size: 100% 100% !important; + background-position: 0 0 !important; + color: #1e2022; + background: #ffdb8f; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; + /* old webkit */ + background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; + background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; + background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #a4bed4; + border-right: 1px solid #a4bed4; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ebebeb; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 25px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0px; +} +.webix_menu-x .webix_submenu_icon { + top: 8.5px; +} +.webix_menu-x { + background-color: white; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 21px; +} +.webix_menu-x .webix_list_item { + -moz-background-size: 1px 100%,100% 100%, 1px 100%; + background-size: 1px 100%,100% 100%, 1px 100%; + background-color: transparent; + margin: 1px 0; + background-position: 0 0,1px 0, 100% 0%; + background-repeat: no-repeat; + background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, #f0f6ff, #a4bed4, #f0f6ff); + /* old webkit */ + background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); + background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); + background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); + background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); +} +.webix_menu-x .webix_list_item:last-child { + background-size: 1px 100%,100% 100%, 1px 100%; + background-repeat: no-repeat; + background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, transparent, transparent); + /* old webkit */ + background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(transparent, transparent); + background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(transparent, transparent); + background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(transparent, transparent); + background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(transparent, transparent); + border-right: 0; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #a4bed4; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #a4bed4; +} +.webix_menu .webix_submenu_icon { + top: 6.5px; +} +.webix_menu .webix_context_spacer { + height: 28px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_toolbar.webix_layout_subbar { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 5px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #81a5c4; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #1e2022; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #1e2022; + line-height: 25px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Helvetica, Verdana; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 8.5px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #b5cadc; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #b5cadc; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 4.5px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + background: #f5f9ff; +} +.webix_slider_box .webix_slider_handle { + border: 1px solid #a4bed4; + -moz-box-shadow: inset 0px 1px 1px 1px #fff; + -webkit-box-shadow: inset 0px 1px 1px 1px #fff; + box-shadow: inset 0px 1px 1px #fff; + background: #fafcff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6e8ff), color-stop(100%, #fafcff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#d6e8ff, #fafcff); + background-image: -moz-linear-gradient(#d6e8ff, #fafcff); + background-image: -ms-linear-gradient(top, #d6e8ff, #fafcff); + background-image: -o-linear-gradient(top, #d6e8ff, #fafcff); +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 2px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + background: #f0f6ff; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + background: #eee; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #f5f9ff; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #ffdb8f; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #666d73; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #ffdb8f; + border-color: #ffdb8f; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 4px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #ffdb8f; + box-shadow: inset 0 0 1px 2px #ffdb8f; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #a4bed4; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #1e2022; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 13px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 6px; + border: 1px solid #a4bed4; + cursor: pointer; + font-size: 13px; + font-family: Helvetica, Verdana; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +.webix_toolbar .webix_inp_label, +.webix_toolbar .webix_el_label { + color: #1e2022; +} +/*[L]*/ +/*[L]*/ +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_ss_filter select { + padding: 1px !important; +} +.webix_ss_sort_asc { + position: absolute; + float: right; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); +} +.webix_ss_sort_desc { + position: absolute; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: rgba(255, 255, 255, 0.4) !important; +} +.webix_menu .webix_list_item:hover, +.webix_menu .webix_list_item:active { + background-color: rgba(0, 0, 0, 0.05) !important; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #375975 transparent transparent transparent; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #375975; +} +.webix_popup_title { + color: #1e2022 !important; + background: #e3e3e3 !important; + font-size: 15px !important; + font-weight: bold; + border-bottom: 1px solid #dedede !important; + text-shadow: none !important; +} +.webix_modal_box { + background: #ebebeb !important; + border: 1px solid #a4bed4 !important; +} +.confirmButton { + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; +} +.confirmButtonActive { + background: #ffffff; +} +.webix_item_tab { + font-size: 13px; +} +.buttonStyle { + font-size: 13px; + font-family: Helvetica, Verdana; +} +.activeShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webixtype_base:active, +.webixtype_prev:active, +.webixtype_next:active { + background: #ffffff !important; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_button:active .webix_el_arrow, +.webix_el_button:active .webixtype_next, +.webix_el_button:active .webixtype_prev { + background: #ffffff !important; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_img_btn_abs:active + input { + background: #ffffff !important; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background: #f5f5f5 !important; +} +.webix_toolbar .webix_img_btn:active, +.webix_toolbar .webix_img_btn_top:active { + background-color: rgba(255, 255, 255, 0.5) !important; +} +.webix_progress_top, +.webix_progress_bottom { + background: #f7f7f7; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f7f7f7), color-stop(100%, #f2f2f2)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f7f7f7 50%, #f2f2f2 100%); + background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-image: -o-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); + background-position: 0px 1px; + background-repeat: repeat-x; +} +.webix_item_tab .webix_icon { + width: 30px; +} +.webix_tab_more_icon { + border-bottom: 1px solid #a4bed4; +} +.webix_tab_more_icon .webix_icon { + font-size: 16px; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_skin_mark { + height: 120px; +} +.webix_cal_range { + background-color: #fff4dc; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + color: #1e2022 !important; + background: #d6e8ff; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); + background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); + background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); + background-repeat: repeat-x; + border-right: 1px solid #a4bed4; + border-bottom: 1px solid #a4bed4; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #666d73; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/clouds.css b/skins/debug/clouds.css new file mode 100644 index 0000000..3b1b6c4 --- /dev/null +++ b/skins/debug/clouds.css @@ -0,0 +1,6744 @@ +.webix_view { + font-family: Verdana; + font-size: 12px; + color: #2b2b2b; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #c8c8c8; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 9px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 36px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 13px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + line-height: 34px; + line-height: 36px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_view { + color: #ffffff; +} +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_header > div .webix_el_button { + color: #2b2b2b !important; +} +.webix_header > div .webix_el_button input, +.webix_header > div .webix_el_toggle input { + border: none; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #848484; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #b0b0b0; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #d8ecfd; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #d8ecfd; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #c8c8c8; + position: relative; + z-index: 2; + color: #ffffff; + font-size: 13px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + line-height: 34px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_view { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_accordionitem_header .webix_el_button { + color: #2b2b2b !important; +} +.webix_accordionitem_header .webix_el_button input, +.webix_accordionitem_header .webix_el_toggle input { + border: none; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 15px 15px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid #c8c8c8; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + background: #fffeb7; + color: #2b2b2b; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ebeaa7; + box-shadow: 0 -1px #ebeaa7; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #0d8bf2; + color: #ffffff; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #2b2b2b; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #0d8bf2; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #c8c8c8; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #ebeaa7; + border-right: 1px solid #ebeaa7; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #c8c8c8; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Verdana; + font-size: 12px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #fffeb7; + border: 1px solid #ebeaa7; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid #c8c8c8; + text-align: left; + border-right: 1px solid #c8c8c8; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + background: #fffeb7; + color: #2b2b2b; + border-bottom: 1px solid #ebeaa7; + border-right: 1px solid #ebeaa7; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Verdana; + font-size: 13px; + color: #2b2b2b; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #ababab; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #5e5e5e; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #5e5e5e; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Verdana; + font-size: 12px; + color: #2b2b2b; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Verdana; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 24px; + line-height: 24px; + display: inline-block; + margin: 0 5px; + border-radius: 4px; +} +.webix_popup_button div { + border-radius: 4px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #c8c8c8; +} +.webix_button input, +.webix_popup_button div { + font-size: 12px; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + height: 24px; + line-height: 24px; +} +.webix_popup_button.confirm div { + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + text-shadow: none !important; + color: #ffffff !important; + border-color: #1b629c !important; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 12px; + color: #2b2b2b; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 12px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #c8c8c8; + background-color: #ffffff; + font-family: Verdana; + font-size: 12px; + color: #2b2b2b; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 31px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #c8c8c8; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #2b2b2b !important; + height: 32px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #c8c8c8; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Verdana; +} +.webix_richfilter { + margin-top: 1px; + line-height: 26px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + color: #ffffff; + background: #0d8bf2; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; +} +.webix_ss_footer td { + border-right: 1px solid #c8c8c8; + border-top: 1px solid #c8c8c8; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #c8c8c8; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #c8c8c8; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #c8c8c8; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; + padding: 0 10px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +.webix_column > div:nth-child(even) { + background-color: #f7f7f7; +} +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ebeaa7; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #c8c8c8; + height: 34px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #c8c8c8; + border-right: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; + padding: 5px 10px; + height: 34px; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #2b2b2b; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + background: #fffeb7; + color: #2b2b2b; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ebeaa7; + box-shadow: 0 -1px #ebeaa7; + border-left: 1px solid #ebeaa7; + border-right: 1px solid #ebeaa7; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ebeaa7; + box-shadow: 0 -1px #ebeaa7; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #ebeaa7; + border-right: 1px solid #ebeaa7; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + background: #fffeb7; + color: #2b2b2b; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #c8c8c8; +} +.webix_dtable_subrow { + border-top: 1px solid #c8c8c8; + text-align: right; +} +.webix_dtable_subview { + background: #c8c8c8; + border-top: 1px solid #c8c8c8; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + background: #fffeb7; + color: #2b2b2b; +} +.webix_hcell span.webix_input_icon { + background-color: #c8c8c8; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #2b2b2b; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #2b2b2b; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 13px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + padding: 0px; + text-align: center; + line-height: 36px; +} +.webix_win_head > .webix_view > .webix_template .webix_view { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button { + color: #2b2b2b !important; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button input, +.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { + border: none; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #1b629c; + display: block; + border: 1px solid #0c2b45; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 20px; + line-height: 20px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + background: #fffeb7; + color: #2b2b2b; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 20px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #2b2b2b; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #2b2b2b; + background: #fffeb7; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #2b2b2b; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #848484; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #919191; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #919191; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #fffeb7; + color: #2b2b2b; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #1b629c; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #2b2b2b; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #c8c8c8; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 4px; + border: 1px solid #c8c8c8; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #1b629c !important; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_line:nth-child(odd) { + background-color: #f7f7f7; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #c8c8c8; +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 13px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + line-height: 34px; + line-height: 23px; + border-bottom: 1px solid #c8c8c8; +} +.webix_property_label_line .webix_view { + color: #ffffff; +} +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_property_label_line .webix_el_button { + color: #2b2b2b !important; +} +.webix_property_label_line .webix_el_button input, +.webix_property_label_line .webix_el_toggle input { + border: none; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #c8c8c8; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #c8c8c8; + font-family: Verdana; + font-size: 12px; + color: #2b2b2b; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #fffeb7; + color: #2b2b2b; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #919191; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #c8c8c8; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 4px; + border: 1px solid #c8c8c8; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 12px; + font-family: Verdana; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #2b2b2b; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #2b2b2b; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + font-size: 12px; + font-family: Verdana; + padding: 0px; + border: 0px; +} +.webixtype_form { + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #1b629c !important; +} +.webix_el_button .webixtype_danger { + background: #cc1100; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); + /* old webkit */ + background-image: -webkit-linear-gradient(#e7877e, #cc1100); + background-image: -moz-linear-gradient(#e7877e, #cc1100); + background-image: -ms-linear-gradient(top, #e7877e, #cc1100); + background-image: -o-linear-gradient(top, #e7877e, #cc1100); + border: none !important; + color: white; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + border: 1px solid #c8c8c8; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 4px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 12px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #2b2b2b; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #2b2b2b; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Verdana; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 12px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #c8c8c8; + color: #2b2b2b; + font-size: 12px; + font-family: Verdana; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #2b2b2b; + text-transform: none; + font-size: 12px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 10px; + color: #383838; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #2b2b2b; + line-height: 26px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 12px; + font-family: Verdana; + border: 1px solid #c8c8c8; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #c8c8c8; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 12px; + width: 50px; + color: #2b2b2b; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_el_textarea textarea { + border: 1px solid #c8c8c8; + height: 100%; + margin: 0; + padding: 5px; + color: #2b2b2b; + resize: none; + font-size: 12px; + font-family: Verdana; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 7px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #c8c8c8; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #c8c8c8; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + font-size: 12px; + font-family: Verdana; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + background: #fffeb7; + color: #2b2b2b; +} +.webix_inp_static { + border: 1px solid #c8c8c8; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #787878; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 12px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #2b2b2b; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #2b2b2b; + padding-right: 24px; + font-family: Verdana; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 25px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 10px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 18px; + height: 18px; + border-radius: 4px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 15px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #2b2b2b; + font-size: 12px; + font-family: Verdana; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 4px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #050505; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #2b2b2b; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #c8c8c8; +} +.webix_item_tab:first-child { + border-left: 1px solid #c8c8c8; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #c8c8c8; + border-left-width: 0px; + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + color: #ffffff; + border: 1px solid #c8c8c8; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + background: #fffeb7; + color: #2b2b2b; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #c8c8c8; + border-right: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); + background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); + background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); + border-color: #d5d5d5 !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 34px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 13px; +} +.webix_menu-x { + background-color: white; + border-color: #1b629c; + border-radius: 4px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 30px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #1b629c; + border-left: 0px; + background: transparent; + color: #ffffff; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #ffffff transparent transparent transparent; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #ffffff; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background: #237dc7; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #c8c8c8; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #c8c8c8; +} +.webix_menu .webix_submenu_icon { + top: 11px; +} +.webix_menu .webix_context_spacer { + height: 32px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); +} +.webix_layout_toolbar .webix_view { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_layout_toolbar .webix_el_button { + color: #2b2b2b !important; +} +.webix_layout_toolbar .webix_el_button input, +.webix_layout_toolbar .webix_el_toggle input { + border: none; +} +.webix_toolbar.webix_layout_subbar { + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + color: #ffffff; + font-size: 13px; +} +.webix_toolbar.webix_layout_subbar .webix_el_button { + color: #2b2b2b !important; +} +.webix_toolbar.webix_layout_subbar .webix_el_button input, +.webix_toolbar.webix_layout_subbar .webix_el_toggle input { + border: none; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 7px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #afafaf; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #2b2b2b; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #2b2b2b; + line-height: 26px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Verdana; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 9px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #acd2f1; + border: 1px solid #d5d5d5; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #d5d5d5; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 5px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + background: #e8e9e9; +} +.webix_slider_box .webix_slider_handle { + width: 17px; + height: 17px; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 2.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + background: #e8e9e9; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + background: #ffffff; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + box-shadow: 0px 5px 3px #fdfdfd inset; + background-color: #edeeee; + border: 1px solid #c8c8c8; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #fffeb7; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #787878; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #fffeb7; + border-color: #fffeb7; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #fffeb7; + box-shadow: inset 0 0 1px 2px #fffeb7; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #c8c8c8; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #2b2b2b; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 12px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 4px; + border: 1px solid #c8c8c8; + cursor: pointer; + font-size: 12px; + font-family: Verdana; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERkELNWSjQAAAJdJREFUGNON0c0RAUEQxfH/aw4ODkKQwBKBqo3CcYPjRhRCsCk4S2GeS4/aQaHPvzfTH+JD2UYStgUY2AHL2S9YSukknQDHN2i7i4gjsAbu84qACsivN5IOwLY+FgCSKqjVA+eEbvAk8OzoJdxi25oELsAeGLM9mgEluQ6YYCylDBngbRu5CSQZUERcbQ/ADVjpz6P0wOIBnW1NdfmuNjcAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERYwivl69wAAAIVJREFUGNOFkDEKAkEQBGv0AgNjH3FwIAiCqeHhDwT/4j+MjPyNipk/MDcvk10QcXc7mWHoLoaGP1K36pj2oCb1qL7U1XdgUvC/gQVwVpcRoRolc5dmnwJDjTzNHwEDcAE2LXLWDJh3DXIAD+AA3EvkfL8C+4i41ao7qU+1b3at7tT1r/ED9/FBNJJUPEsAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); + background-position: 0px 0px; + background-repeat: no-repeat; + height: 16px; + width: 16px; +} +.webix_accordionitem_header.collapsed .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); + background-position: 0px 0px; +} +.webix_accordionitem_header { + box-shadow: 0 0 1px #1b629c; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, +.webix_toolbar.webix_layout_toolbar .webix_el_icon, +.webix_toolbar.webix_layout_toolbar .webix_img_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_button { + color: #fff; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, +.webix_toolbar.webix_layout_toolbar .webix_inp_static { + color: #2b2b2b; +} +.webix_toolbar.webix_layout_subbar { + background: #d5d5d5; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #d5d5d5)); + /* old webkit */ + background-image: -webkit-linear-gradient(#dddddd, #d5d5d5); + background-image: -moz-linear-gradient(#dddddd, #d5d5d5); + background-image: -ms-linear-gradient(top, #dddddd, #d5d5d5); + background-image: -o-linear-gradient(top, #dddddd, #d5d5d5); +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #2b2b2b; +} +.webix_win_head > .webix_view > .webix_template { + background: #1b629c !important; +} +.webix_popup_title { + color: #ffffff !important; + background: #0d8bf2 !important; + font-size: 13px !important; + font-weight: bold; + border-bottom: 1px solid #b8b8b8 !important; + text-shadow: none !important; +} +.webix_modal_box { + background: #ffffff !important; + border: 1px solid #b8b8b8 !important; +} +.confirmButton { + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + text-shadow: none !important; + color: #ffffff !important; + border-color: #1b629c !important; +} +.confirmButtonActive { + background: #237dc7; +} +.webix_ss_sort_asc { + position: absolute; + float: right; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); +} +.webix_ss_sort_desc { + position: absolute; + right: 3px; + top: 8px; + width: 7px; + height: 13px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none !important; + font-size: 12px !important; +} +.webix_group_back { + background: #0d8bf2; + color: #ffffff; +} +.webix_group_back .webix_arrow_icon { + color: #ffffff; +} +.webix_view.webix_menu .webix_list_item.webix_selected { + background: #fffeb7; + color: #2b2b2b; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #626262; +} +.buttonStyle { + font-size: 12px; + font-family: Verdana; +} +.webix_item_tab { + font-size: 13px; + border-bottom: 1px solid #c8c8c8 !important; + border-left-width: 1px !important; +} +.webixtype_bottom .webix_item_tab { + border: 1px solid #c8c8c8 !important; + border-left-width: 0 !important; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + color: #ffffff; + text-shadow: 0px -1px #134771; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #c8c8c8 !important; + border-left-width: 0 !important; + background: #0d8bf2 !important; + color: #ffffff; + text-shadow: 0px 0px #2b2b2b; +} +.webixtype_bottom .webix_item_tab:last-child { + border-right: 0 !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); +} +.webix_after_all_tabs { + background: #1b629c; +} +.webix_inp_counter_next, +.webix_inp_counter_prev { + color: #2b2b2b; + background: #e8e9e9; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); + /* old webkit */ + background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); + background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); +} +.webixtype_base:active, +.webixtype_prev:active, +.webixtype_next:active { + background: #f8f8f8 !important; +} +.webix_img_btn_abs:active + input { + background: #f8f8f8 !important; +} +.webix_el_button:active .webix_el_arrow, +.webix_el_button:active .webixtype_next, +.webix_el_button:active .webixtype_prev { + background: #f8f8f8 !important; +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_toolbar .webix_img_btn:active, +.webix_toolbar .webix_img_btn_top:active { + background-color: rgba(255, 255, 255, 0.1) !important; +} +.webix_el_box .webixtype_form { + color: #2b2b2b; + text-shadow: 0 1px #c3dff6; + background: #1b629c; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); + /* old webkit */ + background-image: -webkit-linear-gradient(#308edb, #1b629c); + background-image: -moz-linear-gradient(#308edb, #1b629c); + background-image: -ms-linear-gradient(top, #308edb, #1b629c); + background-image: -o-linear-gradient(top, #308edb, #1b629c); + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #1b629c !important; +} +.webix_el_box .webixtype_form:active { + background: #0d8bf2; +} +.webix_cal_day { + border-radius: 4px; +} +.webix_cal_day { + border-radius: 4px; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_cal_range { + background-color: #ffffe5; + border-radius: 0; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-color: #0d8bf2; + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 130px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + color: #ffffff; + background: #0d8bf2; + border-right: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #c8c8c8; + border-top: 1px solid #c8c8c8; + border-bottom: 1px solid #c8c8c8; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #787878; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/compact.css b/skins/debug/compact.css new file mode 100644 index 0000000..a640424 --- /dev/null +++ b/skins/debug/compact.css @@ -0,0 +1,8660 @@ +.webix_view { + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #dddddd; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #dddddd; +} +.webix_layout_wide { + background-color: #dddddd; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 8.5px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 34px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #dddddd; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #dddddd; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 32px; + line-height: 34px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_button, +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + color: #ffffff; +} +.webix_header > div .webix_el_label { + font-size: 16px; +} +.webix_header > div .webixtype_base, +.webix_header > div .webixtype_prev, +.webix_header > div .webixtype_next, +.webix_header > div .webix_inp_counter_next, +.webix_header > div .webix_inp_counter_prev, +.webix_header > div .webix_segment_0, +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_header > div .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_header > div .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_header > div .webixtype_base:hover, +.webix_header > div .webix_inp_counter_next:hover, +.webix_header > div .webix_inp_counter_prev:hover, +.webix_header > div .webix_segment_0:hover, +.webix_header > div .webix_segment_1:hover, +.webix_header > div .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_header > div .webixtype_base:active, +.webix_header > div .webix_inp_counter_next:active, +.webix_header > div .webix_inp_counter_prev:active, +.webix_header > div .webix_segment_0:active, +.webix_header > div .webix_segment_1:active, +.webix_header > div .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webixtype_base:focus, +.webix_header > div .webix_inp_counter_next:focus, +.webix_header > div .webix_inp_counter_prev:focus, +.webix_header > div .webix_segment_0:focus, +.webix_header > div .webix_segment_1:focus, +.webix_header > div .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_header > div .webix_inp_static, +.webix_header > div input[type=text] { + border-color: #ffffff; +} +.webix_header > div .webix_inp_static:focus, +.webix_header > div input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_header > div .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_header > div .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_header > div .webix_input_icon:active, +.webix_header > div .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_header > div .webix_pressed .webixtype_base, +.webix_header > div .webix_pressed .webixtype_prev, +.webix_header > div .webix_pressed .webixtype_next, +.webix_header > div .webix_pressed .webix_el_arrow, +.webix_header > div .webix_pressed .webix_inp_counter_next, +.webix_header > div .webix_pressed .webix_inp_counter_prev, +.webix_header > div .webix_pressed .webix_input_icon, +.webix_header > div .webix_pressed .webix_segment_0, +.webix_header > div .webix_pressed .webix_segment_1, +.webix_header > div .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_selected.webix_segment_0, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_header > div .webix_selected.webix_segment_0:hover, +.webix_header > div .webix_selected.webix_segment_1:hover, +.webix_header > div .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_header > div .webix_selected.webix_segment_0:active, +.webix_header > div .webix_selected.webix_segment_1:active, +.webix_header > div .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_header > div .webix_selected.webix_segment_0:focus, +.webix_header > div .webix_selected.webix_segment_1:focus, +.webix_header > div .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_header > div .webix_img_btn:active, +.webix_header > div .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_img_btn:focus, +.webix_header > div .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_header > div .webix_img_btn:hover, +.webix_header > div .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_header > div .webix_icon_button { + border-radius: 6px; +} +.webix_header > div .webix_img_btn_top .webix_img_btn_text, +.webix_header > div .webix_img_btn_top .webix_icon, +.webix_header > div .webix_el_icon, +.webix_header > div .webix_img_btn, +.webix_header > div .webix_icon_btn, +.webix_header > div .webix_icon_button { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs .webix_icon, +.webix_header > div .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs { + color: #ffffff; +} +.webix_header > div .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_header > div .webix_el_box .webix_img_btn_abs:hover, +.webix_header > div .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_header > div .webix_control { + border-color: #3498db; +} +.webix_header > div .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_header > div .webix_img_btn, +.webix_header > div .webix_img_btn_top { + border-width: 0; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #bfbfbf; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #ebebeb; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #dddddd; + position: relative; + z-index: 2; + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 32px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_button, +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_label { + font-size: 16px; +} +.webix_accordionitem_header .webixtype_base, +.webix_accordionitem_header .webixtype_prev, +.webix_accordionitem_header .webixtype_next, +.webix_accordionitem_header .webix_inp_counter_next, +.webix_accordionitem_header .webix_inp_counter_prev, +.webix_accordionitem_header .webix_segment_0, +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_accordionitem_header .webixtype_base:hover, +.webix_accordionitem_header .webix_inp_counter_next:hover, +.webix_accordionitem_header .webix_inp_counter_prev:hover, +.webix_accordionitem_header .webix_segment_0:hover, +.webix_accordionitem_header .webix_segment_1:hover, +.webix_accordionitem_header .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_accordionitem_header .webixtype_base:active, +.webix_accordionitem_header .webix_inp_counter_next:active, +.webix_accordionitem_header .webix_inp_counter_prev:active, +.webix_accordionitem_header .webix_segment_0:active, +.webix_accordionitem_header .webix_segment_1:active, +.webix_accordionitem_header .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webixtype_base:focus, +.webix_accordionitem_header .webix_inp_counter_next:focus, +.webix_accordionitem_header .webix_inp_counter_prev:focus, +.webix_accordionitem_header .webix_segment_0:focus, +.webix_accordionitem_header .webix_segment_1:focus, +.webix_accordionitem_header .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_accordionitem_header .webix_inp_static, +.webix_accordionitem_header input[type=text] { + border-color: #ffffff; +} +.webix_accordionitem_header .webix_inp_static:focus, +.webix_accordionitem_header input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_accordionitem_header .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_accordionitem_header .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_accordionitem_header .webix_input_icon:active, +.webix_accordionitem_header .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_accordionitem_header .webix_pressed .webixtype_base, +.webix_accordionitem_header .webix_pressed .webixtype_prev, +.webix_accordionitem_header .webix_pressed .webixtype_next, +.webix_accordionitem_header .webix_pressed .webix_el_arrow, +.webix_accordionitem_header .webix_pressed .webix_inp_counter_next, +.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev, +.webix_accordionitem_header .webix_pressed .webix_input_icon, +.webix_accordionitem_header .webix_pressed .webix_segment_0, +.webix_accordionitem_header .webix_pressed .webix_segment_1, +.webix_accordionitem_header .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_selected.webix_segment_0, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:hover, +.webix_accordionitem_header .webix_selected.webix_segment_1:hover, +.webix_accordionitem_header .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:active, +.webix_accordionitem_header .webix_selected.webix_segment_1:active, +.webix_accordionitem_header .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:focus, +.webix_accordionitem_header .webix_selected.webix_segment_1:focus, +.webix_accordionitem_header .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_accordionitem_header .webix_img_btn:active, +.webix_accordionitem_header .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_img_btn:focus, +.webix_accordionitem_header .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_accordionitem_header .webix_img_btn:hover, +.webix_accordionitem_header .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_accordionitem_header .webix_icon_button { + border-radius: 6px; +} +.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, +.webix_accordionitem_header .webix_img_btn_top .webix_icon, +.webix_accordionitem_header .webix_el_icon, +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_icon_btn, +.webix_accordionitem_header .webix_icon_button { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs .webix_icon, +.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover, +.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_accordionitem_header .webix_control { + border-color: #3498db; +} +.webix_accordionitem_header .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_img_btn_top { + border-width: 0; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 9.5px 8px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #ebebeb; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #27ae60; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ebebeb; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #d2e3ef; + font-size: 13px; + color: #4a4a4a; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #666666; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #d2e3ef; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #ebebeb; + border-bottom: none; + border-color: #ebebeb; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 3px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #dddddd; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + font-size: 13px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #27ae60; + border: 1px solid #ebebeb; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #ebebeb; + border-right: 1px solid #ebebeb; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #27ae60; + border-bottom: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #e6e6e6; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #999999; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #999999; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: 'PT Sans', Tahoma; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 22px; + line-height: 22px; + display: inline-block; + margin: 0 5px; + border-radius: 6px; +} +.webix_popup_button div { + border-radius: 6px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #dddddd; +} +.webix_button input, +.webix_popup_button div { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + height: 22px; + line-height: 22px; +} +.webix_popup_button.confirm div { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 13px; + color: #666666; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 13px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #dddddd; + background-color: #ffffff; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 21px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #dddddd; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #b0cee3; + border-bottom: 1px solid #dddddd; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 3px 5px 3px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #666666 !important; + height: 28px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #dddddd; + line-height: 24px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_richfilter { + margin-top: 1px; + line-height: 24px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 13px; + color: #4a4a4a; + background: #d2e3ef; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #b0cee3; + border-bottom: 1px solid #b0cee3; +} +.webix_ss_footer td { + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #dddddd; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #dddddd; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #dddddd; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #ebebeb; + padding: 0 10px; + border-bottom: 1px solid #ebebeb; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ebebeb; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #ebebeb; + height: 24px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 5px 10px; + height: 24px; + line-height: 16px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #666666; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #27ae60; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ebebeb; + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ebebeb; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #27ae60; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #ebebeb; +} +.webix_dtable_subrow { + border-top: 1px solid #ebebeb; + text-align: right; +} +.webix_dtable_subview { + background: #ebebeb; + border-top: 1px solid #ebebeb; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #27ae60; +} +.webix_hcell span.webix_input_icon { + background-color: #b0cee3; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #666666; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #666666; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + padding: 0px; + text-align: center; + line-height: 34px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button, +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_label { + font-size: 16px; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:hover, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:hover, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:focus, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:focus, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_static, +.webix_win_head > .webix_view > .webix_template input[type=text] { + border-color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_static:focus, +.webix_win_head > .webix_view > .webix_template input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon:active, +.webix_win_head > .webix_view > .webix_template .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_el_arrow, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_next, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_input_icon, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:hover, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:hover, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:active, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:active, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:focus, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:focus, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:focus, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:hover, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_win_head > .webix_view > .webix_template .webix_icon_button { + border-radius: 6px; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_el_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_button { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:hover, +.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_win_head > .webix_view > .webix_template .webix_control { + border-color: #3498db; +} +.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top { + border-width: 0; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #3498db; + display: block; + border: 1px solid #196090; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 22px; + line-height: 22px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #27ae60; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 22px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #666666; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #27ae60; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #666666; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #bfbfbf; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #cccccc; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #cccccc; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #27ae60; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #3498db; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #666666; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #dddddd; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 6px; + border: 1px solid #dddddd; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #dddddd; +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 32px; + line-height: 23px; + border-bottom: 1px solid #ebebeb; +} +.webix_property_label_line .webix_el_button, +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + color: #ffffff; +} +.webix_property_label_line .webix_el_label { + font-size: 16px; +} +.webix_property_label_line .webixtype_base, +.webix_property_label_line .webixtype_prev, +.webix_property_label_line .webixtype_next, +.webix_property_label_line .webix_inp_counter_next, +.webix_property_label_line .webix_inp_counter_prev, +.webix_property_label_line .webix_segment_0, +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_property_label_line .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_property_label_line .webixtype_base:hover, +.webix_property_label_line .webix_inp_counter_next:hover, +.webix_property_label_line .webix_inp_counter_prev:hover, +.webix_property_label_line .webix_segment_0:hover, +.webix_property_label_line .webix_segment_1:hover, +.webix_property_label_line .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_property_label_line .webixtype_base:active, +.webix_property_label_line .webix_inp_counter_next:active, +.webix_property_label_line .webix_inp_counter_prev:active, +.webix_property_label_line .webix_segment_0:active, +.webix_property_label_line .webix_segment_1:active, +.webix_property_label_line .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webixtype_base:focus, +.webix_property_label_line .webix_inp_counter_next:focus, +.webix_property_label_line .webix_inp_counter_prev:focus, +.webix_property_label_line .webix_segment_0:focus, +.webix_property_label_line .webix_segment_1:focus, +.webix_property_label_line .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_property_label_line .webix_inp_static, +.webix_property_label_line input[type=text] { + border-color: #ffffff; +} +.webix_property_label_line .webix_inp_static:focus, +.webix_property_label_line input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_property_label_line .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_property_label_line .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_property_label_line .webix_input_icon:active, +.webix_property_label_line .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_property_label_line .webix_pressed .webixtype_base, +.webix_property_label_line .webix_pressed .webixtype_prev, +.webix_property_label_line .webix_pressed .webixtype_next, +.webix_property_label_line .webix_pressed .webix_el_arrow, +.webix_property_label_line .webix_pressed .webix_inp_counter_next, +.webix_property_label_line .webix_pressed .webix_inp_counter_prev, +.webix_property_label_line .webix_pressed .webix_input_icon, +.webix_property_label_line .webix_pressed .webix_segment_0, +.webix_property_label_line .webix_pressed .webix_segment_1, +.webix_property_label_line .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_selected.webix_segment_0, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_property_label_line .webix_selected.webix_segment_0:hover, +.webix_property_label_line .webix_selected.webix_segment_1:hover, +.webix_property_label_line .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_property_label_line .webix_selected.webix_segment_0:active, +.webix_property_label_line .webix_selected.webix_segment_1:active, +.webix_property_label_line .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_property_label_line .webix_selected.webix_segment_0:focus, +.webix_property_label_line .webix_selected.webix_segment_1:focus, +.webix_property_label_line .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_property_label_line .webix_img_btn:active, +.webix_property_label_line .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_img_btn:focus, +.webix_property_label_line .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_property_label_line .webix_img_btn:hover, +.webix_property_label_line .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_property_label_line .webix_icon_button { + border-radius: 6px; +} +.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, +.webix_property_label_line .webix_img_btn_top .webix_icon, +.webix_property_label_line .webix_el_icon, +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_icon_btn, +.webix_property_label_line .webix_icon_button { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs .webix_icon, +.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs { + color: #ffffff; +} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover, +.webix_property_label_line .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_property_label_line .webix_control { + border-color: #3498db; +} +.webix_property_label_line .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_img_btn_top { + border-width: 0; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #dddddd; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #dddddd; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #d4f5e2; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #27ae60; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #cccccc; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #dddddd; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 6px; + border: 1px solid #dddddd; + height: 100%; + width: 100%; + cursor: pointer; + color: #ffffff; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #666666; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #666666; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #3498db; + border-bottom: 1px solid #2386c8; + color: #ffffff; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + padding: 0px; + border: 0px; +} +.webixtype_form { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545; + border-bottom: 1px solid #b13e2f; + color: #fff; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + border: 1px solid #dddddd; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 4px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 13px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 4px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 2px; + height: 100%; + width: 100%; + font-size: 13px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #dddddd; + color: #666666; + font-size: 13px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + padding-top: 0px; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #666666; + text-transform: none; + font-size: 13px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 3px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 3px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 11px; + color: #737373; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #666666; + line-height: 24px; + padding: 3px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 13px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #dddddd; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #dddddd; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 13px; + width: 50px; + color: #666666; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_el_textarea textarea { + border: 1px solid #dddddd; + height: 100%; + margin: 0; + padding: 5px; + color: #666666; + resize: none; + font-size: 13px; + font-family: 'PT Sans', Tahoma; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 6.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #dddddd; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #dddddd; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #3498db; + border-bottom: 1px solid #2386c8; + color: #ffffff; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #27ae60; + border-color: #27ae60; +} +.webix_inp_static { + border: 1px solid #dddddd; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #b3b3b3; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 13px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #666666; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #666666; + padding-right: 24px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + padding-top: 0px; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 3.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 23px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 11px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 7px; + right: 8px; + width: 16px; + height: 16px; + border-radius: 6px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 15px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #666666; + font-size: 13px; + font-family: 'PT Sans', Tahoma; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 6px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #404040; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #666666; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #dddddd; +} +.webix_item_tab:first-child { + border-left: 1px solid #dddddd; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #dddddd; + border-left-width: 0px; + background: #a4b4bf; + color: #ffffff; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 4px; + border-bottom-left-radius: 0px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #3498db; + color: #ffffff; + border-color: #3498db; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #27ae60; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #dddddd; + border-right: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 3px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #dddddd; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 28px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0px; +} +.webix_menu-x .webix_submenu_icon { + top: 10px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 24px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #fff; + border-left: 0px; + background: #3498db; + color: #fff; + font-size: 13px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon:before { + content: '\f107'; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #fff; + text-align: left; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: #268fd5; +} +.webix_menu-x .webix_list_item:first-child { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #dddddd; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #dddddd; +} +.webix_menu .webix_submenu_icon { + top: 8px; +} +.webix_menu .webix_context_spacer { + height: 28px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_layout_toolbar .webix_el_button, +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_label { + font-size: 16px; +} +.webix_layout_toolbar .webixtype_base, +.webix_layout_toolbar .webixtype_prev, +.webix_layout_toolbar .webixtype_next, +.webix_layout_toolbar .webix_inp_counter_next, +.webix_layout_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar .webix_segment_0, +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_layout_toolbar .webixtype_base:hover, +.webix_layout_toolbar .webix_inp_counter_next:hover, +.webix_layout_toolbar .webix_inp_counter_prev:hover, +.webix_layout_toolbar .webix_segment_0:hover, +.webix_layout_toolbar .webix_segment_1:hover, +.webix_layout_toolbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar .webixtype_base:active, +.webix_layout_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar .webix_inp_counter_prev:active, +.webix_layout_toolbar .webix_segment_0:active, +.webix_layout_toolbar .webix_segment_1:active, +.webix_layout_toolbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webixtype_base:focus, +.webix_layout_toolbar .webix_inp_counter_next:focus, +.webix_layout_toolbar .webix_inp_counter_prev:focus, +.webix_layout_toolbar .webix_segment_0:focus, +.webix_layout_toolbar .webix_segment_1:focus, +.webix_layout_toolbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_layout_toolbar .webix_inp_static, +.webix_layout_toolbar input[type=text] { + border-color: #ffffff; +} +.webix_layout_toolbar .webix_inp_static:focus, +.webix_layout_toolbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_layout_toolbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_layout_toolbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar .webix_input_icon:active, +.webix_layout_toolbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar .webix_pressed .webixtype_base, +.webix_layout_toolbar .webix_pressed .webixtype_prev, +.webix_layout_toolbar .webix_pressed .webixtype_next, +.webix_layout_toolbar .webix_pressed .webix_el_arrow, +.webix_layout_toolbar .webix_pressed .webix_inp_counter_next, +.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev, +.webix_layout_toolbar .webix_pressed .webix_input_icon, +.webix_layout_toolbar .webix_pressed .webix_segment_0, +.webix_layout_toolbar .webix_pressed .webix_segment_1, +.webix_layout_toolbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:hover, +.webix_layout_toolbar .webix_selected.webix_segment_1:hover, +.webix_layout_toolbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:active, +.webix_layout_toolbar .webix_selected.webix_segment_1:active, +.webix_layout_toolbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:focus, +.webix_layout_toolbar .webix_selected.webix_segment_1:focus, +.webix_layout_toolbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_layout_toolbar .webix_img_btn:active, +.webix_layout_toolbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_img_btn:focus, +.webix_layout_toolbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_layout_toolbar .webix_img_btn:hover, +.webix_layout_toolbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_layout_toolbar .webix_icon_button { + border-radius: 6px; +} +.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar .webix_img_btn_top .webix_icon, +.webix_layout_toolbar .webix_el_icon, +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_icon_btn, +.webix_layout_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs .webix_icon, +.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover, +.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_layout_toolbar .webix_control { + border-color: #3498db; +} +.webix_layout_toolbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_img_btn_top { + border-width: 0; +} +.webix_toolbar.webix_layout_subbar { + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_toolbar.webix_layout_subbar .webix_el_button, +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_label { + font-size: 16px; +} +.webix_toolbar.webix_layout_subbar .webixtype_base, +.webix_toolbar.webix_layout_subbar .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_toolbar.webix_layout_subbar .webixtype_base:hover, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_0:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_1:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_toolbar.webix_layout_subbar .webixtype_base:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active, +.webix_toolbar.webix_layout_subbar .webix_segment_0:active, +.webix_toolbar.webix_layout_subbar .webix_segment_1:active, +.webix_toolbar.webix_layout_subbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webixtype_base:focus, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_0:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_1:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_inp_static, +.webix_toolbar.webix_layout_subbar input[type=text] { + border-color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_inp_static:focus, +.webix_toolbar.webix_layout_subbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon:active, +.webix_toolbar.webix_layout_subbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base, +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:focus, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:hover, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_toolbar.webix_layout_subbar .webix_icon_button { + border-radius: 6px; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_el_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_button { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover, +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_toolbar.webix_layout_subbar .webix_control { + border-color: #3498db; +} +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top { + border-width: 0; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 5px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #c4c4c4; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #666666; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #666666; + line-height: 24px; + padding: 3px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 9px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding-top: 11px; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #f7fbfe; + border: 1px solid #eaeaea; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #eaeaea; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 5px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + height: 6px; + border: 1px solid #cccccc; + background: #3498db; +} +.webix_slider_box .webix_slider_right { + height: 6px; + border-color: #cccccc; +} +.webix_slider_box .webix_slider_handle { + width: 16px; + height: 16px; + border: 1px solid #cccccc; + background-color: #ffffff; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 2.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #cccccc; + background: #3498db; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border-color: #cccccc; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #ffffff; + border: 1px solid #cccccc; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #27ae60; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #b3b3b3; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #27ae60; + border-color: #27ae60; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #27ae60; + box-shadow: inset 0 0 1px 2px #27ae60; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #dddddd; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #666666; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 13px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #eef7fc; + border-radius: 6px; + border: 1px solid #dddddd; + cursor: pointer; + font-size: 13px; + font-family: 'PT Sans', Tahoma; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 400; + src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 700; + src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); +} +.mainFont { + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; +} +/*[L]*/ +/*[L]*/ +.webix_layout_toolbar.webix_toolbar { + color: #ffffff; + font-size: 16px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_layout_toolbar.webix_toolbar .webix_el_button, +.webix_layout_toolbar.webix_toolbar .webix_el_label, +.webix_layout_toolbar.webix_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_label { + font-size: 16px; +} +.webix_layout_toolbar.webix_toolbar .webixtype_base, +.webix_layout_toolbar.webix_toolbar .webixtype_prev, +.webix_layout_toolbar.webix_toolbar .webixtype_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar.webix_toolbar .webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:hover, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:focus, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_inp_static, +.webix_layout_toolbar.webix_toolbar input[type=text] { + border-color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus, +.webix_layout_toolbar.webix_toolbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:active, +.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_layout_toolbar.webix_toolbar .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_segment_N, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_layout_toolbar.webix_toolbar .webix_icon_button { + border-radius: 6px; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_el_icon, +.webix_layout_toolbar.webix_toolbar .webix_img_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus { + background-color: #2489cc; +} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover, +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover { + background-color: #268fd5; +} +.webix_layout_toolbar.webix_toolbar .webix_control { + border-color: #3498db; +} +.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top { + border-width: 0; +} +.webix_layout_space > .webix_toolbar { + border-radius: 4px; +} +.webix_view.webix_layout_accordion { + background-color: #dddddd; +} +/*.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_header, +.webix_layout_space > .webix_accordionitem > .webix_accordionitem_header, +.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_header{ + #border > .top(@layoutRadius); +} +.webix_layout_accordion > .webix_accordionitem.collapsed, +.webix_layout_space > .webix_accordionitem.collapsed, +.webix_layout_wide > .webix_accordionitem.collapsed{ + #border > .radius(@layoutRadius); +} +.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_body, +.webix_layout_space > .webix_accordionitem > .webix_accordionitem_body, +.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_body{ + #border > .bottom(@layoutRadius); +}*/ +.webix_accordionitem .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin: 8.5px 8px; +} +.webix_accordionitem.collapsed .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin-top: 7.5px; +} +.webix_accordionitem.horizontal.collapsed, +.webix_accordionitem.collapsed { + background-color: #a4b4bf; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, +.webix_accordionitem.collapsed .webix_accordionitem_header { + background-color: #a4b4bf; + color: #ffffff; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; + background-image: none; + font-family: FontAwesome; + font-size: 24px; + text-align: center; + width: 24px; + height: 34px; + margin: 0 5px 0 5px; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f104'; +} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f105'; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + height: 31px; + margin: 0px 5px 0 5px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #666666; +} +.webix_el_tabbar + .webix_multiview { + background-color: #ffffff; +} +.webix_view.rounded_top { + -moz-border-top-left-radius: 4px; + -moz-border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.webix_view.rounded_right { + -moz-border-top-right-radius: 4px; + -moz-border-bottom-right-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; +} +.webix_view.rounded_bottom { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + -moz-border-bottom-left-radius: 4px; + -moz-border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; +} +.webix_view.rounded_left { + -moz-border-top-left-radius: 4px; + -moz-border-bottom-left-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; +} +.webix_layout_space > .webix_view, +.webix_layout_wide > .webix_view { + border-radius: 4px; +} +.webix_layout_space .webix_layout_accordion .webix_accordionitem, +.webix_layout_wide .webix_layout_accordion .webix_accordionitem { + border-radius: 4px; +} +.webix_view .webix_win_head { + border-bottom: 1px solid #dddddd; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #666666; + background: #ffffff; + box-shadow: 0 -2px #3498db inset; +} +.webix_modal_box .webix_popup_title { + color: #666666; + background: #ffffff; + font-size: 13px; + text-shadow: none; +} +.webix_popup_text { + box-shadow: 0 3px #3498db inset; + font-size: 13px; +} +.webix_alert-warning .webix_popup_text, +.webix_confirm-warning .webix_popup_text { + box-shadow: 0 3px #ffd21a inset; +} +.webix_alert-error .webix_popup_text, +.webix_confirm-error .webix_popup_text { + box-shadow: 0 3px #ff391b inset; +} +.webix_view.webix_popup { + border: 1px solid #dddddd; +} +.webix_modal_box { + border: 1px solid #dddddd; +} +.confirmButton { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.confirmButtonActive { + background: #2ecb70; +} +.webix_popup_button { + border: none; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #d0d0d0; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid #d0d0d0; +} +.webix_dtable .webix_last_topcell { + border-bottom: 1px solid #d0d0d0; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px solid #b0cee3; +} +.webix_dtable .webix_hcell.webix_ss_filter { + padding: 0px 5px; +} +.webix_dtable .webix_ss_filter select, +.webix_dtable .webix_ss_filter input { + height: 24px; + vertical-align: middle; + border-radius: 6px; +} +.webix_dtable .webix_richfilter { + margin-top: 2px; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +/*.webix_ss_header tr:nth-child(2) td{ + border-top: 1px solid transparent ; +}*/ +.dtBodyCell { + border-bottom: 1px solid #ebebeb; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #b0cee3; +} +.webix_view .webix_dt_editor input, +.webix_view .webix_dt_editor select { + border: 1px solid #3498db; +} +.dataItemStyle { + border-color: #ebebeb; +} +.webix_list_item.webix_group_back { + color: #4a4a4a; + background: #d2e3ef; + border-bottom: 1px solid #b0cee3; +} +.webix_dataview_item { + border-right-color: #ebebeb; +} +.webix_view .webix_pager_item { + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + font-size: 13px; +} +.webix_view .webix_pager_item:hover { + background-color: #268fd5; +} +.webix_view .webix_pager_item:focus { + background-color: #2489cc; +} +.webix_view .webix_pager_item_selected { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webix_view .webix_pager_item, +.webix_view .webix_pager_item_selected { + border-radius: 6px; +} +.webix_list .webix_unit_header { + font-weight: normal; + text-shadow: none; + background: #d2e3ef; + font-size: 13px; + color: #4a4a4a; +} +.webix_view .webix_tree_open, +.webix_view .webix_tree_close { + background-image: none; + font-family: FontAwesome; + font-size: 14px; + text-align: center; + color: #666666; + line-height: 22px; +} +.webix_view .webix_tree_open:before { + content: "\f147"; +} +.webix_view .webix_tree_close:before { + content: "\f196"; +} +.webix_menu-x .webix_submenu_icon, +.webix_view.webix_menu .webix_submenu_icon { + width: 6px; + height: auto; + font-size: 14px; + font-family: FontAwesome; + line-height: 1px; + margin-top: 3px; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active, +.webix_menu.webix_view .webix_list_item:focus { + background-color: #f5f5f5; +} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { + content: '\f105'; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background: #27ae60; +} +.webix_property .webix_property_label, +.webix_property .webix_property_value { + border-color: #ebebeb; +} +.webix_view .webix_drag_over, +.webix_view .webix_drop_zone { + background-color: #f4f4f4; +} +.webix_view button, +.webix_view input[type=button] { + -webkit-appearance: none; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon, +.webix_el_datepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon { + background-color: #3498db; + color: #ffffff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.focusStyle { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_search input, +.webix_el_combo input { + padding-right: 28px; +} +.webix_el_search input, +.webix_el_text input, +.webix_el_combo input { + border-radius: 6px; +} +.webix_el_search input:focus, +.webix_el_text input:focus, +.webix_el_combo input:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_counter input[type=text]:focus { + border-top: 1px solid #3498db; + border-bottom: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_dbldatepicker input, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_dbldatepicker .webix_inp_static { + border-radius: 6px; + padding-right: 28px; +} +.webix_el_richselect input:focus, +.webix_el_datepicker input:focus, +.webix_el_colorpicker input:focus, +.webix_el_dbldatepicker input:focus, +.webix_el_richselect .webix_inp_static:focus, +.webix_el_datepicker .webix_inp_static:focus, +.webix_el_colorpicker .webix_inp_static:focus, +.webix_el_dbldatepicker .webix_inp_static:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_textarea textarea:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_select select, +.webix_el_textarea textarea { + border-radius: 6px; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon { + width: 21px; + padding-left: 8px; +} +.webix_el_datepicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_search span.webix_input_icon { + width: 24px; +} +.webix_el_text .webix_inp_static { + border-radius: 6px; + white-space: nowrap; +} +.webix_focused .webix_inp_static { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_multilist .fa-check-square { + color: #3498db; +} +.buttonStyle { + color: #ffffff; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; +} +.webix_el_colorpicker div.webix_inp_static div { + margin: 2.5px -20px 0px -5px; +} +div.webix_inp_static, +.webix_el_textarea textarea { + background: #ffffff; + font-family: 'PT Sans', Tahoma; + padding-top: 0px; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ +} +.webix_el_textarea .webix_el_box textarea { + padding-top: 2px; +} +.webix_el_select select { + font-family: 'PT Sans', Tahoma; + border-color: #dddddd; +} +.webix_el_checkbox input { + border-color: #dddddd; +} +.webix_el_counter .webix_inp_counter_value { + width: 40px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + padding-top: 0px; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #3498db; + width: 29px; + color: #ffffff; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + font-weight: bold; + font-family: "Courier New", Courier, monospace; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 20px; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 20px; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none; + font-size: 13px; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +div.webix_item_tab { + border-color: #a4b4bf; + padding-top: 3px; + font-size: 16px; +} +div.webix_item_tab.webix_selected { + padding-top: 2px; +} +.webixtype_bottom .webix_item_tab, +.webixtype_bottom .webix_item_tab.webix_selected { + border-color: #3498db; + border-right: 1px solid #5faee3; + background: #3498db; + color: #ffffff; + padding-top: 0; +} +.webixtype_bottom .webix_item_tab:last-child, +.webixtype_bottom .webix_item_tab.webix_selected:last-child { + border-right: 1px solid #5faee3; +} +.webixtype_bottom .webix_item_tab.webix_selected { + background: #2383c4; + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab { + white-space: nowrap; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-size: 24px; + height: 100%; + line-height: inherit; + margin: 0 3px; + vertical-align: top; + width: 100%; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { + background: #2383c4; +} +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_el_tabbar .webixtype_iconTop .webix_icon, +.webix_el_tabbar .webixtype_image .webix_icon { + color: #ffffff; + font-size: 18px; + top: 1px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + font-size: 13px; + padding-top: 2px; + padding-bottom: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, +.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { + margin-top: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_img_btn_text { + bottom: 0px; + font-size: 13px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { + background: #2383c4; + box-shadow: 0 0 0 1px #3498db inset; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { + background-color: #2383c4; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon, +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_tab_filler, +.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, +.webix_el_tabbar .webixtype_image .webix_tab_filler { + border-bottom-color: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + color: #ffffff; + background: #3498db; + border-color: #3498db; + border-bottom: 1px solid #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { + color: #ffffff; +} +.webix_tab_more_icon:hover { + color: #4d4d4d; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { + background-color: #268fd5; +} +.webix_tab_filler:first-child { + border-right: 0; +} +.passiveBarBG { + background: #a4b4bf; + color: #ffffff; +} +.webix_all_tabs { + padding-left: 1px; + padding-right: 1px; +} +.webix_after_all_tabs { + background: #3498db; +} +.webix_el_box .webixtype_form:active { + background-color: #219552; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_box .webixtype_form:focus { + background-color: #219552; +} +.webix_el_box .webixtype_form:hover { + background-color: #239d57; +} +.webixtype_danger:hover { + background-color: #ca4635; +} +.webixtype_danger:focus { + background-color: #c14433; +} +.webixtype_danger:active { + background-color: #c14433; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webixtype_prev:focus, +.webixtype_prev:focus + .webixtype_prev_arrow, +.webixtype_next:focus, +.webixtype_next:focus + .webixtype_next_arrow { + background-color: #2489cc; +} +.webixtype_prev:hover, +.webixtype_prev:hover + .webixtype_prev_arrow, +.webixtype_next:hover, +.webixtype_next:hover + .webixtype_next_arrow { + background-color: #268fd5; +} +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color:rgba(100,100,100,0.1); +};*/ +.webix_el_box .webixtype_form { + color: #666666; + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webixbutton:hover, +.webixtype_base:hover, +.webix_inp_counter_next:hover, +.webix_inp_counter_prev:hover, +.webix_input_icon:hover, +.webix_segment_0:hover, +.webix_segment_1:hover, +.webix_segment_N:hover { + background-color: #268fd5; +} +.webixbutton:active, +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active, +.webix_input_icon:active, +.webix_segment_0:active, +.webix_segment_1:active, +.webix_segment_N:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_text .webix_input_icon:hover, +.webix_el_text .webix_input_icon:active { + color: #3498db; + background: inherit; + cursor: pointer; +} +.webixbutton:focus, +.webixtype_base:focus, +.webix_inp_counter_next:focus, +.webix_inp_counter_prev:focus, +.webix_segment_0:focus, +.webix_segment_1:focus, +.webix_segment_N:focus { + background-color: #2489cc; +} +.webix_selected.webix_segment_0:hover, +.webix_selected.webix_segment_1:hover, +.webix_selected.webix_segment_N:hover { + background-color: #239d57; +} +.webix_selected.webix_segment_0:active, +.webix_selected.webix_segment_1:active, +.webix_selected.webix_segment_N:active { + background-color: #219552; +} +.webix_selected.webix_segment_0:focus, +.webix_selected.webix_segment_1:focus, +.webix_selected.webix_segment_N:focus { + background-color: #219552; +} +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + margin-left: 1px; + border-left: none; +} +.webix_el_slider .webix_slider_title { + margin-bottom: -13px; +} +.activeShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.toggleShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); +} +.webix_el_toggle .webix_pressed .webix_img_btn, +.webix_el_toggle .webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: #2489cc; +} +.webix_img_btn_abs_top .webix_icon { + font-size: 22px; +} +.webix_img_btn:hover, +.webix_img_btn_top:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(0, 0, 0, 0.07); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_img_btn:focus, +.webix_img_btn_top:focus { + background-color: rgba(0, 0, 0, 0.07); +} +/* +.webix_el_box .webix_img_btn_abs:active + input, .webix_el_box .webix_img_btn_abs + input:active{ + .darkActiveRule(@buttonBgColor); +} +.webix_el_box .webix_img_btn_abs:hover + input, .webix_el_box .webix_img_btn_abs + input:hover{ + .darkHoverRule(@buttonBgColor); +}*/ +.webix_view .webix_fieldset fieldset { + border: 1px solid #dedede; +} +.webix_view .webix_fieldset legend { + color: #787878; +} +.webix_custom_checkbox:before { + content: "\f00c"; + color: #3498db; + font-family: FontAwesome; + font-size: 16px; + height: 14px; + display: block; + line-height: 13px; + width: 14px; +} +.webix_checkbox_0 .webix_custom_checkbox:before { + visibility: hidden; +} +.webix_custom_checkbox { + float: left; + position: relative; + top: 50%; + width: auto; + margin-top: -7px; + padding: 0; + height: 15px; + width: 15px; + border: 1px solid #cccccc; + border-radius: 3px; + background-color: #ffffff; +} +.webix_custom_checkbox:focus { + border-color: #3498db; +} +a:focus .webix_custom_checkbox, +a:active .webix_custom_checkbox { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + margin: 3px; + border-radius: 50%; + display: block; + width: 7px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + height: 7px; + background-color: #3498db; +} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before { + visibility: hidden; +} +.webix_el_radio .webix_custom_radio { + display: block; + height: 15px; + width: 15px; + padding: 0; + border: 1px solid #cccccc; + border-radius: 50%; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio:focus { + border-color: #3498db; +} +.webix_el_radio .webix_label_right { + color: #666666; + font-size: 13px; +} +a:focus .webix_custom_radio, +a:active .webix_custom_radio { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_cal_body .webix_cal_today { + /*background-color: transparent; + color: @fontColor;*/ + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid #27ae60; + border-radius: 6px; +} +.webix_cal_body .webix_cal_today span { + /*#box > .sizing; + border: 1px solid @selectColor;*/ +} +.webix_cal_body .webix_cal_day, +.webix_cal_body .webix_cal_week_num { + font-size: 11px; +} +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + /*background: transparent; + color: @fontColor;*/ + border-radius: 6px; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_event.webix_cal_select { + color: #ffffff; + border-radius: 6px; + background: #27ae60; +} +.webix_cal_event { + color: #3498db; +} +.webix_cal_outside { + font-weight: normal; + color: #bbb; +} +.webix_time_footer .webix_cal_done, +.webix_cal_footer .webix_cal_done { + font-size: 13px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; +} +.webix_time_footer .webix_cal_done:hover, +.webix_cal_footer .webix_cal_done:hover { + background-color: #268fd5; +} +.webix_time_footer .webix_cal_done:focus, +.webix_cal_footer .webix_cal_done:focus { + background-color: #2489cc; +} +.webix_cal_month { + line-height: 20px; + text-align: center; + font-size: 17px; + font-weight: bold; +} +.webix_view > .webix_cal_header div { + font-size: 12px; +} +.webix_cal_month_name { + font-size: 12px; + font-weight: normal; +} +.webix_cal_range { + background-color: #d4f5e2; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_accordionitem_label .webix_icon { + font-size: 17px; + width: 25px; +} +.webix_item_tab .webix_icon { + width: 30px; + font-size: 17px; +} +.webix_skin_mark { + height: 210px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 13px; + color: #4a4a4a; + background: #d2e3ef; + border-right: 1px solid #b0cee3; + border-bottom: 1px solid #b0cee3; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #b3b3b3; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/contrast.css b/skins/debug/contrast.css new file mode 100644 index 0000000..5f8c0c5 --- /dev/null +++ b/skins/debug/contrast.css @@ -0,0 +1,7499 @@ +.webix_view { + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #818181; + background-color: #393939; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #393939; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #818181; +} +.webix_layout_wide { + background-color: #818181; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 11.25px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 45px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #393939; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #818181; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #818181; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #393939; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 18px; + background: #191919; + line-height: 43px; + line-height: 45px; + padding-top: 0; + padding-bottom: 0; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #ffffff; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #ffffff; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #c2c2c2; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #c2c2c2; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #818181; + position: relative; + z-index: 2; + color: #ffffff; + font-size: 18px; + background: #191919; + line-height: 43px; + cursor: pointer; + overflow: hidden; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 15px 13.5px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 29px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #4d4d4d; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #1f884c; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #4d4d4d; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #575757; + font-size: 15px; + color: #ffffff; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #ffffff; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #575757; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #ebebeb; + border-bottom: none; + border-color: #4d4d4d; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #4d4d4d; + border-right: 1px solid #4d4d4d; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 3px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #818181; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + font-size: 15px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #1f884c; + border: 1px solid #4d4d4d; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 29px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #4d4d4d; + border-right: 1px solid #ebebeb; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #1f884c; + border-bottom: 1px solid #4d4d4d; + border-right: 1px solid #4d4d4d; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #ffffff; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #ffffff; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #ffffff; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #ffffff; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #393939; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: 'PT Sans', Tahoma; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 30px; + line-height: 30px; + display: inline-block; + margin: 0 5px; + border-radius: 2px; +} +.webix_popup_button div { + border-radius: 2px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #818181; +} +.webix_button input, +.webix_popup_button div { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; + height: 30px; + line-height: 30px; +} +.webix_popup_button.confirm div { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + border-color: #28b263; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 15px; + color: #ffffff; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 15px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #818181; + background-color: #393939; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #202020; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 31px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #393939; + border-top: 1px solid #818181; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #6e6e6e; + border-bottom: 1px solid #818181; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 3px 5px 3px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #ffffff !important; + height: 39px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #818181; + line-height: 32px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_richfilter { + margin-top: 1px; + line-height: 32px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 15px; + color: #ffffff; + background: #575757; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #343434; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #6e6e6e; + border-bottom: 1px solid #6e6e6e; +} +.webix_ss_footer td { + border-right: 1px solid #4d4d4d; + border-top: 1px solid #4d4d4d; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #818181; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #818181; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #818181; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #4d4d4d; + border-bottom: 1px solid #ebebeb; + padding: 0 10px; + border-bottom: 1px solid #4d4d4d; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #4d4d4d; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #ebebeb; + height: 34px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #393939; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 5px 10px; + height: 34px; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #202020; + color: #ffffff; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #1f884c; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #4d4d4d; + border-left: 1px solid #4d4d4d; + border-right: 1px solid #4d4d4d; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #4d4d4d; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #4d4d4d; + border-right: 1px solid #4d4d4d; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #1f884c; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #ebebeb; +} +.webix_dtable_subrow { + border-top: 1px solid #ebebeb; + text-align: right; +} +.webix_dtable_subview { + background: #ebebeb; + border-top: 1px solid #ebebeb; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #1f884c; +} +.webix_hcell span.webix_input_icon { + background-color: #6e6e6e; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #ffffff; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #ffffff; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 18px; + background: #191919; + padding: 0px; + text-align: center; + line-height: 45px; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #191919; + display: block; + border: 1px solid #000000; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 28px; + line-height: 28px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #1f884c; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 25px; + height: 28px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7"); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw=="); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw=="); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw=="); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #393939; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #ffffff; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #1f884c; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #ffffff; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #ffffff; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #ffffff; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #ffffff; + background: #2a2a2a; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #393939; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #1f884c; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #191919; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #ffffff; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #818181; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 2px; + border: 1px solid #818181; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + color: #ffffff; + border-color: #28b263; + box-shadow: none; + float: right; +} +.webix_cal_blurred_hours { + background-color: #313131; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #818181; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + height: 28px; + line-height: 27px; +} +.webix_property_label { + border-right: 1px solid #818181; +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 18px; + background: #191919; + line-height: 43px; + line-height: 23px; + border-bottom: 1px solid #ebebeb; + line-height: 28px; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #818181; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #393939; + padding: 5px 10px; + border: 1px solid #818181; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #393939; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #afedc9; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #1f884c; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #ffffff; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #818181; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 2px; + border: 1px solid #818181; + height: 100%; + width: 100%; + cursor: pointer; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #ffffff; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #ffffff; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #800080; + border-bottom: 1px solid #a400a4; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + padding: 0px; + border: 0px; +} +.webixtype_form { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + color: #ffffff; + border-color: #28b263; + box-shadow: none; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545; + border-bottom: 1px solid #b13e2f; + color: #fff; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 2px; + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; + border: 1px solid #818181; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 8px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 15px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 4px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #bfbfbf; + background: #747474; + border: 1px solid #747474; + text-shadow: none; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #bfbfbf; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #bfbfbf; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #bfbfbf; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 2px; + height: 100%; + width: 100%; + font-size: 15px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #818181; + color: #ffffff; + font-size: 15px; + background: #535353; + font-family: 'PT Sans', Tahoma; + border-color: #797979; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #ffffff; + text-transform: none; + font-size: 15px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 3px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 3px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 13px; + color: #ffffff; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #ffffff; + line-height: 32px; + padding: 3px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #818181; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #818181; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 15px; + width: 50px; + color: #ffffff; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; + -webkit-border-top-left-radius: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 2px; + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.webix_el_textarea textarea { + border: 1px solid #818181; + height: 100%; + margin: 0; + padding: 5px; + color: #ffffff; + resize: none; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 9.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #818181; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 2px; + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #818181; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topleft: 2px; + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #800080; + border-bottom: 1px solid #a400a4; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #1f884c; + border-color: #28b263; +} +.webix_inp_static { + border: 1px solid #818181; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #ffffff; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 15px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #ffffff; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #ffffff; + padding-right: 24px; + background: #535353; + font-family: 'PT Sans', Tahoma; + border-color: #797979; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 6.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 32px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 13px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 7px; + right: 8px; + width: 24px; + height: 24px; + border-radius: 2px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 19px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #bfbfbf; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #bfbfbf; + background: #797979; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #bfbfbf; + background: #747474; + border: 1px solid #747474; + text-shadow: none; +} +.webix_disabled_top_label { + color: #bfbfbf; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #ffffff; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #2c2c2c; + display: inline-block; + margin: 3px; + float: left; + border-radius: 2px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #d9d9d9; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #2c2c2c; + color: #ffffff; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #818181; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #818181; +} +.webix_item_tab:first-child { + border-left: 1px solid #818181; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #818181; + border-left-width: 0px; + background: #393939; + color: #ffffff; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 4px; + border-bottom-left-radius: 0px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #191919; + color: #ffffff; + border-color: #191919; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #1f884c; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #818181; + border-right: 1px solid #818181; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #bfbfbf; + background: #747474; + border: 1px solid #747474; + text-shadow: none; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 3px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #818181; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #393939; + height: 34px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0px; +} +.webix_menu-x .webix_submenu_icon { + top: 13px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 30px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #cd00cc; + border-left: 0px; + background: #800080; + color: #ffffff; + font-size: 15px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon:before { + content: '\f107'; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #ffffff; + text-align: left; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active { + background-color: #b300b3; +} +.webix_menu-x .webix_list_item:first-child { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +/* Submenu */ +.webix_menu { + background: #393939; + border: 1px solid #818181; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #818181; +} +.webix_menu .webix_submenu_icon { + top: 11px; +} +.webix_menu .webix_context_spacer { + height: 34px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #ffffff; + font-size: 18px; + background: #191919; +} +.webix_toolbar.webix_layout_subbar { + color: #ffffff; + font-size: 18px; + background: #191919; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 8px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #686868; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #ffffff; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #ffffff; + line-height: 32px; + padding: 3px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 13px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding-top: 15px; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #8c8c8c; + border: 1px solid #8e8e8e; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #8e8e8e; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 9px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + height: 6px; + border: 1px solid #cd00cc; + background: #b300b3; +} +.webix_slider_box .webix_slider_right { + height: 6px; + background: #6c6c6c; + border-color: #797979; +} +.webix_slider_box .webix_slider_handle { + width: 16px; + height: 16px; + background-color: #800080; + border: 1px solid #cd00cc; + box-shadow: 0 0 1px #cd00cc; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 6.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDC8KQSqFawAAABlJREFUCNdj+P//vxkDAwMDMs3EgAUMrCAA8LUJqB1jT/kAAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #cd00cc; + background: #b300b3; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + background: #6c6c6c; + border-color: #797979; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #800080; + border: 1px solid #cd00cc; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #2c2c2c; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #1f884c; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #ffffff; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #1f884c; + border-color: #1f884c; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #e2e2a7; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #e2e2a7; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #393939; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #1f884c; + box-shadow: inset 0 0 1px 2px #1f884c; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #818181; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #ffffff; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 15px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ff5cff; + border-radius: 2px; + border: 1px solid #818181; + cursor: pointer; + font-size: 15px; + font-family: 'PT Sans', Tahoma; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 400; + src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 700; + src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); +} +.mainFont { + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; +} +.invalidStyle { + color: #fea5a8; + background-color: #4d4d4d; + border-color: #fea5a8; +} +/*[L]*/ +/*[L]*/ +.webix_layout_toolbar.webix_toolbar { + color: #ffffff; + font-size: 18px; + background: #191919; +} +.webix_layout_space > .webix_toolbar { + border-radius: 0; +} +.webix_view.webix_layout_accordion { + background-color: #818181; +} +.webix_accordionitem .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin: 14px 13.5px; +} +.webix_accordionitem.collapsed .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin-top: 13px; +} +.webix_accordionitem.horizontal.collapsed, +.webix_accordionitem.collapsed { + background-color: #393939; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, +.webix_accordionitem.collapsed .webix_accordionitem_header { + background-color: #393939; + color: #ffffff; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; + background-image: none; + font-family: FontAwesome; + font-size: 24px; + text-align: center; + width: 24px; + height: 45px; + margin: 0 10.5px 0 10.5px; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f104'; +} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f105'; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + height: 42px; + margin: 0px 10.5px 0 10.5px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #ffffff; +} +.webix_el_tabbar + .webix_multiview { + background-color: #393939; +} +.webix_view.rounded_top { + -moz-border-top-left-radius: 0; + -moz-border-top-right-radius: 0; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.webix_view.rounded_right { + -moz-border-top-right-radius: 0; + -moz-border-bottom-right-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; +} +.webix_view.rounded_bottom { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + -moz-border-bottom-left-radius: 0; + -moz-border-bottom-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: 0; +} +.webix_view.rounded_left { + -moz-border-top-left-radius: 0; + -moz-border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; +} +.webix_layout_space > .webix_view, +.webix_layout_wide > .webix_view { + border-radius: 0; +} +.webix_layout_space .webix_layout_accordion .webix_accordionitem, +.webix_layout_wide .webix_layout_accordion .webix_accordionitem { + border-radius: 0; +} +.webix_window, +.webix_tooltip { + box-shadow: 0px 1px 7px 1px #818181; +} +.webix_view .webix_win_head { + border-bottom: 1px solid #818181; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #ffffff; + background: #191919; +} +.webix_modal_box .webix_popup_title { + color: #ffffff; + background: #393939; + font-size: 15px; + text-shadow: none; +} +.webix_popup_text { + font-size: 15px; +} +.webix_alert-warning .webix_popup_text, +.webix_confirm-warning .webix_popup_text { + box-shadow: 0 3px #ffd21a inset; +} +.webix_alert-error .webix_popup_text, +.webix_confirm-error .webix_popup_text { + box-shadow: 0 3px #ff391b inset; +} +.webix_view.webix_popup { + border: 1px solid #818181; +} +.webix_modal_box { + border: 1px solid #818181; +} +.confirmButton { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + border-color: #28b263; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.confirmButtonActive { + background: #26a55c; +} +.webix_popup_button { + border: none; +} +.webix_resize_handle { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDA8VWaasPAAAAB9JREFUKM9jYBgy4P////9HmkaiDRpGGnEaRH+NAwIARRJTrXKWh1IAAAAASUVORK5CYII="); +} +.webix_resizer_y { + background-color: #818181; +} +.webix_resizer_x { + background-color: #818181; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #747474; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid #747474; +} +.webix_dtable .webix_last_topcell { + border-bottom: 1px solid #747474; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px solid #6e6e6e; +} +.webix_dtable .webix_hcell.webix_ss_filter { + padding: 0px 5px; +} +.webix_dtable .webix_hcell.webix_div_filter { + padding: 3px 5px; +} +.webix_dtable .webix_ss_filter select, +.webix_dtable .webix_ss_filter input { + height: 32px; + vertical-align: middle; + border-radius: 2px; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + right: 3px; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.dtBodyCell { + border-bottom: 1px solid #4d4d4d; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #6e6e6e; +} +.dataItemStyle { + border-color: #4d4d4d; +} +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #878787; +} +.webix_block_selection { + background: rgba(255, 255, 255, 0.25); + border: 2px solid #818181; +} +.webix_list_item.webix_invalid { + color: #fea5a8; + background-color: #4d4d4d; + border-color: #fea5a8; +} +.webix_list_item.webix_group_back { + color: #ffffff; + background: #575757; + border-bottom: 1px solid #6e6e6e; +} +.webix_dataview_item { + border-right-color: #4d4d4d; +} +.webix_view .webix_pager_item { + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; + font-size: 15px; +} +.webix_view .webix_pager_item:hover { + background-color: #b300b3; +} +.webix_view .webix_pager_item:focus { + background-color: #9f009f; +} +.webix_view .webix_pager_item_selected { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + color: #ffffff; + border-color: #28b263; + box-shadow: none; +} +.webix_view .webix_pager_item, +.webix_view .webix_pager_item_selected { + border-radius: 2px; +} +.webix_list .webix_unit_header { + font-weight: normal; + text-shadow: none; + background: #575757; + font-size: 15px; + color: #ffffff; +} +.webix_tree_open, +.webix_tree_close { + background-image: none; + font-family: FontAwesome; + font-size: 15px; + text-align: center; + color: #ffffff; +} +.webix_tree_open:before { + content: "\f107"; +} +.webix_tree_close:before { + content: "\f105"; +} +.webix_menu-x .webix_submenu_icon, +.webix_view.webix_menu .webix_submenu_icon { + width: 6px; + height: auto; + font-size: 14px; + font-family: FontAwesome; + line-height: 1px; + margin-top: 3px; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active { + background-color: #535353; +} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { + content: '\f105'; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background: #1f884c; +} +.webix_property .webix_property_label, +.webix_property .webix_property_value { + border-color: #4d4d4d; +} +.webix_drag_over, +.webix_drop_zone, +.webix_column > .webix_drag_over.webix_cell { + background-color: #535353; +} +.propertyStyle { + height: 28px; + line-height: 27px; +} +.propertyTitle { + line-height: 28px; +} +.webix_organogram_item { + background-color: #575757; + color: #ffffff; + border: 1px solid #a3a3a3; +} +.webix_view button, +.webix_view input[type=button] { + -webkit-appearance: none; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + color: #fea5a8; + background-color: #4d4d4d; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + color: #fea5a8; +} +.webix_el_combo span.webix_input_icon, +.webix_el_search span.webix_input_icon, +.webix_el_richselect span.webix_input_icon, +.webix_el_datepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon { + background-color: #797979; + color: #ffffff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.focusStyle { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_search input, +.webix_el_combo input, +.webix_el_colorpicker input { + padding-right: 28px; +} +.webix_el_search input, +.webix_el_text input, +.webix_el_combo input, +.webix_el_colorpicker input, +.webix_el_datepicker input { + border-radius: 2px; +} +.webix_el_search input:focus, +.webix_el_text input:focus, +.webix_el_combo input:focus, +.webix_el_colorpicker input:focus, +.webix_el_datepicker input:focus { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_dbldatepicker .webix_inp_static { + border-radius: 2px; + padding-right: 28px; + white-space: nowrap; +} +.webix_el_richselect .webix_inp_static:focus, +.webix_el_datepicker .webix_inp_static:focus, +.webix_el_colorpicker .webix_inp_static:focus, +.webix_el_dbldatepicker .webix_inp_static:focus { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_select select, +.webix_el_textarea textarea { + border-radius: 2px; +} +.webix_el_textarea textarea:focus, +.webix_el_select select:focus { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon { + width: 21px; + padding-left: 8px; +} +.webix_el_datepicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_search span.webix_input_icon { + width: 24px; +} +.webix_el_text .webix_inp_static { + border-radius: 2px; + white-space: nowrap; +} +.webix_focused .webix_inp_static { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_multilist .fa-check-square { + color: #ffffff; +} +.buttonStyle { + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; +} +.inputButtonStyle { + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #797979; + border-bottom: 1px solid #797979; + outline: none; +} +.webix_el_colorpicker div.webix_inp_static div { + margin: 2.5px -20px 0px -5px; +} +div.webix_inp_static, +.webix_el_textarea textarea { + background: #535353; + font-family: 'PT Sans', Tahoma; + border-color: #797979; +} +.webix_el_select select { + color: #ffffff; + background: #535353; + font-family: 'PT Sans', Tahoma; + border-color: #797979; +} +.webix_el_checkbox input { + border-color: #818181; +} +.webix_el_counter .webix_inp_counter_value { + width: 40px; + background: #535353; + font-family: 'PT Sans', Tahoma; + border-color: #797979; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #797979; + width: 29px; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #797979; + border-bottom: 1px solid #797979; + outline: none; + font-weight: bold; + font-family: "Courier New", Courier, monospace; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + font-size: 20px; +} +.webix_el_counter .webix_inp_counter_prev:focus, +.webix_el_counter .webix_inp_counter_next:focus { + border-color: #ffffff; +} +.webix_el_counter input[type=text]:focus { + border: 1px solid #ffffff; +} +.webix_control { + background: transparent; +} +/* .webix_layout_line > .webix_control, .webix_layout_clean > .webix_control{ + background: @backColor; +}*/ +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +div.webix_item_tab { + border-color: #393939; + padding-top: 3px; + font-size: 18px; +} +div.webix_item_tab.webix_selected { + padding-top: 2px; +} +.webix_el_tabbar .webix_item_tab { + border: 1px solid #818181; +} +.webix_el_tabbar .webix_item_tab.webix_selected { + border-bottom-width: 0; +} +.webixtype_bottom .webix_item_tab { + border-color: #393939; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px; + border-color: #191919; +} +.webixtype_bottom .webix_item_tab, +.webixtype_bottom .webix_item_tab.webix_selected { + border-right-color: #818181; + padding-top: 0; +} +.webixtype_bottom .webix_item_tab:last-child, +.webixtype_bottom .webix_item_tab.webix_selected:last-child { + border-right: 1px solid #818181; +} +.webixtype_bottom .webix_item_tab.webix_selected { + background: #050505; + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon { + background: #191919; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab { + white-space: nowrap; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-size: 24px; + height: 100%; + line-height: inherit; + margin: 0 3px; + vertical-align: top; + width: 100%; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { + background: #050505; +} +.webix_accordionitem_label .webix_icon { + font-size: 19px; + width: 25px; +} +.webix_item_tab .webix_icon { + width: 30px; + font-size: 19px; +} +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_el_tabbar .webixtype_iconTop .webix_icon, +.webix_el_tabbar .webixtype_image .webix_icon { + color: #ffffff; + font-size: 18px; + top: 1px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + font-size: 15px; + padding-top: 2px; + padding-bottom: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, +.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { + margin-top: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_img_btn_text { + bottom: 0px; + font-size: 15px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { + background: #050505; + box-shadow: 0 0 0 1px #191919 inset; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { + background-color: #050505; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon, +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + background: #191919; +} +.webix_el_tabbar .webixtype_icon .webix_tab_filler, +.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, +.webix_el_tabbar .webixtype_image .webix_tab_filler { + border-bottom-color: #191919; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + color: #ffffff; + background: #191919; + border-color: #191919; + border-bottom: 1px solid #191919; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { + color: #ffffff; +} +.webix_tab_more_icon:hover { + color: #e6e6e6; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { + background: #191919; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { + background-color: #333333; +} +.webix_tab_filler:first-child { + border-right: 0; +} +.passiveBarBG { + background: #393939; + color: #ffffff; +} +.webix_after_all_tabs { + background: #191919; +} +.webix_el_box .webixtype_form:active { + background-color: #25a15a; + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.webix_el_box .webixtype_form:focus { + background-color: #25a15a; +} +.webix_el_box .webixtype_form:hover { + background-color: #28b263; +} +.webixtype_danger:hover { + background-color: #d97a6d; +} +.webixtype_danger:focus { + background-color: #d46b5d; +} +.webixtype_danger:active { + background-color: #d46b5d; + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.webixtype_prev:focus, +.webixtype_prev:focus + .webixtype_prev_arrow, +.webixtype_next:focus, +.webixtype_next:focus + .webixtype_next_arrow { + background-color: #9f009f; +} +.webixtype_prev:hover, +.webixtype_prev:hover + .webixtype_prev_arrow, +.webixtype_next:hover, +.webixtype_next:hover + .webixtype_next_arrow { + background-color: #b300b3; +} +.webix_el_box .webixtype_form { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + background: #1f884c; + color: #ffffff; + border-color: #28b263; + box-shadow: none; +} +.webixbutton:hover, +.webixtype_base:hover, +.webix_segment_0:hover, +.webix_segment_1:hover, +.webix_segment_N:hover { + background-color: #b300b3; +} +.webixbutton:active, +.webixtype_base:active, +.webix_segment_0:active, +.webix_segment_1:active, +.webix_segment_N:active { + background-color: #9f009f; + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.webix_el_text .webix_input_icon { + color: #e2e2a7; +} +.webix_el_text .webix_input_icon:hover, +.webix_el_text .webix_input_icon:active { + cursor: pointer; +} +.webixbutton:focus, +.webixtype_base:focus, +.webix_segment_0:focus, +.webix_segment_1:focus, +.webix_segment_N:focus { + background-color: #9f009f; +} +.webix_selected.webix_segment_0:hover, +.webix_selected.webix_segment_1:hover, +.webix_selected.webix_segment_N:hover { + background-color: #28b263; +} +.webix_selected.webix_segment_0:active, +.webix_selected.webix_segment_1:active, +.webix_selected.webix_segment_N:active { + background-color: #25a15a; +} +.webix_selected.webix_segment_0:focus, +.webix_selected.webix_segment_1:focus, +.webix_selected.webix_segment_N:focus { + background-color: #25a15a; +} +.webix_segment_1:not(.webix_selected), +.webix_segment_N:not(.webix_selected) { + border-left: none; +} +.webix_el_slider .webix_slider_title { + margin-bottom: -13px; +} +.activeShadow { + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.toggleShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); +} +.webix_el_toggle .webix_pressed .webix_img_btn, +.webix_el_toggle .webix_pressed .webix_img_btn_top { + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); + background-color: #9f009f; +} +/*icon buttons*/ +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #e2e2a7; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #e2e2a7; +} +.webix_img_btn_abs_top .webix_icon { + font-size: 22px; +} +.webix_img_btn:hover, +.webix_img_btn_top:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(0, 0, 0, 0.07); + background-color: rgba(255, 255, 255, 0.25); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); +} +.webix_img_btn:focus, +.webix_img_btn_top:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_view .webix_fieldset fieldset { + border: 1px solid #797979; +} +.webix_view .webix_fieldset legend { + color: #ffffff; +} +.webix_control.webix_el_search span { + background-color: #5f5f5f; +} +.webix_checkbox_1 .webix_custom_checkbox:before { + content: "\f00c"; + color: #ffffff; + font-family: FontAwesome; + font-size: 16px; + height: 16px; + display: block; + line-height: 13px; + width: 14px; +} +.webix_custom_checkbox { + float: left; + position: relative; + top: 50%; + width: auto; + margin-top: -7px; + padding: 0; + height: 17px; + width: 17px; + border: 1px solid #ffffff; + border-radius: 3px; + background-color: #4b4b4b; +} +.webix_custom_checkbox:focus { + box-shadow: 0 0 0 1px #ffffff; +} +a:focus .webix_custom_checkbox, +a:active .webix_custom_checkbox { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + background-color: #4b4b4b; +} +.webix_el_radio .webix_radio_1 .webix_custom_radio:before { + content: " "; + border-radius: 50%; + display: block; + width: 9px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + height: 9px; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio { + display: block; + height: 17px; + width: 17px; + padding: 3px; + border: 1px solid #ffffff; + border-radius: 50%; + background-color: #4d4d4d; +} +.webix_el_radio .webix_custom_radio:focus { + box-shadow: 0 0 0 1px #ffffff; +} +.webix_el_radio .webix_label_right { + color: #ffffff; + font-size: 15px; +} +a:focus .webix_custom_radio, +a:active .webix_custom_radio { + box-shadow: 0 0 0 1px #ffffff; +} +::-webkit-input-placeholder { + color: #d9d9d9; +} +::-moz-placeholder { + color: #d9d9d9; +} +:-ms-input-placeholder { + color: #d9d9d9; +} +.webix_badge { + background-color: #ffb3ff; + color: #060606; + font-weight: bold; +} +.webix_dt_editor input, +.webix_dt_editor select { + background: #393939; + font-family: 'PT Sans', Tahoma; + border-color: #797979; + box-shadow: 0 0 0 1px #ffffff inset; +} +.headerFilterStyle { + background: #3e3e3e; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + border-color: #878787; +} +.webix_ss_filter input, +.webix_ss_filter select { + background: #3e3e3e; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + border-color: #878787; +} +.webix_ss_header .webix_inp_static, +.webix_ss_header input { + background: #3e3e3e; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #ffffff; + border-color: #878787; +} +.webix_ss_header span.webix_input_icon { + background: #878787; +} +.webix_section { + color: #ffffff; +} +.webix_cal_body .webix_cal_today { + /*background-color: transparent; + color: @fontColor;*/ + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid #1f884c; + border-radius: 2px; +} +.webix_cal_body .webix_cal_today span { + /*#box > .sizing; + border: 1px solid @selectColor;*/ +} +.webix_cal_body .webix_cal_day, +.webix_cal_body .webix_cal_week_num { + font-size: 14px; +} +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + border-radius: 2px; +} +.webix_cal_body .webix_cal_select.webix_cal_select { + font-weight: bold; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_event.webix_cal_select { + color: #ffffff; + border-radius: 2px; + background: #1f884c; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #cccccc; + background: #6c6c6c; +} +.webix_cal_event { + font-weight: normal; + color: #ffb3ff; +} +.webix_cal_icons .webix_cal_icon, +.webix_cal_month_name { + color: #e2e2a7; +} +.webix_cal_month_name:hover, +.webix_cal_time:hover { + color: #e2e2a7; + text-decoration: underline; +} +.webix_cal_outside { + font-weight: normal; + color: #bbb; +} +.webix_time_footer .webix_cal_done, +.webix_cal_footer .webix_cal_done { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #cd00cc; + outline: none; + color: #ffffff; + background: #800080; + border-bottom: 1px solid #a400a4; +} +.webix_time_footer .webix_cal_done:hover, +.webix_cal_footer .webix_cal_done:hover { + background-color: #b300b3; +} +.webix_time_footer .webix_cal_done:focus, +.webix_cal_footer .webix_cal_done:focus { + background-color: #9f009f; +} +.webix_cal_month { + line-height: 20px; + text-align: center; + font-size: 17px; + font-weight: bold; +} +.webix_view > .webix_cal_header div, +.webix_cal_footer { + font-size: 13px; + color: #e2e2a7; +} +.webix_cal_month_name { + font-size: 14px; + font-weight: normal; +} +.webix_cal_next_button, +.webix_cal_prev_button { + color: #e2e2a7; + background-image: none; + font-family: FontAwesome; +} +.webix_cal_next_button:before { + content: '\f105'; +} +.webix_cal_prev_button:before { + content: '\f104'; +} +.webix_cal_prev_button { + background-image: none; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_cal_range, +.webix_cal_body .webix_cal_today.webix_cal_range { + background-color: #1f884c; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_view::-webkit-scrollbar, +.webix_view ::-webkit-scrollbar, +.webix_view::-webkit-scrollbar-button, +.webix_view ::-webkit-scrollbar-button, +.webix_view::-webkit-scrollbar-corner, +.webix_view ::-webkit-scrollbar-corner, +.webix_view::-webkit-scrollbar-track-piece, +.webix_view ::-webkit-scrollbar-track-piece { + background: #393939; +} +.webix_view::-webkit-scrollbar-button:vertical:increment, +.webix_view ::-webkit-scrollbar-button:vertical:increment { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; + background-position: center center; +} +.webix_view::-webkit-scrollbar-button:vertical:decrement, +.webix_view ::-webkit-scrollbar-button:vertical:decrement { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; + background-position: center center; +} +.webix_view::-webkit-scrollbar-button:horizontal:increment, +.webix_view ::-webkit-scrollbar-button:horizontal:increment { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: center center; +} +.webix_view::-webkit-scrollbar-button:horizontal:decrement, +.webix_view ::-webkit-scrollbar-button:horizontal:decrement { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: center center; +} +.webix_view::-webkit-scrollbar-thumb, +.webix_view ::-webkit-scrollbar-thumb { + background: #b9b9b9; +} +.webix_skin_mark { + height: 230px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 15px; + color: #ffffff; + background: #575757; + border-right: 1px solid #6e6e6e; + border-bottom: 1px solid #6e6e6e; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #343434; + border-right: 1px solid #4d4d4d; + border-top: 1px solid #4d4d4d; + border-bottom: 1px solid #4d4d4d; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #ffffff; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/flat.css b/skins/debug/flat.css new file mode 100644 index 0000000..d0ea72d --- /dev/null +++ b/skins/debug/flat.css @@ -0,0 +1,8654 @@ +.webix_view { + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #666666; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #dddddd; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #dddddd; +} +.webix_layout_wide { + background-color: #dddddd; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 11.25px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 45px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #dddddd; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #dddddd; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 43px; + line-height: 45px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_button, +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + color: #ffffff; +} +.webix_header > div .webix_el_label { + font-size: 18px; +} +.webix_header > div .webixtype_base, +.webix_header > div .webixtype_prev, +.webix_header > div .webixtype_next, +.webix_header > div .webix_inp_counter_next, +.webix_header > div .webix_inp_counter_prev, +.webix_header > div .webix_segment_0, +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_header > div .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_header > div .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_header > div .webixtype_base:hover, +.webix_header > div .webix_inp_counter_next:hover, +.webix_header > div .webix_inp_counter_prev:hover, +.webix_header > div .webix_segment_0:hover, +.webix_header > div .webix_segment_1:hover, +.webix_header > div .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_header > div .webixtype_base:active, +.webix_header > div .webix_inp_counter_next:active, +.webix_header > div .webix_inp_counter_prev:active, +.webix_header > div .webix_segment_0:active, +.webix_header > div .webix_segment_1:active, +.webix_header > div .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webixtype_base:focus, +.webix_header > div .webix_inp_counter_next:focus, +.webix_header > div .webix_inp_counter_prev:focus, +.webix_header > div .webix_segment_0:focus, +.webix_header > div .webix_segment_1:focus, +.webix_header > div .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_header > div .webix_inp_static, +.webix_header > div input[type=text] { + border-color: #ffffff; +} +.webix_header > div .webix_inp_static:focus, +.webix_header > div input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_header > div .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_header > div .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_header > div .webix_input_icon:active, +.webix_header > div .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_header > div .webix_pressed .webixtype_base, +.webix_header > div .webix_pressed .webixtype_prev, +.webix_header > div .webix_pressed .webixtype_next, +.webix_header > div .webix_pressed .webix_el_arrow, +.webix_header > div .webix_pressed .webix_inp_counter_next, +.webix_header > div .webix_pressed .webix_inp_counter_prev, +.webix_header > div .webix_pressed .webix_input_icon, +.webix_header > div .webix_pressed .webix_segment_0, +.webix_header > div .webix_pressed .webix_segment_1, +.webix_header > div .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_selected.webix_segment_0, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_header > div .webix_selected.webix_segment_0:hover, +.webix_header > div .webix_selected.webix_segment_1:hover, +.webix_header > div .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_header > div .webix_selected.webix_segment_0:active, +.webix_header > div .webix_selected.webix_segment_1:active, +.webix_header > div .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_header > div .webix_selected.webix_segment_0:focus, +.webix_header > div .webix_selected.webix_segment_1:focus, +.webix_header > div .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_header > div .webix_img_btn:active, +.webix_header > div .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_img_btn:focus, +.webix_header > div .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_header > div .webix_img_btn:hover, +.webix_header > div .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_header > div .webix_icon_button { + border-radius: 6px; +} +.webix_header > div .webix_img_btn_top .webix_img_btn_text, +.webix_header > div .webix_img_btn_top .webix_icon, +.webix_header > div .webix_el_icon, +.webix_header > div .webix_img_btn, +.webix_header > div .webix_icon_btn, +.webix_header > div .webix_icon_button { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs .webix_icon, +.webix_header > div .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs { + color: #ffffff; +} +.webix_header > div .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_header > div .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_header > div .webix_el_box .webix_img_btn_abs:hover, +.webix_header > div .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_header > div .webix_control { + border-color: #3498db; +} +.webix_header > div .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_header > div .webix_img_btn, +.webix_header > div .webix_img_btn_top { + border-width: 0; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #bfbfbf; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #ebebeb; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #dddddd; + position: relative; + z-index: 2; + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 43px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_button, +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_label { + font-size: 18px; +} +.webix_accordionitem_header .webixtype_base, +.webix_accordionitem_header .webixtype_prev, +.webix_accordionitem_header .webixtype_next, +.webix_accordionitem_header .webix_inp_counter_next, +.webix_accordionitem_header .webix_inp_counter_prev, +.webix_accordionitem_header .webix_segment_0, +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_accordionitem_header .webixtype_base:hover, +.webix_accordionitem_header .webix_inp_counter_next:hover, +.webix_accordionitem_header .webix_inp_counter_prev:hover, +.webix_accordionitem_header .webix_segment_0:hover, +.webix_accordionitem_header .webix_segment_1:hover, +.webix_accordionitem_header .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_accordionitem_header .webixtype_base:active, +.webix_accordionitem_header .webix_inp_counter_next:active, +.webix_accordionitem_header .webix_inp_counter_prev:active, +.webix_accordionitem_header .webix_segment_0:active, +.webix_accordionitem_header .webix_segment_1:active, +.webix_accordionitem_header .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webixtype_base:focus, +.webix_accordionitem_header .webix_inp_counter_next:focus, +.webix_accordionitem_header .webix_inp_counter_prev:focus, +.webix_accordionitem_header .webix_segment_0:focus, +.webix_accordionitem_header .webix_segment_1:focus, +.webix_accordionitem_header .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_accordionitem_header .webix_inp_static, +.webix_accordionitem_header input[type=text] { + border-color: #ffffff; +} +.webix_accordionitem_header .webix_inp_static:focus, +.webix_accordionitem_header input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_accordionitem_header .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_accordionitem_header .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_accordionitem_header .webix_input_icon:active, +.webix_accordionitem_header .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_accordionitem_header .webix_pressed .webixtype_base, +.webix_accordionitem_header .webix_pressed .webixtype_prev, +.webix_accordionitem_header .webix_pressed .webixtype_next, +.webix_accordionitem_header .webix_pressed .webix_el_arrow, +.webix_accordionitem_header .webix_pressed .webix_inp_counter_next, +.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev, +.webix_accordionitem_header .webix_pressed .webix_input_icon, +.webix_accordionitem_header .webix_pressed .webix_segment_0, +.webix_accordionitem_header .webix_pressed .webix_segment_1, +.webix_accordionitem_header .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_selected.webix_segment_0, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:hover, +.webix_accordionitem_header .webix_selected.webix_segment_1:hover, +.webix_accordionitem_header .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:active, +.webix_accordionitem_header .webix_selected.webix_segment_1:active, +.webix_accordionitem_header .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_accordionitem_header .webix_selected.webix_segment_0:focus, +.webix_accordionitem_header .webix_selected.webix_segment_1:focus, +.webix_accordionitem_header .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_accordionitem_header .webix_img_btn:active, +.webix_accordionitem_header .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_img_btn:focus, +.webix_accordionitem_header .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_accordionitem_header .webix_img_btn:hover, +.webix_accordionitem_header .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_accordionitem_header .webix_icon_button { + border-radius: 6px; +} +.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, +.webix_accordionitem_header .webix_img_btn_top .webix_icon, +.webix_accordionitem_header .webix_el_icon, +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_icon_btn, +.webix_accordionitem_header .webix_icon_button { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs .webix_icon, +.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover, +.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_accordionitem_header .webix_control { + border-color: #3498db; +} +.webix_accordionitem_header .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_img_btn_top { + border-width: 0; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 15px 13.5px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 29px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #ebebeb; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #27ae60; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ebebeb; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #d2e3ef; + font-size: 15px; + color: #4a4a4a; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #666666; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #d2e3ef; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #ebebeb; + border-bottom: none; + border-color: #ebebeb; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 3px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #dddddd; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + font-size: 15px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #27ae60; + border: 1px solid #ebebeb; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 29px; + cursor: pointer; + border-bottom: 1px solid #ebebeb; + text-align: left; + border-color: #ebebeb; + border-right: 1px solid #ebebeb; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #27ae60; + border-bottom: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: 'PT Sans', Tahoma; + font-size: 13px; + color: #666666; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #e6e6e6; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #999999; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #999999; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #666666; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: 'PT Sans', Tahoma; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 30px; + line-height: 30px; + display: inline-block; + margin: 0 5px; + border-radius: 6px; +} +.webix_popup_button div { + border-radius: 6px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #dddddd; +} +.webix_button input, +.webix_popup_button div { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + height: 30px; + line-height: 30px; +} +.webix_popup_button.confirm div { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 15px; + color: #666666; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 15px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #dddddd; + background-color: #ffffff; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #666666; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 31px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #dddddd; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #b0cee3; + border-bottom: 1px solid #dddddd; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 3px 5px 3px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #666666 !important; + height: 39px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #dddddd; + line-height: 32px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_richfilter { + margin-top: 1px; + line-height: 32px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 15px; + color: #4a4a4a; + background: #d2e3ef; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #b0cee3; + border-bottom: 1px solid #b0cee3; +} +.webix_ss_footer td { + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #dddddd; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #dddddd; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #dddddd; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #ebebeb; + padding: 0 10px; + border-bottom: 1px solid #ebebeb; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ebebeb; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #ebebeb; + height: 34px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 5px 10px; + height: 34px; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #666666; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #27ae60; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ebebeb; + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ebebeb; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #27ae60; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #ebebeb; +} +.webix_dtable_subrow { + border-top: 1px solid #ebebeb; + text-align: right; +} +.webix_dtable_subview { + background: #ebebeb; + border-top: 1px solid #ebebeb; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #27ae60; +} +.webix_hcell span.webix_input_icon { + background-color: #b0cee3; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #666666; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #666666; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + padding: 0px; + text-align: center; + line-height: 45px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button, +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_label { + font-size: 18px; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:hover, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:hover, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:hover, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:active, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webixtype_base:focus, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:focus, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_0:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_1:focus, +.webix_win_head > .webix_view > .webix_template .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_static, +.webix_win_head > .webix_view > .webix_template input[type=text] { + border-color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_static:focus, +.webix_win_head > .webix_view > .webix_template input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_input_icon:active, +.webix_win_head > .webix_view > .webix_template .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_el_arrow, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_next, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_input_icon, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:hover, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:hover, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:active, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:active, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:focus, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:focus, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:focus, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:hover, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_win_head > .webix_view > .webix_template .webix_icon_button { + border-radius: 6px; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_el_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_button { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:hover, +.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_win_head > .webix_view > .webix_template .webix_control { + border-color: #3498db; +} +.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top { + border-width: 0; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #3498db; + display: block; + border: 1px solid #196090; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 28px; + line-height: 28px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #27ae60; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 25px; + height: 28px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7"); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw=="); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw=="); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw=="); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #666666; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #27ae60; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #666666; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #bfbfbf; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #cccccc; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #cccccc; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #27ae60; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #3498db; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #666666; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #dddddd; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 6px; + border: 1px solid #dddddd; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + height: 28px; + line-height: 27px; +} +.webix_property_label { + border-right: 1px solid #dddddd; +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ + line-height: 43px; + line-height: 23px; + border-bottom: 1px solid #ebebeb; + line-height: 28px; +} +.webix_property_label_line .webix_el_button, +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + color: #ffffff; +} +.webix_property_label_line .webix_el_label { + font-size: 18px; +} +.webix_property_label_line .webixtype_base, +.webix_property_label_line .webixtype_prev, +.webix_property_label_line .webixtype_next, +.webix_property_label_line .webix_inp_counter_next, +.webix_property_label_line .webix_inp_counter_prev, +.webix_property_label_line .webix_segment_0, +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_property_label_line .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_property_label_line .webixtype_base:hover, +.webix_property_label_line .webix_inp_counter_next:hover, +.webix_property_label_line .webix_inp_counter_prev:hover, +.webix_property_label_line .webix_segment_0:hover, +.webix_property_label_line .webix_segment_1:hover, +.webix_property_label_line .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_property_label_line .webixtype_base:active, +.webix_property_label_line .webix_inp_counter_next:active, +.webix_property_label_line .webix_inp_counter_prev:active, +.webix_property_label_line .webix_segment_0:active, +.webix_property_label_line .webix_segment_1:active, +.webix_property_label_line .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webixtype_base:focus, +.webix_property_label_line .webix_inp_counter_next:focus, +.webix_property_label_line .webix_inp_counter_prev:focus, +.webix_property_label_line .webix_segment_0:focus, +.webix_property_label_line .webix_segment_1:focus, +.webix_property_label_line .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_property_label_line .webix_inp_static, +.webix_property_label_line input[type=text] { + border-color: #ffffff; +} +.webix_property_label_line .webix_inp_static:focus, +.webix_property_label_line input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_property_label_line .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_property_label_line .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_property_label_line .webix_input_icon:active, +.webix_property_label_line .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_property_label_line .webix_pressed .webixtype_base, +.webix_property_label_line .webix_pressed .webixtype_prev, +.webix_property_label_line .webix_pressed .webixtype_next, +.webix_property_label_line .webix_pressed .webix_el_arrow, +.webix_property_label_line .webix_pressed .webix_inp_counter_next, +.webix_property_label_line .webix_pressed .webix_inp_counter_prev, +.webix_property_label_line .webix_pressed .webix_input_icon, +.webix_property_label_line .webix_pressed .webix_segment_0, +.webix_property_label_line .webix_pressed .webix_segment_1, +.webix_property_label_line .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_selected.webix_segment_0, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_property_label_line .webix_selected.webix_segment_0:hover, +.webix_property_label_line .webix_selected.webix_segment_1:hover, +.webix_property_label_line .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_property_label_line .webix_selected.webix_segment_0:active, +.webix_property_label_line .webix_selected.webix_segment_1:active, +.webix_property_label_line .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_property_label_line .webix_selected.webix_segment_0:focus, +.webix_property_label_line .webix_selected.webix_segment_1:focus, +.webix_property_label_line .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_property_label_line .webix_img_btn:active, +.webix_property_label_line .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_img_btn:focus, +.webix_property_label_line .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_property_label_line .webix_img_btn:hover, +.webix_property_label_line .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_property_label_line .webix_icon_button { + border-radius: 6px; +} +.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, +.webix_property_label_line .webix_img_btn_top .webix_icon, +.webix_property_label_line .webix_el_icon, +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_icon_btn, +.webix_property_label_line .webix_icon_button { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs .webix_icon, +.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs { + color: #ffffff; +} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_property_label_line .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover, +.webix_property_label_line .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_property_label_line .webix_control { + border-color: #3498db; +} +.webix_property_label_line .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_img_btn_top { + border-width: 0; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #dddddd; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #dddddd; + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #666666; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #d4f5e2; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #27ae60; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #cccccc; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #dddddd; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 6px; + border: 1px solid #dddddd; + height: 100%; + width: 100%; + cursor: pointer; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #666666; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #666666; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #3498db; + border-bottom: 1px solid #2386c8; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + padding: 0px; + border: 0px; +} +.webixtype_form { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545; + border-bottom: 1px solid #b13e2f; + color: #fff; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + border: 1px solid #dddddd; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 8px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 15px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 4px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 2px; + height: 100%; + width: 100%; + font-size: 15px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #dddddd; + color: #666666; + font-size: 15px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #666666; + text-transform: none; + font-size: 15px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 3px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 3px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 13px; + color: #737373; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #666666; + line-height: 32px; + padding: 3px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #dddddd; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #dddddd; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 15px; + width: 50px; + color: #666666; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_el_textarea textarea { + border: 1px solid #dddddd; + height: 100%; + margin: 0; + padding: 5px; + color: #666666; + resize: none; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 9.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #dddddd; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #dddddd; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #3498db; + border-bottom: 1px solid #2386c8; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #27ae60; + border-color: #27ae60; +} +.webix_inp_static { + border: 1px solid #dddddd; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #b3b3b3; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 15px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #666666; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #666666; + padding-right: 24px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 6.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 32px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 13px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 7px; + right: 8px; + width: 24px; + height: 24px; + border-radius: 6px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 19px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #666666; + font-size: 15px; + font-family: 'PT Sans', Tahoma; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 6px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #404040; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #666666; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #dddddd; +} +.webix_item_tab:first-child { + border-left: 1px solid #dddddd; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #dddddd; + border-left-width: 0px; + background: #a4b4bf; + color: #ffffff; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 4px; + border-bottom-left-radius: 0px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + background: #3498db; + color: #ffffff; + border-color: #3498db; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #27ae60; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #dddddd; + border-right: 1px solid #dddddd; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa; + background: #e9e9e9; + border: 1px solid #e9e9e9; + text-shadow: none; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 3px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #dddddd; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 34px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0px; +} +.webix_menu-x .webix_submenu_icon { + top: 13px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 30px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #fff; + border-left: 0px; + background: #3498db; + color: #fff; + font-size: 15px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon:before { + content: '\f107'; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #fff; + text-align: left; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: #268fd5; +} +.webix_menu-x .webix_list_item:first-child { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #dddddd; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #dddddd; +} +.webix_menu .webix_submenu_icon { + top: 11px; +} +.webix_menu .webix_context_spacer { + height: 34px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_layout_toolbar .webix_el_button, +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_label { + font-size: 18px; +} +.webix_layout_toolbar .webixtype_base, +.webix_layout_toolbar .webixtype_prev, +.webix_layout_toolbar .webixtype_next, +.webix_layout_toolbar .webix_inp_counter_next, +.webix_layout_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar .webix_segment_0, +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_layout_toolbar .webixtype_base:hover, +.webix_layout_toolbar .webix_inp_counter_next:hover, +.webix_layout_toolbar .webix_inp_counter_prev:hover, +.webix_layout_toolbar .webix_segment_0:hover, +.webix_layout_toolbar .webix_segment_1:hover, +.webix_layout_toolbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar .webixtype_base:active, +.webix_layout_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar .webix_inp_counter_prev:active, +.webix_layout_toolbar .webix_segment_0:active, +.webix_layout_toolbar .webix_segment_1:active, +.webix_layout_toolbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webixtype_base:focus, +.webix_layout_toolbar .webix_inp_counter_next:focus, +.webix_layout_toolbar .webix_inp_counter_prev:focus, +.webix_layout_toolbar .webix_segment_0:focus, +.webix_layout_toolbar .webix_segment_1:focus, +.webix_layout_toolbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_layout_toolbar .webix_inp_static, +.webix_layout_toolbar input[type=text] { + border-color: #ffffff; +} +.webix_layout_toolbar .webix_inp_static:focus, +.webix_layout_toolbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_layout_toolbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_layout_toolbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar .webix_input_icon:active, +.webix_layout_toolbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar .webix_pressed .webixtype_base, +.webix_layout_toolbar .webix_pressed .webixtype_prev, +.webix_layout_toolbar .webix_pressed .webixtype_next, +.webix_layout_toolbar .webix_pressed .webix_el_arrow, +.webix_layout_toolbar .webix_pressed .webix_inp_counter_next, +.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev, +.webix_layout_toolbar .webix_pressed .webix_input_icon, +.webix_layout_toolbar .webix_pressed .webix_segment_0, +.webix_layout_toolbar .webix_pressed .webix_segment_1, +.webix_layout_toolbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:hover, +.webix_layout_toolbar .webix_selected.webix_segment_1:hover, +.webix_layout_toolbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:active, +.webix_layout_toolbar .webix_selected.webix_segment_1:active, +.webix_layout_toolbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_layout_toolbar .webix_selected.webix_segment_0:focus, +.webix_layout_toolbar .webix_selected.webix_segment_1:focus, +.webix_layout_toolbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_layout_toolbar .webix_img_btn:active, +.webix_layout_toolbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_img_btn:focus, +.webix_layout_toolbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_layout_toolbar .webix_img_btn:hover, +.webix_layout_toolbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_layout_toolbar .webix_icon_button { + border-radius: 6px; +} +.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar .webix_img_btn_top .webix_icon, +.webix_layout_toolbar .webix_el_icon, +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_icon_btn, +.webix_layout_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs .webix_icon, +.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover, +.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar .webix_control { + border-color: #3498db; +} +.webix_layout_toolbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_img_btn_top { + border-width: 0; +} +.webix_toolbar.webix_layout_subbar { + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_toolbar.webix_layout_subbar .webix_el_button, +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_label { + font-size: 18px; +} +.webix_toolbar.webix_layout_subbar .webixtype_base, +.webix_toolbar.webix_layout_subbar .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_toolbar.webix_layout_subbar .webixtype_base:hover, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_0:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_1:hover, +.webix_toolbar.webix_layout_subbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_toolbar.webix_layout_subbar .webixtype_base:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active, +.webix_toolbar.webix_layout_subbar .webix_segment_0:active, +.webix_toolbar.webix_layout_subbar .webix_segment_1:active, +.webix_toolbar.webix_layout_subbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webixtype_base:focus, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_0:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_1:focus, +.webix_toolbar.webix_layout_subbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_inp_static, +.webix_toolbar.webix_layout_subbar input[type=text] { + border-color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_inp_static:focus, +.webix_toolbar.webix_layout_subbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_input_icon:active, +.webix_toolbar.webix_layout_subbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base, +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:focus, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:hover, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_toolbar.webix_layout_subbar .webix_icon_button { + border-radius: 6px; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_el_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_button { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover, +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_toolbar.webix_layout_subbar .webix_control { + border-color: #3498db; +} +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top { + border-width: 0; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 8px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #c4c4c4; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #666666; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #666666; + line-height: 32px; + padding: 3px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: 'PT Sans', Tahoma; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 13px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding-top: 15px; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #f7fbfe; + border: 1px solid #eaeaea; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #eaeaea; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 9px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + height: 6px; + border: 1px solid #cccccc; + background: #3498db; +} +.webix_slider_box .webix_slider_right { + height: 6px; + border-color: #cccccc; +} +.webix_slider_box .webix_slider_handle { + width: 16px; + height: 16px; + border: 1px solid #cccccc; + background-color: #ffffff; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 6.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #cccccc; + background: #3498db; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border-color: #cccccc; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #ffffff; + border: 1px solid #cccccc; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #27ae60; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #b3b3b3; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #27ae60; + border-color: #27ae60; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #27ae60; + box-shadow: inset 0 0 1px 2px #27ae60; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #dddddd; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #666666; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 15px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #eef7fc; + border-radius: 6px; + border: 1px solid #dddddd; + cursor: pointer; + font-size: 15px; + font-family: 'PT Sans', Tahoma; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 400; + src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); +} +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 700; + src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); +} +.mainFont { + font-family: 'PT Sans', Tahoma; + font-size: 15px; + color: #666666; +} +/*[L]*/ +/*[L]*/ +.webix_layout_toolbar.webix_toolbar { + color: #ffffff; + font-size: 18px; + background: #3498db; + /*.webix_el_button input, .webix_el_toggle input { + border: none; + + }*/ + /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ + background-color: @barButtonActiveColor; + }*/ +} +.webix_layout_toolbar.webix_toolbar .webix_el_button, +.webix_layout_toolbar.webix_toolbar .webix_el_label, +.webix_layout_toolbar.webix_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_label { + font-size: 18px; +} +.webix_layout_toolbar.webix_toolbar .webixtype_base, +.webix_layout_toolbar.webix_toolbar .webixtype_prev, +.webix_layout_toolbar.webix_toolbar .webixtype_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar.webix_toolbar .webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_segment_N { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow { + border-left: none; + border-bottom: none; +} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow { + border-right: none; + border-bottom: none; +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:hover, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:active, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:active { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webixtype_base:focus, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus, +.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_inp_static, +.webix_layout_toolbar.webix_toolbar input[type=text] { + border-color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus, +.webix_layout_toolbar.webix_toolbar input[type=text]:focus { + border-color: #ffffff; + box-shadow: none; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon { + border-color: #d9d9d9; + background-color: transparent; + color: #ffffff; + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:active, +.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus { + background-color: rgba(0, 0, 0, 0); + color: #666666; +} +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N { + background-color: rgba(0, 0, 0, 0.07); + color: #ffffff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { + border-color: #d9d9d9; + background-color: #27ae60; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover { + background-color: #24a259; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active { + background-color: #229955; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus { + background-color: #229955; +} +.webix_layout_toolbar.webix_toolbar .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_segment_N, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { + margin-left: 0; + border-left: none; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus { + background-color: #2489cc; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover { + background-color: #268fd5; +} +.webix_layout_toolbar.webix_toolbar .webix_icon_button { + border-radius: 6px; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_el_icon, +.webix_layout_toolbar.webix_toolbar .webix_img_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover, +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_layout_toolbar.webix_toolbar .webix_control { + border-color: #3498db; +} +.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon { + font-size: 23px; + height: 27px; + width: 27px; + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top { + border-width: 0; +} +.webix_layout_space > .webix_toolbar { + border-radius: 4px; +} +.webix_view.webix_layout_accordion { + background-color: #dddddd; +} +/*.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_header, +.webix_layout_space > .webix_accordionitem > .webix_accordionitem_header, +.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_header{ + #border > .top(@layoutRadius); +} +.webix_layout_accordion > .webix_accordionitem.collapsed, +.webix_layout_space > .webix_accordionitem.collapsed, +.webix_layout_wide > .webix_accordionitem.collapsed{ + #border > .radius(@layoutRadius); +} +.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_body, +.webix_layout_space > .webix_accordionitem > .webix_accordionitem_body, +.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_body{ + #border > .bottom(@layoutRadius); +}*/ +.webix_accordionitem .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin: 14px 13.5px; +} +.webix_accordionitem.collapsed .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin-top: 13px; +} +.webix_accordionitem.horizontal.collapsed, +.webix_accordionitem.collapsed { + background-color: #a4b4bf; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, +.webix_accordionitem.collapsed .webix_accordionitem_header { + background-color: #a4b4bf; + color: #ffffff; +} +.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { + color: #ffffff; + background-image: none; + font-family: FontAwesome; + font-size: 24px; + text-align: center; + width: 24px; + height: 45px; + margin: 0 10.5px 0 10.5px; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f104'; +} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f105'; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + height: 42px; + margin: 0px 10.5px 0 10.5px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f106'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f107'; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #666666; +} +.webix_el_tabbar + .webix_multiview { + background-color: #ffffff; +} +.webix_view.rounded_top { + -moz-border-top-left-radius: 4px; + -moz-border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.webix_view.rounded_right { + -moz-border-top-right-radius: 4px; + -moz-border-bottom-right-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; +} +.webix_view.rounded_bottom { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + -moz-border-bottom-left-radius: 4px; + -moz-border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; +} +.webix_view.rounded_left { + -moz-border-top-left-radius: 4px; + -moz-border-bottom-left-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; +} +.webix_layout_space > .webix_view, +.webix_layout_wide > .webix_view { + border-radius: 4px; +} +.webix_layout_space .webix_layout_accordion .webix_accordionitem, +.webix_layout_wide .webix_layout_accordion .webix_accordionitem { + border-radius: 4px; +} +.webix_view .webix_win_head { + border-bottom: 1px solid #dddddd; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #666666; + background: #ffffff; + box-shadow: 0 -2px #3498db inset; +} +.webix_modal_box .webix_popup_title { + color: #666666; + background: #ffffff; + font-size: 15px; + text-shadow: none; +} +.webix_popup_text { + box-shadow: 0 3px #3498db inset; + font-size: 15px; +} +.webix_alert-warning .webix_popup_text, +.webix_confirm-warning .webix_popup_text { + box-shadow: 0 3px #ffd21a inset; +} +.webix_alert-error .webix_popup_text, +.webix_confirm-error .webix_popup_text { + box-shadow: 0 3px #ff391b inset; +} +.webix_view.webix_popup { + border: 1px solid #dddddd; +} +.webix_modal_box { + border: 1px solid #dddddd; +} +.confirmButton { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; + text-shadow: none; + color: #ffffff; +} +.confirmButtonActive { + background: #2ecb70; +} +.webix_popup_button { + border: none; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #d0d0d0; +} +.webix_dtable .webix_last_topcell { + border-bottom: 1px solid #d0d0d0; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid #d0d0d0; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px solid #b0cee3; +} +.webix_dtable .webix_hcell.webix_ss_filter { + padding: 0px 5px; +} +.webix_dtable .webix_hcell.webix_div_filter { + padding: 3px 5px; +} +.webix_dtable .webix_ss_filter select, +.webix_dtable .webix_ss_filter input { + height: 32px; + vertical-align: middle; + border-radius: 6px; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + right: 3px; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +/*.webix_ss_header tr:nth-child(2) td{ + border-top: 1px solid transparent ; +}*/ +.dtBodyCell { + border-bottom: 1px solid #ebebeb; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #b0cee3; +} +.webix_view .webix_dt_editor input, +.webix_view .webix_dt_editor select { + border: 1px solid #3498db; +} +.dataItemStyle { + border-color: #ebebeb; +} +.webix_list_item.webix_group_back { + color: #4a4a4a; + background: #d2e3ef; + border-bottom: 1px solid #b0cee3; +} +.webix_dataview_item { + border-right-color: #ebebeb; +} +.webix_view .webix_pager_item { + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; + font-size: 15px; +} +.webix_view .webix_pager_item:hover { + background-color: #268fd5; +} +.webix_view .webix_pager_item:focus { + background-color: #2489cc; +} +.webix_view .webix_pager_item_selected { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webix_view .webix_pager_item_selected:hover, +.webix_view .webix_pager_item_selected:focus { + background-color: #219552; +} +.webix_view .webix_pager_item, +.webix_view .webix_pager_item_selected { + border-radius: 6px; +} +.webix_list .webix_unit_header { + font-weight: normal; + text-shadow: none; + background: #d2e3ef; + font-size: 15px; + color: #4a4a4a; +} +.webix_view .webix_tree_open, +.webix_view .webix_tree_close { + background-image: none; + font-family: FontAwesome; + font-size: 14px; + text-align: center; + color: #666666; +} +.webix_view .webix_tree_open:before { + content: "\f147"; +} +.webix_view .webix_tree_close:before { + content: "\f196"; +} +.webix_menu-x .webix_submenu_icon, +.webix_view.webix_menu .webix_submenu_icon { + width: 6px; + height: auto; + font-size: 14px; + font-family: FontAwesome; + line-height: 1px; + margin-top: 3px; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active { + background-color: #f5f5f5; +} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { + content: '\f105'; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background: #27ae60; +} +.webix_property .webix_property_label, +.webix_property .webix_property_value { + border-color: #ebebeb; +} +.webix_view .webix_drag_over, +.webix_view .webix_drop_zone { + background-color: #f4f4f4; +} +.propertyStyle { + height: 28px; + line-height: 27px; +} +.propertyTitle { + line-height: 28px; +} +.webix_view button, +.webix_view input[type=button] { + -webkit-appearance: none; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon, +.webix_el_datepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon { + background-color: #3498db; + color: #ffffff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.focusStyle { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_search input, +.webix_el_combo input, +.webix_el_colorpicker input { + padding-right: 28px; +} +.webix_el_search input, +.webix_el_text input, +.webix_el_combo input, +.webix_el_colorpicker input, +.webix_el_datepicker input { + border-radius: 6px; +} +.webix_el_search input:focus, +.webix_el_text input:focus, +.webix_el_combo input:focus, +.webix_el_colorpicker input:focus, +.webix_el_datepicker input:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_counter input[type=text]:focus { + border-top: 1px solid #3498db; + border-bottom: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_dbldatepicker .webix_inp_static { + border-radius: 6px; + padding-right: 28px; + white-space: nowrap; +} +.webix_el_richselect .webix_inp_static:focus, +.webix_el_datepicker .webix_inp_static:focus, +.webix_el_colorpicker .webix_inp_static:focus, +.webix_el_dbldatepicker .webix_inp_static:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_textarea textarea:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_select select:focus { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_select select, +.webix_el_textarea textarea { + border-radius: 6px; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon { + width: 21px; + padding-left: 8px; +} +.webix_el_datepicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_search span.webix_input_icon { + width: 24px; +} +.webix_el_text .webix_inp_static { + border-radius: 6px; + white-space: nowrap; +} +.webix_focused .webix_inp_static { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_multilist .fa-check-square { + color: #3498db; +} +.buttonStyle { + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; +} +/*.webix_el_button input, .webix_el_toggle input, .webix_el_button button, .webix_el_toggle button, .webixbutton{ + border-width:0px; + }*/ +.webix_el_colorpicker div.webix_inp_static div { + margin: 2.5px -20px 0px -5px; +} +div.webix_inp_static, +.webix_el_textarea textarea { + background: #ffffff; + font-family: 'PT Sans', Tahoma; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ +} +.webix_el_select select { + font-family: 'PT Sans', Tahoma; + border-color: #dddddd; +} +.webix_el_checkbox input { + border-color: #dddddd; +} +.webix_el_counter .webix_inp_counter_value { + width: 40px; + background: #ffffff; + font-family: 'PT Sans', Tahoma; + border-color: #cccccc; + /*.altBackColor; + .altBackBorderColor;*/ +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #3498db; + width: 29px; + color: #ffffff; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + font-weight: bold; + font-family: "Courier New", Courier, monospace; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 20px; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 20px; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +div.webix_item_tab { + border-color: #a4b4bf; + padding-top: 3px; + font-size: 18px; +} +div.webix_item_tab.webix_selected { + padding-top: 2px; +} +.webixtype_bottom .webix_item_tab, +.webixtype_bottom .webix_item_tab.webix_selected { + border-color: #3498db; + border-right: 1px solid #5faee3; + background: #3498db; + color: #ffffff; + padding-top: 0; +} +.webixtype_bottom .webix_item_tab:last-child, +.webixtype_bottom .webix_item_tab.webix_selected:last-child { + border-right: 1px solid #5faee3; +} +.webixtype_bottom .webix_item_tab.webix_selected { + background: #2383c4; + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab { + white-space: nowrap; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-size: 24px; + height: 100%; + line-height: inherit; + margin: 0 3px; + vertical-align: top; + width: 100%; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { + background: #2383c4; +} +.webix_accordionitem_label .webix_icon { + font-size: 19px; + width: 25px; +} +.webix_item_tab .webix_icon { + width: 30px; + font-size: 19px; +} +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_el_tabbar .webixtype_iconTop .webix_icon, +.webix_el_tabbar .webixtype_image .webix_icon { + color: #ffffff; + font-size: 18px; + top: 1px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + font-size: 15px; + padding-top: 2px; + padding-bottom: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, +.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { + margin-top: 2px; +} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_img_btn_text { + bottom: 0px; + font-size: 15px; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { + background: #2383c4; + box-shadow: 0 0 0 1px #3498db inset; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { + background-color: #2383c4; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon, +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_tab_filler, +.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, +.webix_el_tabbar .webixtype_image .webix_tab_filler { + border-bottom-color: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + color: #ffffff; + background: #3498db; + border-color: #3498db; + border-bottom: 1px solid #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { + color: #ffffff; +} +.webix_tab_more_icon:hover { + color: #4d4d4d; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { + background: #3498db; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, +.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { + background-color: #268fd5; +} +.webix_tab_filler:first-child { + border-right: 0; +} +.passiveBarBG { + background: #a4b4bf; + color: #ffffff; +} +.webix_all_tabs { + padding-left: 1px; + padding-right: 1px; +} +.webix_after_all_tabs { + background: #3498db; +} +.webix_el_box .webixtype_form:active { + background-color: #219552; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_box .webixtype_form:focus { + background-color: #219552; +} +.webix_el_box .webixtype_form:hover { + background-color: #239d57; +} +.webixtype_danger:hover { + background-color: #ca4635; +} +.webixtype_danger:focus { + background-color: #c14433; +} +.webixtype_danger:active { + background-color: #c14433; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webixtype_prev:focus, +.webixtype_prev:focus + .webixtype_prev_arrow, +.webixtype_next:focus, +.webixtype_next:focus + .webixtype_next_arrow { + background-color: #2489cc; +} +.webixtype_prev:hover, +.webixtype_prev:hover + .webixtype_prev_arrow, +.webixtype_next:hover, +.webixtype_next:hover + .webixtype_next_arrow { + background-color: #268fd5; +} +.webix_el_box .webixtype_form { + color: #666666; + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + background: #27ae60; + color: #ffffff; + border-color: #27ae60; + border-bottom: 1px solid #209150; + box-shadow: none; +} +.webixbutton:hover, +.webixtype_base:hover, +.webix_inp_counter_next:hover, +.webix_inp_counter_prev:hover, +.webix_segment_0:hover, +.webix_segment_1:hover, +.webix_segment_N:hover { + background-color: #268fd5; +} +.webixbutton:active, +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active, +.webix_segment_0:active, +.webix_segment_1:active, +.webix_segment_N:active { + background-color: #2489cc; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_text .webix_input_icon:hover, +.webix_el_text .webix_input_icon:active { + color: #3498db; + background: inherit; + cursor: pointer; +} +.webixbutton:focus, +.webixtype_base:focus, +.webix_inp_counter_next:focus, +.webix_inp_counter_prev:focus, +.webix_segment_0:focus, +.webix_segment_1:focus, +.webix_segment_N:focus { + background-color: #2489cc; +} +.webix_selected.webix_segment_0:hover, +.webix_selected.webix_segment_1:hover, +.webix_selected.webix_segment_N:hover { + background-color: #239d57; +} +.webix_selected.webix_segment_0:active, +.webix_selected.webix_segment_1:active, +.webix_selected.webix_segment_N:active { + background-color: #219552; +} +.webix_selected.webix_segment_0:focus, +.webix_selected.webix_segment_1:focus, +.webix_selected.webix_segment_N:focus { + background-color: #219552; +} +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + margin-left: 1px; + border-left: none; +} +.webix_el_slider .webix_slider_title { + margin-bottom: -13px; +} +.activeShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.toggleShadow { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); +} +.webix_el_toggle .webix_pressed .webix_img_btn, +.webix_el_toggle .webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: #2489cc; +} +.webix_img_btn_abs_top .webix_icon { + font-size: 22px; +} +.webix_img_btn:hover, +.webix_img_btn_top:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(0, 0, 0, 0.07); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_img_btn:focus, +.webix_img_btn_top:focus { + background-color: rgba(0, 0, 0, 0.07); +} +.webix_view .webix_fieldset fieldset { + border: 1px solid #dedede; +} +.webix_view .webix_fieldset legend { + color: #787878; +} +.webix_custom_checkbox:before { + content: "\f00c"; + color: #3498db; + font-family: FontAwesome; + font-size: 16px; + height: 14px; + display: block; + line-height: 13px; + width: 14px; +} +.webix_checkbox_0 .webix_custom_checkbox:before { + visibility: hidden; +} +.webix_custom_checkbox { + float: left; + position: relative; + top: 50%; + width: auto; + margin-top: -7px; + padding: 0; + height: 15px; + width: 15px; + border: 1px solid #cccccc; + border-radius: 3px; + background-color: #ffffff; +} +.webix_custom_checkbox:focus { + border-color: #3498db; +} +a:focus .webix_custom_checkbox, +a:active .webix_custom_checkbox { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + border-radius: 50%; + display: block; + width: 7px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + height: 7px; + background-color: #3498db; +} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before { + visibility: hidden; +} +.webix_el_radio .webix_custom_radio { + display: block; + height: 15px; + width: 15px; + padding: 3px; + border: 1px solid #cccccc; + border-radius: 50%; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio:focus { + border-color: #3498db; +} +.webix_el_radio .webix_label_right { + color: #666666; + font-size: 15px; +} +a:focus .webix_custom_radio, +a:active .webix_custom_radio { + border: 1px solid #3498db; + box-shadow: 0 0 1px #3498db inset; +} +.webix_cal_body .webix_cal_today { + /*background-color: transparent; + color: @fontColor;*/ + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid #27ae60; + border-radius: 6px; +} +.webix_cal_body .webix_cal_today span { + /*#box > .sizing; + border: 1px solid @selectColor;*/ +} +.webix_cal_body .webix_cal_day, +.webix_cal_body .webix_cal_week_num { + font-size: 13px; +} +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + /*background: transparent; + color: @fontColor;*/ + border-radius: 6px; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_event.webix_cal_select { + color: #ffffff; + border-radius: 6px; + background: #27ae60; +} +.webix_cal_event { + color: #3498db; +} +.webix_cal_outside { + font-weight: normal; + color: #bbb; +} +.webix_time_footer .webix_cal_done, +.webix_cal_footer .webix_cal_done { + font-size: 15px; + padding: auto 6px; + font-family: 'PT Sans', Tahoma; + border: 1px solid #3498db; + border-bottom: 1px solid #268fd5; + outline: none; + color: #ffffff; + background: #3498db; + border-bottom: 1px solid #2386c8; +} +.webix_time_footer .webix_cal_done:hover, +.webix_cal_footer .webix_cal_done:hover { + background-color: #268fd5; +} +.webix_time_footer .webix_cal_done:focus, +.webix_cal_footer .webix_cal_done:focus { + background-color: #2489cc; +} +.webix_cal_month { + line-height: 20px; + text-align: center; + font-size: 17px; + font-weight: bold; +} +.webix_view > .webix_cal_header div { + font-size: 12px; +} +.webix_cal_month_name { + font-size: 14px; + font-weight: normal; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_cal_range { + background-color: #d4f5e2; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 200px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 15px; + color: #4a4a4a; + background: #d2e3ef; + border-right: 1px solid #b0cee3; + border-bottom: 1px solid #b0cee3; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #ebebeb; + border-top: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #b3b3b3; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/glamour.css b/skins/debug/glamour.css new file mode 100644 index 0000000..3f82fe6 --- /dev/null +++ b/skins/debug/glamour.css @@ -0,0 +1,7213 @@ +.webix_view { + font-family: Tahoma; + font-size: 15px; + color: #555555; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid rgba(0, 0, 0, 0); + background-color: #f4f4f4; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #f4f4f4; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 9.75px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 39px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #f4f4f4; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #f4f4f4; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 17px; + background: #bcbcbc; + line-height: 37px; + line-height: 39px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_button, +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + color: #ffffff !important; +} +.webix_header > div .webix_el_button input, +.webix_header > div .webix_el_toggle input { + border: none; +} +.webix_header > div .webixtype_base, +.webix_header > div .webixtype_prev, +.webix_header > div .webixtype_next, +.webix_header > div .webix_inp_counter_next, +.webix_header > div .webix_inp_counter_prev, +.webix_header > div .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_header > div .webix_segment_0, +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_header > div .webix_selected.webix_segment_0, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_header > div .webixtype_next:active, +.webix_header > div .webixtype_prev:active, +.webix_header > div .webixtype_base:active, +.webix_header > div .webix_inp_counter_next:active, +.webix_header > div .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_header > div .webix_img_btn:active, +.webix_header > div .webix_img_btn_top:active, +.webix_header > div .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_header > div .webix_img_btn_top .webix_img_btn_text, +.webix_header > div .webix_el_icon .webix_icon, +.webix_header > div .webix_img_btn, +.webix_header > div .webix_icon_btn, +.webix_header > div .webix_icon_button { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs { + color: #ffffff; +} +.webix_header > div .webix_el_box .webix_img_btn_abs:active + input, +.webix_header > div .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #aeaeae; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #dadada; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid rgba(0, 0, 0, 0); + position: relative; + z-index: 2; + color: #ffffff; + font-size: 17px; + background: #bcbcbc; + line-height: 37px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_button, +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + color: #ffffff !important; +} +.webix_accordionitem_header .webix_el_button input, +.webix_accordionitem_header .webix_el_toggle input { + border: none; +} +.webix_accordionitem_header .webixtype_base, +.webix_accordionitem_header .webixtype_prev, +.webix_accordionitem_header .webixtype_next, +.webix_accordionitem_header .webix_inp_counter_next, +.webix_accordionitem_header .webix_inp_counter_prev, +.webix_accordionitem_header .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_accordionitem_header .webix_segment_0, +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_accordionitem_header .webix_selected.webix_segment_0, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_accordionitem_header .webixtype_next:active, +.webix_accordionitem_header .webixtype_prev:active, +.webix_accordionitem_header .webixtype_base:active, +.webix_accordionitem_header .webix_inp_counter_next:active, +.webix_accordionitem_header .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_accordionitem_header .webix_img_btn:active, +.webix_accordionitem_header .webix_img_btn_top:active, +.webix_accordionitem_header .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, +.webix_accordionitem_header .webix_el_icon .webix_icon, +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_icon_btn, +.webix_accordionitem_header .webix_icon_button { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active + input, +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 12px 10.5px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; + border-color: #d6d6d6; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #e42750; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #db1b45; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #bcbcbc; + font-size: 15px; + color: #ffffff; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #555555; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #bcbcbc; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid transparent; + border-bottom: none; + border-color: #d6d6d6; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #db1b45; + border-right: 1px solid #db1b45; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 3px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid rgba(0, 0, 0, 0); + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma; + font-size: 15px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #e42750; + border: 1px solid #db1b45; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; + border-color: #d6d6d6; + border-right: 1px solid transparent; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #e42750; + border-bottom: 1px solid #db1b45; + border-right: 1px solid #db1b45; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Tahoma; + font-size: 13px; + color: #555555; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #d4d4d4; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #888888; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #888888; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Tahoma; + font-size: 15px; + color: #555555; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 29px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #f4f4f4; + border-top: 1px solid rgba(0, 0, 0, 0); + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #d6d6d6; + border-bottom: 1px solid rgba(0, 0, 0, 0); + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 3px 5px 3px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #555555 !important; + height: 33px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid rgba(0, 0, 0, 0); + line-height: 28px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma; +} +.webix_richfilter { + margin-top: 1px; + line-height: 28px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 15px; + color: #ffffff; + background: #bcbcbc; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #efefef; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #d6d6d6; + border-bottom: 1px solid #d6d6d6; +} +.webix_ss_footer td { + border-right: 1px solid #d6d6d6; + border-top: 1px solid #d6d6d6; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid rgba(0, 0, 0, 0); +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #d6d6d6; + border-bottom: 1px solid transparent; + padding: 0 10px; + border-bottom: 1px solid #d6d6d6; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #db1b45; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid transparent; + height: 32px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #f4f4f4; + border-top: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 5px 10px; + height: 32px; + line-height: 24px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #dbdbdb; + color: #555555; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #e42750; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #db1b45; + border-left: 1px solid #db1b45; + border-right: 1px solid #db1b45; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #db1b45; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #db1b45; + border-right: 1px solid #db1b45; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #e42750; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid transparent; +} +.webix_dtable_subrow { + border-top: 1px solid transparent; + text-align: right; +} +.webix_dtable_subview { + background: transparent; + border-top: 1px solid transparent; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #e42750; +} +.webix_hcell span.webix_input_icon { + background-color: #d6d6d6; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #555555; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #555555; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 17px; + background: #bcbcbc; + padding: 0px; + text-align: center; + line-height: 39px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button, +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + color: #ffffff !important; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button input, +.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { + border: none; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_win_head > .webix_view > .webix_template .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_win_head > .webix_view > .webix_template .webixtype_next:active, +.webix_win_head > .webix_view > .webix_template .webixtype_prev:active, +.webix_win_head > .webix_view > .webix_template .webixtype_base:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, +.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active, +.webix_win_head > .webix_view > .webix_template .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, +.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_button { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active + input, +.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg=="); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #bcbcbc; + display: block; + border: 1px solid #898989; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 24px; + line-height: 24px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #e42750; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 24px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #f4f4f4; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #555555; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #e42750; +} +.webix_cal_body .webix_cal_event { + color: #bcbcbc; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #555555; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #aeaeae; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #bbbbbb; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #bbbbbb; + background: #e5e5e5; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #f4f4f4; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #e42750; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #bcbcbc; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #555555; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; + float: right; +} +.webix_cal_blurred_hours { + background-color: #ececec; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 17px; + background: #bcbcbc; + line-height: 37px; + line-height: 23px; + border-bottom: 1px solid transparent; +} +.webix_property_label_line .webix_el_button, +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + color: #ffffff !important; +} +.webix_property_label_line .webix_el_button input, +.webix_property_label_line .webix_el_toggle input { + border: none; +} +.webix_property_label_line .webixtype_base, +.webix_property_label_line .webixtype_prev, +.webix_property_label_line .webixtype_next, +.webix_property_label_line .webix_inp_counter_next, +.webix_property_label_line .webix_inp_counter_prev, +.webix_property_label_line .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_property_label_line .webix_segment_0, +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_property_label_line .webix_selected.webix_segment_0, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_property_label_line .webixtype_next:active, +.webix_property_label_line .webixtype_prev:active, +.webix_property_label_line .webixtype_base:active, +.webix_property_label_line .webix_inp_counter_next:active, +.webix_property_label_line .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_property_label_line .webix_img_btn:active, +.webix_property_label_line .webix_img_btn_top:active, +.webix_property_label_line .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, +.webix_property_label_line .webix_el_icon .webix_icon, +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_icon_btn, +.webix_property_label_line .webix_icon_button { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs { + color: #ffffff; +} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active + input, +.webix_property_label_line .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #f4f4f4; + padding: 5px 10px; + border: 1px solid rgba(0, 0, 0, 0); + font-family: Tahoma; + font-size: 15px; + color: #555555; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #f4f4f4; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Tahoma; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 26px; + line-height: 26px; + display: inline-block; + margin: 0 5px; + border-radius: 0px; +} +.webix_popup_button div { + border-radius: 0px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid rgba(0, 0, 0, 0); +} +.webix_button input, +.webix_popup_button div { + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + color: #ffffff; + background: #bcbcbc; + height: 26px; + line-height: 26px; +} +.webix_popup_button.confirm div { + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; + color: #ffffff !important; + text-shadow: none !important; + border-color: #e42750 !important; +} +.webix_button input:focus, +.webix_button input:active, +.webix_popup_button.confirm div:active, +.webix_popup_button.confirm div:focus { + background: #c6c6c6; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 15px; + color: #555555; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 15px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #f4f4f4; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #e42750; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #bbbbbb; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid rgba(0, 0, 0, 0); +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0); + background-color: #f4f4f4; + font-family: Tahoma; + font-size: 15px; + color: #555555; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #dbdbdb; +} +.webix_transparent { + opacity: 0; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + width: 100%; + cursor: pointer; + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #555555; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #555555; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #bcbcbc; + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + padding: 0px; + border: 0px; +} +.webixtype_form { + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545 !important; + color: #fff !important; + font-size: 17px !important; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + color: #ffffff; + background: #bcbcbc; + border: 1px solid rgba(0, 0, 0, 0); +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 6px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 15px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 4px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 2px; + height: 100%; + width: 100%; + font-size: 15px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid rgba(0, 0, 0, 0); + color: #555555; + font-size: 15px; + background: #fff; + font-family: Tahoma; + border-color: #bcbcbc !important; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #555555; + text-transform: none; + font-size: 15px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 3px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 3px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 13px; + color: #626262; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #555555; + line-height: 28px; + padding: 3px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 15px; + font-family: Tahoma; + border: 1px solid rgba(0, 0, 0, 0); +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid rgba(0, 0, 0, 0); + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 15px; + width: 50px; + color: #555555; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + color: #ffffff; + background: #bcbcbc; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + color: #ffffff; + background: #bcbcbc; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_el_textarea textarea { + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + margin: 0; + padding: 5px; + color: #555555; + resize: none; + font-size: 15px; + font-family: Tahoma; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 7.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid rgba(0, 0, 0, 0); + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #bcbcbc; + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #e42750; + box-shadow: 0 1px #d71b44 inset !important; + border: 1px solid #e42750 !important; +} +.webix_inp_static { + border: 1px solid rgba(0, 0, 0, 0); + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #a2a2a2; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 15px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #555555; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #555555; + padding-right: 24px; + background: #fff; + font-family: Tahoma; + border-color: #bcbcbc !important; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 27px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 13px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 7px; + right: 8px; + width: 20px; + height: 20px; + border-radius: 0px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 17px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #555555; + font-size: 15px; + font-family: Tahoma; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #e7e7e7; + display: inline-block; + margin: 3px; + float: left; + border-radius: 0px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #2f2f2f; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #e7e7e7; + color: #555555; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_item_tab:first-child { + border-left: 1px solid rgba(0, 0, 0, 0); +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid rgba(0, 0, 0, 0); + border-left-width: 0px; + background: #bcbcbc; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + border-bottom: 1px solid #bcbcbc !important; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #e42750; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid rgba(0, 0, 0, 0); + border-right: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 3px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #f4f4f4; + height: 39px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 15.5px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 35px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #fff; + border-left: 0px; + background: #bcbcbc; + color: #fff; + font-size: 15px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-width: 0px; + width: 7px; + height: 5px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMzRjEzRUVFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMzRjEzRUZFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzNGMTNFQ0U1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzNGMTNFREU1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq2/1YAAAAA7SURBVHjaZI1RCgAwCEK1+x951GozGux9CGkiI8GFGI5nrstldFBCFQM/7LDSYDc0YZhBrnzks70FGABbPxb1BsbtbgAAAABJRU5ErkJggg=="); +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #fff; + text-align: left; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: #c4c4c4; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +/* Submenu */ +.webix_menu { + background: #f4f4f4; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid rgba(0, 0, 0, 0); +} +.webix_menu .webix_submenu_icon { + top: 13.5px; +} +.webix_menu .webix_context_spacer { + height: 32px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #ffffff; + font-size: 17px; + background: #bcbcbc; +} +.webix_layout_toolbar .webix_el_button, +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + color: #ffffff !important; +} +.webix_layout_toolbar .webix_el_button input, +.webix_layout_toolbar .webix_el_toggle input { + border: none; +} +.webix_layout_toolbar .webixtype_base, +.webix_layout_toolbar .webixtype_prev, +.webix_layout_toolbar .webixtype_next, +.webix_layout_toolbar .webix_inp_counter_next, +.webix_layout_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_layout_toolbar .webix_segment_0, +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_layout_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_layout_toolbar .webixtype_next:active, +.webix_layout_toolbar .webixtype_prev:active, +.webix_layout_toolbar .webixtype_base:active, +.webix_layout_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_layout_toolbar .webix_img_btn:active, +.webix_layout_toolbar .webix_img_btn_top:active, +.webix_layout_toolbar .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar .webix_el_icon .webix_icon, +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_icon_btn, +.webix_layout_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active + input, +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +.webix_toolbar.webix_layout_subbar { + color: #ffffff; + font-size: 17px; + background: #bcbcbc; +} +.webix_toolbar.webix_layout_subbar .webix_el_button, +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + color: #ffffff !important; +} +.webix_toolbar.webix_layout_subbar .webix_el_button input, +.webix_toolbar.webix_layout_subbar .webix_el_toggle input { + border: none; +} +.webix_toolbar.webix_layout_subbar .webixtype_base, +.webix_toolbar.webix_layout_subbar .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_toolbar.webix_layout_subbar .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_toolbar.webix_layout_subbar .webixtype_next:active, +.webix_toolbar.webix_layout_subbar .webixtype_prev:active, +.webix_toolbar.webix_layout_subbar .webixtype_base:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, +.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active, +.webix_toolbar.webix_layout_subbar .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_button { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active + input, +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 7px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid rgba(0, 0, 0, 0); + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #555555; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #555555; + line-height: 28px; + padding: 3px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 11px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid rgba(13, 13, 13, 0); + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid rgba(13, 13, 13, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 7px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + border: 1px solid #bcbcbc; + background: #e2e2e2; +} +.webix_slider_box .webix_slider_right { + border-color: #bcbcbc; +} +.webix_slider_box .webix_slider_handle { + width: 17px; + height: 17px; + background: #e42750; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 4.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #bcbcbc; + background: #e2e2e2; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border-color: #bcbcbc; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #e2e2e2; + border: 1px solid #c1c1c1; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #e7e7e7; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #e42750; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #a2a2a2; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #e42750; + border-color: #e42750; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #f4f4f4; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #e42750; + box-shadow: inset 0 0 1px 2px #e42750; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #555555; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 15px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + cursor: pointer; + font-size: 15px; + font-family: Tahoma; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_layout_toolbar.webix_toolbar { + color: #ffffff; + font-size: 17px; + background: #bcbcbc; +} +.webix_layout_toolbar.webix_toolbar .webix_el_button, +.webix_layout_toolbar.webix_toolbar .webix_el_label, +.webix_layout_toolbar.webix_toolbar .webix_inp_label { + color: #ffffff !important; +} +.webix_layout_toolbar.webix_toolbar .webix_el_button input, +.webix_layout_toolbar.webix_toolbar .webix_el_toggle input { + border: none; +} +.webix_layout_toolbar.webix_toolbar .webixtype_base, +.webix_layout_toolbar.webix_toolbar .webixtype_prev, +.webix_layout_toolbar.webix_toolbar .webixtype_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, +.webix_layout_toolbar.webix_toolbar .webix_input_icon { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; +} +.webix_layout_toolbar.webix_toolbar .webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_segment_N { + background-color: #a5a5a5; + color: #ffffff; + box-shadow: none !important; + border-top-color: #a5a5a5 !important; + border-bottom: 1px solid #9b9b9b !important; + border-color: #a5a5a5; + border-left: 1px solid rgba(255, 255, 255, 0.3) !important; +} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { + background-color: #e42750; + color: #ffffff; + box-shadow: none !important; + border-top-color: #e42750 !important; + border-bottom: 1px solid #db1b45 !important; +} +.webix_layout_toolbar.webix_toolbar .webixtype_next:active, +.webix_layout_toolbar.webix_toolbar .webixtype_prev:active, +.webix_layout_toolbar.webix_toolbar .webixtype_base:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active { + background-color: #afafaf; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active, +.webix_layout_toolbar.webix_toolbar .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_img_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_btn, +.webix_layout_toolbar.webix_toolbar .webix_icon_button { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active + input, +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs + input:active { + background: #b2b2b2; +} +.webix_view.webix_layout_accordion { + background-color: #ffffff; +} +.webix_accordionitem .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin: 11px 10.5px; +} +.webix_accordionitem.collapsed .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin-top: 10px; +} +.webix_accordionitem_header { + box-shadow: 0 1px #d6d6d6, 0 1px 1px #d6d6d6 inset; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #555555; +} +.webix_el_tabbar + .webix_multiview { + background-color: #f4f4f4; +} +.webix_view .webix_win_head { + border-bottom: 1px solid #e5e5e5; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #555555; + background: #e5e5e5; +} +.webix_modal_box .webix_popup_title { + color: #555555; + background: #e5e5e5; + font-size: 15px; + text-shadow: none !important; +} +.webix_modal_box .webix_popup_text { + font-size: 15px; +} +.webix_view.webix_popup { + border: 1px solid #bcbcbc; +} +.webix_modal_box { + border: 1px solid #bcbcbc !important; +} +.confirmButton { + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; + color: #ffffff !important; + text-shadow: none !important; + border-color: #e42750 !important; +} +.confirmButtonActive { + background: #e8476a; +} +.webix_popup_button { + border: none !important; +} +.webix_window.webix_popup { + background: #fff; +} +.webix_window.webix_popup .webix_list_item { + background-color: #fff; +} +.webix_window.webix_popup .webix_list_item:last-child { + border-color: transparent; +} +.webix_window.webix_popup .webix_list_item.webix_selected { + background-color: #e42750; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid transparent; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid transparent; +} +.webix_dtable .webix_last_topcell { + border-bottom: 1px solid transparent; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px solid #d6d6d6; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.dtBodyCell { + border-bottom: 1px solid #d6d6d6; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #d6d6d6; +} +.webix_dtable .webix_dt_editor input, +.webix_dtable .webix_dt_editor select { + border: 1px solid transparent; +} +.dataItemStyle { + border-color: #d6d6d6; +} +.webix_list_item.webix_group_back { + background: #e2e2e2; + color: #555555; + border-bottom: 1px solid #f4f4f4; +} +.webix_list_item.webix_group_back .webix_arrow_icon { + color: #555555; +} +.webix_dataview_item { + border-right-color: #d6d6d6; +} +.webix_view .webix_pager_item { + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + color: #ffffff; + background: #bcbcbc; + font-size: 15px; +} +.webix_view .webix_pager_item_selected { + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; +} +.webix_list .webix_unit_header { + font-weight: normal; + color: #555555; + background: #e2e2e2; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active { + background: #e5e5e5; +} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon { + width: 5px; + height: 7px; + border-width: 0px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECAkUivqcAAAADpJREFUCNdljcENACAMAqnO2A7JQF0HP9ZU5UUOAubuAgCShq1RJiJ0YG9UYJL+5gtI2szMC1xHfXsBxvcaiYI+Fh8AAAAASUVORK5CYII="); +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background: #e42750; +} +.webix_property .webix_property_label, +.webix_property .webix_property_value { + border-color: #d6d6d6; +} +.webix_view .webix_drag_over, +.webix_view .webix_drop_zone { + background-color: #f7f7f7; +} +.webix_el_combo span.webix_input_icon, +.webix_el_richselect span.webix_input_icon, +.webix_el_datepicker span.webix_input_icon, +.webix_el_colorpicker span.webix_input_icon, +.webix_el_dbldatepicker span.webix_input_icon, +.webix_el_search span.webix_input_icon { + background-color: #bcbcbc; + color: #ffffff; +} +textarea, +input, +select, +div { + outline: none; +} +.buttonStyle { + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; +} +.webix_el_colorpicker div.webix_inp_static div { + margin: 1px -19px 0px -5px; +} +.webix_el_select select, +div.webix_inp_static, +.webix_el_textarea textarea { + background: #fff; + font-family: Tahoma; + border-color: #bcbcbc !important; +} +.webix_el_checkbox input { + border-color: rgba(0, 0, 0, 0); +} +.webix_el_counter .webix_inp_counter_value { + background: #fff; + font-family: Tahoma; + border-color: #bcbcbc !important; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #bcbcbc; + width: 30px; + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + font-family: "Courier New", Courier, monospace; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 18px; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 17px; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none !important; + font-size: 15px !important; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +div.webix_item_tab { + border-top: none !important; + border-left: none !important; + border-bottom: 1px solid #f4f4f4; + color: #ffffff; + font-size: 17px; + box-shadow: 0 1px #d6d6d6, 0 1px 1px #d6d6d6 inset; +} +.webixtype_bottom .webix_item_tab { + border-right: 1px solid rgba(255, 255, 255, 0.3) !important; + border-left-width: 0 !important; + box-shadow: none; + border-bottom: none !important; + background: #bcbcbc; + color: #ffffff; +} +.webixtype_bottom .webix_item_tab .webix_icon { + text-align: left; +} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { + border-right: 1px solid rgba(255, 255, 255, 0.5) !important; + border-bottom: 1px solid #bcbcbc !important; + border-left-width: 0 !important; + background: #aaaaaa; +} +.webixtype_bottom .webix_item_tab:last-child { + border-right-color: #bcbcbc !important; +} +.webix_tab_filler { + border-bottom-color: #f4f4f4 !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + background: #bcbcbc; +} +.webix_all_tabs { + padding-left: 1px; + padding-right: 1px; +} +.webix_after_all_tabs { + margin: 0 1px; + background: #bcbcbc; +} +.webix_el_box .webixtype_form:active { + background: #e74266; +} +.webixtype_danger:active { + background: #d16051 !important; +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_el_box .webixtype_form { + color: #555555; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; + background: #e42750; + color: #ffffff; + border-color: #e42750; + border-bottom: 1px solid #ce1a41; + box-shadow: none; +} +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active { + background: #c6c6c6; +} +.segmentActive { + box-shadow: 0 1px #d71b44 inset !important; + border: 1px solid #e42750 !important; +} +.webix_all_segments .webix_segment_0, +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + color: #ffffff; + font-size: 15px; + font-family: Tahoma; + border: 1px solid #bcbcbc; + border-bottom: 1px solid #b2b2b2; +} +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + border-left: 1px solid rgba(255, 255, 255, 0.5); +} +.webix_el_slider .webix_slider_title { + margin-bottom: -13px; +} +.webix_el_toggle { + /*.webix_pressed .webix_img_btn, .webix_pressed .webix_img_btn_top{ + background-color: rgba(0,0,0,0.06); + } + .webix_el_box.webix_pressed > input{ + color: @buttonFontColor; + border-color: transparent; + background: @barButtonColor ; + box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3) !important; + }*/ +} +.webix_el_box .webix_img_btn_abs:active + input, +.webix_el_box .webix_img_btn_abs + input:active { + background: #c9c9c9; +} +.webix_view .webix_fieldset fieldset { + border: 1px solid #c9c9c9; +} +.webix_view .webix_fieldset legend { + color: #898989; +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_body .webix_cal_today { + background: #e5e5e5; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #fff !important; +} +.webix_cal_month .webix_cal_prev_button { + background-position: 2px 4px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwiF/0ASQAAAH1JREFUOMu1VEsWgCAIFMrXTeFMHLVXqZvssehHEBtc6DgwDEBEyRMicpwxBYYbjJljmXVAC1h5ugAvBaj6jadn257XMyCt5mhglD1qFpXBMxqLAhi8c5ZViTViaPGid58dABaGaPxwjrBTF2O62x4WO8HvW0O7AKOAwpdjA0/JHSD1BMNjAAAAAElFTkSuQmCC"); +} +.webix_cal_month .webix_cal_next_button { + background-position: 2px 4px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwGK/7kmAAAAIJJREFUOMutlOEKgCAMhDcpelN9Jh81pNavZITljW5/FJTj27xTzUzuKqXIn0pCrMSi6mIMIbRNg8UmVHtEsJPVWkfnm9ufjDbVrcawhiKEEZ95wvZX7HCPsY4uLKCQIQAIWXOz0s855JxRIp1a48Vf8rCDsuKUQtmc0MWDzhCkfo4XYYQeTpQdWNwAAAAASUVORK5CYII="); +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_cal_range { + background-color: #fbdce3; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 180px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 15px; + color: #ffffff; + background: #bcbcbc; + border-right: 1px solid #d6d6d6; + border-bottom: 1px solid #d6d6d6; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #efefef; + border-right: 1px solid #d6d6d6; + border-top: 1px solid #d6d6d6; + border-bottom: 1px solid #d6d6d6; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #a2a2a2; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/light.css b/skins/debug/light.css new file mode 100644 index 0000000..9028f56 --- /dev/null +++ b/skins/debug/light.css @@ -0,0 +1,6803 @@ +.webix_view { + font-family: Arial; + font-size: 15px; + color: #555555; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid rgba(0, 0, 0, 0); + background-color: #e5f9fa; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #e5f9fa; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 9px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 36px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #e5f9fa; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #e5f9fa; +} +.webix_header > div { + padding-left: 10px; + color: #ffffff; + font-size: 17px; + background: #00abbb; + line-height: 34px; + line-height: 36px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_button { + color: #555555 !important; +} +.webix_header > div .webix_el_button input, +.webix_header > div .webix_el_toggle input { + border: none; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #aeaeae; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #dadada; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid rgba(0, 0, 0, 0); + position: relative; + z-index: 2; + color: #ffffff; + font-size: 17px; + background: #00abbb; + line-height: 34px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_button { + color: #555555 !important; +} +.webix_accordionitem_header .webix_el_button input, +.webix_accordionitem_header .webix_el_toggle input { + border: none; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 10.5px 9px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; + border-color: #cbe4e7; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #e18429; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #d77a1e; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #cbe5e7; + font-size: 15px; + color: #555555; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #555555; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #cbe5e7; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid transparent; + border-bottom: none; + border-color: #cbe4e7; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #d77a1e; + border-right: 1px solid #d77a1e; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 3px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid rgba(0, 0, 0, 0); + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + font-size: 15px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #e18429; + border: 1px solid #d77a1e; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; + border-color: #cbe4e7; + border-right: 1px solid transparent; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #e18429; + border-bottom: 1px solid #d77a1e; + border-right: 1px solid #d77a1e; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Arial; + font-size: 13px; + color: #555555; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #d4d4d4; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #888888; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #888888; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Arial; + font-size: 15px; + color: #555555; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #e5f9fa; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Arial; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 26px; + line-height: 26px; + display: inline-block; + margin: 0 5px; + border-radius: 0px; +} +.webix_popup_button div { + border-radius: 0px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid rgba(0, 0, 0, 0); +} +.webix_button input, +.webix_popup_button div { + font-size: 15px; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #6eb6ff; + height: 26px; + line-height: 26px; +} +.webix_popup_button.confirm div { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; + text-shadow: none !important; + color: #fff !important; + border-color: #cbe5e7 !important; +} +.webix_button input:focus, +.webix_button input:active, +.webix_popup_button.confirm div:active, +.webix_popup_button.confirm div:focus { + background: #82c0ff; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 15px; + color: #555555; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 15px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0); + background-color: #e5f9fa; + font-family: Arial; + font-size: 15px; + color: #555555; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #baeef3; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 29px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #e5f9fa; + border-top: 1px solid rgba(0, 0, 0, 0); + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #e5f9fa; + border-bottom: 1px solid rgba(0, 0, 0, 0); + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 3px 5px 3px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #555555 !important; + height: 30px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid rgba(0, 0, 0, 0); + line-height: 28px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_richfilter { + margin-top: 1px; + line-height: 28px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 15px; + color: #555555; + background: #cbe5e7; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #dcf6f9; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #e5f9fa; + border-bottom: 1px solid #e5f9fa; + border-right: 1px dashed #e5f9fa; + border-top: 1px dashed #e5f9fa; + border-bottom: none; +} +.webix_ss_footer td { + border-right: 1px solid #cbe4e7; + border-top: 1px solid #cbe4e7; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid rgba(0, 0, 0, 0); +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #cbe4e7; + border-bottom: 1px solid transparent; + padding: 0 10px; + border-bottom: 1px solid #cbe4e7; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #d77a1e; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid transparent; + height: 32px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #e5f9fa; + border-top: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 5px 10px; + height: 32px; + line-height: 24px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #baeef3; + color: #555555; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #e18429; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #d77a1e; + border-left: 1px solid #d77a1e; + border-right: 1px solid #d77a1e; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #d77a1e; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #d77a1e; + border-right: 1px solid #d77a1e; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #e18429; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid transparent; +} +.webix_dtable_subrow { + border-top: 1px solid transparent; + text-align: right; +} +.webix_dtable_subview { + background: transparent; + border-top: 1px solid transparent; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #e18429; +} +.webix_hcell span.webix_input_icon { + background-color: #e5f9fa; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #555555; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #555555; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 17px; + background: #00abbb; + padding: 0px; + text-align: center; + line-height: 36px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button { + color: #555555 !important; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button input, +.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { + border: none; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg=="); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #00abbb; + display: block; + border: 1px solid #004e55; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 24px; + line-height: 24px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #e18429; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 24px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #e5f9fa; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #555555; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #e18429; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #555555; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #aeaeae; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #bbbbbb; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #bbbbbb; + background: #cbf2f6; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #e5f9fa; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #e18429; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #00abbb; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #555555; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; + float: right; +} +.webix_cal_blurred_hours { + background-color: #d8f5f8; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_property_label_line { + padding-left: 10px; + color: #ffffff; + font-size: 17px; + background: #00abbb; + line-height: 34px; + line-height: 23px; + border-bottom: 1px solid transparent; +} +.webix_property_label_line .webix_el_button { + color: #555555 !important; +} +.webix_property_label_line .webix_el_button input, +.webix_property_label_line .webix_el_toggle input { + border: none; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #e5f9fa; + padding: 5px 10px; + border: 1px solid rgba(0, 0, 0, 0); + font-family: Arial; + font-size: 15px; + color: #555555; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #e5f9fa; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #e18429; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #bbbbbb; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid rgba(0, 0, 0, 0); +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + width: 100%; + cursor: pointer; + font-size: 15px; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #555555; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #555555; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #6eb6ff; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + padding: 0px; + border: 0px; +} +.webixtype_form { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545 !important; + color: #fff !important; + font-size: 17px !important; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #6eb6ff; + border: 1px solid rgba(0, 0, 0, 0); +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 6px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 15px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #555555; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 4px; + width: 100%; + text-align: center; + cursor: pointer; + color: #555555; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 2px; + height: 100%; + width: 100%; + font-size: 15px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid rgba(0, 0, 0, 0); + color: #555555; + font-size: 15px; + font-family: Arial; + background: #fff; + border: 1px solid #deeeff; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #555555; + text-transform: none; + font-size: 15px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 3px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 3px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 13px; + color: #626262; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #555555; + line-height: 28px; + padding: 3px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 15px; + font-family: Arial; + border: 1px solid rgba(0, 0, 0, 0); +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid rgba(0, 0, 0, 0); + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 15px; + width: 50px; + color: #555555; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #6eb6ff; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #6eb6ff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_el_textarea textarea { + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + margin: 0; + padding: 5px; + color: #555555; + resize: none; + font-size: 15px; + font-family: Arial; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 7.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid rgba(0, 0, 0, 0); + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid rgba(0, 0, 0, 0); + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #6eb6ff; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #e18429; + border: 1px solid #e18429 !important; +} +.webix_inp_static { + border: 1px solid rgba(0, 0, 0, 0); + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #a2a2a2; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 15px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #555555; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #555555; + padding-right: 24px; + font-family: Arial; + background: #fff; + border: 1px solid #deeeff; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 27px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 13px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 7px; + right: 8px; + width: 20px; + height: 20px; + border-radius: 0px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 17px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #555555; + font-size: 15px; + font-family: Arial; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #cff3f7; + display: inline-block; + margin: 3px; + float: left; + border-radius: 0px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #2f2f2f; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #cff3f7; + color: #555555; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid rgba(0, 0, 0, 0); +} +.webix_item_tab:first-child { + border-left: 1px solid rgba(0, 0, 0, 0); +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid rgba(0, 0, 0, 0); + border-left-width: 0px; + background: #00abbb; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + border: 1px solid rgba(0, 0, 0, 0); + border-bottom: 0 !important; + background: #e5f9fa; + color: #555555; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #e18429; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid rgba(0, 0, 0, 0); + border-right: 1px solid rgba(0, 0, 0, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e9e9e9 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 3px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #e5f9fa; + height: 36px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 14px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 32px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #fff; + border-left: 0px; + background: #00abbb; + color: #fff; + font-size: 15px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-width: 0px; + width: 7px; + height: 5px; + background-image: pngimage(menu_down); +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #fff; + text-align: left; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background-color: #00b9ca; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +/* Submenu */ +.webix_menu { + background: #e5f9fa; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid rgba(0, 0, 0, 0); +} +.webix_menu .webix_submenu_icon { + top: 12px; +} +.webix_menu .webix_context_spacer { + height: 32px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + background: #00abbb; +} +.webix_layout_toolbar .webix_el_button { + color: #555555 !important; +} +.webix_layout_toolbar .webix_el_button input, +.webix_layout_toolbar .webix_el_toggle input { + border: none; +} +.webix_toolbar.webix_layout_subbar { + background: #00abbb; +} +.webix_toolbar.webix_layout_subbar .webix_el_button { + color: #555555 !important; +} +.webix_toolbar.webix_layout_subbar .webix_el_button input, +.webix_toolbar.webix_layout_subbar .webix_el_toggle input { + border: none; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 7px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid rgba(0, 0, 0, 0); + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #555555; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #555555; + line-height: 28px; + padding: 3px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 11px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #a2f7ff; + border: 1px solid rgba(13, 13, 13, 0); + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid rgba(13, 13, 13, 0); + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 7px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + border: 1px solid #deeeff; + background: #deeeff; +} +.webix_slider_box .webix_slider_right { + border-color: #deeeff; +} +.webix_slider_box .webix_slider_handle { + width: 17px; + height: 17px; + background: #6eb6ff; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 4.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #deeeff; + background: #cbe4e7; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border-color: #deeeff; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #cbe4e7; + border: 1px solid #afd6da; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #cff3f7; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #e18429; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #a2a2a2; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #e18429; + border-color: #e18429; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #e5f9fa; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #e18429; + box-shadow: inset 0 0 1px 2px #e18429; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid rgba(0, 0, 0, 0); +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #555555; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 15px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #fcfeff; + border-radius: 0px; + border: 1px solid rgba(0, 0, 0, 0); + cursor: pointer; + font-size: 15px; + font-family: Arial; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +::-webkit-scrollbar { + width: 18px; + height: 18px; +} +::-webkit-scrollbar-track-piece { + background-color: transparent; +} +::-webkit-scrollbar-thumb:vertical { + background-image: pngimage(scroll_ver); + background-color: #cbe4e7; + background-position: center center; + background-repeat: no-repeat; + min-height: 30px; +} +/* Place The scroll down button at the bottom */ +::-webkit-scrollbar-button:vertical:increment { + background: pngimage(scroll_arrow_down), #e5f9fa; + background-position: center center, 0 0; + background-repeat: no-repeat, no-repeat; +} +/* Place The scroll up button at the up */ +::-webkit-scrollbar-button:vertical:decrement { + background: pngimage(scroll_arrow_up), #e5f9fa; + background-position: center center, 0 0; + background-repeat: no-repeat, no-repeat; +} +::-webkit-scrollbar-track:vertical { + background: #e5f9fa; +} +::-webkit-scrollbar-track-piece:vertical { + background: transparent; +} +/* The thumb itself */ +::-webkit-scrollbar-thumb:horizontal { + background-image: pngimage(scroll_hor); + background-color: #cbe4e7; + background-position: center center; + background-repeat: no-repeat; + min-width: 30px; +} +/* Place The scroll down button at the right */ +::-webkit-scrollbar-button:horizontal:increment { + background: pngimage(scroll_arrow_right), #e5f9fa; + background-position: center center, 0 0; + background-repeat: no-repeat, no-repeat; +} +/* Place The scroll up button at the left */ +::-webkit-scrollbar-button:horizontal:decrement { + background: pngimage(scroll_arrow_left), #e5f9fa; + background-position: center center, 0 0; + background-repeat: no-repeat, no-repeat; +} +/*[L]*/ +/*[L]*/ +.webix_layout_toolbar.webix_toolbar { + font-family: Arial; + font-size: 15px; + color: #555555; + background-color: #cbe4e7; +} +.webix_view.webix_layout_accordion { + background-color: #ffffff; +} +.webix_accordionitem .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin: 9.5px 9px; +} +.webix_accordionitem.collapsed .webix_accordionitem_button { + float: right; + position: relative; + height: 19px; + width: 19px; + margin-top: 8.5px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, +.webix_toolbar.webix_layout_toolbar webix_el_icon, +.webix_toolbar.webix_layout_toolbar .webix_img_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_button { + color: #555555; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, +.webix_toolbar.webix_layout_toolbar .webix_inp_static { + color: #555555; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #555555; +} +.webix_el_tabbar + .webix_multiview { + background-color: #e5f9fa; +} +.webix_view .webix_win_head { + border-bottom: 1px solid #cbe4e7; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #555555; + background: #cbe4e7; +} +.webix_modal_box .webix_popup_title { + color: #555555; + background: #cbe4e7; + font-size: 15px; + font-weight: bold; + text-shadow: none !important; +} +.webix_modal_box .webix_popup_text { + font-size: 15px; +} +.webix_view.webix_popup { + border: 1px solid #cbe4e7; +} +.webix_modal_box { + background: #ffffff !important; + border: 1px solid #b8b8b8 !important; +} +.confirmButton { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; + text-shadow: none !important; + color: #fff !important; + border-color: #cbe5e7 !important; +} +.confirmButtonActive { + background: #e3f1f2; +} +.webix_popup_button { + border: none !important; +} +.webix_window.webix_popup { + background: #fff; +} +.webix_window.webix_popup .webix_list_item { + background-color: #fff; +} +.webix_window.webix_popup .webix_list_item:last-child { + border-color: transparent; +} +.webix_window.webix_popup .webix_list_item.webix_selected { + background-color: #e18429; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid transparent; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid transparent; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px dashed #e5f9fa; +} +.webix_ss_header tr:nth-child(2) td { + border-top: 1px solid #cbe5e7; +} +.dtBodyCell { + border-bottom: 1px solid #cbe4e7; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid transparent; + border-left: 1px solid transparent; +} +.dataItemStyle { + border-color: #cbe4e7; +} +.webix_list_item.webix_group_back { + background: #d9eced; + color: #555555; + border-bottom: 1px solid #e5f9fa; +} +.webix_list_item.webix_group_back .webix_arrow_icon { + color: #555555; +} +.webix_dataview_item { + border-right-color: #cbe4e7; +} +.webix_view .webix_pager_item { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #6eb6ff; + font-size: 15px; +} +.webix_view .webix_pager_item_selected { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; +} +.webix_list_item.webix_group_back:first-child { + background: #cbe5e7; + color: #555555; +} +.webix_list .webix_unit_header { + font-weight: normal; + color: #555555; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active { + background: #cbe4e7; +} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon { + width: 5px; + height: 7px; + border-width: 0px; + background-image: pngimage(menu_right); +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background: #e18429; +} +.webix_property .webix_property_label, +.webix_property .webix_property_value { + border-color: #cbe4e7; +} +.webix_view .webix_drag_over, +.webix_view .webix_drop_zone { + background-color: #e3f1f2; +} +.inputStyle { + background: #fff; + border: 1px solid #deeeff; +} +.buttonStyle { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; +} +.webix_el_select select, +div.webix_inp_static, +.webix_el_textarea textarea { + background: #fff; + border: 1px solid #deeeff; +} +.webix_el_checkbox input { + border-color: rgba(0, 0, 0, 0); +} +.webix_el_counter .webix_inp_counter_value { + background: #fff; + border: 1px solid #deeeff; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #6eb6ff; + width: 30px; + font-family: "Courier New", Courier, monospace; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 18px; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 17px; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none !important; + font-size: 15px !important; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +.webix_item_tab { + border-bottom: 1px solid rgba(0, 0, 0, 0) !important; + color: #ffffff; + font-size: 17px; +} +.webixtype_bottom .webix_item_tab { + border: 1px solid #e5f9fa !important; + border-left-width: 0 !important; + background: #6eb6ff; + color: #555555; +} +.webixtype_bottom .webix_item_tab .webix_icon { + text-align: left; +} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #e5f9fa !important; + border-left-width: 0 !important; + background: #2190ff; +} +.webixtype_bottom .webix_item_tab:last-child { + border-right: 0 !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + background: #00abbb; +} +.webix_after_all_tabs { + background: #e5f9fa; +} +.webixtype_danger:active { + background: #d16051 !important; +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_toolbar .webix_img_btn:active, +.webix_toolbar .webix_img_btn_top:active, +.webix_toolbar .webix_icon_button:active { + background-color: rgba(255, 255, 255, 0.2) !important; +} +.webix_toolbar .webix_el_button .webix_el_box, +.webix_toolbar .webix_el_segmented .webix_el_box { + padding: 0 1px; +} +.webix_toolbar .webix_el_segmented label { + padding-top: 2px; +} +.webix_el_box .webixtype_form { + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; + background: #2190ff; + border-color: #2190ff; +} +.webix_el_box .webixtype_form:active { + background: #359aff; +} +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active { + background: #82c0ff; +} +.segmentActive { + border: 1px solid #e18429 !important; +} +.webix_all_segments .webix_segment_0, +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + border: none; + color: #555555; + font-size: 17px; + font-family: Arial; + border: 1px solid #6eb6ff; +} +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + margin-left: 1px; +} +.webix_el_slider .webix_slider_title { + margin-bottom: -13px; +} +.webix_el_toggle .webix_pressed .webix_img_btn, +.webix_el_toggle .webix_pressed .webix_img_btn_top { + background-color: rgba(0, 0, 0, 0.06); +} +.webix_el_toggle .webix_el_box.webix_pressed > input { + color: #555555; + border-color: transparent; + background: #96cbff; + box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3); +} +.webix_el_box .webix_img_btn_abs:active + input { + background: #87c3ff; +} +.webix_view .webix_fieldset fieldset { + border: 1px solid #b9dcdf; +} +.webix_view .webix_fieldset legend { + color: #62afb7; +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_body .webix_cal_today { + background: #cbe4e7; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #fff !important; +} +.webix_cal_month .webix_cal_prev_button { + background-position: 2px 4px; + background-image: pngimage(calendar_left); +} +.webix_cal_month .webix_cal_next_button { + background-position: 2px 4px; + background-image: pngimage(calendar_right); +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_cal_range { + background-color: #faebdc; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 170px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 15px; + color: #555555; + background: #cbe5e7; + border-right: 1px dashed #e5f9fa; + border-top: 1px dashed #e5f9fa; + border-bottom: none; + border-right: 1px solid #e5f9fa; + border-bottom: 1px solid #e5f9fa; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #dcf6f9; + border-right: 1px solid #cbe4e7; + border-top: 1px solid #cbe4e7; + border-bottom: 1px solid #cbe4e7; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #a2a2a2; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/metro.css b/skins/debug/metro.css new file mode 100644 index 0000000..dac4f13 --- /dev/null +++ b/skins/debug/metro.css @@ -0,0 +1,6691 @@ +.webix_view { + font-family: Arial; + font-size: 13px; + color: #555555; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #c8c8c8; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 9px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 36px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + font-size: 13px; + background: #ffffff; + line-height: 34px; + line-height: 36px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + font-size: 13px; +} +.webix_header > div .webix_el_button { + color: #555555 !important; +} +.webix_header > div .webix_el_button input, +.webix_header > div .webix_el_toggle input { + border: none; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #aeaeae; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #dadada; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #c8c8c8; + position: relative; + z-index: 2; + font-size: 13px; + background: #ffffff; + line-height: 34px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + font-size: 13px; +} +.webix_accordionitem_header .webix_el_button { + color: #555555 !important; +} +.webix_accordionitem_header .webix_el_button input, +.webix_accordionitem_header .webix_el_toggle input { + border: none; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 15px 15px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #ffffff; + background: #fea223; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #fe990f; + border-top: 1px solid #fe990f; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #c8c8c8; + font-size: 15px; + color: #555555; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #555555; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #c8c8c8; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid transparent; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #fe990f; + border-right: 1px solid #fe990f; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #c8c8c8; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + font-size: 13px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #fea223; + border: 1px solid #fe990f; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid transparent; + text-align: left; + border-right: 1px solid transparent; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #ffffff; + background: #fea223; + border-bottom: 1px solid #fe990f; + border-right: 1px solid #fe990f; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Arial; + font-size: 13px; + color: #555555; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #d4d4d4; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #888888; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #888888; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Arial; + font-size: 13px; + color: #555555; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Arial; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 24px; + line-height: 24px; + display: inline-block; + margin: 0 5px; + border-radius: 0px; +} +.webix_popup_button div { + border-radius: 0px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #c8c8c8; +} +.webix_button input, +.webix_popup_button div { + font-size: 13px; + background: #3389ff; + color: #ffffff; + font-size: 15px !important; + border: 1px solid #3389ff !important; + height: 24px; + line-height: 24px; +} +.webix_popup_button.confirm div { + background: #006bff; + border: 1px solid #006bff; + font-size: 15px !important; + text-shadow: none !important; + color: #ffffff !important; + border-color: #006bff !important; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 13px; + color: #555555; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 13px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #c8c8c8; + background-color: #ffffff; + font-family: Arial; + font-size: 13px; + color: #555555; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 31px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #c8c8c8; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-bottom: 1px solid #c8c8c8; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #555555 !important; + height: 32px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #c8c8c8; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_richfilter { + margin-top: 1px; + line-height: 26px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 15px; + color: #555555; + background: #c8c8c8; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; + border-right: 1px dashed #ffffff; + border-top: 1px dashed #ffffff; + border-bottom: none; +} +.webix_ss_footer td { + border-right: 1px solid transparent; + border-top: 1px solid transparent; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #c8c8c8; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #c8c8c8; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #c8c8c8; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 0 10px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +.webix_column > div:nth-child(even) { + background-color: #ebebeb; +} +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #fe990f; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid transparent; + height: 34px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 5px 10px; + height: 34px; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #555555; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #ffffff; + background: #fea223; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #fe990f; + border-top: 1px solid #fe990f; + border-left: 1px solid #fe990f; + border-right: 1px solid #fe990f; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #fe990f; + border-top: 1px solid #fe990f; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #fe990f; + border-right: 1px solid #fe990f; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #ffffff; + background: #fea223; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid transparent; +} +.webix_dtable_subrow { + border-top: 1px solid transparent; + text-align: right; +} +.webix_dtable_subview { + background: transparent; + border-top: 1px solid transparent; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #ffffff; + background: #fea223; +} +.webix_hcell span.webix_input_icon { + background-color: #ffffff; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #555555; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #555555; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-size: 13px; + background: #ffffff; + padding: 0px; + text-align: center; + line-height: 36px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + font-size: 13px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button { + color: #555555 !important; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button input, +.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { + border: none; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #3389ff; + display: block; + border: 1px solid #0056cc; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 24px; + line-height: 24px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #ffffff; + background: #fea223; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 24px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #555555; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #ffffff; + background: #fea223; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #555555; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #aeaeae; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #bbbbbb; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #bbbbbb; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #fea223; + color: #ffffff; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #3389ff; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #555555; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #c8c8c8; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 0px; + border: 1px solid #c8c8c8; + background: #006bff; + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #006bff; + font-size: 15px !important; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_line:nth-child(odd) { + background-color: #ebebeb; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #c8c8c8; +} +.webix_property_label_line { + padding-left: 10px; + font-size: 13px; + background: #ffffff; + line-height: 34px; + line-height: 23px; + border-bottom: 1px solid transparent; +} +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + font-size: 13px; +} +.webix_property_label_line .webix_el_button { + color: #555555 !important; +} +.webix_property_label_line .webix_el_button input, +.webix_property_label_line .webix_el_toggle input { + border: none; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #c8c8c8; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #c8c8c8; + font-family: Arial; + font-size: 13px; + color: #555555; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #fea223; + color: #ffffff; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #bbbbbb; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #c8c8c8; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 0px; + border: 1px solid #c8c8c8; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 13px; + font-family: Arial; + color: #ffffff; + font-size: 15px; + border: 1px solid #3389ff !important; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #555555; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #555555; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #3389ff; + font-size: 15px !important; + color: #ffffff; + font-size: 15px; + border: 1px solid #3389ff !important; + padding: 0px; + border: 0px; +} +.webixtype_form { + background: #006bff; + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #006bff; + font-size: 15px !important; +} +.webix_el_button .webixtype_danger { + background: #ce5545; + border: 1px solid #ce5545 !important; + color: #fff !important; + font-size: 15px !important; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + background: #3389ff; + color: #ffffff; + font-size: 15px !important; + border: 1px solid #3389ff !important; + border: 1px solid #c8c8c8; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 4px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 13px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 13px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #c8c8c8; + font-family: Arial; + font-size: 13px; + color: #555555; + background-color: #ebebeb; + border-color: #ebebeb !important; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #555555; + text-transform: none; + font-size: 13px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 11px; + color: #626262; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #555555; + line-height: 26px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 13px; + font-family: Arial; + border: 1px solid #c8c8c8; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #c8c8c8; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 13px; + width: 50px; + color: #555555; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + background: #3389ff; + color: #ffffff; + font-size: 15px !important; + border: 1px solid #3389ff !important; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + background: #3389ff; + color: #ffffff; + font-size: 15px !important; + border: 1px solid #3389ff !important; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_el_textarea textarea { + border: 1px solid #c8c8c8; + height: 100%; + margin: 0; + padding: 5px; + color: #555555; + resize: none; + font-size: 13px; + font-family: Arial; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 6.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #c8c8c8; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #c8c8c8; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #3389ff; + font-size: 15px !important; + color: #ffffff; + font-size: 15px; + border: 1px solid #3389ff !important; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #ffffff; + background: #fea223; + /*background: @buttonColor; + border: 1px solid @buttonColor; + text-shadow: none !important; + color: @buttonFontColor !important;*/ + border: 1px solid #fea223 !important; +} +.webix_inp_static { + border: 1px solid #c8c8c8; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #a2a2a2; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 13px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #555555; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + padding-right: 24px; + font-family: Arial; + font-size: 13px; + color: #555555; + background-color: #ebebeb; + border-color: #ebebeb !important; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 23px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 11px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 18px; + height: 18px; + border-radius: 0px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 15px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #555555; + font-size: 13px; + font-family: Arial; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 0px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #2f2f2f; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #555555; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #c8c8c8; +} +.webix_item_tab:first-child { + border-left: 1px solid #c8c8c8; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #c8c8c8; + border-left-width: 0px; + background-color: #ebebeb; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + color: #555555; + border: 1px solid #c8c8c8; + border-bottom: 0 !important; + background: #ffffff; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #ffffff; + background: #fea223; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #c8c8c8; + border-right: 1px solid #c8c8c8; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 36px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 14px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 32px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #ffffff; + border-left: 0px; + background: #3389ff; + color: #ffffff; + font-size: 15px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #ffffff transparent transparent transparent; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #ffffff; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background: #006bff; + color: #ffffff; +} +.webix_menu-x .webix_list_item:hover .webix_icon_btn, +.webix_menu-x .webix_list_item:active .webix_icon_btn, +.webix_menu-x .webix_list_item:focus .webix_icon_btn { + color: #fff; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #c8c8c8; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #c8c8c8; +} +.webix_menu .webix_submenu_icon { + top: 12px; +} +.webix_menu .webix_context_spacer { + height: 32px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + background: #ffffff; +} +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + font-size: 13px; +} +.webix_layout_toolbar .webix_el_button { + color: #555555 !important; +} +.webix_layout_toolbar .webix_el_button input, +.webix_layout_toolbar .webix_el_toggle input { + border: none; +} +.webix_toolbar.webix_layout_subbar { + background: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + font-size: 13px; +} +.webix_toolbar.webix_layout_subbar .webix_el_button { + color: #555555 !important; +} +.webix_toolbar.webix_layout_subbar .webix_el_button input, +.webix_toolbar.webix_layout_subbar .webix_el_toggle input { + border: none; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 7px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #afafaf; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #555555; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #555555; + line-height: 26px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 9px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #d5d5d5; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #d5d5d5; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 5px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + background-color: #ebebeb; + border-color: #ebebeb !important; +} +.webix_slider_box .webix_slider_right { + border-color: #ebebeb !important; + background: #fff; +} +.webix_slider_box .webix_slider_handle { + width: 17px; + height: 17px; + background: #3389ff; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 2.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + background-color: #ebebeb; + border-color: #ebebeb !important; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border-color: #ebebeb !important; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + box-shadow: 0px 5px 3px #f6f6f6 inset; + background-color: #f6f6f6; + border: 1px solid #c8c8c8; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #fea223; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #a2a2a2; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #fea223; + border-color: #fea223; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #fea223; + box-shadow: inset 0 0 1px 2px #fea223; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #c8c8c8; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #555555; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 13px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #dbeaff; + border-radius: 0px; + border: 1px solid #c8c8c8; + cursor: pointer; + font-size: 13px; + font-family: Arial; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_accordionitem.collapsed { + color: #4d4d4d; + background: #80b5ff; +} +.webix_layout_wide .webix_accordionitem.collapsed, +.webix_layout_space .webix_accordionitem.collapsed, +.webix_layout_accordion .webix_accordionitem.collapsed { + border-color: #80b5ff !important; +} +.webix_accordionitem_header.collapsed { + background: transparent; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_layout_toolbar.webix_layout_toolbar { + background: #66a6ff; +} +.webix_toolbar .webix_el_button .webix_el_box, +.webix_toolbar .webix_el_segmented .webix_el_box { + padding: 0 1px; +} +.webix_toolbar .webix_el_segmented label { + padding-top: 2px; +} +.webix_toolbar .webix_view { + color: #4d4d4d; + font-size: 15px !important; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, +.webix_toolbar.webix_layout_toolbar webix_el_icon, +.webix_toolbar.webix_layout_toolbar .webix_img_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_button { + color: #4d4d4d; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, +.webix_toolbar.webix_layout_toolbar .webix_inp_static { + color: #555555; +} +.webix_toolbar.webix_layout_toolbar .webix_inp_label { + color: #4d4d4d; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #555555; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #ffffff; + font-size: 15px; + background: #3d8fff; +} +.webix_modal_box .webix_popup_title { + color: #555555 !important; + background: #66a6ff; + font-size: 15px; + font-weight: bold; + border-bottom: 1px solid #b8b8b8 !important; + text-shadow: none !important; +} +.webix_modal_box .webix_popup_text { + color: #555555; +} +.webix_modal_box { + color: #555555; + background: #fff !important; + border: 1px solid #b8b8b8 !important; +} +.confirmButton { + background: #006bff; + border: 1px solid #006bff; + font-size: 15px !important; + text-shadow: none !important; + color: #ffffff !important; + border-color: #006bff !important; +} +.confirmButtonActive { + background: #0d6df2; +} +.webix_popup_button { + border: none !important; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid transparent; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid transparent; +} +.webix_dtable .webix_last_topcell { + border-bottom: 1px solid transparent; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px dashed #ffffff; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.webix_ss_header tr:nth-child(2) td { + border-top: 1px solid transparent ; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none !important; + font-size: 13px !important; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #c8c8c8; + border-left: 1px solid #c8c8c8; +} +.webix_list_item.webix_group_back { + background: #f1f1f1; + color: #555555; + border-bottom: 1px solid #ffffff; +} +.webix_list_item.webix_group_back .webix_arrow_icon { + color: #555555; +} +.webix_list_item.webix_group_back:first-child { + background: #c8c8c8; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background-color: #fea223; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #626262; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_select select, +div.webix_inp_static, +.webix_el_textarea textarea { + font-family: Arial; + font-size: 13px; + color: #555555; + background-color: #ebebeb; + border-color: #ebebeb !important; +} +.webix_el_checkbox input { + border-color: #c8c8c8; +} +.webix_el_counter .webix_inp_counter_value { + background-color: #ebebeb; + border-color: #ebebeb !important; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + background: #3389ff; + font-size: 15px !important; + border: 1px solid #3389ff; + width: 30px; + font-family: "Courier New", Courier, monospace; + color: #ffffff; + font-size: 15px; + border: 1px solid #3389ff !important; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 18px; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 17px; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +.webix_item_tab { + font-size: 15px; + border-bottom: 1px solid #c8c8c8 !important; + border-left-width: 1px !important; +} +.webixtype_bottom .webix_item_tab { + border: 1px solid #ffffff !important; + border-left-width: 0 !important; + background: #66a6ff; + color: #555555; +} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #ffffff !important; + border-left-width: 0 !important; + background: #006bff; + color: #ffffff !important; +} +.webixtype_bottom .webix_item_tab:last-child { + border-right: 0 !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + background-color: #ebebeb; +} +.webix_after_all_tabs { + background: #ffffff; +} +.webixtype_danger:active { + background: #d16051 !important; +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_el_box .webix_img_btn_abs:active + input { + background: #4d97ff; +} +/*.webix_toolbar .webix_img_btn:active, .webix_toolbar .webix_img_btn_top:active{ + background-color: rgba(255,255,255,0.1) !important; +};*/ +.webix_el_box .webixtype_form { + color: #ffffff; + text-shadow: 0 1px #ffffff; + background: #006bff; + text-shadow: none !important; + color: #ffffff !important; + border: 1px solid #006bff; + font-size: 15px !important; +} +.webix_el_box .webixtype_form:active { + background: #1477ff; +} +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active { + background: #4794ff; +} +.segmentActive { + /*background: @buttonColor; + border: 1px solid @buttonColor; + text-shadow: none !important; + color: @buttonFontColor !important;*/ + border: 1px solid #fea223 !important; +} +.webix_all_segments .webix_segment_0, +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + border: none; + color: #ffffff; + font-size: 15px; + border: 1px solid #3389ff !important; +} +.webix_all_segments .webix_segment_1, +.webix_all_segments .webix_segment_N { + margin-left: 1px; +} +.webix_el_toggle { + /*.webix_pressed .webix_img_btn, .webix_pressed .webix_img_btn_top{ + background-color: rgba(0,0,0,0.06); + } + .webix_el_box.webix_pressed > input{ + border-color: transparent; + background: lighten(@buttonColor, 20%);//rgba(0,0,0,0.06) ; + box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); + }*/ +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_day { + border-radius: 0px; +} +.webix_cal_body .webix_cal_today { + background: #f1f1f1; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_cal_range { + background-color: #ffedd5; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-color: #3389ff; + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 160px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 15px; + color: #555555; + background: #c8c8c8; + border-right: 1px dashed #ffffff; + border-top: 1px dashed #ffffff; + border-bottom: none; + border-right: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #a2a2a2; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/terrace.css b/skins/debug/terrace.css new file mode 100644 index 0000000..2d2d637 --- /dev/null +++ b/skins/debug/terrace.css @@ -0,0 +1,6446 @@ +.webix_view { + font-family: Arial; + font-size: 13px; + color: #454544; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #cecece; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: transparent; +} +.webix_layout_wide { + background-color: transparent; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 10px; + padding-left: 10px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 9.25px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 37px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: transparent; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: transparent; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + font-family: Arial; + color: #454544; + font-size: 13px; + font-weight: bold; + background: white; + line-height: 35px; + line-height: 37px; + padding-top: 0; + padding-bottom: 0; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #9e9e9d; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #b4b4b4; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #cecece; + position: relative; + z-index: 2; + font-family: Arial; + color: #454544; + font-size: 13px; + font-weight: bold; + background: white; + line-height: 35px; + cursor: pointer; + overflow: hidden; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 15.5px 15.5px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #e6e6e6; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #2f2f2f; + background: #fff3a1; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #e6e6e6; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #ffffff; + color: #2f2f2f; + color: #6c6c6a; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #454544; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #ffffff; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #e6e6e6; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #e6e6e6; + border-right: 1px solid #fff3a1; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #cecece; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + font-size: 13px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #fff3a1; + border: 1px solid #e6e6e6; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #e6e6e6; + text-align: left; + border-right: 1px solid #e6e6e6; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #2f2f2f; + background: #fff3a1; + border-bottom: 1px solid #e6e6e6; + border-right: 1px solid #e6e6e6; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Arial; + font-size: 13px; + color: #454544; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #c4c4c4; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #787877; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #787877; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Arial; + font-size: 13px; + color: #454544; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Arial; + z-index: 20000; + border-radius: 4px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 24px; + line-height: 24px; + display: inline-block; + margin: 0 5px; + border-radius: 6px; +} +.webix_popup_button div { + border-radius: 6px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #cecece; +} +.webix_button input, +.webix_popup_button div { + font-size: 13px; + color: #454544; + background: #ffffff; + font-weight: bold; + height: 24px; + line-height: 24px; +} +.webix_popup_button.confirm div { + background: #22a1bc; + color: white; + font-weight: bold; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 13px; + color: #454544; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 13px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #cecece; + background-color: #ffffff; + font-family: Arial; + font-size: 13px; + color: #454544; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 35px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #cecece; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid transparent; + border-bottom: 1px solid #cecece; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #454544 !important; + height: 33px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #cecece; + line-height: 26px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_richfilter { + margin-top: 1px; + line-height: 26px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + color: #6c6c6a; + background: #ffffff; + color: #2f2f2f; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 20px 0px 20px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; +} +.webix_ss_footer td { + border-right: 1px solid transparent; + border-top: 1px solid transparent; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #cecece; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #cecece; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #cecece; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid transparent; + border-bottom: 1px solid #e6e6e6; + padding: 0 20px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #e6e6e6; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #e6e6e6; + height: 38px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #e6e6e6; + border-right: 1px solid #e6e6e6; + border-bottom: 1px solid #e6e6e6; + padding: 5px 20px; + height: 38px; + line-height: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #454544; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #2f2f2f; + background: #fff3a1; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #e6e6e6; + border-left: 1px solid #e6e6e6; + border-right: 1px solid #fff3a1; + padding-top: 0px; + padding-left: 19px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 20px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #e6e6e6; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #e6e6e6; + border-right: 1px solid #fff3a1; + padding-left: 19px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #2f2f2f; + background: #fff3a1; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 38px; + padding-left: 20px; + padding-top: 1px; + border-bottom: 1px solid #e6e6e6; +} +.webix_dtable_subrow { + border-top: 1px solid #e6e6e6; + text-align: right; +} +.webix_dtable_subview { + background: #e6e6e6; + border-top: 1px solid #e6e6e6; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #2f2f2f; + background: #fff3a1; +} +.webix_hcell span.webix_input_icon { + background-color: transparent; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #454544; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #454544; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 4px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 4px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-family: Arial; + color: #454544; + font-size: 13px; + font-weight: bold; + background: white; + padding: 0px; + text-align: center; + line-height: 37px; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #f3efe7; + display: block; + border: 1px solid #d1c2a3; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 22px; + line-height: 22px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #2f2f2f; + background: #fff3a1; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 22px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #454544; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_view > .webix_cal_header div { + color: #787877; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #2f2f2f; + background: #fff3a1; +} +.webix_cal_body .webix_cal_day { + border-radius: 3px; +} +.webix_cal_body .webix_cal_event { + color: #ff9000; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #454544; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #9e9e9d; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #ababaa; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #ababaa; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #fff3a1; + color: #2f2f2f; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #f3efe7; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #454544; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #cecece; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 6px; + border: 1px solid #cecece; + background-color: #22A1BC; + color: #fff !important; + font-weight: bold; + text-shadow: 0 -1px 0 #6f6f6f; + border: none !important; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #cecece; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #cecece; +} +.webix_property_label_line { + padding-left: 10px; + font-family: Arial; + color: #454544; + font-size: 13px; + font-weight: bold; + background: white; + line-height: 35px; + line-height: 23px; + border-bottom: 1px solid #e6e6e6; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #cecece; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #cecece; + font-family: Arial; + font-size: 13px; + color: #454544; + border-radius: 4px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #fff3a1; + color: #2f2f2f; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #ababaa; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #cecece; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 6px; + border: 1px solid #cecece; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 13px; + font-family: Arial; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #454544; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #454544; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + color: #454544; + background: #ffffff; + font-weight: bold; + font-size: 13px; + font-family: Arial; + padding: 0px; + border: 0px; +} +.webixtype_form { + background-color: #22A1BC; + color: #fff !important; + font-weight: bold; + text-shadow: 0 -1px 0 #6f6f6f; + border: none !important; +} +.webix_el_button .webixtype_danger { + background: #FE5310; + color: white; + border: none !important; + font-weight: bold; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + color: #454544; + background: #ffffff; + font-weight: bold; + border: 1px solid #cecece; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 4px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 13px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #454544; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #454544; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #d5d5d5 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 13px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #cecece; + color: #454544; + font-size: 13px; + font-family: Arial; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #454544; + text-transform: none; + font-size: 13px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 11px; + color: #525251; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #454544; + line-height: 26px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 13px; + font-family: Arial; + border: 1px solid #cecece; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #cecece; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 13px; + width: 50px; + color: #454544; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + color: #454544; + background: #ffffff; + font-weight: bold; + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + color: #454544; + background: #ffffff; + font-weight: bold; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_el_textarea textarea { + border: 1px solid #cecece; + height: 100%; + margin: 0; + padding: 5px; + color: #454544; + resize: none; + font-size: 13px; + font-family: Arial; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 6.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #cecece; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #cecece; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + color: #454544; + background: #ffffff; + font-weight: bold; + font-size: 13px; + font-family: Arial; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #2f2f2f; + background: #fff3a1; +} +.webix_inp_static { + border: 1px solid #cecece; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #929290; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 13px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #454544; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #454544; + padding-right: 24px; + font-family: Arial; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 24px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 11px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 18px; + height: 18px; + border-radius: 6px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 15px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #d5d5d5 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #454544; + font-size: 13px; + font-family: Arial; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 6px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #1e1e1e; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #454544; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #cecece; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #cecece; +} +.webix_item_tab:first-child { + border-left: 1px solid #cecece; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #cecece; + border-left-width: 0px; + background-color: #ffffff; + color: #454544; + font-size: 13px; + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 3px; + border-bottom-left-radius: 0px; + border-top-right-radius: 3px; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + color: #454544; + font-size: 13px; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #2f2f2f; + background: #fff3a1; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #cecece; + border-right: 1px solid #cecece; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #d5d5d5 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: transparent; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 32px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 12px; +} +.webix_menu-x { + background-color: white; + border-radius: 4px; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 28px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #cecece; + border-left: 0px; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background: #f3efe7; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #cecece; + border-radius: 4px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #cecece; +} +.webix_menu .webix_submenu_icon { + top: 10px; +} +.webix_menu .webix_context_spacer { + height: 28px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + background: white; +} +.webix_toolbar.webix_layout_subbar { + background: white; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 5px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #b5b5b5; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #454544; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #454544; + line-height: 26px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 9px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #dbdbdb; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #dbdbdb; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 5px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_slider_box .webix_slider_handle { + width: 17px; + height: 17px; + background: #22a1bc; + color: white; + font-weight: bold; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 2.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + border: 1px solid #cecece; + background-color: #fff; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #fff3a1; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #929290; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #fff3a1; + border-color: #fff3a1; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #454544; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #454544; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #fff3a1; + box-shadow: inset 0 0 1px 2px #fff3a1; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #cecece; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #454544; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 13px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 6px; + border: 1px solid #cecece; + cursor: pointer; + font-size: 13px; + font-family: Arial; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_layout_wide > .webix_view, +.webix_layout_space > .webix_view { + border-radius: 3px; +} +.webix_layout_wide .webix_layout_accordion .webix_accordionitem:first-child, +.webix_layout_space .webix_layout_accordion .webix_accordionitem:first-child { + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 3px; + border-bottom-left-radius: 0; + border-top-right-radius: 3px; + border-bottom-right-radius: 0; +} +.webix_layout_wide .webix_layout_accordion .webix_accordionitem:last-child, +.webix_layout_space .webix_layout_accordion .webix_accordionitem:last-child { + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 3px; +} +.webix_layout_accordion .webix_accordionitem_header:hover { + background: #f3efe7; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); + background-repeat: no-repeat; +} +.webix_popup_title { + color: #454544 !important; + background: #fff !important; + font-size: 13px !important; + font-weight: bold; + border-bottom: 1px solid #d9d9d9 !important; + text-shadow: none !important; +} +.webix_modal_box { + background: #fff !important; + border: 1px solid #cecece !important; +} +.confirmButton { + background: #22a1bc; + color: white; + font-weight: bold; +} +.webix_column > div, +.webix_table_cell { + border-bottom: 1px solid #e6e6e6; +} +.webix_ss_filter select, +.webix_ss_filter input { + height: 30px !important; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.webix_list_item.webix_group_back { + background: #ffffff; + color: #2f2f2f; +} +.webix_list_item.webix_group_back .webix_arrow_icon { + color: #2f2f2f; +} +.webix_menu.webix_view .webix_list_item:hover, +.webix_menu.webix_view .webix_list_item:active { + background: #f3efe7 !important; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background-color: #fff3a1; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #686868 transparent transparent transparent; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #686868; +} +.buttonStyle { + font-size: 13px; + font-family: Arial; +} +.webix_item_tab { + border-bottom: 1px solid #cecece !important; + border-left-width: 1px !important; +} +.webixtype_bottom .webix_item_tab { + border: 1px solid #cecece !important; + border-left-width: 0 !important; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #cecece !important; + border-left-width: 0 !important; +} +.webixtype_bottom .webix_item_tab:first-child { + border-left: 1px solid #cecece !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.webix_ss_header { + border-bottom: 1px solid #cecece; + text-transform: uppercase; + font-size: 12px; +} +.webix_ss_footer td { + border-top: 1px solid #cecece !important; +} +.webix_el_arrow { + background: white; + font-weight: bold; + color: #444; +} +.webix_img_btn:active, +.webix_img_btn_top:active, +.webix_el_button .webix_el_box:active .webixtype_base { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + background-color: rgba(100, 100, 100, 0.1) !important; +} +.webix_skin_mark { + height: 150px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_cal_range { + background-color: #fffad4; +} +.webix_cal_body .webix_cal_day.webix_cal_range { + border-radius: 0; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + color: #6c6c6a; + background: #ffffff; + color: #2f2f2f; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #7c7c7c; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/touch.css b/skins/debug/touch.css new file mode 100644 index 0000000..8492ba7 --- /dev/null +++ b/skins/debug/touch.css @@ -0,0 +1,7889 @@ +.webix_view { + font-family: Arial; + font-size: 17px; + color: #000000; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #dedede; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 5px; + padding-left: 5px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 10.5px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 42px; + background-image: none; + background-color: #ffffff; + color: #000000; + padding-left: 5px; + text-transform: none; + padding-left: 0; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; + font-size: 17px; + padding-left: 0; + padding-right: 0; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + padding-left: 0; + padding-right: 0; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + padding-left: 0; + padding-right: 0; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + padding-left: 0; + padding-right: 0; +} +.webix_header > div { + padding-left: 10px; + font-size: 17px; + color: #ffffff; + background: #65a0ff; + line-height: 40px; + line-height: 42px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_el_label, +.webix_header > div .webix_inp_label { + color: #ffffff; +} +.webix_header > div .webix_img_btn_top .webix_img_btn_text, +.webix_header > div .webix_img_btn_top .webix_icon, +.webix_header > div .webix_el_icon, +.webix_header > div .webix_img_btn, +.webix_header > div .webix_icon_btn, +.webix_header > div .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_header > div .webix_img_btn_abs .webix_icon, +.webix_header > div .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_header > div .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_header > div .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_header > div .webix_img_btn_abs { + color: #ffffff; +} +.webix_header > div .webix_el_button { + color: #65a0ff !important; +} +.webix_header > div .webix_el_button .webix_icon, +.webix_header > div .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_header > div .webixtype_base, +.webix_header > div .webixtype_prev, +.webix_header > div .webixtype_next, +.webix_header > div .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_header > div .webix_selected.webix_segment_0, +.webix_header > div .webix_selected.webix_segment_1, +.webix_header > div .webix_selected.webix_segment_N, +.webix_header > div .webix_el_counter .webix_inp_counter_prev, +.webix_header > div .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_header > div .webix_segment_0, +.webix_header > div .webix_segment_1, +.webix_header > div .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_header > div .webix_label_right { + color: #ffffff; +} +.webix_header > div .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_header > div .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #595959; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #858585; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #dedede; + position: relative; + z-index: 2; + font-size: 17px; + color: #ffffff; + background: #65a0ff; + line-height: 40px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_el_label, +.webix_accordionitem_header .webix_inp_label { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, +.webix_accordionitem_header .webix_img_btn_top .webix_icon, +.webix_accordionitem_header .webix_el_icon, +.webix_accordionitem_header .webix_img_btn, +.webix_accordionitem_header .webix_icon_btn, +.webix_accordionitem_header .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_accordionitem_header .webix_img_btn_abs .webix_icon, +.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_accordionitem_header .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_accordionitem_header .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_accordionitem_header .webix_img_btn_abs { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_button { + color: #65a0ff !important; +} +.webix_accordionitem_header .webix_el_button .webix_icon, +.webix_accordionitem_header .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_accordionitem_header .webixtype_base, +.webix_accordionitem_header .webixtype_prev, +.webix_accordionitem_header .webixtype_next, +.webix_accordionitem_header .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_accordionitem_header .webix_selected.webix_segment_0, +.webix_accordionitem_header .webix_selected.webix_segment_1, +.webix_accordionitem_header .webix_selected.webix_segment_N, +.webix_accordionitem_header .webix_el_counter .webix_inp_counter_prev, +.webix_accordionitem_header .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_accordionitem_header .webix_segment_0, +.webix_accordionitem_header .webix_segment_1, +.webix_accordionitem_header .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_accordionitem_header .webix_label_right { + color: #ffffff; +} +.webix_accordionitem_header .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_accordionitem_header .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 18px 18px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 7px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid #dedede; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #000000; + background: #f1f1f1; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #e7e7e7; + padding: 7px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #65a0ff; + font-size: 17px; + color: #ffffff; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #000000; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #65a0ff; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #dedede; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #e7e7e7; + border-right: 1px solid #e7e7e7; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 4px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #dedede; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + font-size: 17px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #f1f1f1; + border: 1px solid #e7e7e7; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 7px 10px; + line-height: 27px; + cursor: pointer; + border-bottom: 1px solid #dedede; + text-align: left; + border-right: 1px solid #dedede; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #000000; + background: #f1f1f1; + border-bottom: 1px solid #e7e7e7; + border-right: 1px solid #e7e7e7; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Arial; + font-size: 13px; + color: #000000; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #808080; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #333333; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #333333; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Arial; + font-size: 17px; + color: #000000; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Arial; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 32px; + line-height: 32px; + display: inline-block; + margin: 0 5px; + border-radius: 4px; +} +.webix_popup_button div { + border-radius: 4px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #dedede; +} +.webix_button input, +.webix_popup_button div { + font-size: 17px; + -webkit-appearance: none; + background: #65a0ff; + color: #ffffff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + height: 32px; + line-height: 32px; +} +.webix_popup_button.confirm div { + background-color: #65a0ff; + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 17px; + color: #000000; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 17px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #dedede; + background-color: #ffffff; + font-family: Arial; + font-size: 17px; + color: #000000; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 39px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #dedede; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-bottom: 1px solid #dedede; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 4px 5px 4px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #000000 !important; + height: 34px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #dedede; + line-height: 34px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_richfilter { + margin-top: 1px; + line-height: 34px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-size: 17px; + color: #ffffff; + background: #65a0ff; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-bottom: 1px solid #ffffff; + border-right: 1px solid #ffffff; + border-top: 1px solid #ffffff; + border-bottom: none; +} +.webix_ss_footer td { + border-right: 1px solid #ffffff; + border-top: 1px solid #ffffff; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #dedede; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #dedede; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #dedede; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #ffffff; + border-bottom: 1px solid #dedede; + padding: 0 10px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #e7e7e7; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #dedede; + height: 42px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #dedede; + border-right: 1px solid #dedede; + border-bottom: 1px solid #dedede; + padding: 5px 10px; + height: 42px; + line-height: 34px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #000000; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #000000; + background: #f1f1f1; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #e7e7e7; + border-left: 1px solid #e7e7e7; + border-right: 1px solid #e7e7e7; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #e7e7e7; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #e7e7e7; + border-right: 1px solid #e7e7e7; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #000000; + background: #f1f1f1; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #dedede; +} +.webix_dtable_subrow { + border-top: 1px solid #dedede; + text-align: right; +} +.webix_dtable_subview { + background: #dedede; + border-top: 1px solid #dedede; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #000000; + background: #f1f1f1; +} +.webix_hcell span.webix_input_icon { + background-color: #ffffff; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #000000; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #000000; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-size: 17px; + color: #ffffff; + background: #65a0ff; + padding: 0px; + text-align: center; + line-height: 42px; +} +.webix_win_head > .webix_view > .webix_template .webix_el_label, +.webix_win_head > .webix_view > .webix_template .webix_inp_label { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_el_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_btn, +.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button { + color: #65a0ff !important; +} +.webix_win_head > .webix_view > .webix_template .webix_el_button .webix_icon, +.webix_win_head > .webix_view > .webix_template .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_win_head > .webix_view > .webix_template .webixtype_base, +.webix_win_head > .webix_view > .webix_template .webixtype_prev, +.webix_win_head > .webix_view > .webix_template .webixtype_next, +.webix_win_head > .webix_view > .webix_template .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N, +.webix_win_head > .webix_view > .webix_template .webix_el_counter .webix_inp_counter_prev, +.webix_win_head > .webix_view > .webix_template .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_win_head > .webix_view > .webix_template .webix_segment_0, +.webix_win_head > .webix_view > .webix_template .webix_segment_1, +.webix_win_head > .webix_view > .webix_template .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_win_head > .webix_view > .webix_template .webix_label_right { + color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_win_head > .webix_view > .webix_template .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #65a0ff; + display: block; + border: 1px solid #0061fe; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 42px; + line-height: 42px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #000000; + background: #f1f1f1; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 30px; + height: 42px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #000000; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #000000; + background: #f1f1f1; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #000000; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #595959; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #666666; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #666666; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #f1f1f1; + color: #000000; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; + font-size: 17px; + padding: 0 20px; +} +.webix_cal_footer div { + border-top-width: 0 !important; + padding-bottom: 6px; +} +.webix_cal_footer .webix_icon { + font-size: 22px; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #65a0ff; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #000000; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #dedede; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 4px; + border: 1px solid #dedede; + background: #12c070; + text-shadow: none !important; + color: #ffffff !important; + border-color: #12c070 !important; + font-size: 17px !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #dedede; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + height: 28px; + line-height: 27px; +} +.webix_property_label { + border-right: 1px solid #dedede; +} +.webix_property_label_line { + padding-left: 10px; + font-size: 17px; + color: #ffffff; + background: #65a0ff; + line-height: 40px; + line-height: 23px; + border-bottom: 1px solid #dedede; + line-height: 28px; +} +.webix_property_label_line .webix_el_label, +.webix_property_label_line .webix_inp_label { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, +.webix_property_label_line .webix_img_btn_top .webix_icon, +.webix_property_label_line .webix_el_icon, +.webix_property_label_line .webix_img_btn, +.webix_property_label_line .webix_icon_btn, +.webix_property_label_line .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_property_label_line .webix_img_btn_abs .webix_icon, +.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_property_label_line .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_property_label_line .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_property_label_line .webix_img_btn_abs { + color: #ffffff; +} +.webix_property_label_line .webix_el_button { + color: #65a0ff !important; +} +.webix_property_label_line .webix_el_button .webix_icon, +.webix_property_label_line .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_property_label_line .webixtype_base, +.webix_property_label_line .webixtype_prev, +.webix_property_label_line .webixtype_next, +.webix_property_label_line .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_property_label_line .webix_selected.webix_segment_0, +.webix_property_label_line .webix_selected.webix_segment_1, +.webix_property_label_line .webix_selected.webix_segment_N, +.webix_property_label_line .webix_el_counter .webix_inp_counter_prev, +.webix_property_label_line .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_property_label_line .webix_segment_0, +.webix_property_label_line .webix_segment_1, +.webix_property_label_line .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_property_label_line .webix_label_right { + color: #ffffff; +} +.webix_property_label_line .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_property_label_line .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #dedede; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #dedede; + font-family: Arial; + font-size: 17px; + color: #000000; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #f1f1f1; + color: #000000; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #666666; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #dedede; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 4px; + border: 1px solid #dedede; + height: 100%; + width: 100%; + cursor: pointer; + font-family: Arial; + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #000000; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #000000; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + -webkit-appearance: none; + background: #65a0ff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; + padding: 0px; + border: 0px; +} +.webixtype_form { + background: #12c070; + text-shadow: none !important; + color: #ffffff !important; + border-color: #12c070 !important; + font-size: 17px !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_el_button .webixtype_danger { + background: #e74c3c; + border: 1px solid #e74c3c !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + color: #fff !important; + font-size: 17px !important; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + -webkit-appearance: none; + background: #65a0ff; + color: #ffffff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + border: 1px solid #dedede; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 10px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 17px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #ffffff; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 5px; + width: 100%; + text-align: center; + cursor: pointer; + color: #ffffff; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 4px 2px; + height: 100%; + width: 100%; + font-size: 17px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #dedede; + font-family: Arial; + font-size: 17px; + color: #000000; + background: #ffffff; + border-color: #ffffff; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #000000; + text-transform: none; + font-size: 17px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 4px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 4px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 15px; + color: #0d0d0d; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #000000; + line-height: 34px; + padding: 4px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 17px; + font-family: Arial; + border: 1px solid #dedede; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #dedede; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 17px; + width: 50px; + color: #000000; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + -webkit-appearance: none; + background: #65a0ff; + color: #ffffff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + -webkit-appearance: none; + background: #65a0ff; + color: #ffffff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_el_textarea textarea { + border: 1px solid #dedede; + height: 100%; + margin: 0; + padding: 5px; + color: #000000; + resize: none; + font-size: 17px; + font-family: Arial; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 10.5px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #dedede; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #dedede; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #65a0ff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #000000; + background: #f1f1f1; + -webkit-appearance: none; + background-image: none; + background-color: #65a0ff !important; + border: 1px solid #65a0ff; + color: #ffffff; +} +.webix_inp_static { + border: 1px solid #dedede; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #4d4d4d; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 17px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #000000; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + padding-right: 24px; + font-family: Arial; + font-size: 17px; + color: #000000; + background: #ffffff; + border-color: #ffffff; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 6.5px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 32px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 15px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 8px; + right: 8px; + width: 26px; + height: 26px; + border-radius: 4px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 21px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #000000; + font-size: 17px; + font-family: Arial; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 4px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #000000; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #000000; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #dedede; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #dedede; +} +.webix_item_tab:first-child { + border-left: 1px solid #dedede; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #dedede; + border-left-width: 0px; + background-color: #ebebeb; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 4px; + border-bottom-left-radius: 0px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + color: #000000; + border-bottom: 1px solid #ffffff !important; + border: 1px solid #dedede; + background: #ffffff; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #000000; + background: #f1f1f1; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #dedede; + border-right: 1px solid #dedede; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + border: 1px solid #e6e6e6 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 4px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 42px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 12px; +} +.webix_menu-x { + background-color: white; + border: none; + background: transparent; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 28px; +} +.webix_menu-x .webix_list_item { + border-right: 1px solid #ffffff; + border-left: 0px; + background: #ffffff; + color: #65a0ff; + font-size: 17px; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #65a0ff transparent transparent transparent; +} +.webix_menu-x .webix_list_item .webix_icon_btn { + color: #65a0ff; +} +.webix_menu-x .webix_list_item:hover, +.webix_menu-x .webix_list_item:active, +.webix_menu-x .webix_list_item:focus { + background: #65a0ff; + color: #ffffff; +} +.webix_menu-x .webix_list_item:hover .webix_submenu_icon, +.webix_menu-x .webix_list_item:active .webix_submenu_icon, +.webix_menu-x .webix_list_item:focus .webix_submenu_icon { + border-color: #ffffff transparent transparent transparent; +} +.webix_menu-x .webix_list_item:last-child { + border-right: none; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #dedede; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #dedede; +} +.webix_menu .webix_submenu_icon { + top: 10px; +} +.webix_menu .webix_context_spacer { + height: 42px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + background: #65a0ff; +} +.webix_layout_toolbar .webix_el_label, +.webix_layout_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_layout_toolbar .webix_img_btn_top .webix_icon, +.webix_layout_toolbar .webix_el_icon, +.webix_layout_toolbar .webix_img_btn, +.webix_layout_toolbar .webix_icon_btn, +.webix_layout_toolbar .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_layout_toolbar .webix_img_btn_abs .webix_icon, +.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_layout_toolbar .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_layout_toolbar .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_layout_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_button { + color: #65a0ff !important; +} +.webix_layout_toolbar .webix_el_button .webix_icon, +.webix_layout_toolbar .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_layout_toolbar .webixtype_base, +.webix_layout_toolbar .webixtype_prev, +.webix_layout_toolbar .webixtype_next, +.webix_layout_toolbar .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_layout_toolbar .webix_selected.webix_segment_0, +.webix_layout_toolbar .webix_selected.webix_segment_1, +.webix_layout_toolbar .webix_selected.webix_segment_N, +.webix_layout_toolbar .webix_el_counter .webix_inp_counter_prev, +.webix_layout_toolbar .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_layout_toolbar .webix_segment_0, +.webix_layout_toolbar .webix_segment_1, +.webix_layout_toolbar .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_layout_toolbar .webix_label_right { + color: #ffffff; +} +.webix_layout_toolbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_layout_toolbar .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar { + background: #65a0ff; +} +.webix_toolbar.webix_layout_subbar .webix_el_label, +.webix_toolbar.webix_layout_subbar .webix_inp_label { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, +.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_el_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_btn, +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_button { + color: #65a0ff !important; +} +.webix_toolbar.webix_layout_subbar .webix_el_button .webix_icon, +.webix_toolbar.webix_layout_subbar .webix_el_button .webix_img_btn_text { + color: #65a0ff; +} +.webix_toolbar.webix_layout_subbar .webixtype_base, +.webix_toolbar.webix_layout_subbar .webixtype_prev, +.webix_toolbar.webix_layout_subbar .webixtype_next, +.webix_toolbar.webix_layout_subbar .webix_el_arrow { + background-color: #ffffff; + color: #65a0ff !important; +} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N, +.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_prev, +.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_next { + background: #3c87ff !important; + color: #ffffff !important; + border-bottom-color: rgba(0, 0, 0, 0.1) !important; +} +.webix_toolbar.webix_layout_subbar .webix_segment_0, +.webix_toolbar.webix_layout_subbar .webix_segment_1, +.webix_toolbar.webix_layout_subbar .webix_segment_N { + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_toolbar.webix_layout_subbar .webix_label_right { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before { + background-color: #ffffff; +} +.webix_toolbar.webix_layout_subbar .webix_checkbox_1 .webix_custom_checkbox:before { + color: #ffffff; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 7px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #c5c5c5; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #000000; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #000000; + line-height: 34px; + padding: 4px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Arial; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 15px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #ebebeb; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #ebebeb; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 11px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + height: 3px; + -webkit-border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 1px; + -moz-border-radius-bottomleft: 1px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 1px; + border-bottom-left-radius: 1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + background: #65a0ff; + border: none; +} +.webix_slider_box .webix_slider_right { + height: 3px; + background: #dedede; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 1px; + -webkit-border-bottom-right-radius: 1px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 1px; + -moz-border-radius-bottomright: 1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 1px; + border-bottom-right-radius: 1px; + border: none; +} +.webix_slider_box .webix_slider_handle { + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + top: 7px; + width: 20px; + height: 20px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid #dedede; + background: #ffffff; + box-shadow: 0 1px rgba(0, 0, 0, 0.02); +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 8.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + height: 2px; + background: #65a0ff; + border: none; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + height: 2px; + background: #dedede; + border: none; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + background-color: #65a0ff; + border: 1px solid #65a0ff; + background-image: none; + top: 7px; + width: 20px; + height: 20px; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + box-shadow: 0 0 0 1px #ffffff; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #f1f1f1; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #4d4d4d; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #f1f1f1; + border-color: #f1f1f1; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #606060; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #606060; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 9px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #f1f1f1; + box-shadow: inset 0 0 1px 2px #f1f1f1; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #dedede; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #000000; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 17px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 4px; + border: 1px solid #dedede; + cursor: pointer; + font-size: 17px; + font-family: Arial; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_accordionitem .webix_accordionitem_header { + background: #ffffff; + color: #65a0ff; + line-height: 42px; +} +.webix_accordionitem.collapsed { + color: #65a0ff; + background: #ffffff; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { + color: #65a0ff; + background-image: none !important; + font-family: FontAwesome; + font-size: 22px; + text-align: center; + width: 24px; + height: 42px; + margin: 0 16px 0 16px; +} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f100'; +} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f102'; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f101'; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f103'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + height: 39px; + margin: 1px 21px 0 21px; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { + content: '\f102'; +} +.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { + content: '\f103'; +} +.webix_toolbar .webix_el_segmented label { + padding-top: 2px; +} +.webix_toolbar .webix_view { + color: #ffffff; + font-size: 17px !important; +} +.webix_toolbar.webix_layout_toolbar .webix_el_label, +.webix_toolbar.webix_layout_toolbar .webix_inp_label { + color: #ffffff; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, +.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_icon, +.webix_toolbar.webix_layout_toolbar .webix_el_icon, +.webix_toolbar.webix_layout_toolbar .webix_img_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_btn, +.webix_toolbar.webix_layout_toolbar .webix_icon_button .webix_icon { + color: #ffffff; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_icon, +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { + color: #65a0ff; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #ffffff; + text-align: center; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs { + color: #ffffff; +} +.webix_toolbar.webix_layout_subbar { + background: transparent; +} +.webix_toolbar.webix_layout_subbar .webix_view { + color: #000000; +} +.webix_view .webix_win_head > .webix_view > .webix_template { + color: #65a0ff !important; + background: #ffffff; + font-size: 17px; +} +.webix_modal_box .webix_popup_title { + color: #65a0ff !important; + background: #ffffff; + font-size: 17px; + border-bottom: 1px solid #b8b8b8 !important; + text-shadow: none !important; +} +.webix_modal_box .webix_popup_text { + color: #000000; +} +.webix_modal_box { + color: #000000; + background: #fff !important; + border: 1px solid #b8b8b8 !important; +} +.confirmButton { + background-color: #65a0ff; + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; +} +.webix_popup_button { + border-width: 0; +} +.webix_alert .webix_popup_button div, +.webix_confirm-warning .webix_popup_button div, +.webix_confirm-error .webix_popup_button div { + background-color: #ffffff; + color: #65a0ff; +} +.webix_popup .webix_win_body > .webix_view { + border-color: transparent; +} +.webix_info, +.webix_error { + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.webix_info div { + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.webix_popup_controls { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.webix_popup_button, +.webix_button { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_popup_button div { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_dtable .webix_ss_right .webix_column.webix_first > div { + border-left: 1px solid transparent; +} +.webix_dtable .webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid transparent; +} +.webix_dtable .webix_hs_right td.webix_first { + border-left: 1px solid #ffffff; +} +.webix_dtable .webix_column:nth-child(odd) .webix_cell { + background: rgba(101, 160, 255, 0.07); +} +.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_cell_select, +.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_row_select { + color: #000000; + background: #f1f1f1; +} +.webix_ss_header tr:nth-child(2) td { + border-top: 1px solid transparent ; +} +.webix_hcell.webix_ss_filter { + padding: 0 !important; +} +.webix_ss_filter select, +.webix_ss_filter input { + border-color: #65a0ff !important; + background: #ffffff; + border-radius: 0; + height: 42px !important; + line-height: 42px !important; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.webix_dtable .webix_ss_vscroll_header { + border-bottom: 1px solid #65a0ff; + border-left: 1px solid #65a0ff; +} +.webix_grouplist .webix_list_item .webix_arrow_icon { + font-size: 24px; + color: #dedede; +} +.webix_list_item.webix_group_back { + color: #65a0ff; + background: #ffffff; +} +.webix_list_item.webix_group_back .webix_arrow_icon { + color: #65a0ff; +} +.webix_list .webix_unit_header { + font-style: normal; + font-weight: normal; + margin-top: -1px; + color: #ffffff; + background: -webkit-gradient(linear, left top, left bottom, #ffffff 0%, #ffffff 17px, #65a0ff 17px, #ffffff 18px); + background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 17px, #65a0ff 17px, #ffffff 18px); + background-image: -moz-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); + background-image: -ms-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); + background-image: -o-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); +} +.webix_list .webix_unit_header:first-child { + margin-top: 0px; +} +.webix_unit_header_inner { + display: inline-block; + margin-top: 5px; + height: 24px; + width: auto; + min-width: 24px; + line-height: 24px; + text-align: center; + -webkit-border-top-left-radius: 12px; + -webkit-border-bottom-left-radius: 12px; + -webkit-border-top-right-radius: 12px; + -webkit-border-bottom-right-radius: 12px; + -moz-border-radius-topleft: 12px; + -moz-border-radius-bottomleft: 12px; + -moz-border-radius-topright: 12px; + -moz-border-radius-bottomright: 12px; + border-top-left-radius: 12px; + border-bottom-left-radius: 12px; + border-top-right-radius: 12px; + border-bottom-right-radius: 12px; + background: #65a0ff; + padding: 0 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_menu.webix_view .webix_list_item.webix_selected { + background-color: #f1f1f1; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #000000; +} +.webix_view.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 0px 10px 0 9px; +} +.webix_tree .webix_tree_item.webix_selected { + background: #f1f1f1; + color: #65a0ff; +} +.webix_tree_item.webix_selected .webix_tree_open + span, +.webix_tree_item .webix_tree_open + span, +.webix_tree_item.webix_selected .webix_tree_open + div + span, +.webix_tree_item .webix_tree_open + div + span { + color: #65a0ff; +} +.webix_tree .webix_tree_item { + box-shadow: 0 1px #dedede; + line-height: 42px; +} +.webix_tree .webix_tree_open, +.webix_tree .webix_tree_close { + background-image: none; + font-family: FontAwesome; + font-size: 20px; + text-align: center; +} +.webix_tree .webix_tree_close { + color: #000000; +} +.webix_tree .webix_tree_open { + color: #65a0ff; +} +.webix_tree .webix_tree_open:before { + content: "\f107"; +} +.webix_tree .webix_tree_close:before { + content: "\f105"; +} +.webix_grid_body .dhx_td:nth-child(odd) { + background: rgba(101, 160, 255, 0.07); +} +.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_cell_select, +.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_row_select { + color: #000000; + background: #f1f1f1; +} +.webix_canvas_text.webix_axis_title_x, +.webix_canvas_text.webix_axis_title_y, +.dhx_chart_legend_item { + font-size: 13px; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_control { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +.webix_control input, +.webix_control div, +.webix_control textarea { + outline: none !important; +} +.webix_control .webix_inp_label, +.webix_control .webix_label_right, +.webix_control > label { + font-size: 17px; + color: #666666; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right, +.webix_el_label { + text-transform: none !important; +} +.webix_layout_form .webix_control { + border-top: 1px solid #dedede !important; +} +.webix_layout_form .webix_control.webix_el_button, +.webix_layout_form .webix_control.webix_el_toggle, +.webix_layout_form .webix_control.webix_el_icon { + border-top: none !important; +} +.webix_layout_form .webix_scroll_cont > .webix_control:first-child { + border-top: none !important; +} +.dhx_el_button .dhx_icon_btn { + color: #000000; +} +.dhx_el_button .dhx_img_btn_top .webix_icon { + color: #000000; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_select select, +div.webix_inp_static, +.webix_el_textarea textarea { + font-family: Arial; + font-size: 17px; + color: #000000; + -webkit-appearance: none; + background: #ffffff; + border-color: #ffffff; +} +div.webix_inp_static { + padding-top: 0px ; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_colorpicker .webix_input_icon { + color: #dedede !important; + font-size: 24px !important; + right: 8px !important; +} +.webix_el_search .webix_input_icon, +.webix_el_datepicker .webix_input_icon { + color: #dedede !important; + font-size: 23px !important; + right: 8px !important; +} +.webix_el_textarea textarea { + border-color: #ffffff !important; +} +.webix_el_checkbox input { + border-color: #65a0ff; +} +.webix_el_counter .webix_inp_counter_value { + border-color: #65a0ff; + box-shadow: 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.1) inset; +} +.webix_el_counter .webix_inp_counter_prev, +.webix_el_counter .webix_inp_counter_next { + padding: 0 10px; + -webkit-appearance: none; + background: #65a0ff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + width: 34px; + font-weight: bold; + font-family: "Courier New", Courier, monospace; + color: #ffffff; + font-size: 17px; + border: 1px solid #65a0ff; +} +.webix_el_counter .webix_inp_counter_prev { + font-size: 22px !important; +} +.webix_el_counter .webix_inp_counter_next { + font-size: 22px !important; +} +.webix_view.webix_control.webix_el_tabbar { + background: transparent; +} +.webix_item_tab { + font-size: 17px; + border-bottom: 1px solid #dedede !important; + border-left-width: 1px !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + background-color: #ebebeb; +} +.activeBarBG { + color: #000000; + border-bottom: 1px solid #ffffff !important; + border: 1px solid #dedede; + background: #ffffff; +} +.webix_after_all_tabs { + background: #ffffff; +} +.webix_tab_more_icon { + border-bottom: 1px solid #dedede; +} +.webixtype_bottom .webix_item_tab, +.webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #ffffff !important; + border-left-width: 0 !important; + background: #65a0ff; + color: #ffffff; +} +.webixtype_bottom .webix_item_tab:last-child, +.webixtype_bottom .webix_item_tab.webix_selected:last-child { + border-right: 0 !important; +} +.webixtype_bottom .webix_item_tab.webix_selected { + background: #3c87ff !important; + color: #ffffff !important; +} +.webixtype_bottom .webix_tab_more_icon { + background: #65a0ff; + color: #ffffff; + border-top: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; +} +.webix_el_tabbar .webixtype_icon { + background: #65a0ff; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + color: #65a0ff; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + height: 100%; + width: 34px; + border-radius: 50%; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + background-color: #ffffff; + font-size: 20px; + color: #65a0ff; + margin: 0 3px; + width: 100%; + box-shadow: 0 -1px #5b9aff; + vertical-align: top; + line-height: inherit; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-size: 24px; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { + background: #3c87ff; +} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_icon, +.webix_el_tabbar .webixtype_image .webix_icon { + color: #ffffff; + font-size: 22px; + top: 0 !important; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + background: #3c87ff; + box-shadow: 0 0 0 1px #65a0ff inset; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { + background-color: #3c87ff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { + color: #ffffff; +} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn_text, +.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn_text { + bottom: 0; +} +.webix_el_tabbar .webixtype_iconTop .dhx_tab_more_icon, +.webix_el_tabbar .webixtype_image .dhx_tab_more_icon { + color: #ffffff; +} +.webix_el_tabbar .webixtype_icon, +.webix_el_tabbar .webixtype_iconTop, +.webix_el_tabbar .webixtype_image { + background: #65a0ff; + /*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: @tabbarBgColor !important; + }*/ +} +.webix_el_tabbar .webixtype_icon .webix_tab_filler, +.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, +.webix_el_tabbar .webixtype_image .webix_tab_filler { + border-bottom-color: #65a0ff !important; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 4px 0; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + color: #ffffff; + background: #65a0ff; + border-color: #65a0ff; + border-bottom: 1px solid #65a0ff !important; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, +.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { + color: #ffffff; +} +.dhx_el_button .dhxtype_next { + box-shadow: -0.5px 1px rgba(0, 0, 0, 0.3); +} +.webixtype_danger:active { + background: #e9594a !important; +} +.webix_el_box .webix_img_btn_abs:active + input { + background: #7fb0ff; +} +.webix_el_box .webixtype_form { + color: #ffffff; + background: #12c070; + text-shadow: none !important; + color: #ffffff !important; + border-color: #12c070 !important; + font-size: 17px !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); +} +.webix_el_box .webixtype_form:active { + background-color: #10ad65; +} +.webixtype_base:active, +.webix_inp_counter_next:active, +.webix_inp_counter_prev:active { + background-color: #5193ff; +} +.webix_segment_1, +.webix_segment_N { + margin-left: -1px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + border: 1px solid #65a0ff; + background: #ffffff; + color: #65a0ff; + box-shadow: none; +} +.webix_img_btn_top .webix_img_btn_text { + font-size: 14px; + bottom: 4px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_img_btn_text { + color: #ffffff; + font-size: 14px; + bottom: 6px; +} +.webix_custom_checkbox:before { + content: "\2713"; + color: #65a0ff; + font-weight: bold; + font-size: 27px; + height: 18px; + display: block; + line-height: 18px; + padding-left: 2px; + width: 18px; +} +.webix_checkbox_0 .webix_custom_checkbox:before { + visibility: hidden; +} +.webix_custom_checkbox { + float: left; + width: auto; + background-color: #ffffff; + margin-top: 7px; + height: 20px; + width: 20px; + padding: 0; + border: 1px solid #dedede; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + background-color: #ffffff; +} +.webix_el_radio .webix_custom_radio:before { + content: " "; + margin: 4px; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + display: inline-block; + width: 10px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + height: 10px; + background-color: #65a0ff; +} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before { + visibility: hidden; +} +.webix_el_radio .webix_custom_radio { + display: block; + height: 20px; + width: 20px; + padding: 0; + background-color: #ffffff; + border: 1px solid #dedede; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; +} +.webix_el_radio .webix_label_right { + color: #000000; + font-size: 17px; +} +.webix_img_btn:hover, +.webix_img_btn_top:hover { + background-color: transparent !important; +} +.webix_img_btn:active, +.webix_img_btn_top:active { + background-color: transparent !important; +} +.section { + background-image: none; + background-color: #ffffff; + color: #000000; + padding-left: 5px; + text-transform: none; + padding-left: 0; +} +.sectionInner { + font-size: 17px; + padding-left: 0; + padding-right: 0; +} +.sectionLayoutInner { + padding-left: 0; + padding-right: 0; +} +.webix_cal_body .webix_cal_today { + background-color: #ffffff; + color: #000000; +} +.webix_cal_body .webix_cal_today span { + border: 1px solid #65a0ff; +} +.webix_cal_body .webix_cal_day, +.webix_cal_body .webix_cal_week_num { + font-size: 15px; +} +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + background: #ffffff !important; + color: #000000; +} +.webix_cal_body .webix_cal_today span, +.webix_cal_body .webix_cal_select span, +.webix_cal_body .webix_cal_select.webix_cal_today span { + height: 34px; + width: 34px; + -webkit-border-top-left-radius: 50%; + -webkit-border-bottom-left-radius: 50%; + -webkit-border-top-right-radius: 50%; + -webkit-border-bottom-right-radius: 50%; + -moz-border-radius-topleft: 50%; + -moz-border-radius-bottomleft: 50%; + -moz-border-radius-topright: 50%; + -moz-border-radius-bottomright: 50%; + border-top-left-radius: 50%; + border-bottom-left-radius: 50%; + border-top-right-radius: 50%; + border-bottom-right-radius: 50%; + display: inline-block; +} +.webix_cal_body .webix_cal_select span, +.webix_cal_body .webix_cal_select.webix_cal_today span { + color: #ffffff; + background: #65a0ff !important; + border: 1px solid #65a0ff; +} +.webix_cal_body .webix_selected { + background-color: #ffffff !important; + color: #65a0ff !important; +} +.webix_cal_body .webix_cal_event { + color: #65a0ff; +} +.webix_cal_body .webix_cal_outside { + font-weight: normal; + color: #b3b3b3; +} +.webix_cal_body .webix_cal_day, +.webix_cal_body .webix_cal_week_num { + line-height: 34px; +} +.calTimepicker { + font-size: 17px; + padding: 0 20px; +} +.calTimepicker div { + border-top-width: 0 !important; + padding-bottom: 6px; +} +.calTimepicker .webix_icon { + font-size: 22px; +} +.webix_time_footer .webix_cal_done, +.webix_cal_footer .webix_cal_done { + -webkit-appearance: none; + background: #65a0ff; + color: #ffffff; + font-size: 17px !important; + border: 1px solid #65a0ff !important; + box-shadow: 0 1px rgba(0, 0, 0, 0.3); + height: 30px; +} +.webix_cal_month { + line-height: 20px; + text-align: center; + font-size: 17px; + font-weight: bold; +} +.webix_view > .webix_cal_header div { + font-size: 12px !important; +} +.webix_cal_month_name { + font-size: 16px; + font-weight: normal; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 0px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_cal_range, +.webix_cal_body .webix_cal_today.webix_cal_range { + background-color: #f1f1f1; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-color: #27ae60; + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 190px; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-size: 17px; + color: #ffffff; + background: #65a0ff; + border-top: 1px solid #ffffff; + border-bottom: none; + border-right: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #ffffff; + border-top: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #4d4d4d; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/debug/web.css b/skins/debug/web.css new file mode 100644 index 0000000..3884e44 --- /dev/null +++ b/skins/debug/web.css @@ -0,0 +1,6470 @@ +.webix_view { + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; + -webkit-font-smoothing: antialiased; + cursor: default; + overflow: hidden; + border: 0px solid #9da8ad; + background-color: #ffffff; + white-space: normal; + -webkit-appearance: none; +} +.webix_view.webix_form { + background-color: #ffffff; + /*.webix_view{ + background-color: @backColor; + }*/ +} +body { + -webkit-tap-highlight-color: transparent !important; +} +/* + webix_layout_{type} + known types are: line, clean, wide, space; +*/ +.webix_abslayout { + position: relative; +} +.webix_abslayout > .webix_view { + position: absolute; +} +.webix_layout_space { + background-color: #ffffff; +} +.webix_layout_wide { + background-color: #ffffff; +} +.webix_layout_line, +.webix_multiview, +.webix_layout_clean, +.webix_layout_accordion { + background: transparent; +} +.webix_overlay { + width: 100%; + height: 100%; + position: absolute; + z-index: 10; + text-align: center; + padding-top: 10px; +} +.webix_view > .webix_disabled { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #ddd; + opacity: 0.4; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); + z-index: 1; +} +.webix_disabled_view { + overflow: hidden !important; +} +body.webix_full_screen { + margin: 0; + padding: 0; + overflow: hidden; +} +.webix_noselect, +.webix_noselect div { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selectable { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_template { + height: 100%; + padding: 10px; + padding-left: 10px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_clean { + background: transparent; +} +.webix_clean .webix_template { + padding: 0px; +} +.webix_section { + padding-left: 30px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); + background-repeat: repeat-x; + background-position: 7px; + color: #444; + font-size: 10px; + text-transform: uppercase; + line-height: 28px; +} +.webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; + display: inline; +} +.webix_layout_space > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_wide > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_layout_line > .webix_section > .webix_template, +.webix_layout_clean > .webix_section > .webix_template { + padding: 0px 8px; + background-color: #ffffff; +} +.webix_header > div { + padding-left: 10px; + font-family: Trebuchet MS; + font-style: italic; + color: #ffffff; + font-size: 14px; + background: #6e95ad; + line-height: 26px; + line-height: 28px; + padding-top: 0; + padding-bottom: 0; +} +.webix_header > div .webix_inp_label, +.webix_header > div .webix_el_label { + color: #ffffff; +} +.webix_spacer { + background: transparent; +} +.webix_view_animate { + position: relative; + width: 100%; + height: 100%; +} +x\:ui { + display: none; +} +.webix_flexlayout { + display: flex !important; + flex-wrap: wrap; + flex-direction: row; + overflow: hidden; + box-sizing: border-box; +} +.webix_flexlayout > div { + display: block !important; +} +.webix_view_align { + background: transparent; +} +/*Focusing*/ +.webix_view div:focus, +.webix_view span:focus, +.webix_view a.webix_list_item:focus, +.webix_view.webix_window:focus { + outline-color: #727981; + outline-style: dotted; + outline-width: 1px; +} +textarea, +input, +select, +button, +.webix_view div.webix_inp_static:focus { + outline: none; +} +.webix_view div:active, +.webix_view span:active, +.webix_view a.webix_list_item:active { + outline: none; +} +.webix_resize_area { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.webix_resize_handle_x .webix_handle_content, +.webix_resize_handle_y .webix_handle_content { + width: 100%; + height: 100%; + background: rgba(100, 100, 100, 0.1); + border: 1px dotted #9fa5aa; +} +.webix_resize_handle_x { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: e-resize; + width: 1px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_x .webix_handle_content { + border-width: 0px 1px; +} +.webix_resize_origin_x { + cursor: e-resize; + width: 3px; + height: 100%; + position: absolute; + z-index: 2; + top: 0px; +} +.webix_resize_handle_y { + cursor: n-resize; + height: 1px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resize_handle_y .webix_handle_content { + border-width: 1px 0px; +} +.webix_resize_origin_y { + cursor: n-resize; + height: 3px; + width: 100%; + position: absolute; + z-index: 2; + left: 0px; +} +.webix_resizer.webix_disabled_view { + cursor: default; +} +.webix_resizer_vy { + cursor: n-resize; + margin-top: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; +} +.webix_resizer_vx { + cursor: e-resize; + margin-left: 0px !important; + border: 0px !important; + padding: 0px !important; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; +} +.webix_resizer_y { + cursor: n-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; + background-color: #ffffff; +} +.webix_resizer_x { + cursor: e-resize; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; + background-color: #ffffff; +} +.webix_accordionitem_body { + position: relative; +} +.webix_accordionitem_header { + border-bottom: 1px solid #9da8ad; + position: relative; + z-index: 2; + font-family: Trebuchet MS; + font-style: italic; + color: #ffffff; + font-size: 14px; + background: #6e95ad; + line-height: 26px; + cursor: pointer; + overflow: hidden; +} +.webix_accordionitem_header .webix_inp_label, +.webix_accordionitem_header .webix_el_label { + color: #ffffff; +} +/* IE8 */ +.webix_ie.horizontal > .webix_accordionitem_header.collapsed { + -ms-writing-mode: tb-lr; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { + padding-left: 0; + padding-top: 10px; +} +.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { + margin: 0; +} +.webix_accordionitem_label { + height: 100%; + padding-left: 10px; +} +.webix_accordionitem_button { + float: right; + position: relative; + height: 11px; + width: 11px; + margin: 11px 11px; +} +/* +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconUp; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} + +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconLeft; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconRight; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ + .accIconDown; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ + .webix_accordionitem_button{ + .accIconUp; + } +}*/ +.webix_carousel { + position: relative; +} +.webix_nav_panel { + bottom: 15px; + height: auto; + line-height: 8px; + overflow: hidden; + position: absolute; + text-align: center; +} +.webix_nav_item { + display: inline-block; + height: 8px; + padding: 6px 5px 6px 4px; + width: 8px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_nav_item div { + border-radius: 50%; + display: block; + height: 8px; + width: 8px; +} +.webix_nav_inactive div { + border: 1px solid rgba(0, 0, 0, 0.15); + filter: alpha(opacity=60); + opacity: 0.6; + background: #ffffff; +} +.webix_nav_active div { + border: 1px solid rgba(0, 0, 0, 0.1); + background: #ffffff; +} +.webix_nav_button_prev, +.webix_nav_button_next { + cursor: pointer; + display: block; + height: 24px; + position: absolute; + width: 24px; +} +.webix_nav_button_prev .webix_nav_button_inner, +.webix_nav_button_next .webix_nav_button_inner { + height: 100%; + width: 100%; +} +.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); +} +.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); +} +.webix_nav_panel_corner { + right: 73px; +} +.webix_nav_button_corner.webix_nav_button_prev { + bottom: 13px; + right: 37px; +} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_corner.webix_nav_button_next { + bottom: 13px; + right: 7px; +} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_panel_side { + margin: 0 auto; + left: 0; + width: 100%; +} +.webix_nav_button_side { + height: 34px; + width: 21px; + top: 50%; + margin-top: -17px; +} +.webix_nav_button_side.webix_nav_button_next { + left: auto; + right: 15px; +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); +} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_nav_button_side.webix_nav_button_prev { + left: 15px; + right: auto; +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + opacity: 0.8; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); +} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { + opacity: 1; +} +.webix_carousel > .webix_scroll_x, +.webix_carousel > .webix_scroll_y { + background-color: rgba(0, 0, 0, 0); +} +.webix_dark .webix_nav_inactive div { + background-color: #95a5a6; +} +.webix_dark .webix_nav_active div { + background-color: #7f8c8d; +} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); +} +.webix_dark .webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); +} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); +} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); +} +.webix_list_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #d5d9db; + text-align: left; +} +.webix_list_item.webix_invalid { + background-color: #ffeeee; +} +.webix_list_item.webix_selected { + color: #1e2022; + background: #ffedbc; +} +.webix_list .webix_list_item.webix_selected { + border-bottom: 1px solid #ffe6a3; + box-shadow: 0 -1px #ffe6a3; + padding: 2px 10px; +} +.webix_group { + position: relative; +} +.webix_group_back, +.webix_group_back.webix_selected { + position: relative; + background: #d8eaf6; + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; +} +.webix_group_back .webix_arrow_icon, +.webix_group_back.webix_selected .webix_arrow_icon { + color: #1e2022; +} +.webix_arrow_icon { + position: absolute; + top: 50%; + bottom: 50%; + margin-top: -12px; + right: 15px; + width: 9px; + height: 22px; + line-height: 22px; + color: #1e2022; + font-size: 18px; + font-family: FontAwesome; +} +.webix_arrow_icon:before { + content: '\f105'; +} +.webix_group_back { + padding-left: 29px; +} +.webix_group_back .webix_arrow_icon { + left: 11px; +} +.webix_group_back .webix_arrow_icon:before { + content: '\f104'; +} +.dhx_pagelist { + position: relative; +} +.webix_list_count { + float: right; + width: 25px; + font-size: 14px; + text-align: center; + margin-right: 45px; + box-shadow: 0 1px 0 #000000; + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); +} +.webix_unit_header { + padding: 0 10px; + line-height: 19px; + text-align: left; + background-color: #d8eaf6; +} +.webix_list-x .webix_list_item { + display: inline-block; + vertical-align: top; + border-right: 1px solid #d5d9db; + border-bottom: none; +} +.webix_list-x .webix_list_item.webix_selected { + border-left: 1px solid #ffe6a3; + border-right: 1px solid #ffe6a3; + padding-left: 9px; +} +.webix_list-x .webix_scroll_cont { + display: inline; +} +.webix_view.webix_list-x { + white-space: nowrap; +} +/* Style for disabled items */ +.webix_list_item.webix_disabled { + color: #8b949e; +} +.webix_list_item.webix_disabled .webix_submenu_icon { + visibility: hidden; +} +/*button of pager*/ +.webix_view.webix_pager { + padding: 2px 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; +} +.webix_pager_item, +.webix_pager_item_selected { + padding: 0 6px; + text-align: center; + height: 100%; + width: 32px; + border: 1px solid #9da8ad; + margin: 0 2px; + cursor: pointer; + background-color: white; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma, Arial; + font-size: 12px; +} +/*selected button of pager*/ +.webix_pager_item_selected { + cursor: default; + background-color: #ffedbc; + border: 1px solid #ffe6a3; +} +.webix_animation .webix_ss_header { + position: relative; + z-index: 10; +} +.webix_animation .webix_ss_footer, +.webix_animation .webix_vscroll_x { + position: absolute; + bottom: 0px; + z-index: 10; +} +/*helper for allowing selection*/ +.webix_allow_selection { + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +/*default item in dataview*/ +.webix_dataview_item { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 10px; + line-height: 23px; + cursor: pointer; + border-bottom: 1px solid #d5d9db; + text-align: left; + border-right: 1px solid #d5d9db; +} +/*default item in selected state*/ +.webix_dataview_item.webix_selected { + color: #1e2022; + background: #ffedbc; + border-bottom: 1px solid #ffe6a3; + border-right: 1px solid #ffe6a3; +} +/*chart container*/ +.webix_chart { + position: relative; + font-family: Tahoma, Arial; + font-size: 13px; + color: #1e2022; + overflow: hidden; + z-index: 1; +} +.webix_chart canvas { + position: absolute; +} +/*labels*/ +.webix_canvas_text { + position: absolute; + text-align: center; + overflow: hidden; + white-space: nowrap; + font-size: 12px; + z-index: 100; +} +/*map*/ +.webix_map_img { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + border: 0px; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +/*scales*/ +.webix_axis_item_y { + position: absolute; + height: 18px; + line-height: 18px; + /*line-height:10px;*/ + margin-top: -4px; + text-align: right; +} +.webix_axis_item_x { + padding-top: 2px; +} +.webix_axis_title_x { + text-align: center; + font-size: 13px; +} +.webix_axis_title_y { + text-align: center; + font-family: Verdana; + font-size: 13px; + /*safari*/ + -webkit-transform: rotate(-90deg); + /*firefox*/ + -moz-transform: rotate(-90deg); + /*opera*/ + -o-transform: rotate(-90deg); + /*IE9*/ + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + padding-left: 3px; +} +.webix_ie_filter { + /*IE8*/ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +/*legend block*/ +.webix_chart_legend { + position: absolute; + z-index: 1000; +} +.webix_chart_legend_item { + height: 18px; + line-height: 18px; + padding: 2px; +} +.webix_chart_legend_item.hidden { + color: #9aa0a5; +} +.webix_axis_item_y.webix_radar { + color: #555; + font-size: 11px; + padding-right: 3px; + height: 13px; + line-height: 13px; + margin-top: 0px; +} +.webix_canvas_text.webix_axis_radar_title { + margin-top: 0px; + padding-top: 0px; + color: #4e5358; + font-size: 12px; +} +.webix_axis_item_y, +.webix_axis_item_x { + color: #4e5358; +} +/*data frame*/ +.webix_chart_frame { + background-color: #a0cfef; + height: 100%; + opacity: 0.3; + position: absolute; + top: 0; + z-index: 150; + border-left: 1px solid #3498db; + border-right: 1px solid #3498db; + cursor: w-resize; +} +.webix_chart_resizer { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-position: 3px center; + background-repeat: no-repeat; + border-radius: 2px; + height: 20px; + bottom: 0; + width: 11px; + z-index: 200; + position: absolute; + background-color: #fff; + border: 1px solid #cccccc; + cursor: w-resize; +} +.webix_wresize_cursor { + cursor: w-resize; +} +.webix_vscroll_x { + height: 0px; + width: 100%; + overflow-y: hidden; + overflow-x: scroll; +} +.webix_vscroll_y { + width: 0px; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.webix_vscroll_body { + width: 16px; + height: 16px; +} +.webix_scroll_x { + width: 50px; + height: 4px !important; + left: 1px; + bottom: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_scroll_y { + width: 4px !important; + height: 50px; + top: 1px; + right: 3px; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + position: absolute; + border-radius: 4px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_c_scroll_y { + position: absolute; + z-index: 3; + width: 10px; + right: 0px; +} +.webix_c_scroll_y > div { + -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; + width: 4px; + height: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 0px 3px; +} +.webix_c_scroll_y:hover > div, +.webix_c_scroll_y.webix_scroll_active div { + width: 10px; + margin: 0px; +} +.webix_c_scroll_x { + position: absolute; + z-index: 3; + height: 10px; + bottom: 0px; +} +.webix_c_scroll_x > div { + -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; + height: 4px; + width: 100%; + background-color: silver; + background: rgba(0, 0, 0, 0.4); + border-radius: 4px; + margin: 3px 0px; +} +.webix_c_scroll_x:hover > div, +.webix_c_scroll_x.webix_scroll_active div { + height: 10px; + margin: 0px; +} +.webix_c_scroll_bar_y, +.webix_c_scroll_bar_x { + position: absolute; + background: rgba(0, 0, 0, 0.05); +} +.webix_c_scroll_bar_y { + height: 100%; + width: 10px; + right: 0px; +} +.webix_c_scroll_bar_x { + width: 100%; + height: 10px; + bottom: 0px; +} +.webix_scroll_cont { + width: 100%; + height: auto; + overflow: hidden; + clear: both; +} +.webix_scroll_touch_ie { + touch-action: none; +} +.webix_dt_editor { + position: absolute; + z-index: 2; + overflow: visible; + background: white; +} +.webix_dt_editor input, +.webix_dt_editor select { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* to look perfect in IE it must be 1/9/0/9 */ + padding: 1px 8px 0px 9px; + margin: 0px; + border: 1px solid #ffd700; + height: 100%; + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; +} +.webix_dt_editor input[type="checkbox"] { + margin: 6px 8px 4px 14px; + height: auto; + width: auto; +} +.webix_dt_editor select { + padding-right: 0px; + padding-left: 5px; +} +.webix_clipbuffer { + width: 1px; + height: 1px; + left: 3px; + top: 3px; + position: fixed; + white-space: nowrap; + filter: alpha(opacity=0); + opacity: 0; +} +.webix_message_area { + position: fixed; + right: 5px; + width: 250px; + z-index: 1000; +} +.webix_info { + min-width: 120px; + padding: 4px 4px 4px 20px; + font-family: Tahoma, Arial; + z-index: 10000; + overflow: hidden; + margin: 5px; + margin-bottom: 10px; + -webkit-transition: all .5s ease; + -moz-transition: all .5s ease; + -o-transition: all .5s ease; + transition: all .5s ease; +} +.webix_no_transition { + -webkit-transition: none; + -moz-transition: none; + transition: none; +} +.webix_info.hidden { + height: 0px; + min-height: 0px; + padding-top: 0px; + padding-bottom: 0px; + border-width: 0px; + margin-top: 0px; + margin-bottom: 0px; + overflow: hidden; +} +.webix_modal_box { + overflow: hidden; + display: inline-block; + min-width: 250px; + width: 250px; + text-align: center; + position: fixed; + background-color: #ffffff; + box-shadow: 0px 3px 6px #c8c8c8; + font-family: Tahoma, Arial; + z-index: 20000; + border-radius: 0px; + border: 1px solid #ffffff; + outline: none; +} +.webix_popup_title { + border-top-left-radius: -1px; + border-top-right-radius: -1px; + border-width: 0px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); + background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); + background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); +} +.webix_info, +.webix_popup_button, +.webix_button { + cursor: pointer; +} +.webix_popup_text { + overflow: hidden; +} +.webix_popup_controls { + border-radius: 6px; + padding: 5px 10px 10px; +} +.webix_popup_button, +.webix_button { + height: 22px; + line-height: 22px; + display: inline-block; + margin: 0 5px; + border-radius: 0px; +} +.webix_popup_button div { + border-radius: 0px; +} +.webix_popup_button { + min-width: 100px; +} +div.webix_modal_cover { + background-color: #000; + cursor: default; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); + opacity: 0.1; + position: fixed; + z-index: 19999; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border: none; + zoom: 1; +} +.webix_info img, +.webix_modal_box img { + float: left; + margin-right: 20px; +} +.webix_alert_error .webix_popup_title, +.webix_confirm_error .webix_popup_title { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); +} +.webix_alert_error, +.webix_confirm_error { + border: 1px solid #ff0000; +} +/*Skin section*/ +.webix_button, +.webix_popup_button { + border: 1px solid #9da8ad; +} +.webix_button input, +.webix_popup_button div { + font-size: 12px; + background: #e6e6e6; + color: #1e2022; + height: 22px; + line-height: 22px; +} +.webix_popup_button.confirm div { + color: #1e2022; + background: #d8eaf6; +} +.webix_popup_title { + color: #fff; + text-shadow: 1px 1px #000; + height: 40px; + line-height: 40px; + font-size: 20px; +} +.webix_popup_text { + margin: 0 0 5px 0; + padding-top: 25px; + font-size: 12px; + color: #1e2022; + min-height: 60px; +} +.webix_info, +.webix_error { + font-size: 12px; + color: #333; + box-shadow: 0px 0px 10px #888; + padding: 0px; + background-color: #FFF; + border-radius: 3px; + border: 1px solid #ffffff; +} +.webix_info div { + padding: 5px 10px 5px 10px; + background-color: #fff; + border-radius: 3px; + border: 1px solid #B8B8B8; +} +.webix_error { + background-color: #d81b1b; + border: 1px solid #ff3c3c; + box-shadow: 0px 0px 10px #000; +} +.webix_error div { + background-color: #d81b1b; + border: 1px solid #940000; + color: #FFF; +} +.webix_drag_zone { + position: absolute; + box-shadow: 1px 1px 5px #9da8ad; + background-color: #ffffff; + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; + pointer-events: none; +} +.webix_drag_zone .borderless { + padding: 2px 20px 2px 2px; +} +.webix_drag_over, +.webix_drop_zone { + background-color: #e6e6e6; +} +.webix_transparent { + opacity: 0; +} +.webix_column { + position: absolute; + top: 0px; +} +.webix_cell { + overflow: hidden; + line-height: 27px; + white-space: nowrap; +} +.webix_hcell { + width: 100%; + overflow: hidden; +} +.webix_ss_body { + overflow: hidden; + position: relative; +} +.webix_hs_left, +.webix_hs_center, +.webix_hs_right, +.webix_ss_center, +.webix_ss_right, +.webix_ss_left { + overflow: hidden; + float: left; +} +.webix_ss_center, +.webix_ss_right { + position: relative; +} +.webix_ss_header table, +.webix_ss_footer table { + table-layout: fixed; +} +.webix_ss_center_scroll { + height: 100%; + position: relative; + overflow: hidden; + min-height: 1px; +} +.webix_ss_hscroll { + bottom: 0px; +} +.webix_ss_vscroll { + position: absolute; + top: 0px; + right: 0px; + z-index: 2; +} +.webix_ss_vscroll_footer { + position: absolute; + bottom: 0px; + right: 0px; + border-left: 1px solid #ffffff; + border-top: 1px solid #9da8ad; + z-index: 1; +} +.webix_ss_vscroll_header { + position: absolute; + top: 0px; + right: 0px; + border-left: 1px solid #999999; + border-bottom: 1px solid #9da8ad; + z-index: 1; +} +.webix_dtable { + position: relative; + cursor: default; + z-index: 0; +} +.webix_ss_footer, +.webix_ss_header { + clear: both; + overflow: hidden; +} +.webix_table_cell, +.webix_view.webix_table_cell, +.webix_block_selection, +.webix_ss_header td, +.webix_ss_footer td, +.webix_hcell, +.webix_cell { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_block_selection { + position: absolute; +} +.webix_ss_sort_asc, +.webix_ss_sort_desc { + position: absolute; + right: 3px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_hcell.webix_ss_filter { + padding: 2px 5px 2px 5px; +} +.webix_ss_filter select, +.webix_ss_filter input { + width: 100%; + font-size: inherit; + color: #1e2022 !important; + height: 24px; + margin-top: -2px; + padding: 0 3px; + vertical-align: top; + border: 1px solid #9da8ad; + line-height: 24px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma, Arial; +} +.webix_richfilter { + margin-top: 1px; + line-height: 24px; +} +.webix_ss_filter select { + padding: 3px; +} +/*headers and footers*/ +.webix_ss_header, +.webix_ss_header TD, +.webix_ss_vscroll_header, +.webix_dd_drag_column { + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; + background: #d8eaf6; +} +.webix_ss_header .webix_arrow_icon, +.webix_ss_header TD .webix_arrow_icon, +.webix_ss_vscroll_header .webix_arrow_icon, +.webix_dd_drag_column .webix_arrow_icon { + color: #1e2022; +} +.webix_ss_footer TD, +.webix_ss_vscroll_footer { + background: #fafafa; +} +/*content in header and footer*/ +.webix_hcell { + padding: 0px 10px 0px 10px; + text-align: left; +} +/*borders in header and footer*/ +.webix_ss_header td { + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; +} +.webix_ss_footer td { + border-right: 1px solid #d5d9db; + border-top: 1px solid #d5d9db; +} +/*remove rightmost borders*/ +.webix_hs_right td.webix_last, +.webix_hs_center td.webix_last { + border-right-width: 0px; +} +/*right inner border*/ +.webix_column.webix_last > div { + border-right-width: 0px; +} +/*borders between split areas*/ +.webix_ss_right .webix_column.webix_first > div, +.webix_hs_right td.webix_first { + border-left: 1px solid #9da8ad; +} +.webix_ss_left .webix_column.webix_last > div { + border-right: 1px solid #9da8ad; +} +.webix_last_topcell.webix_cell { + border-bottom: 1px solid #9da8ad; +} +/*normal data cell of the table*/ +.webix_column > div, +.webix_table_cell { + border-right: 1px solid #d5d9db; + border-bottom: 1px solid #d5d9db; + padding: 0 10px; +} +.webix_column { + text-align: left; +} +/*alter styles for even and odd rows*/ +.webix_column > div:nth-child(even) { + background-color: #f7f7f7; +} +/*header selection in column mode*/ +.webix_sel_hcell, +.webix_dd_over_column { + background-color: #c9eaf5; +} +.webix_block_selection { + background: rgba(0, 0, 0, 0.1); + border: 2px solid #ffe6a3; +} +.webix_dd_drag { + white-space: nowrap; + overflow: hidden; + border-left: 1px solid #d5d9db; + height: 30px; +} +.webix_dd_drag > div { + display: inline-block; + vertical-align: top; + background: #ffffff; + border-top: 1px solid #d5d9db; + border-right: 1px solid #d5d9db; + border-bottom: 1px solid #d5d9db; + padding: 5px 10px; + height: 30px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_dd_drag_column { + padding: 5px 10px 5px 10px; +} +.webix_column > .webix_drag_over.webix_cell { + background-color: #e6e6e6; + color: #1e2022; +} +.webix_ss_header th, +.webix_ss_header td, +.webix_ss_header table { + padding: 0px; + margin: 0px; +} +.webix_cell.webix_invalid { + background-color: #ffeeee; +} +.webix_column > .webix_cell.webix_invalid:nth-child(even) { + background-color: #ffeeee; +} +.webix_invalid_cell { + position: relative; +} +.webix_invalid_cell:after { + content: ""; + position: absolute; + top: 0px; + right: 0px; + width: 0px; + height: 1px; + border-top: 8px solid #f44; + border-left: 8px solid transparent; +} +/*selection*/ +.webix_column > div.webix_cell_select, +.webix_column > div.webix_column_select, +.webix_column > div.webix_row_select { + color: #1e2022; + background: #ffedbc; +} +/*extra borders, for selection in cell mode*/ +.webix_column > div.webix_cell_select { + border-bottom: 1px solid #ffe6a3; + box-shadow: 0 -1px #ffe6a3; + border-left: 1px solid #ffe6a3; + border-right: 1px solid #ffe6a3; + padding-top: 0px; + padding-left: 9px; +} +.webix_ss_right .webix_column.webix_first > div.webix_cell_select { + padding-left: 10px; +} +/*extra borders, for selection in row mode*/ +.webix_column > div.webix_row_select, +.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { + border-bottom: 1px solid #ffe6a3; + box-shadow: 0 -1px #ffe6a3; + padding-top: 0px; +} +/*extra borders for selection in column mode*/ +.webix_column > div.webix_column_select { + border-left: 1px solid #ffe6a3; + border-right: 1px solid #ffe6a3; + padding-left: 9px; +} +.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { + color: #1e2022; + background: #ffedbc; +} +.webix_dtable_colrow, +.webix_dtable_subrow, +.webix_dtable_subview { + position: absolute; + left: 0px; + top: 0px; + background-color: white; + width: 100%; + padding-right: 28px; + padding-left: 10px; + padding-top: 1px; + border-bottom: 1px solid #d5d9db; +} +.webix_dtable_subrow { + border-top: 1px solid #d5d9db; + text-align: right; +} +.webix_dtable_subview { + background: #d5d9db; + border-top: 1px solid #d5d9db; + padding: 0px 0px 0px 0px; + padding-left: 10px; + box-sizing: border-box; +} +.number .webix_cell { + text-align: right; +} +.webix_rotate { + transform: rotate(-90deg); + -webkit-transform: rotate(-90deg); + line-height: normal; +} +.webix_measure_rotate { + line-height: normal; + white-space: normal; + padding: 10px; +} +.webix_span_layer { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + height: 0px; + width: 0px; + overflow: visible; +} +.webix_dtable_span { + position: absolute; + background: #fff; +} +.webix_dtable_span.webix_selected { + color: #1e2022; + background: #ffedbc; +} +.webix_hcell span.webix_input_icon { + background-color: #999999; +} +.webix_area_selection_layer { + position: absolute; + z-index: 1; +} +.webix_area_selection { + position: absolute; + background: #1e2022; +} +.webix_area_selection_top, +.webix_area_selection_bottom { + height: 2px; +} +.webix_area_selection_left, +.webix_area_selection_right { + width: 2px; +} +.webix_area_selection_handle { + position: absolute; + width: 6px; + height: 6px; + border: 1px solid #fff; + background: #1e2022; + cursor: crosshair; + margin: -6px 0 0 -6px; +} +.webix_topcell { + position: relative; + background: #fff; + z-index: 1; +} +.webix_window { + position: absolute; + box-shadow: 1px 3px 4px #c8c8c8; +} +.webix_win_body { + overflow: hidden; +} +.webix_window, +.webix_win_content, +.webix_win_body, +.webix_win_body > .webix_view { + border-radius: 0px; +} +.webix_win_body > .webix_view .webix_cal_month { + border-radius: 0px; +} +.webix_win_head { + border-bottom: 1px solid silver; +} +.webix_win_head > .webix_view > .webix_template { + font-family: Trebuchet MS; + font-style: italic; + color: #ffffff; + font-size: 14px; + background: #6e95ad; + padding: 0px; + text-align: center; + line-height: 28px; +} +.webix_win_head > .webix_view > .webix_template .webix_inp_label, +.webix_win_head > .webix_view > .webix_template .webix_el_label { + color: #ffffff; +} +/*----------------------------*/ +/* DO NOT CHANGE STYLES BELOW */ +/*----------------------------*/ +.webix_win_content { + height: auto; + width: auto; + overflow: hidden; +} +.webix_modal { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); + opacity: 0.2; +} +.webix_point_top, +.webix_point_right, +.webix_point_bottom, +.webix_point_left { + position: absolute; +} +.webix_point_top, +.webix_point_bottom { + width: 13px; + height: 7px; +} +.webix_point_left, +.webix_point_right { + width: 7px; + height: 13px; +} +.webix_point_top, +.webix_point_bottom, +.webix_point_right, +.webix_point_left { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); +} +.webix_point_top { + background-position: 0 -36px; +} +.webix_point_bottom { + background-position: 0 0; +} +.webix_point_right { + background-position: 0 -22px; +} +.webix_point_left { + background-position: 0 -9px; +} +.webix_resize_handle { + position: absolute; + width: 15px; + height: 15px; + bottom: 0px; + line-height: 15px; + right: -1px; + text-align: center; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); + cursor: nw-resize; +} +.webix_resize_frame { + position: absolute; + filter: alpha(opacity=10); + opacity: 0.1; + background: #6e95ad; + display: block; + border: 1px solid #416074; + box-shadow: 1px 3px 6px #000; +} +.webix_resize_cursor { + cursor: nw-resize; +} +/*basis*/ +.webix_tree .webix_scroll_cont > .webix_tree_leaves { + padding: 9px 10px 9px 9px; +} +.webix_tree_item { + clear: both; + height: 22px; + line-height: 22px; + white-space: nowrap; +} +.webix_tree_item.webix_selected { + background: transparent; +} +.webix_tree_item.webix_selected span { + padding: 4px 10px 4px 4px; + margin-left: -4px; + color: #1e2022; + background: #ffedbc; +} +.webix_tree_checkbox { + margin: 1px 0 0; + padding: 0px; + float: left; + vertical-align: middle; + height: 100%; + width: 13px; +} +.webix_indeterminate { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-position: left center; + height: 100%; + width: 13px; + margin-top: 0 !important; +} +.webix_measure_size input, +.webix_measure_size textarea, +.webix_measure_size select { + width: 5px; +} +.webix_measure_size div { + margin-left: -5px; + float: none; +} +.webix_measure_size div, +.webix_measure_size a { + display: inline-block !important; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none, +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + float: left; + width: 20px; + height: 100%; + cursor: pointer; + margin: 0px 0px 0px 0px; + background-repeat: no-repeat; +} +.webix_tree_close, +.webix_tree_open, +.webix_tree_none { + background-position: center center; +} +.webix_cell .webix_tree_close, +.webix_cell .webix_tree_open, +.webix_cell .webix_tree_none { + background-color: transparent; +} +.webix_tree_folder, +.webix_tree_file, +.webix_tree_folder_open { + background-position: 0 center ; +} +.webix_tree_file, +.webix_tree_folder, +.webix_tree_folder_open { + margin: 0px 2px; +} +.webix_tree_leaves .webix_tree_leaves { + margin-left: 18px; +} +.webixLineTree .webix_tree_leaves { + margin-left: 0px; +} +.webix_tree_close { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); +} +.webix_tree_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); +} +.webix_tree_file { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); +} +.webix_tree_folder { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); +} +.webix_tree_folder_open { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); +} +.webix_tree_img { + background: transparent; + float: left; + width: 18px; + height: 22px; + background-position: 0 0; +} +.webix_tree_plus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_plus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); +} +.webix_tree_plus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); +} +.webix_tree_minus2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); + background-repeat: no-repeat; +} +.webix_tree_minus3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); +} +.webix_tree_minus4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); +} +.webix_tree_line1 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); +} +.webix_tree_line2 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); + background-repeat: no-repeat; +} +.webix_tree_line3 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); +} +.webix_tree_line4 { + background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); +} +.webix_tree_blank { + background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); +} +.webix_tree_img { + background-color: #ffffff; +} +.webix_cal_month { + height: 22px; + line-height: 20px; + text-align: center; + position: relative; + font-size: 14px; + font-weight: bold; + padding-top: 17px; + padding-bottom: 5px; + box-sizing: content-box; +} +.webix_cal_prev_button, +.webix_cal_next_button { + cursor: pointer; + position: absolute; + top: 17px; + width: 30px; + height: 28px; + background-repeat: no-repeat; + background-position: 11.5px 4px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_prev_button { + left: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_cal_next_button { + right: 17px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_view > .webix_cal_header { + margin: 0px 17px 10px 17px; + height: auto; +} +.webix_view > .webix_cal_header div { + float: left; + text-align: center; + height: 19px; + font-size: 11px; + color: #1e2022; + border-bottom: #cecece 1px solid ; + margin-bottom: 7px; +} +.webix_cal_body { + margin: 0px 17px 0px 17px; +} +.webix_cal_body .webix_cal_row { + clear: both; +} +.webix_cal_body .webix_cal_row > div { + float: left; + text-align: center; + height: 100%; +} +.webix_cal_body .webix_selected, +.webix_cal_body .webix_cal_select, +.webix_cal_body .webix_cal_select.webix_cal_today { + color: #1e2022; + background: #ffedbc; +} +.webix_cal_day, +.webix_cal_week_num { + /*line-height: 29px;*/ + cursor: pointer; + font-size: 12px; + color: #1e2022; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_week_num { + color: #727981; + cursor: default; + margin-right: 0px; + border-right: 1px solid #cecece; +} +.webix_cal_event { + font-weight: bold; + color: #C66200; +} +.webix_cal_outside { + color: #7e868e; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_inactive { + background: #888; +} +.webix_cal_day_disabled, +.webix_cal_day_disabled.webix_cal_event { + color: #7e868e; + background: #f0f0f0; +} +.webix_hours .webix_cal_day_disabled, +.webix_minutes .webix_cal_day_disabled, +.webix_hours .webix_cal_day_disabled.webix_cal_event, +.webix_minutes .webix_cal_day_disabled.webix_cal_event { + background: #ffffff; + font-weight: normal; + text-decoration: line-through; +} +.webix_cal_month_name { + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_cal_block { + float: left; + text-align: center; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_selected { + background: #ffedbc; + color: #1e2022; +} +.webix_cal_footer { + text-align: center; + font-size: 12px; + color: #444; + margin: 4px 17px; + padding-top: 2px; + cursor: pointer; +} +.webix_cal_icons { + float: right; + padding: 4px 4px; +} +.webix_cal_time { + padding: 2px 4px; +} +.webix_cal_time_icons { + float: left; +} +.webix_cal_icons .webix_cal_icon { + text-align: center; + padding: 2px 4px; +} +.webix_cal_icon:hover, +.webix_cal_time:hover, +.webix_cal_month_name:hover { + text-decoration: underline; + color: #6e95ad; +} +.webix_cal_month_name.webix_readonly:hover { + text-decoration: none; + color: #1e2022; + cursor: default; +} +.webix_time_header { + padding: 17px 17px 1px 17px; +} +.webix_time_header .webix_cal_hours, +.webix_time_header .webix_cal_minutes { + display: inline-block; + font-size: 14px; + text-align: center; + height: 26px; + line-height: 22px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom: 1px solid #9da8ad; +} +.webix_time_header .webix_cal_minutes { + padding-left: 1px; + border-left: none; +} +.webix_time_header .webix_cal_hours { + border-right: none !important; +} +.webix_cal_body .webix_hours { + float: left; + border-right: 1px solid #cecece; + padding-right: 1px; +} +.webix_cal_body .webix_minutes { + float: left; + padding-left: 1px; +} +.webix_cal_block_empty { + float: left; + text-align: center; +} +.webix_time_footer { + text-align: center; + font-size: 12px; + padding: 7px 17px 0 17px; + cursor: pointer; +} +.webix_cal_done { + margin-top: 3px; + padding: 2px 7px; + font-size: 12px; + border-radius: 0px; + border: 1px solid #9da8ad; + color: #1e2022; + background: #d8eaf6; + float: right; +} +.webix_cal_blurred_hours { + background-color: #f7f7f7; +} +.webix_property_line { + clear: both; + width: 100%; + min-height: 24px; + height: auto; +} +.webix_property_line:nth-child(odd) { + background-color: #f7f7f7; +} +.webix_property_label, +.webix_property_value { + height: 24px; + line-height: 24px; + padding-left: 10px; + float: left; + border-bottom: 1px solid #9da8ad; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} +.webix_property_label { + border-right: 1px solid #9da8ad; +} +.webix_property_label_line { + padding-left: 10px; + font-family: Trebuchet MS; + font-style: italic; + color: #ffffff; + font-size: 14px; + background: #6e95ad; + line-height: 26px; + line-height: 23px; + border-bottom: 1px solid #d5d9db; +} +.webix_property_label_line .webix_inp_label, +.webix_property_label_line .webix_el_label { + color: #ffffff; +} +.webix_property_col_val { + width: 100%; + height: 100%; + -moz-user-select: text; + -webkit-user-select: text; + user-select: text; +} +.webix_property_col_ind { + float: right; + border: 1px solid #9da8ad; + border-radius: 2px; + width: 30px; + cursor: pointer; + height: 13px; + margin: 3px 10px 3px 0; +} +.webix_property_value { + text-overflow: ellipsis; + white-space: nowrap; +} +.webix_property_check { + margin-top: 5px; +} +/*style used by tooltip's container*/ +.webix_tooltip { + display: none; + position: absolute; + z-index: 10000; + background-color: #ffffff; + padding: 5px 10px; + border: 1px solid #9da8ad; + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; + border-radius: 0px; + box-shadow: 1px 1px 0px 0px #CCC; +} +.webix_color_row { + clear: both; + white-space: nowrap; +} +.webix_color_palette { + text-align: left; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_color_row, +.webix_color_row div, +.webix_color_selector { + line-height: 0; + font-size: 0; +} +.webix_color_row div { + display: inline-block; + width: 15px; + height: 15px; + cursor: default; +} +.webix_color_selector { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + border: 2px solid #f3f3f3; +} +.webix_daterange .webix_view { + background-color: #ffffff; +} +.webix_daterange .webix_range_0 .webix_cal_next_button, +.webix_daterange .webix_range_N .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button, +.webix_daterange .webix_range_1 .webix_cal_prev_button { + visibility: hidden; +} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover, +.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { + cursor: default; +} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover { + text-decoration: none; + color: inherit; + cursor: default; +} +.webix_daterange .webix_range_left .webix_cal_next_button:hover, +.webix_daterange .webix_range_right .webix_cal_prev_button:hover { + cursor: default; +} +.webix_cal_range { + background-color: #ffffff; +} +.webix_cal_range_start { + border-radius: 3px 0 0 3px; +} +.webix_cal_range_end { + border-radius: 0 3px 3px 0; +} +.webix_cal_range_start, +.webix_cal_range_end, +.webix_cal_event.webix_cal_range_start, +.webix_cal_event.webix_cal_range_end, +.webix_cal_body .webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_today.webix_cal_range_end { + background-color: #ffedbc; + color: #1e2022; +} +.webix_cal_outside.webix_cal_range, +.webix_cal_body .webix_cal_outside.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_range_end, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, +.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { + background-color: transparent; + color: #7e868e; +} +.webix_daterange .webix_cal_icons { + text-align: right; + padding: 0 4px; +} +.webix_daterange .webix_cal_icons .webix_cal_icon { + border-top: 1px solid #9da8ad; +} +.webix_daterange .webix_cal_time { + display: none; +} +.webix_daterange .webix_cal_timepicker .webix_range_time_start { + display: block; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + display: block; + padding: 5px 15px; +} +.webix_daterange .webix_range_timepicker .webix_range_time_start { + float: left; +} +.webix_daterange .webix_range_timepicker .webix_range_time_end { + float: right; +} +.webix_daterange .webix_range_footer .webix_cal_footer { + padding: 0; +} +.webix_view.webix_toolbar .webix_el_button { + background: transparent; +} +.webix_el_button input, +.webix_el_toggle input, +.webix_el_button button, +.webix_el_toggle button, +.webixbutton { + border-radius: 0px; + border: 1px solid #9da8ad; + height: 100%; + width: 100%; + cursor: pointer; + font-size: 12px; + font-family: Tahoma, Arial; + -webkit-appearance: none; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + color: #1e2022; +} +.webix_el_button .webix_img_btn .webix_img_btn_text, +.webix_el_toggle .webix_img_btn .webix_img_btn_text, +.webix_el_button .webix_img_btn_top .webix_img_btn_text, +.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { + color: #1e2022; +} +.webix_el_button .webix_img_btn, +.webix_el_toggle .webix_img_btn, +.webix_el_button .webix_img_btn_top, +.webix_el_toggle .webix_img_btn_top { + border: 0; +} +.webixtype_base, +.webixtype_prev, +.webixtype_next, +.webixbutton { + background: #e6e6e6; + color: #1e2022; + font-size: 12px; + font-family: Tahoma, Arial; + padding: 0px; + border: 0px; +} +.webixtype_form { + color: #1e2022; + background: #d8eaf6; +} +.webixtype_form:active { + background: #cce3f3 !important; +} +.webix_el_button .webixtype_danger { + background: #FE5310; + color: white; +} +.webix_el_button .webix_el_box, +.webix_el_toggle .webix_el_box { + position: relative; +} +.webix_el_button .webix_el_arrow, +.webix_el_toggle .webix_el_arrow { + position: absolute; + z-index: 1; +} +.webixtype_prev, +.webixtype_next { + position: absolute; + z-index: 2; + top: 0px; +} +input.webixtype_prev { + border-left-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +input.webixtype_next { + border-right-width: 0; + border-radius: 0px; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_el_arrow { + width: 18px; + height: 18px; + background: #e6e6e6; + color: #1e2022; + border: 1px solid #9da8ad; +} +.webixtype_prev_arrow { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); +} +.webixtype_next_arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); +} +.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + font-size: 22px; + position: absolute; + top: 8px; + left: 50%; +} +.webix_img_btn_abs .webix_icon { + margin-left: 3px; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, +.webix_img_btn_top .webix_icon { + margin-left: -10px; +} +.webix_img_btn, +.webix_img_btn_top { + vertical-align: top; + background-color: transparent; + border: none; + width: 100%; + padding: 0; +} +.webix_img_btn, +.webix_img_btn_abs { + cursor: pointer; + text-align: left; + background-repeat: no-repeat; + background-position: 2px center; + height: 100%; + font-size: 12px; +} +.webix_img_btn .webix_icon, +.webix_img_btn_abs .webix_icon { + color: #1e2022; +} +.webix_img_btn_abs, +.webix_img_btn { + padding: 0; +} +.webix_img_btn_abs .webix_image, +.webix_img_btn .webix_image { + background-repeat: no-repeat; + background-position: center center; + float: left; + vertical-align: top; +} +.webix_img_btn_top .webix_image { + background-repeat: no-repeat; + background-position: center top; +} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { + background-position: center 5px; +} +/*.webix_img_btn:hover, .webix_img_btn_top:hover{ + background-color: #ddd; + background-color: rgba(250,250,250,0.5); +};*/ +/*.webix_img_btn:active, .webix_img_btn_top:active{ + background-color: #ddd; + background-color: rgba(100,100,100,0.1); +};*/ +.webix_img_btn_top { + text-align: center; + background-repeat: no-repeat; + background-position: center 5px; +} +.webix_img_btn_text { + position: absolute; + left: 0; + bottom: 3px; + width: 100%; + text-align: center; + cursor: pointer; + color: #1e2022; +} +.webix_img_btn_abs { + /*position:absolute; + top:0px; left:0px; + width:100%;*/ + background-position: center center; +} +.webix_img_btn_top { + background-position: center top; + vertical-align: top; +} +.webix_img_btn_abs .webix_img_btn_text { + bottom: 8px; +} +.webix_pressed .webix_img_btn, +.webix_pressed .webix_img_btn_top { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + background-color: rgba(0, 0, 0, 0.05); +} +.webix_pressed .webix_img_btn_abs + input, +.webix_pressed .webixtype_base { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.webix_control .webix_disabled_box .webixtype_base, +.webix_control .webix_disabled_box .webixtype_prev, +.webix_control .webix_disabled_box .webixtype_next, +.webix_control .webix_disabled_box .webixtype_danger, +.webix_control .webix_disabled_box .webixtype_form, +.webix_control .webix_disabled_box .webix_el_arrow, +.webix_control .webix_disabled_box .webix_img_btn { + color: #aaaaaa !important; + background: #e9e9e9 !important; + text-shadow: none !important; +} +.webix_control .webix_disabled_box .webix_img_btn_text { + color: #aaaaaa; +} +.webix_control .webix_disabled_box .webix_image { + opacity: 0.4; +} +.webix_disabled_view.webix_control .webix_icon_btn, +.webix_disabled_view.webix_control .webix_icon { + color: #aaaaaa; +} +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, +.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { + color: #aaaaaa; +} +.webixbutton { + width: auto; + height: auto; + padding: 8px 15px; +} +.webix_richtext_editor { + height: 100%; +} +.webix_template .webix_richtext_editor:focus { + outline: none; +} +.webix_richtext_container .webix_template { + padding: 10px; + overflow-x: auto; + border: solid #ccc; + border-width: 0px 1px 1px; + border-radius: 0px 0px 6px 6px; +} +.webix_control { + background: transparent; +} +.webix_control input, +.webix_control button, +.webix_control textarea, +.webix_el_label, +.webix_inp_label, +.webix_inp_top_label, +.webix_inp_bottom_label { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma, Arial; +} +.webix_el_box { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 2px 2px; + height: 100%; + width: 100%; + font-size: 12px; + overflow: hidden; +} +.webix_el_text input, +.webix_el_search input, +.webix_el_combo input, +.webix_el_datepicker input, +.webix_el_colorpicker input { + height: 100%; + padding: 0px 10px; + border: 1px solid #9da8ad; + color: #1e2022; + font-size: 12px; + font-family: Tahoma, Arial; + -webkit-appearance: none; + border-radius: 0; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + color: #1e2022; + text-transform: none; + font-size: 12px; +} +/*.webix_toolbar .webix_inp_label{ + padding-top:(@inputHeight - 11 )/2; +}*/ +.webix_inp_label { + float: left; + padding-top: 1px; + padding-left: 2px; + padding-right: 7.5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.webix_inp_top_label { + float: none; + padding: 2px 2px; + padding-bottom: 0px; +} +.webix_inp_bottom_label { + font-size: 10px; + color: #2a2d30; +} +.webix_label_right { + padding-left: 7.5px; +} +.webix_el_checkbox .webix_label_right { + display: inline-block; + padding-top: 2px; +} +.webix_el_label { + color: #1e2022; + line-height: 24px; + padding: 2px 2px; +} +.webix_toolbar .webix_el_label { + padding-left: 10px; + text-transform: none; +} +.webix_el_select select { + height: 100%; + font-size: 12px; + font-family: Tahoma, Arial; + border: 1px solid #9da8ad; +} +body:not(:-moz-handler-blocked) .webix_el_select select { + padding: .2em; +} +.webix_el_group, +.webix_all_segments { + height: 100%; + white-space: nowrap; +} +.webix_inp_counter_next, +.webix_inp_counter_prev, +.webix_inp_counter_value { + border: 1px solid #9da8ad; + cursor: pointer; + -webkit-appearance: none; + width: 20px; + height: 100%; + vertical-align: top; +} +.webix_inp_counter_value { + font-size: 12px; + width: 50px; + color: #1e2022; + text-align: center; + border-left-width: 0px; + border-right-width: 0px; + -webkit-appearance: none; + border-radius: 0; +} +/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ + position:relative; top:-1px; +}*/ +.webix_inp_counter_prev { + padding-left: 6px; + background: #e6e6e6; + color: #1e2022; + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_inp_counter_next { + padding-left: 6px; + background: #e6e6e6; + color: #1e2022; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_el_textarea textarea { + border: 1px solid #9da8ad; + height: 100%; + margin: 0; + padding: 5px; + color: #1e2022; + resize: none; + font-size: 12px; + font-family: Tahoma, Arial; + padding-left: 10px; + padding-right: 10px; +} +.webix_el_textarea .webix_inp_label { + padding-top: 6px; +} +.webix_segment_0, +.webix_segment_1 { + border: 1px solid #9da8ad; + border-right-width: 0px; + height: 100%; +} +.webix_segment_0 { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_segment_N { + border: 1px solid #9da8ad; + height: 100%; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_N:first-child { + -webkit-border-top-left-radius: 0px; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0px; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0px; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} +.webix_segment_0, +.webix_segment_1, +.webix_segment_N { + -webkit-appearance: none; + background: #e6e6e6; + color: #1e2022; + font-size: 12px; + font-family: Tahoma, Arial; + cursor: pointer; + padding: 0; +} +.webix_segment_0.webix_selected, +.webix_segment_1.webix_selected, +.webix_segment_N.webix_selected { + color: #1e2022; + background: #ffedbc; +} +.webix_inp_static { + border: 1px solid #9da8ad; + background: white; + overflow: hidden; + padding: 0px 10px; + height: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; +} +.webix_inp_static .webix_placeholder { + color: #666d73; +} +.webix_el_combo, +.webix_el_richselect, +.webix_el_datepicker, +.webix_el_colorpicker, +.webix_el_search { + font-size: 12px; +} +.webix_el_combo .webix_el_box, +.webix_el_richselect .webix_el_box, +.webix_el_datepicker .webix_el_box, +.webix_el_colorpicker .webix_el_box, +.webix_el_search .webix_el_box { + color: #1e2022; + position: relative; +} +.webix_el_combo input, +.webix_el_richselect input, +.webix_el_datepicker input, +.webix_el_colorpicker input, +.webix_el_search input, +.webix_el_combo .webix_inp_static, +.webix_el_richselect .webix_inp_static, +.webix_el_datepicker .webix_inp_static, +.webix_el_colorpicker .webix_inp_static, +.webix_el_search .webix_inp_static { + color: #1e2022; + padding-right: 24px; + font-family: Tahoma, Arial; + -webkit-appearance: none; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon, +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + right: 2px; + background: transparent; + z-index: 1; + position: absolute; +} +.webix_el_combo .webix_input_icon, +.webix_el_richselect .webix_input_icon { + padding-left: 7px; + width: 19px; +} +.webix_el_datepicker .webix_input_icon, +.webix_el_colorpicker .webix_input_icon, +.webix_el_search .webix_input_icon { + padding-left: 5px; + width: 21px; +} +/*Remove button padding in FF*/ +.webix_view button::-moz-focus-inner { + padding: 0; + border: 0; +} +.webix_el_radio .webix_inp_label { + line-height: normal !important; + padding-top: 4px; +} +.webix_inp_radio_border input, +.webix_el_checkbox input { + margin: 0px; + padding: 0px; + float: left; +} +.webix_line_break { + clear: both; +} +.webix_custom_checkbox, +.webix_custom_radio { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.webix_radio_option { + display: table; + float: left; + height: 22px; + margin-right: 20px; +} +.webix_inp_radio_border, +.webix_el_radio .webix_label_right { + display: table-cell; + vertical-align: middle; +} +.webix_invalid .webix_el_box input, +.webix_invalid .webix_custom_radio, +.webix_invalid .webix_el_box .webix_inp_static, +.webix_invalid .webix_el_box select, +.webix_invalid .webix_el_box textarea, +input.webix_invalid, +select.webix_invalid, +textarea.webix_invalid { + background-color: #fff6f6; + border-color: #fea5a8; +} +.webix_invalid .webix_inp_bottom_label { + font-size: 10px; + color: #fd595f; +} +.webix_el_colorpicker .webix_input_icon { + padding-left: 0; + top: 6px; + right: 8px; + width: 16px; + height: 16px; + border-radius: 0px; +} +.webix_el_search .webix_el_box { + position: relative; +} +.webix_el_search input { + padding-right: 30px; +} +.webix_el_search span { + position: absolute; + right: 14px; + cursor: pointer; + padding-left: 7px; +} +.webix_view.webix_control > .webix_disabled { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + opacity: 0; +} +.webix_disabled_view.webix_control .webix_image { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} +.webix_view.webix_control .webix_disabled_box label, +.webix_view.webix_control .webix_disabled_box .webix_input_icon, +.webix_view.webix_control .webix_disabled_box button { + color: #aaaaaa; +} +.webix_view.webix_control .webix_disabled_box input, +.webix_view.webix_control .webix_disabled_box select, +.webix_view.webix_control .webix_disabled_box textarea, +.webix_view.webix_control .webix_disabled_box .webix_inp_static { + color: #aaaaaa; + background: #eeeeee; +} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, +.webix_view.webix_control .webix_disabled_box .webix_segment_0, +.webix_view.webix_control .webix_disabled_box .webix_segment_1, +.webix_view.webix_control .webix_disabled_box .webix_segment_N { + color: #aaaaaa !important; + background: #e9e9e9 !important; + text-shadow: none !important; +} +.webix_disabled_top_label { + color: #aaaaaa; +} +label.webix_required:after { + padding-left: 4px; + content: "*"; + color: red; +} +.webix_multicombo .webix_inp_static { + padding: 0 3px; +} +.webix_el_text .webix_multicombo_input { + background-color: transparent; + border: 0; + float: left; + vertical-align: middle; + padding: 0px; + color: #1e2022; + font-size: 12px; + font-family: Tahoma, Arial; + margin-left: 7px; +} +.webix_el_text .webix_multicombo_input:focus { + border: 0; + box-shadow: none; +} +.webix_multicombo_listbox { + width: auto; + line-height: 1; + margin: 0; + padding: 0; + list-style: none; +} +.webix_multicombo_value, +.webix_multicombo_tag { + padding: 0 5px 0 7px; + background-color: #f2f2f2; + display: inline-block; + margin: 3px; + float: left; + border-radius: 0px; +} +.webix_multicombo_tag { + min-width: 15px; + text-align: center; + padding: 0 5px 0 5px; +} +.webix_multicombo_delete { + margin-left: 10px; + padding: 0 5px ; + color: #000000; + cursor: pointer; +} +.webix_multilist .webix_selected { + background: #f2f2f2; + color: #1e2022; +} +.webix_el_tabbar { + background: transparent; +} +.webix_all_tabs { + height: 100%; + display: table; +} +.webix_tab_filler { + display: table-cell; + background: transparent; + font-size: 1px; + border-bottom: 1px solid #9da8ad; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_tab_filler:first-child { + border-right: 1px solid #9da8ad; +} +.webix_item_tab:first-child { + border-left: 1px solid #9da8ad; +} +.webix_item_tab { + display: table-cell; + text-align: center; + vertical-align: middle; + overflow: hidden; + cursor: pointer; + border: 1px solid #9da8ad; + border-left-width: 0px; + color: #1e2022; + font-size: 14px; + background: #f2f2f2; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0px; + border-top-left-radius: 0; + border-bottom-left-radius: 0px; + border-top-right-radius: 0; + border-bottom-right-radius: 0px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webixtype_bottom .webix_item_tab { + border-radius: 0; +} +.webix_item_tab.webix_selected { + border-bottom-width: 0px; + font-size: 14px; + color: #1e2022; + background: #ffffff; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border-bottom-width: 1px ; + color: #1e2022; + background: #ffedbc; +} +.webix_before_all_tabs { + width: 100%; +} +.webix_after_all_tabs { + width: 100%; + border-left: 1px solid #9da8ad; + border-right: 1px solid #9da8ad; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_view.webix_control .webix_disabled_box .webix_item_tab { + color: #aaaaaa !important; + background: #e9e9e9 !important; + text-shadow: none !important; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + text-align: center; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 3px; +} +.webix_el_tabbar .webixtype_icon .webix_item_tab, +.webix_el_tabbar .webixtype_iconTop .webix_item_tab, +.webix_el_tabbar .webixtype_image .webix_item_tab { + padding: 2px 0; + border-radius: 0; +} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top, +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, +.webix_el_tabbar .webixtype_image .webix_img_btn_top { + background-position: center 0; + position: relative; + height: 100%; +} +.webix_tab_more_icon { + cursor: pointer; + display: table-cell; + overflow: hidden; + text-align: center; + box-sizing: border-box; + vertical-align: middle; + padding: 0 3px; +} +.webix_tab_more_icon .webix_icon { + width: 100%; +} +.webix_tab_list .webix_list_item:last-child { + border-bottom: none; +} +.webix_icon.webix_tab_close { + font-size: 12px; + float: right; + padding: 4px; + margin-top: -4px; +} +.webix_menu, +.webix_menu-x { + background: #ffffff; +} +.webix_menu .webix_list_item:hover, +.webix_menu-x .webix_list_item:hover, +.webix_menu .webix_list_item:active, +.webix_menu-x .webix_list_item:active, +.webix_menu .webix_list_item:focus, +.webix_menu-x .webix_list_item:focus { + background: rgba(100, 100, 100, 0.1); +} +.webix_menu .webix_list_item, +.webix_menu-x .webix_list_item { + border: none; + text-decoration: none; + background: #ffffff; + height: 28px; +} +.webix_menu .webix_list_item .webix_submenu_icon, +.webix_menu-x .webix_list_item .webix_submenu_icon { + float: right; + text-align: right; + position: relative; + margin-left: 4px; +} +.webix_menu-x .webix_list_item:first-child { + margin-left: 0; +} +.webix_menu-x .webix_submenu_icon { + top: 10px; +} +.webix_menu-x { + background-color: white; + background: #d8eaf6; +} +.webix_menu-x .webix_list_item { + display: inline-block; + line-height: 24px; +} +.webix_menu-x .webix_list_item { + color: #1e2022; + background: transparent; +} +/* Submenu */ +.webix_menu { + background: #ffffff; + border: 1px solid #9da8ad; + border-radius: 0px; +} +.webix_menu .webix_list_item { + display: block; +} +.webix_menu .webix_context_separator { + height: 3px; + padding: 1px 3px 0 3px; +} +.webix_menu .webix_context_separator .sep_line { + height: 1px; + border-top: 1px solid #9da8ad; +} +.webix_menu .webix_submenu_icon { + top: 8px; +} +.webix_menu .webix_context_spacer { + height: 28px; +} +.webix_menu_link { + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} +/* Toolbar */ +.webix_layout_toolbar { + color: #ffffff; + font-size: 14px; + background: #6e95ad; +} +.webix_toolbar.webix_layout_subbar { + color: #ffffff; + font-size: 14px; + background: #6e95ad; +} +.webix_toolbar .webix_layout_toolbar, +.webix_toolbar .webix_layout_line, +.webix_toolbar .webix_layout_clean { + background: transparent; +} +.webix_hidden_upload, +.webix_el_button .webix_hidden_upload { + height: 1px; + width: 1px; + border: 0 !important; + font-size: 1px; + position: absolute; + top: 0px; + left: 0px; + z-index: -1; +} +.webix_upload_client, +.webix_upload_error, +.webix_upload_server { + width: 60px; + text-align: center; + float: right; +} +.error_icon, +.cancel_icon { + display: inline-block; + background-repeat: no-repeat; +} +.error_icon { + width: 18px; + height: 16px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); +} +.webix_upload_server { + color: green; +} +.webix_remove_upload { + float: right; +} +.cancel_icon { + margin-top: 5px; + width: 14px; + height: 14px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); +} +.webix_upload_flash { + width: 100%; + height: 100%; + position: absolute; + bottom: 0; + left: 0; + background: #fff; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); +} +.webix_drop_file { + background: #f4f4f4; + position: relative; +} +.webix_drop_file::before { + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + text-align: center; + pointer-events: none; +} +.webix_fieldset fieldset { + border: 1px solid #818f96; + margin: 0px; + padding: 5px 8px; +} +.webix_fieldset legend { + color: #1e2022; + font-size: 12px; +} +.webix_forminput fieldset { + border: none; + margin: 0px; + padding: 0px; +} +.webix_forminput legend { + color: #1e2022; + line-height: 24px; + padding: 2px 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-family: Tahoma, Arial; + float: left; + padding-right: 7.5px; +} +.webix_slider_box { + position: relative; + padding: 0px 10px; + height: 100%; + padding-top: 8px; + float: left; + border-radius: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_left { + height: 10px; + float: left; + width: 100px; + background: #ffffff; + border: 1px solid #abb4b9; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_right { + height: 10px; + float: left; + width: 100px; + background: #fff; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #abb4b9; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_slider_box .webix_slider_handle { + z-index: 1; + position: absolute; + width: 15px; + height: 15px; + top: 4px; + border-radius: 8px; +} +.webix_slider_box .webix_slider_left { + height: 8px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + background: #E6E6E6; +} +.webix_slider_box .webix_slider_right { + height: 8px; + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.webix_slider_box .webix_slider_handle { + -webkit-border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border: 1px solid #9da8ad; + width: 12px; + height: 12px; + top: 4.5px; + color: #1e2022; + background: #d8eaf6; +} +.webix_rangeslider .webix_slider_box .webix_slider_left { + position: absolute; +} +.webix_rangeslider .webix_slider_box .webix_slider_active { + z-index: 1; +} +.webix_rangeslider .webix_slider_box .webix_slider_right { + border-radius: 5px; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #e1e1e1; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 20px; + top: 1.5px; + border-radius: 2px; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-position: 3px center; +} +.webix_slider_alt .webix_slider_box .webix_slider_left { + border: 1px solid #9da8ad; +} +.webix_slider_alt .webix_slider_box .webix_slider_right { + border: 1px solid #9da8ad; + background: #fff; +} +.webix_slider_alt .webix_slider_box .webix_slider_handle { + width: 11px; + margin: 0 2px; + height: 18px; + border-radius: 0px; +} +.webix_slider_title { + margin-bottom: -11px; + text-align: center; +} +.webix_progress_top, +.webix_progress_bottom { + width: 100%; + position: absolute; + top: 0px; + left: 0px; + height: 6px; + overflow: hidden; + z-index: 20; + background: #f2f2f2; +} +.webix_progress_bottom { + bottom: 0px; + top: auto; + height: 17px; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + width: 0px; + height: 6px; + background: #ffedbc; + -moz-transition: width 3s; + transition: width 3s; +} +.webix_progress_bottom .webix_progress_state { + height: 17px; +} +.webix_progress_icon { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; + z-index: 20; +} +.webix_progress_icon .webix_progress_state { + font-family: FontAwesome; + font-size: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -25px; + margin-top: -25px; + display: inline-block; + color: #666d73; +} +.webix_gage { + height: 100%; + width: 100%; + transform: rotate(180deg); +} +.webix_gage_label { + font-size: 0.9em; + text-align: center; + margin-top: 10px; +} +.webix_gage_placeholder { + margin-top: -20px; +} +.webix_gage_info { + text-align: center; + font-size: 0.7em; + position: relative; + margin: 0 auto 10px auto; +} +.webix_gage_min_range { + left: -74px; +} +.webix_gage_max_range { + right: -74px; +} +.webix_gage_min_range, +.webix_gage_max_range { + display: inline-block; + margin-top: 20px; + position: absolute; + text-align: center; + width: 150px; +} +.webix_gage_range_info { + font-size: 1.2em; + line-height: 1; +} +.webix_gage-value { + font-size: 2.2em; + color: #404040; +} +.webix_gage_gradient_point_animated { + transition: transform 1.3s linear; +} +.webix_gage_animated { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; +} +.webix_gage_animated_first_load { + stroke: #00ff00; + animation: gage_dash 1.3s linear forwards; + transition: stroke 1.3s linear; +} +@keyframes gage_dash { + to { + stroke-dashoffset: 0; + } +} +.webix_bullet_name { + width: 100; +} +.webix_bullet_header { + font-weight: bold; + font-size: 15px; +} +.webix_bullet_subheader { + font-size: 15px; +} +.webix_bullet_scale { + font-size: 12px; + font-weight: bold; +} +.webix_organogram canvas { + position: absolute; +} +.webix_organogram_item { + position: absolute; + z-index: 1; + text-align: center; + border-radius: 4px; + background-color: #e3f2fd; + border: 1px solid #bbdefb; + padding: 7px 7px 10px 7px; + box-sizing: border-box; +} +.webix_organogram_item.webix_selected { + background-color: #ffedbc; + border-color: #ffedbc; +} +.webix_organogram_list { + border-radius: 4px; + position: absolute; + z-index: 1; + height: auto; + border: 1px solid #dddddd; + box-sizing: border-box; +} +.webix_organogram_list .webix_organogram_list_item { + border: none; + text-align: left; + position: static; + padding: 5px; + border-radius: 0px; + box-sizing: border-box; +} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.webix_icon, +.webix_icon_btn, +.webix_input_icon, +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +.webix_icon, +.webix_input_icon { + font-size: 17px; + display: inline-block; + width: 20px; +} +.webix_input_icon { + float: right; + font-size: 19px; + color: #888; +} +.webix_icon_button { + background-color: transparent; + border: none; + padding: 0; + cursor: pointer; + position: relative; +} +.webix_icon_button .webix_icon { + font-size: 20px; + height: 23px; + width: 21px; + display: inline-block; + text-align: center; + color: #1e2022; +} +.webix_icon_btn { + font-size: 17px; + display: inline-block; + text-align: center; + width: 24px; + color: #1e2022; +} +.webix_el_iconBbutton .webix_icon_btn { + text-align: center; + width: 100%; + padding: 5px 0px; +} +.webix_el_icon { + cursor: pointer; +} +.webix_badge { + background-color: #ff8839; + color: #ffffff; + border-radius: 50%; + font-size: 12px; + height: 22px; + min-width: 22px; + box-sizing: border-box; + padding: 0 4px; + text-align: center; + line-height: 21px; + position: absolute; + right: 0; + top: 0; +} +.webix_list_item .webix_badge { + position: static; + float: right; + margin: 4px -5px 0 10px; +} +.webixtype_base .webix_badge { + top: 50%; + margin-top: -11px; + margin-right: 8px; +} +.webix_treemap { + background-color: #f5f5f5; +} +.webix_treemap .webix_scroll_cont { + position: relative; + height: 100%; + width: 100%; +} +.webix_treemap_item { + position: absolute; + color: #444; + overflow: hidden; + text-align: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 3px 5px; + border-width: 0px 1px 1px 0; + border-style: solid; + border-color: rgba(0, 0, 0, 0.2); + background: transparent; +} +.webix_treemap_level_top { + z-index: 1; + border-color: rgba(0, 0, 0, 0.4); +} +.webix_treemap_item_bottom { + border-bottom-width: 0; +} +.webix_treemap_item_right { + border-right-width: 0; +} +.webix_treemap_item:hover { + box-shadow: inset 0 0 5px #666; +} +.webix_treemap_item.webix_selected { + border-color: #ffedbc; + box-shadow: inset 0 0 1px 2px #ffedbc; +} +.webix_treemap_header { + width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.webix_treemap_header { + padding: 0 10px; + border-bottom: 1px solid #9da8ad; +} +.webix_treemap_header_item { + cursor: pointer; +} +.webix_treemap_header_item:last-child { + cursor: default; +} +.webix_treemap_reset { + float: right; + width: 25px; + text-align: center; +} +.webix_treemap_reset:before { + content: "\f00d"; + color: #1e2022; + font-family: FontAwesome; + font-size: 16px; + display: block; + cursor: pointer; +} +.webix_treemap_path_icon { + width: 20px; + text-align: center; +} +.webix_barcode { + position: relative; +} +.webix_barcode .webix_canvas_text { + font-size: 12px; + padding: 0 2px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.portlet_drag { + position: absolute; + z-index: 1; + top: 5px; + right: 5px; + width: 18px; + opacity: 0.5; + cursor: pointer; +} +.portlet_in_drag { + opacity: 0.4; +} +.portlet_marker, +.portlet_markertop, +.portlet_markerbottom, +.portlet_markerleft, +.portlet_markerright { + opacity: 0.5; + background: #9169BE; + position: absolute; + transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +.portlet_markertop { + height: 50%; +} +.portlet_markerbottom { + height: 50%; + top: 50%; +} +.portlet_markerleft { + width: 50%; +} +.portlet_markerright { + width: 50%; + left: 50%; +} +.webix_popup.webix_sidemenu.webix_sidemenu_left { + border-width: 0 1px 0 0; + box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_left.webix_animate { + transition: left 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_right { + left: auto; + border-width: 0 0 0 1px; + box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_right.webix_animate { + transition: right 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_top { + border-width: 0 0 1px 0 ; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_top .webix_win_body { + position: relative; +} +.webix_sidemenu_top .webix_win_body > .webix_view { + position: absolute; + top: auto; + left: 0; + bottom: 0; +} +.webix_sidemenu_top.webix_animate, +.webix_sidemenu_top.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom { + border-width: 1px 0 0 0 ; + top: auto; + box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); +} +.webix_sidemenu_bottom.webix_animate, +.webix_sidemenu_bottom.webix_animate .webix_win_body { + transition: height 0.6s; +} +.webix_view.webix_pdf { + background-color: #404040; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.webix_pdf .canvas_wrapper { + margin: 0px auto; + box-shadow: 5px 5px 15px #1c1c1c; + width: 100%; + height: 100%; +} +.webix_toolbar.pdf_bar { + background-color: #474747; +} +.webix_toolbar.pdf_bar .webix_icon_btn { + font-size: 15px; +} +.webix_toolbar.pdf_bar .webix_img_btn:focus, +.webix_toolbar.pdf_bar .webix_img_btn:hover { + background-color: #404040; +} +.webix_toolbar.pdf_bar .webix_template { + background-color: #3498db; + color: #fff; + line-height: 2em; +} +.webix_toolbar.pdf_bar .webix_el_box input, +.webix_toolbar.pdf_bar .webix_inp_static { + background-color: #5c5c5c; + color: #fff; + border-color: #404040; +} +.webix_toolbar.pdf_bar .webix_el_box input:focus, +.webix_toolbar.pdf_bar .webix_inp_static:focus { + border-color: #333; +} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { + color: #fff; +} +.webix_view.webix_popup.pdf_opt_list { + box-shadow: 5px 5px 15px #1c1c1c; + border: none; +} +.pdf_opt_list .webix_list { + background-color: #404040; + color: #fff; +} +.pdf_opt_list .webix_list .webix_list_item { + border-color: #474747; + line-height: 1.5em; +} +.pdf_opt_list .webix_list .webix_list_item.webix_selected, +.pdf_opt_list .webix_list .webix_list_item:hover { + color: #404040; + background-color: #fff; +} +.webix_dbllist .webix_list { + background: #ededed; +} +.webix_dbllist .webix_list_item { + background: white; + margin: 3px 4px 0px 4px; + box-sizing: border-box; +} +.webix_dbllist .webix_list_item.webix_selected { + color: #FFFFFF; + background: #27ae60; +} +.webix_dbllist button { + width: 45%; + height: 30px; + margin-top: 5px; + background: #ffffff; + border-radius: 0px; + border: 1px solid #9da8ad; + cursor: pointer; + font-size: 12px; + font-family: Tahoma, Arial; +} +.webix_dbllist button:active { + box-shadow: inset 1px 1px 0px silver; +} +.webix_dbllist button .webix_icon { + color: #888; + font-size: 26px; +} +.webix_dbllist button:first-child { + margin-top: 32px; + margin-right: 5%; +} +.webix_dbllist button:last-child { + margin-left: 5%; +} +.webix_dbllist .bottom_label { + font-size: 10px; + text-transform: uppercase; + background: #ededed; + padding-left: 13px; +} +.webix_invalid .webix_list { + background: #f8e2e2; +} +/*[L]*/ +/*[L]*/ +.webix_toolbar { + color: #1e2022; + background: #d8eaf6 !important; +} +.webix_toolbar .webix_inp_label, +.webix_toolbar .webix_el_label { + color: #1e2022; +} +.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII="); + background-repeat: no-repeat; +} +.webix_win_head > .webix_view > .webix_template { + background: #6e95ad !important; +} +.webix_popup_title { + color: #1e2022 !important; + background: #f2f2f2 !important; + font-size: 14px !important; + font-weight: bold; + border-bottom: 1px solid #b8b8b8 !important; + text-shadow: none !important; +} +.webix_modal_box { + background: #f2f2f2 !important; + border: 1px solid #b8b8b8 !important; +} +.confirmButton { + color: #1e2022; + background: #d8eaf6; +} +/*[L]*/ +.webix_ss_sort_asc, +.webix_ss_sort_desc { + font-size: 14px; + font-family: FontAwesome; + top: 50%; + line-height: 1px; + bottom: auto; + float: none; + width: 12px; +} +.webix_ss_sort_asc:before { + content: '\f106'; +} +.webix_ss_sort_desc:before { + content: '\f107'; +} +.webix_list_item .webix_submenu_icon { + width: 0px; + height: 0px; + border-width: 4px; + border-style: solid; +} +.webix_menu-x .webix_list_item .webix_submenu_icon { + border-color: #394145 transparent transparent transparent; +} +.webix_menu .webix_list_item .webix_submenu_icon { + border-color: transparent transparent transparent #394145; +} +.buttonStyle { + font-size: 12px; + font-family: Tahoma, Arial; +} +.webix_item_tab { + font-family: Trebuchet MS; + font-size: 14px; + font-style: italic; + border-bottom: 1px solid #9da8ad !important; + border-left-width: 1px !important; +} +.webixtype_bottom .webix_item_tab { + border: 1px solid #9da8ad !important; + border-left-width: 0 !important; +} +.webixtype_bottom .webix_item_tab.webix_selected { + border: 1px solid #9da8ad !important; + border-left-width: 0 !important; +} +.webixtype_bottom .webix_item_tab:first-child { + border-left: 1px solid #9da8ad !important; +} +.webix_tab_filler:first-child { + border-right: 0 !important; +} +.passiveBarBG { + background: #f2f2f2; +} +.webix_before_all_tabs, +.webix_all_tabs { + background: #6e95ad; +} +.skinBlueButtonActive { + background: #cce3f3 !important; +} +.webixtype_base:active, +.webixtype_prev:active, +.webixtype_next:active { + background: #dedede !important; +} +.webix_el_button:active .webix_el_arrow, +.webix_el_button:active .webixtype_next, +.webix_el_button:active .webixtype_prev { + background: #dedede !important; +} +.webix_slider_title { + margin-bottom: -8px !important; +} +.webix_progress_top .webix_progress_state, +.webix_progress_bottom .webix_progress_state { + background-color: #6e95ad; + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); +} +.webix_progress_top .webix_progress_state { + background-size: 10px 10px; +} +.webix_progress_bottom .webix_progress_state { + background-size: 14px 14px; +} +.webix_skin_mark { + height: 140px; +} +.webix_daterange .webix_range_timepicker .webix_cal_time { + padding: 5px 15px; +} +.webix_daterange .webix_range_footer .webix_template { + padding: 10px 0px; +} +.webix_cal_range { + background-color: #fffbef; +} +.webix_sparklines { + padding: 1px 0; + box-sizing: border-box; +} +.webix_sparklines svg { + box-sizing: border-box; +} +.webix_sparklines_line { + stroke: #3498db; + stroke-width: 1; + fill: transparent; + stroke-linecap: round; +} +.webix_sparklines_item { + fill: #3498db; + stroke-width: 1; +} +.webix_sparklines_bar { + fill: #6dbcf0; +} +.webix_sparklines_bar_negative { + fill: #d86c79; +} +.webix_sparklines_area { + fill: #e5eef4; +} +.webix_sparklines_origin { + stroke: #888; + stroke-width: 1; +} +.webix_sparklines_event_area { + fill: transparent; +} +.webix_sparklines_line_chart .webix_sparklines_event_area:hover, +.webix_sparklines_area_chart .webix_sparklines_event_area:hover, +.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { + fill: rgba(220, 220, 220, 0.4); + stroke: rgba(255, 255, 255, 0.6); +} +.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { + fill: rgba(255, 255, 255, 0.3); +} +/* print css rules*/ +.webix_ui_print { + display: none; +} +body.webix_print { + margin-top: 0px; +} +@media print { + body.webix_print { + overflow: visible !important; + background-color: none !important; + } + body.webix_print > * { + display: none; + } + body.webix_print * { + visibility: hidden; + } + .webix_ui_print { + display: block !important; + margin: 0 0 0 0!important; + visibility: visible !important; + } + .webix_ui_print * { + visibility: visible !important; + } + .webix_print_noscroll { + height: auto !important; + width: auto !important; + } + .webix_print_noscroll, + .webix_print_noscroll .webix_scroll_cont { + overflow: visible !important; + } + .webix_print_pagebreak { + page-break-after: always; + } + .webix_print_header, + .webix_print_footer { + display: block !important; + margin: 20px 0px; + text-align: center; + height: auto !important; + visibility: visible !important; + } + .webix_print_header *, + .webix_print_footer * { + visibility: visible !important; + } + /*datatable specific*/ + .webix_table_print { + display: table; + visibility: visible !important; + table-layout: fixed; + width: 100%; + border: 1px solid #ebebeb; + margin-bottom: 20px; + position: initial; + } + .webix_table_print td { + overflow: hidden; + } + .webix_table_print tr { + page-break-inside: avoid; + } + .webix_table_print .webix_cell { + display: table-cell !important; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + padding: 0px 10px; + white-space: nowrap; + } + .webix_table_print .webix_header_cell { + display: table-cell; + font-family: Tahoma, Arial; + font-size: 12px; + color: #1e2022; + background: #d8eaf6; + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + } + .webix_table_print .webix_header_cell .webix_arrow_icon { + color: #1e2022; + } + .webix_table_print .webix_footer_cell { + display: table-cell; + background: #fafafa; + border-right: 1px solid #d5d9db; + border-top: 1px solid #d5d9db; + border-bottom: 1px solid #d5d9db; + } + .webix_table_print .webix_cell.webix_dtable_span { + position: initial !important; + white-space: normal; + } + .webix_table_print.borderless, + .webix_table_print.borderless .webix_cell { + border: none; + } + /* x-list specific*/ + .webix_table_print.webix_view.webix_list-x { + white-space: normal; + } + .webix_table_print.webix_view.webix_list-x .webix_list_item { + display: table-cell; + } +} +/*predefined styles for text lables inside a item*/ +.webix_strong { + font-weight: bold; + white-space: nowrap; +} +.webix_light { + color: #666d73; +} +/*debug message styles*/ +.webix_debug div { + border: 1px solid orange; + background-color: #FF9; + color: #000; +} +.webix_debug { + background-color: #ff9; + border: 1px solid #ff9; +} +/*contr-styles for bootstrap*/ +.webix_view, +.webix_input_icon { + box-sizing: content-box; +} +.webix_view.webix_el_label { + box-sizing: border-box; +} +.webix_inp_label, +.webix_inp_top_label, +.webix_label_right { + margin-bottom: 0px; +} +.webix_view table { + border-collapse: initial; +} diff --git a/skins/flat.css b/skins/flat.css new file mode 100644 index 0000000..c6d34d5 --- /dev/null +++ b/skins/flat.css @@ -0,0 +1,1764 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:'PT Sans',Tahoma;font-size:15px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#ddd} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:11.25px;color:#444;font-size:10px;text-transform:uppercase;line-height:45px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ddd} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;color:#fff;font-size:18px;background:#3498db;line-height:43px;line-height:45px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} +.webix_header>div .webix_el_label{font-size:18px} +.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_header>div .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_header>div .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_header>div .webix_inp_counter_next:hover,.webix_header>div .webix_inp_counter_prev:hover,.webix_header>div .webix_segment_0:hover,.webix_header>div .webix_segment_1:hover,.webix_header>div .webix_segment_N:hover,.webix_header>div .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webix_segment_0:active,.webix_header>div .webix_segment_1:active,.webix_header>div .webix_segment_N:active,.webix_header>div .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_inp_counter_next:focus,.webix_header>div .webix_inp_counter_prev:focus,.webix_header>div .webix_segment_0:focus,.webix_header>div .webix_segment_1:focus,.webix_header>div .webix_segment_N:focus,.webix_header>div .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_header>div .webix_inp_static,.webix_header>div input[type=text]{border-color:#fff} +.webix_header>div .webix_inp_static:focus,.webix_header>div input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_header>div .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_header>div .webix_input_icon:active,.webix_header>div .webix_input_icon:focus,.webix_header>div .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_header>div .webix_pressed .webix_el_arrow,.webix_header>div .webix_pressed .webix_inp_counter_next,.webix_header>div .webix_pressed .webix_inp_counter_prev,.webix_header>div .webix_pressed .webix_input_icon,.webix_header>div .webix_pressed .webix_segment_0,.webix_header>div .webix_pressed .webix_segment_1,.webix_header>div .webix_pressed .webix_segment_N,.webix_header>div .webix_pressed .webixtype_base,.webix_header>div .webix_pressed .webixtype_next,.webix_header>div .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_header>div .webix_selected.webix_segment_0:hover,.webix_header>div .webix_selected.webix_segment_1:hover,.webix_header>div .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_header>div .webix_selected.webix_segment_0:active,.webix_header>div .webix_selected.webix_segment_0:focus,.webix_header>div .webix_selected.webix_segment_1:active,.webix_header>div .webix_selected.webix_segment_1:focus,.webix_header>div .webix_selected.webix_segment_N:active,.webix_header>div .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_img_btn:focus,.webix_header>div .webix_img_btn_top:focus{background-color:#2489cc} +.webix_header>div .webix_img_btn:hover,.webix_header>div .webix_img_btn_top:hover{background-color:#268fd5} +.webix_header>div .webix_icon_button{border-radius:6px} +.webix_header>div .webix_el_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_header>div .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_header>div .webix_el_box .webix_img_btn_abs:hover,.webix_header>div .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_header>div .webix_control{border-color:#3498db} +.webix_header>div .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top{border-width:0} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#bfbfbf dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #ebebeb} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #ddd;position:relative;z-index:2;color:#fff;font-size:18px;background:#3498db;line-height:43px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} +.webix_accordionitem_header .webix_el_label{font-size:18px} +.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_accordionitem_header .webix_inp_counter_next:hover,.webix_accordionitem_header .webix_inp_counter_prev:hover,.webix_accordionitem_header .webix_segment_0:hover,.webix_accordionitem_header .webix_segment_1:hover,.webix_accordionitem_header .webix_segment_N:hover,.webix_accordionitem_header .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webix_segment_0:active,.webix_accordionitem_header .webix_segment_1:active,.webix_accordionitem_header .webix_segment_N:active,.webix_accordionitem_header .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_inp_counter_next:focus,.webix_accordionitem_header .webix_inp_counter_prev:focus,.webix_accordionitem_header .webix_segment_0:focus,.webix_accordionitem_header .webix_segment_1:focus,.webix_accordionitem_header .webix_segment_N:focus,.webix_accordionitem_header .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_accordionitem_header .webix_inp_static,.webix_accordionitem_header input[type=text]{border-color:#fff} +.webix_accordionitem_header .webix_inp_static:focus,.webix_accordionitem_header input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_accordionitem_header .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_accordionitem_header .webix_input_icon:active,.webix_accordionitem_header .webix_input_icon:focus,.webix_accordionitem_header .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_accordionitem_header .webix_pressed .webix_el_arrow,.webix_accordionitem_header .webix_pressed .webix_inp_counter_next,.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev,.webix_accordionitem_header .webix_pressed .webix_input_icon,.webix_accordionitem_header .webix_pressed .webix_segment_0,.webix_accordionitem_header .webix_pressed .webix_segment_1,.webix_accordionitem_header .webix_pressed .webix_segment_N,.webix_accordionitem_header .webix_pressed .webixtype_base,.webix_accordionitem_header .webix_pressed .webixtype_next,.webix_accordionitem_header .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_accordionitem_header .webix_selected.webix_segment_0:hover,.webix_accordionitem_header .webix_selected.webix_segment_1:hover,.webix_accordionitem_header .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_accordionitem_header .webix_selected.webix_segment_0:active,.webix_accordionitem_header .webix_selected.webix_segment_0:focus,.webix_accordionitem_header .webix_selected.webix_segment_1:active,.webix_accordionitem_header .webix_selected.webix_segment_1:focus,.webix_accordionitem_header .webix_selected.webix_segment_N:active,.webix_accordionitem_header .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_img_btn:focus,.webix_accordionitem_header .webix_img_btn_top:focus{background-color:#2489cc} +.webix_accordionitem_header .webix_img_btn:hover,.webix_accordionitem_header .webix_img_btn_top:hover{background-color:#268fd5} +.webix_accordionitem_header .webix_icon_button{border-radius:6px} +.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover,.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_accordionitem_header .webix_control{border-color:#3498db} +.webix_accordionitem_header .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top{border-width:0} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 13.5px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#27ae60} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebebeb;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d2e3ef;font-size:15px;color:#4a4a4a} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#666;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d2e3ef} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#ebebeb} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #ddd;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:15px} +.webix_pager_item_selected{cursor:default;background-color:#27ae60;border:1px solid #ebebeb} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#fff;background:#27ae60;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb} +.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#e6e6e6} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#999;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#999} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:'PT Sans',Tahoma;font-size:15px;color:#666} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #ddd} +.webix_button input,.webix_popup_button div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;height:30px;line-height:30px} +.webix_popup_button.confirm div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;color:#666;min-height:60px} +.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #ddd;background-color:#fff;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #ddd;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #b0cee3;border-bottom:1px solid #ddd;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#666!important;height:39px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #ddd;line-height:32px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_richfilter{margin-top:1px;line-height:32px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#4a4a4a;background:#d2e3ef} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #ddd} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #ddd} +.webix_last_topcell.webix_cell{border-bottom:1px solid #ddd} +.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;padding:0 10px;border-bottom:1px solid #ebebeb} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebebeb} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#666} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#27ae60} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebebeb;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#27ae60} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#27ae60} +.webix_hcell span.webix_input_icon{background-color:#b0cee3} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#666} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#666;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:18px;background:#3498db;padding:0;text-align:center;line-height:45px} +.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_label{font-size:18px} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:hover,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_N:hover,.webix_win_head>.webix_view>.webix_template .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:focus,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_N:focus,.webix_win_head>.webix_view>.webix_template .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static,.webix_win_head>.webix_view>.webix_template input[type=text]{border-color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static:focus,.webix_win_head>.webix_view>.webix_template input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_win_head>.webix_view>.webix_template .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_input_icon:active,.webix_win_head>.webix_view>.webix_template .webix_input_icon:focus,.webix_win_head>.webix_view>.webix_template .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_base,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:focus,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:focus{background-color:#2489cc} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:hover,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:hover{background-color:#268fd5} +.webix_win_head>.webix_view>.webix_template .webix_icon_button{border-radius:6px} +.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:hover,.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_win_head>.webix_view>.webix_template .webix_control{border-color:#3498db} +.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top{border-width:0} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3498db;display:block;border:1px solid #196090;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:28px;line-height:28px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#27ae60} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:25px;height:28px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw==);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw==)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw==)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#666;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#27ae60} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#666;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#bfbfbf;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#27ae60;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3498db} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#666;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;border-radius:6px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} +.webix_property_label{border-right:1px solid #ddd} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:18px;background:#3498db;border-bottom:1px solid #ebebeb;line-height:28px} +.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} +.webix_property_label_line .webix_el_label{font-size:18px} +.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_property_label_line .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_property_label_line .webix_inp_counter_next:hover,.webix_property_label_line .webix_inp_counter_prev:hover,.webix_property_label_line .webix_segment_0:hover,.webix_property_label_line .webix_segment_1:hover,.webix_property_label_line .webix_segment_N:hover,.webix_property_label_line .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webix_segment_0:active,.webix_property_label_line .webix_segment_1:active,.webix_property_label_line .webix_segment_N:active,.webix_property_label_line .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_inp_counter_next:focus,.webix_property_label_line .webix_inp_counter_prev:focus,.webix_property_label_line .webix_segment_0:focus,.webix_property_label_line .webix_segment_1:focus,.webix_property_label_line .webix_segment_N:focus,.webix_property_label_line .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_property_label_line .webix_inp_static,.webix_property_label_line input[type=text]{border-color:#fff} +.webix_property_label_line .webix_inp_static:focus,.webix_property_label_line input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_property_label_line .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_property_label_line .webix_input_icon:active,.webix_property_label_line .webix_input_icon:focus,.webix_property_label_line .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_property_label_line .webix_pressed .webix_el_arrow,.webix_property_label_line .webix_pressed .webix_inp_counter_next,.webix_property_label_line .webix_pressed .webix_inp_counter_prev,.webix_property_label_line .webix_pressed .webix_input_icon,.webix_property_label_line .webix_pressed .webix_segment_0,.webix_property_label_line .webix_pressed .webix_segment_1,.webix_property_label_line .webix_pressed .webix_segment_N,.webix_property_label_line .webix_pressed .webixtype_base,.webix_property_label_line .webix_pressed .webixtype_next,.webix_property_label_line .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_property_label_line .webix_selected.webix_segment_0:hover,.webix_property_label_line .webix_selected.webix_segment_1:hover,.webix_property_label_line .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_property_label_line .webix_selected.webix_segment_0:active,.webix_property_label_line .webix_selected.webix_segment_0:focus,.webix_property_label_line .webix_selected.webix_segment_1:active,.webix_property_label_line .webix_selected.webix_segment_1:focus,.webix_property_label_line .webix_selected.webix_segment_N:active,.webix_property_label_line .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_img_btn:focus,.webix_property_label_line .webix_img_btn_top:focus{background-color:#2489cc} +.webix_property_label_line .webix_img_btn:hover,.webix_property_label_line .webix_img_btn_top:hover{background-color:#268fd5} +.webix_property_label_line .webix_icon_button{border-radius:6px} +.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover,.webix_property_label_line .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_property_label_line .webix_control{border-color:#3498db} +.webix_property_label_line .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top{border-width:0} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #ddd;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #ddd;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#27ae60;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ccc} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #ddd} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#666} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} +.webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:#3498db;border:1px solid #ddd} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:8px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #ddd;color:#666;font-size:15px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#666;text-transform:none;font-size:15px} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:13px;color:#737373} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#666;line-height:32px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:15px;border:1px solid #ddd} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #ddd;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:15px;width:50px;color:#666;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #ddd;height:100%;margin:0;padding:5px 10px;color:#666;resize:none;font-size:15px} +.webix_el_textarea .webix_inp_label{padding-top:9.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#27ae60;border-color:#27ae60} +.webix_inp_static{border:1px solid #ddd;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#b3b3b3} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#666;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#666;padding-right:24px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:24px;height:24px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search span{position:absolute;right:19px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#666;font-size:15px;font-family:'PT Sans',Tahoma;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#404040;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#666} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #ddd} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #ddd;border-left-width:0;background:#a4b4bf;color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-radius:4px 4px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#3498db;color:#fff;border-color:#3498db} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:13px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #fff;border-left:0;background:#3498db;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#268fd5} +.webix_menu-x .webix_list_item:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_menu{background:#fff;border:1px solid #ddd;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #ddd} +.webix_menu .webix_submenu_icon{top:11px} +.webix_menu .webix_context_spacer{height:34px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{color:#fff;font-size:18px;background:#3498db} +.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar .webix_el_label{font-size:18px} +.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar .webix_segment_0:hover,.webix_layout_toolbar .webix_segment_1:hover,.webix_layout_toolbar .webix_segment_N:hover,.webix_layout_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webix_segment_0:active,.webix_layout_toolbar .webix_segment_1:active,.webix_layout_toolbar .webix_segment_N:active,.webix_layout_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar .webix_segment_0:focus,.webix_layout_toolbar .webix_segment_1:focus,.webix_layout_toolbar .webix_segment_N:focus,.webix_layout_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar .webix_inp_static,.webix_layout_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar .webix_inp_static:focus,.webix_layout_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar .webix_input_icon:active,.webix_layout_toolbar .webix_input_icon:focus,.webix_layout_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_img_btn:focus,.webix_layout_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar .webix_img_btn:hover,.webix_layout_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top{border-width:0} +.webix_toolbar.webix_layout_subbar{color:#fff;font-size:18px} +.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_label{font-size:18px} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover,.webix_toolbar.webix_layout_subbar .webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_segment_N:hover,.webix_toolbar.webix_layout_subbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus,.webix_toolbar.webix_layout_subbar .webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_segment_N:focus,.webix_toolbar.webix_layout_subbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static,.webix_toolbar.webix_layout_subbar input[type=text]{border-color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static:focus,.webix_toolbar.webix_layout_subbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_toolbar.webix_layout_subbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_input_icon:active,.webix_toolbar.webix_layout_subbar .webix_input_icon:focus,.webix_toolbar.webix_layout_subbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_img_btn:focus,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_toolbar.webix_layout_subbar .webix_img_btn:hover,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_toolbar.webix_layout_subbar .webix_icon_button{border-radius:6px} +.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover,.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_toolbar.webix_layout_subbar .webix_control{border-color:#3498db} +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top{border-width:0} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:8px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #c4c4c4;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#666;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#666;line-height:32px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left} +.webix_slider_box{position:relative;padding:15px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #eaeaea;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:9px;border-radius:8px} +.webix_slider_box .webix_slider_left{height:6px;border:1px solid #ccc;background:#3498db} +.webix_slider_box .webix_slider_right{height:6px;border-color:#ccc} +.webix_slider_box .webix_slider_handle{width:16px;height:16px;border:1px solid #ccc;background-color:#fff} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:6.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #ccc;background:#3498db} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ccc} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#fff;border:1px solid #ccc} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#27ae60;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#b3b3b3} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#27ae60;border-color:#27ae60} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#27ae60;box-shadow:inset 0 0 1px 2px #27ae60} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #ddd} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#666;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#eef7fc;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:15px;font-family:'PT Sans',Tahoma} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} +.mainFont{font-family:'PT Sans',Tahoma;font-size:15px;color:#666} +.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:18px;background:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_label{font-size:18px} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover,.webix_layout_toolbar.webix_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus,.webix_layout_toolbar.webix_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static,.webix_layout_toolbar.webix_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus,.webix_layout_toolbar.webix_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar.webix_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:active,.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus,.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar.webix_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar.webix_toolbar .webix_el_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar.webix_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top{border-width:0} +.webix_layout_space>.webix_toolbar{border-radius:4px} +.webix_view.webix_layout_accordion{background-color:#ddd} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:14px 13.5px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:13px} +.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#a4b4bf} +.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#a4b4bf;color:#fff} +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:45px;margin:0 10.5px} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:42px;margin:0 10.5px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#666} +.webix_el_tabbar+.webix_multiview{background-color:#fff} +.webix_view.rounded_top{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px} +.webix_view.rounded_right{-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_left{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px} +.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:4px} +.webix_view .webix_win_head{border-bottom:1px solid #ddd} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#666;background:#fff;box-shadow:0 -2px #3498db inset} +.webix_modal_box .webix_popup_title{color:#666;background:#fff;font-size:15px;text-shadow:none} +.webix_popup_text{box-shadow:0 3px #3498db inset;font-size:15px} +.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} +.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} +.webix_modal_box,.webix_view.webix_popup{border:1px solid #ddd} +.confirmButton{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.confirmButtonActive{background:#2ecb70} +.webix_popup_button{border:none} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #d0d0d0} +.webix_dtable .webix_last_topcell{border-bottom:1px solid #d0d0d0} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #d0d0d0} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #b0cee3} +.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} +.webix_dtable .webix_hcell.webix_div_filter{padding:3px 5px} +.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:32px;vertical-align:middle;border-radius:6px} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;right:3px;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.dtBodyCell{border-bottom:1px solid #ebebeb} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #b0cee3} +.webix_view .webix_dt_editor input,.webix_view .webix_dt_editor select{border:1px solid #3498db} +.dataItemStyle{border-color:#ebebeb} +.webix_list_item.webix_group_back{color:#4a4a4a;background:#d2e3ef;border-bottom:1px solid #b0cee3} +.webix_dataview_item{border-right-color:#ebebeb} +.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;font-size:15px} +.webix_view .webix_pager_item:hover{background-color:#268fd5} +.webix_view .webix_pager_item:focus{background-color:#2489cc} +.webix_view .webix_pager_item_selected{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_view .webix_pager_item_selected:focus,.webix_view .webix_pager_item_selected:hover{background-color:#219552} +.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:6px} +.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#d2e3ef;font-size:15px;color:#4a4a4a} +.webix_view .webix_tree_close,.webix_view .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:14px;text-align:center;color:#666} +.webix_view .webix_tree_open:before{content:"\f147"} +.webix_view .webix_tree_close:before{content:"\f196"} +.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background-color:#f5f5f5} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#27ae60} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#ebebeb} +.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f4f4f4} +.propertyStyle{height:28px;line-height:27px} +.propertyTitle{line-height:28px} +.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} +.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon{background-color:#3498db;color:#fff;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.focusStyle{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_search input{padding-right:28px} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{border-radius:6px} +.webix_el_colorpicker input:focus,.webix_el_combo input:focus,.webix_el_datepicker input:focus,.webix_el_search input:focus,.webix_el_text input:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_counter input[type=text]:focus{border-top:1px solid #3498db;border-bottom:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_colorpicker .webix_inp_static,.webix_el_datepicker .webix_inp_static,.webix_el_dbldatepicker .webix_inp_static,.webix_el_richselect .webix_inp_static{border-radius:6px;padding-right:28px;white-space:nowrap} +.webix_el_colorpicker .webix_inp_static:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_richselect .webix_inp_static:focus,.webix_el_select select:focus,.webix_el_textarea textarea:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_select select,.webix_el_textarea textarea{border-radius:6px} +.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} +.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} +.webix_el_text .webix_inp_static{border-radius:6px;white-space:nowrap} +.webix_focused .webix_inp_static{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_multilist .fa-check-square{color:#3498db} +.buttonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0} +.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} +.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} +.webix_el_select select{font-family:'PT Sans',Tahoma;border-color:#ddd} +.webix_el_checkbox input{border-color:#ddd} +.webix_el_counter .webix_inp_counter_value{width:40px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3498db;width:29px;color:#fff;padding:auto 6px;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +div.webix_item_tab{border-color:#a4b4bf;padding-top:3px;font-size:18px} +div.webix_item_tab.webix_selected{padding-top:2px} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-color:#3498db;border-right:1px solid #5faee3;background:#3498db;color:#fff;padding-top:0} +.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #5faee3} +.webixtype_bottom .webix_item_tab.webix_selected{background:#2383c4;color:#fff} +.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#2383c4} +.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} +.webix_item_tab .webix_icon{width:30px;font-size:19px} +.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#2383c4;box-shadow:0 0 0 1px #3498db inset} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#2383c4} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} +.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#3498db} +.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#3498db;border-color:#3498db;border-bottom:1px solid #3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} +.webix_tab_more_icon:hover{color:#4d4d4d} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#3498db} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#268fd5} +.webix_tab_filler:first-child{border-right:0} +.passiveBarBG{background:#a4b4bf;color:#fff} +.webix_all_tabs{padding-left:1px;padding-right:1px} +.webix_after_all_tabs{background:#3498db} +.webix_el_box .webixtype_form:active{background-color:#219552;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_box .webixtype_form:focus{background-color:#219552} +.webix_el_box .webixtype_form:hover{background-color:#239d57} +.webixtype_danger:hover{background-color:#ca4635} +.webixtype_danger:focus{background-color:#c14433} +.webixtype_danger:active{background-color:#c14433;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#2489cc} +.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#268fd5} +.webix_el_box .webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_inp_counter_next:hover,.webix_inp_counter_prev:hover,.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#268fd5} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{color:#3498db;background:inherit;cursor:pointer} +.webix_inp_counter_next:focus,.webix_inp_counter_prev:focus,.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#2489cc} +.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#239d57} +.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#219552} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px;border-left:none} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} +.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#2489cc} +.webix_img_btn_abs_top .webix_icon{font-size:22px} +.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} +.webix_view .webix_fieldset fieldset{border:1px solid #dedede} +.webix_view .webix_fieldset legend{color:#787878} +.webix_custom_checkbox:before{content:"\f00c";color:#3498db;font-family:FontAwesome;font-size:16px;height:14px;display:block;line-height:13px;width:14px} +.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} +.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:15px;width:15px;border:1px solid #ccc;border-radius:3px;background-color:#fff} +.webix_custom_checkbox:focus{border-color:#3498db} +a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_radio .webix_custom_radio:before{content:" ";border-radius:50%;display:block;width:7px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:7px;background-color:#3498db} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} +.webix_el_radio .webix_custom_radio{display:block;height:15px;width:15px;padding:3px;border:1px solid #ccc;border-radius:50%;background-color:#fff} +.webix_el_radio .webix_custom_radio:focus{border-color:#3498db} +.webix_el_radio .webix_label_right{color:#666;font-size:15px} +a:active .webix_custom_radio,a:focus .webix_custom_radio{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #27ae60;border-radius:6px} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:13px} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:6px} +.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:6px;background:#27ae60} +.webix_cal_event{color:#3498db} +.webix_cal_outside{font-weight:400;color:#bbb} +.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8} +.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#268fd5} +.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#2489cc} +.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} +.webix_view>.webix_cal_header div{font-size:12px} +.webix_cal_month_name{font-size:14px;font-weight:400} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_range{background-color:#d4f5e2} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:200px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#4a4a4a;background:#d2e3ef;border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#b3b3b3} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/glamour.css b/skins/glamour.css new file mode 100644 index 0000000..8395b0f --- /dev/null +++ b/skins/glamour.css @@ -0,0 +1,1547 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Tahoma;font-size:15px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid transparent;background-color:#f4f4f4;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#f4f4f4} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9.75px;color:#444;font-size:10px;text-transform:uppercase;line-height:39px} +.webix_section>.webix_template{padding:0 8px;background-color:#f4f4f4;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#f4f4f4} +.webix_header>div{padding-left:10px;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;line-height:39px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff!important} +.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} +.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_input_icon,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webixtype_base:active,.webix_header>div .webixtype_next:active,.webix_header>div .webixtype_prev:active{background-color:#afafaf} +.webix_header>div .webix_icon_button:active,.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_header>div .webix_el_icon .webix_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_header>div .webix_el_box .webix_img_btn_abs+input:active,.webix_header>div .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#aeaeae dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid transparent;position:relative;z-index:2;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff!important} +.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} +.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_input_icon,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webixtype_base:active,.webix_accordionitem_header .webixtype_next:active,.webix_accordionitem_header .webixtype_prev:active{background-color:#afafaf} +.webix_accordionitem_header .webix_icon_button:active,.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_accordionitem_header .webix_el_icon .webix_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs+input:active,.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:12px 10.5px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#d6d6d6} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#e42750} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #db1b45;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#bcbcbc;font-size:15px;color:#fff} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#bcbcbc} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none;border-color:#d6d6d6} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid transparent;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma;font-size:15px} +.webix_pager_item_selected{cursor:default;background-color:#e42750;border:1px solid #db1b45} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#d6d6d6;border-right:1px solid transparent} +.webix_dataview_item.webix_selected{color:#fff;background:#e42750;border-bottom:1px solid #db1b45;border-right:1px solid #db1b45} +.webix_chart{position:relative;font-family:Tahoma;font-size:13px;color:#555;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#d4d4d4} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#888} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Tahoma;font-size:15px;color:#555} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:29px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #f4f4f4;border-top:1px solid transparent;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #d6d6d6;border-bottom:1px solid transparent;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:33px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid transparent;line-height:28px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma} +.webix_richfilter{margin-top:1px;line-height:28px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#fff;background:#bcbcbc} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#efefef} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} +.webix_ss_footer td{border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_last_topcell.webix_cell{border-bottom:1px solid transparent} +.webix_column>div,.webix_table_cell{border-right:1px solid #d6d6d6;padding:0 10px;border-bottom:1px solid #d6d6d6} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #db1b45} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:32px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#f4f4f4;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:32px;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#dbdbdb;color:#555} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#e42750} +.webix_column>div.webix_cell_select{border-bottom:1px solid #db1b45;border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #db1b45;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#e42750} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} +.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} +.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#e42750} +.webix_hcell span.webix_input_icon{background-color:#d6d6d6} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#555} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:17px;background:#bcbcbc;padding:0;text-align:center;line-height:39px} +.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff!important} +.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active,.webix_win_head>.webix_view>.webix_template .webixtype_next:active,.webix_win_head>.webix_view>.webix_template .webixtype_prev:active{background-color:#afafaf} +.webix_win_head>.webix_view>.webix_template .webix_icon_button:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs+input:active,.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg==)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#bcbcbc;display:block;border:1px solid #898989;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#e42750} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:24px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#f4f4f4} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#e42750} +.webix_cal_body .webix_cal_event{color:#bcbcbc} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#bbb} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#e5e5e5} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#f4f4f4;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#e42750;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#bcbcbc} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none;float:right} +.webix_cal_blurred_hours{background-color:#ececec} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid transparent} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;line-height:23px;border-bottom:1px solid transparent} +.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff!important} +.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} +.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_input_icon,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webixtype_base:active,.webix_property_label_line .webixtype_next:active,.webix_property_label_line .webixtype_prev:active{background-color:#afafaf} +.webix_property_label_line .webix_icon_button:active,.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_property_label_line .webix_el_icon .webix_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_property_label_line .webix_el_box .webix_img_btn_abs+input:active,.webix_property_label_line .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid transparent;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#f4f4f4;padding:5px 10px;border:1px solid transparent;font-family:Tahoma;font-size:15px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#f4f4f4;box-shadow:0 3px 6px #c8c8c8;font-family:Tahoma;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:26px;line-height:26px;display:inline-block;margin:0 5px;border-radius:0} +.webix_popup_button div{border-radius:0} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid transparent} +.webix_button input,.webix_popup_button div{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;height:26px;line-height:26px} +.webix_popup_button.confirm div{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none;color:#fff!important;text-shadow:none!important;border-color:#e42750!important} +.webix_button input:active,.webix_button input:focus,.webix_popup_button.confirm div:active,.webix_popup_button.confirm div:focus{background:#c6c6c6} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:15px;color:#555;min-height:60px} +.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#f4f4f4} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#e42750;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid transparent} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px transparent;background-color:#f4f4f4;font-family:Tahoma;font-size:15px;color:#555;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#dbdbdb} +.webix_transparent{opacity:0} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#bcbcbc;color:#fff;font-size:15px;font-family:Tahoma;padding:0;border:0} +.webixtype_form{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:17px!important} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;font-size:15px;font-family:Tahoma;color:#fff;background:#bcbcbc;border:1px solid transparent} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:6px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid transparent;color:#555;font-size:15px;background:#fff;font-family:Tahoma;border-color:#bcbcbc!important;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:13px;color:#626262} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#555;line-height:28px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:15px;border:1px solid transparent} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid transparent;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:15px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_el_textarea textarea{border:1px solid transparent;height:100%;margin:0;padding:5px 10px;color:#555;resize:none;font-size:15px} +.webix_el_textarea .webix_inp_label{padding-top:7.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N{height:100%;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N:first-child{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#bcbcbc;color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#e42750;box-shadow:0 1px #d71b44 inset!important;border:1px solid #e42750!important} +.webix_inp_static{border:1px solid transparent;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#a2a2a2} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#555;padding-right:24px;background:#fff;font-family:Tahoma;border-color:#bcbcbc!important;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:20px;height:20px;border-radius:0} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:15px;font-family:Tahoma;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#e7e7e7;display:inline-block;margin:3px;float:left;border-radius:0} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} +.webix_multilist .webix_selected{background:#e7e7e7;color:#555} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid transparent} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid transparent;border-left-width:0;background:#bcbcbc;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom:1px solid #bcbcbc!important} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#e42750} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid transparent;border-right:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:3px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#f4f4f4;height:39px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:15.5px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:35px;border-right:1px solid #fff;border-left:0;background:#bcbcbc;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-width:0;width:7px;height:5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMzRjEzRUVFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMzRjEzRUZFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzNGMTNFQ0U1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzNGMTNFREU1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq2/1YAAAAA7SURBVHjaZI1RCgAwCEK1+x951GozGux9CGkiI8GFGI5nrstldFBCFQM/7LDSYDc0YZhBrnzks70FGABbPxb1BsbtbgAAAABJRU5ErkJggg==)} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#c4c4c4} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu{background:#f4f4f4;border:1px solid transparent;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid transparent} +.webix_menu .webix_submenu_icon{top:13.5px} +.webix_menu .webix_context_spacer{height:32px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{color:#fff;font-size:17px;background:#bcbcbc} +.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff!important} +.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} +.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_input_icon,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webixtype_base:active,.webix_layout_toolbar .webixtype_next:active,.webix_layout_toolbar .webixtype_prev:active{background-color:#afafaf} +.webix_layout_toolbar .webix_icon_button:active,.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_layout_toolbar .webix_el_icon .webix_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs+input:active,.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_toolbar.webix_layout_subbar{color:#fff;font-size:17px} +.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff!important} +.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_input_icon,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active,.webix_toolbar.webix_layout_subbar .webixtype_next:active,.webix_toolbar.webix_layout_subbar .webixtype_prev:active{background-color:#afafaf} +.webix_toolbar.webix_layout_subbar .webix_icon_button:active,.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs+input:active,.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid transparent;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#555;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#555;line-height:28px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma;float:left} +.webix_slider_box{position:relative;padding:11px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid rgba(13,13,13,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:7px;border-radius:8px} +.webix_slider_box .webix_slider_left{border:1px solid #bcbcbc;background:#e2e2e2} +.webix_slider_box .webix_slider_right{border-color:#bcbcbc} +.webix_slider_box .webix_slider_handle{width:17px;height:17px;background:#e42750} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:4.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #bcbcbc;background:#e2e2e2} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#bcbcbc} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#e2e2e2;border:1px solid #c1c1c1} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#e7e7e7} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#e42750;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#e42750;border-color:#e42750} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#f4f4f4;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#e42750;box-shadow:inset 0 0 1px 2px #e42750} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid transparent} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:0;border:1px solid transparent;cursor:pointer;font-size:15px;font-family:Tahoma} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:17px;background:#bcbcbc} +.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff!important} +.webix_layout_toolbar.webix_toolbar .webix_el_button input,.webix_layout_toolbar.webix_toolbar .webix_el_toggle input{border:none} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} +.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active,.webix_layout_toolbar.webix_toolbar .webixtype_next:active,.webix_layout_toolbar.webix_toolbar .webixtype_prev:active{background-color:#afafaf} +.webix_layout_toolbar.webix_toolbar .webix_icon_button:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs+input:active,.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} +.webix_view.webix_layout_accordion{background-color:#fff} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:11px 10.5px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:10px} +.webix_accordionitem_header{box-shadow:0 1px #d6d6d6,0 1px 1px #d6d6d6 inset} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#555} +.webix_el_tabbar+.webix_multiview{background-color:#f4f4f4} +.webix_view .webix_win_head{border-bottom:1px solid #e5e5e5} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#555;background:#e5e5e5} +.webix_modal_box .webix_popup_title{color:#555;background:#e5e5e5;font-size:15px;text-shadow:none!important} +.webix_modal_box .webix_popup_text{font-size:15px} +.webix_view.webix_popup{border:1px solid #bcbcbc} +.webix_modal_box{border:1px solid #bcbcbc!important} +.confirmButton{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none;color:#fff!important;text-shadow:none!important;border-color:#e42750!important} +.confirmButtonActive{background:#e8476a} +.webix_popup_button{border:none!important} +.webix_window.webix_popup{background:#fff} +.webix_window.webix_popup .webix_list_item{background-color:#fff} +.webix_window.webix_popup .webix_list_item:last-child{border-color:transparent} +.webix_window.webix_popup .webix_list_item.webix_selected{background-color:#e42750} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_dtable .webix_last_topcell{border-bottom:1px solid transparent} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #d6d6d6} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.dtBodyCell,.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #d6d6d6} +.webix_dtable .webix_dt_editor input,.webix_dtable .webix_dt_editor select{border:1px solid transparent} +.dataItemStyle{border-color:#d6d6d6} +.webix_list_item.webix_group_back{background:#e2e2e2;color:#555;border-bottom:1px solid #f4f4f4} +.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} +.webix_dataview_item{border-right-color:#d6d6d6} +.webix_view .webix_pager_item{font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;font-size:15px} +.webix_view .webix_pager_item_selected{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} +.webix_list .webix_unit_header{font-weight:400;color:#555;background:#e2e2e2} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#e5e5e5} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon{width:5px;height:7px;border-width:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECAkUivqcAAAADpJREFUCNdljcENACAMAqnO2A7JQF0HP9ZU5UUOAubuAgCShq1RJiJ0YG9UYJL+5gtI2szMC1xHfXsBxvcaiYI+Fh8AAAAASUVORK5CYII=)} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#e42750} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#d6d6d6} +.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f7f7f7} +.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon,.webix_el_search span.webix_input_icon{background-color:#bcbcbc;color:#fff} +div,input,select,textarea{outline:0} +.buttonStyle{color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2} +.webix_el_colorpicker div.webix_inp_static div{margin:1px -19px 0 -5px} +.webix_el_select select,.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:Tahoma;border-color:#bcbcbc!important} +.webix_el_checkbox input{border-color:transparent} +.webix_el_counter .webix_inp_counter_value{background:#fff;font-family:Tahoma;border-color:#bcbcbc!important} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#bcbcbc;width:30px;color:#fff;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;font-family:"Courier New",Courier,monospace} +.webix_el_counter .webix_inp_counter_prev{font-size:18px} +.webix_el_counter .webix_inp_counter_next{font-size:17px} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:15px!important} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +div.webix_item_tab{border-top:none!important;border-left:none!important;border-bottom:1px solid #f4f4f4;color:#fff;font-size:17px;box-shadow:0 1px #d6d6d6,0 1px 1px #d6d6d6 inset} +.webixtype_bottom .webix_item_tab{border-right:1px solid rgba(255,255,255,.3)!important;border-left-width:0!important;box-shadow:none;border-bottom:none!important;background:#bcbcbc;color:#fff} +.webixtype_bottom .webix_item_tab .webix_icon{text-align:left} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border-right:1px solid rgba(255,255,255,.5)!important;border-bottom:1px solid #bcbcbc!important;border-left-width:0!important;background:#aaa} +.webixtype_bottom .webix_item_tab:last-child{border-right-color:#bcbcbc!important} +.webix_tab_filler{border-bottom-color:#f4f4f4!important} +.webix_tab_filler:first-child{border-right:0!important} +.passiveBarBG{background:#bcbcbc} +.webix_all_tabs{padding-left:1px;padding-right:1px} +.webix_after_all_tabs{margin:0 1px;background:#bcbcbc} +.webix_el_box .webixtype_form:active{background:#e74266} +.webixtype_danger:active{background:#d16051!important} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} +.webix_el_box .webixtype_form{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#c6c6c6} +.segmentActive{box-shadow:0 1px #d71b44 inset!important;border:1px solid #e42750!important} +.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{border-left:1px solid rgba(255,255,255,.5)} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.webix_el_box .webix_img_btn_abs+input:active,.webix_el_box .webix_img_btn_abs:active+input{background:#c9c9c9} +.webix_view .webix_fieldset fieldset{border:1px solid #c9c9c9} +.webix_view .webix_fieldset legend{color:#898989} +.webix_cal_day{border-radius:0} +.webix_cal_body .webix_cal_today{background:#e5e5e5} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff!important} +.webix_cal_month .webix_cal_prev_button{background-position:2px 4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwiF/0ASQAAAH1JREFUOMu1VEsWgCAIFMrXTeFMHLVXqZvssehHEBtc6DgwDEBEyRMicpwxBYYbjJljmXVAC1h5ugAvBaj6jadn257XMyCt5mhglD1qFpXBMxqLAhi8c5ZViTViaPGid58dABaGaPxwjrBTF2O62x4WO8HvW0O7AKOAwpdjA0/JHSD1BMNjAAAAAElFTkSuQmCC)} +.webix_cal_month .webix_cal_next_button{background-position:2px 4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwGK/7kmAAAAIJJREFUOMutlOEKgCAMhDcpelN9Jh81pNavZITljW5/FJTj27xTzUzuKqXIn0pCrMSi6mIMIbRNg8UmVHtEsJPVWkfnm9ufjDbVrcawhiKEEZ95wvZX7HCPsY4uLKCQIQAIWXOz0s855JxRIp1a48Vf8rCDsuKUQtmc0MWDzhCkfo4XYYQeTpQdWNwAAAAASUVORK5CYII=)} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_range{background-color:#fbdce3} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:180px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#fff;background:#bcbcbc;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} +.webix_table_print .webix_footer_cell{display:table-cell;background:#efefef;border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#a2a2a2} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/light.css b/skins/light.css new file mode 100644 index 0000000..08bae4c --- /dev/null +++ b/skins/light.css @@ -0,0 +1,1505 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Arial;font-size:15px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid transparent;background-color:#e5f9fa;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#e5f9fa} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} +.webix_section>.webix_template{padding:0 8px;background-color:#e5f9fa;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#e5f9fa} +.webix_header>div{padding-left:10px;color:#fff;font-size:17px;background:#00abbb;line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_button{color:#555!important} +.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#aeaeae dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid transparent;position:relative;z-index:2;color:#fff;font-size:17px;background:#00abbb;line-height:34px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_button{color:#555!important} +.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:10.5px 9px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#cbe4e7} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#e18429} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #d77a1e;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#cbe5e7;font-size:15px;color:#555} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#cbe5e7} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none;border-color:#cbe4e7} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid transparent;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:15px} +.webix_pager_item_selected{cursor:default;background-color:#e18429;border:1px solid #d77a1e} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#cbe4e7;border-right:1px solid transparent} +.webix_dataview_item.webix_selected{color:#fff;background:#e18429;border-bottom:1px solid #d77a1e;border-right:1px solid #d77a1e} +.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#555;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#d4d4d4} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#888} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:15px;color:#555} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#e5f9fa;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:26px;line-height:26px;display:inline-block;margin:0 5px;border-radius:0} +.webix_popup_button div{border-radius:0} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid transparent} +.webix_button input,.webix_popup_button div{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;height:26px;line-height:26px} +.webix_popup_button.confirm div{font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;text-shadow:none!important;color:#fff!important;border-color:#cbe5e7!important} +.webix_button input:active,.webix_button input:focus,.webix_popup_button.confirm div:active,.webix_popup_button.confirm div:focus{background:#82c0ff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:15px;color:#555;min-height:60px} +.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px transparent;background-color:#e5f9fa;font-family:Arial;font-size:15px;color:#555;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#baeef3} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:29px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #e5f9fa;border-top:1px solid transparent;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #e5f9fa;border-bottom:1px solid transparent;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:30px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid transparent;line-height:28px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_richfilter{margin-top:1px;line-height:28px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#555;background:#cbe5e7} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#dcf6f9} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px dashed #e5f9fa;border-top:1px dashed #e5f9fa;border-bottom:none} +.webix_ss_footer td{border-right:1px solid #cbe4e7;border-top:1px solid #cbe4e7} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_last_topcell.webix_cell{border-bottom:1px solid transparent} +.webix_column>div,.webix_table_cell{border-right:1px solid #cbe4e7;padding:0 10px;border-bottom:1px solid #cbe4e7} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #d77a1e} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:32px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#e5f9fa;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:32px;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#baeef3;color:#555} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#e18429} +.webix_column>div.webix_cell_select{border-bottom:1px solid #d77a1e;border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #d77a1e;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#e18429} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} +.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} +.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#e18429} +.webix_hcell span.webix_input_icon{background-color:#e5f9fa} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#555} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:17px;background:#00abbb;padding:0;text-align:center;line-height:36px} +.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#555!important} +.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg==)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#00abbb;display:block;border:1px solid #004e55;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#e18429} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:24px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#e5f9fa} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#e18429} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#bbb} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#cbf2f6} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#e5f9fa;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#e18429;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#00abbb} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff;float:right} +.webix_cal_blurred_hours{background-color:#d8f5f8} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid transparent} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:17px;background:#00abbb;line-height:34px;line-height:23px;border-bottom:1px solid transparent} +.webix_property_label_line .webix_el_button{color:#555!important} +.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid transparent;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#e5f9fa;padding:5px 10px;border:1px solid transparent;font-family:Arial;font-size:15px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#e5f9fa} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#e18429;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid transparent} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#6eb6ff;color:#555;font-size:17px;font-family:Arial;padding:0;border:0} +.webixtype_form{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:17px!important} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;color:#555;font-size:17px;font-family:Arial;background:#6eb6ff;border:1px solid transparent} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:6px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#555} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#555} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;color:#555;font-size:15px;font-family:Arial;background:#fff;border:1px solid #deeeff;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:13px;color:#626262} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#555;line-height:28px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:15px;font-family:Arial} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid transparent;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:15px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_el_textarea textarea{height:100%;margin:0;padding:5px 10px;color:#555;resize:none;font-size:15px;font-family:Arial} +.webix_el_textarea .webix_inp_label{padding-top:7.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N{height:100%;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N:first-child{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#6eb6ff;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#e18429;border:1px solid #e18429!important} +.webix_inp_static{border:1px solid transparent;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#a2a2a2} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#555;padding-right:24px;font-family:Arial;background:#fff;border:1px solid #deeeff;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:20px;height:20px;border-radius:0} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:15px;font-family:Arial;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#cff3f7;display:inline-block;margin:3px;float:left;border-radius:0} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} +.webix_multilist .webix_selected{background:#cff3f7;color:#555} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid transparent} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid transparent;border-left-width:0;background:#00abbb;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border:1px solid transparent;border-bottom:0!important;background:#e5f9fa;color:#555} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#e18429} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid transparent;border-right:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:3px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#e5f9fa;height:36px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:14px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:32px;border-right:1px solid #fff;border-left:0;background:#00abbb;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-width:0;width:7px;height:5px;background-image:pngimage(menu_down)} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#00b9ca} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu{background:#e5f9fa;border:1px solid transparent;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid transparent} +.webix_menu .webix_submenu_icon{top:12px} +.webix_menu .webix_context_spacer{height:32px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{background:#00abbb} +.webix_layout_toolbar .webix_el_button{color:#555!important} +.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} +.webix_toolbar.webix_layout_subbar .webix_el_button{color:#555!important} +.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid transparent;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#555;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#555;line-height:28px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left} +.webix_slider_box{position:relative;padding:11px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid rgba(13,13,13,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:7px;border-radius:8px} +.webix_slider_box .webix_slider_left{border:1px solid #deeeff;background:#deeeff} +.webix_slider_box .webix_slider_right{border-color:#deeeff} +.webix_slider_box .webix_slider_handle{width:17px;height:17px;background:#6eb6ff} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:4.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #deeeff;background:#cbe4e7} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#deeeff} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#cbe4e7;border:1px solid #afd6da} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#cff3f7} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#e18429;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#e18429;border-color:#e18429} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#e5f9fa;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#e18429;box-shadow:inset 0 0 1px 2px #e18429} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid transparent} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fcfeff;border-radius:0;border:1px solid transparent;cursor:pointer;font-size:15px;font-family:Arial} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +::-webkit-scrollbar{width:18px;height:18px} +::-webkit-scrollbar-track-piece{background-color:transparent} +::-webkit-scrollbar-thumb:vertical{background-image:pngimage(scroll_ver);background-color:#cbe4e7;background-position:center center;background-repeat:no-repeat;min-height:30px} +::-webkit-scrollbar-button:vertical:increment{background:center center no-repeat,no-repeat #e5f9fa} +::-webkit-scrollbar-button:vertical:decrement{background:center center no-repeat,no-repeat #e5f9fa} +::-webkit-scrollbar-track:vertical{background:#e5f9fa} +::-webkit-scrollbar-track-piece:vertical{background:0 0} +::-webkit-scrollbar-thumb:horizontal{background-image:pngimage(scroll_hor);background-color:#cbe4e7;background-position:center center;background-repeat:no-repeat;min-width:30px} +::-webkit-scrollbar-button:horizontal:increment{background:center center no-repeat,no-repeat #e5f9fa} +::-webkit-scrollbar-button:horizontal:decrement{background:center center no-repeat,no-repeat #e5f9fa} +.webix_layout_toolbar.webix_toolbar{font-family:Arial;font-size:15px;color:#555;background-color:#cbe4e7} +.webix_view.webix_layout_accordion{background-color:#fff} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:9.5px 9px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:8.5px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top,.webix_toolbar.webix_layout_toolbar .webix_inp_static,.webix_toolbar.webix_layout_toolbar webix_el_icon{color:#555} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#555} +.webix_el_tabbar+.webix_multiview{background-color:#e5f9fa} +.webix_view .webix_win_head{border-bottom:1px solid #cbe4e7} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#555;background:#cbe4e7} +.webix_modal_box .webix_popup_title{color:#555;background:#cbe4e7;font-size:15px;font-weight:700;text-shadow:none!important} +.webix_modal_box .webix_popup_text{font-size:15px} +.webix_view.webix_popup{border:1px solid #cbe4e7} +.webix_modal_box{background:#fff!important;border:1px solid #b8b8b8!important} +.confirmButton{font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;text-shadow:none!important;color:#fff!important;border-color:#cbe5e7!important} +.confirmButtonActive{background:#e3f1f2} +.webix_popup_button{border:none!important} +.webix_window.webix_popup{background:#fff} +.webix_window.webix_popup .webix_list_item{background-color:#fff} +.webix_window.webix_popup .webix_list_item:last-child{border-color:transparent} +.webix_window.webix_popup .webix_list_item.webix_selected{background-color:#e18429} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px dashed #e5f9fa} +.webix_ss_header tr:nth-child(2) td{border-top:1px solid #cbe5e7} +.dtBodyCell{border-bottom:1px solid #cbe4e7} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid transparent;border-left:1px solid transparent} +.dataItemStyle{border-color:#cbe4e7} +.webix_list_item.webix_group_back{background:#d9eced;color:#555;border-bottom:1px solid #e5f9fa} +.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} +.webix_dataview_item{border-right-color:#cbe4e7} +.webix_view .webix_pager_item{color:#555;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;font-size:15px} +.webix_view .webix_pager_item_selected{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} +.webix_list_item.webix_group_back:first-child{background:#cbe5e7;color:#555} +.webix_list .webix_unit_header{font-weight:400;color:#555} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#cbe4e7} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon{width:5px;height:7px;border-width:0;background-image:pngimage(menu_right)} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#e18429} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#cbe4e7} +.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#e3f1f2} +.inputStyle{background:#fff;border:1px solid #deeeff} +.buttonStyle{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff} +.webix_el_select select,.webix_el_textarea textarea,div.webix_inp_static{background:#fff;border:1px solid #deeeff} +.webix_el_checkbox input{border-color:transparent} +.webix_el_counter .webix_inp_counter_value{background:#fff;border:1px solid #deeeff} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#6eb6ff;width:30px;color:#555;font-family:Arial;border:1px solid #6eb6ff} +.webix_el_counter .webix_inp_counter_prev{font-size:18px} +.webix_el_counter .webix_inp_counter_next{font-size:17px} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:15px!important} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +.webix_item_tab{border-bottom:1px solid transparent!important;color:#fff;font-size:17px} +.webixtype_bottom .webix_item_tab{border:1px solid #e5f9fa!important;border-left-width:0!important;background:#6eb6ff;color:#555} +.webixtype_bottom .webix_item_tab .webix_icon{text-align:left} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #e5f9fa!important;border-left-width:0!important;background:#2190ff} +.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} +.passiveBarBG{background:#00abbb} +.webix_after_all_tabs{background:#e5f9fa} +.webixtype_danger:active{background:#d16051!important} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} +.webix_toolbar .webix_icon_button:active,.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} +.webix_toolbar .webix_el_button .webix_el_box,.webix_toolbar .webix_el_segmented .webix_el_box{padding:0 1px} +.webix_toolbar .webix_el_segmented label{padding-top:2px} +.webix_el_box .webixtype_form{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} +.webix_el_box .webixtype_form:active{background:#359aff} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#82c0ff} +.segmentActive{border:1px solid #e18429!important} +.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{background-color:rgba(0,0,0,.06)} +.webix_el_toggle .webix_el_box.webix_pressed>input{color:#555;border-color:transparent;background:#96cbff;box-shadow:inset 0 1px 2px rgba(0,0,0,.3)} +.webix_el_box .webix_img_btn_abs:active+input{background:#87c3ff} +.webix_view .webix_fieldset fieldset{border:1px solid #b9dcdf} +.webix_view .webix_fieldset legend{color:#62afb7} +.webix_cal_day{border-radius:0} +.webix_cal_body .webix_cal_today{background:#cbe4e7} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff!important} +.webix_cal_month .webix_cal_prev_button{background-position:2px 4px;background-image:pngimage(calendar_left)} +.webix_cal_month .webix_cal_next_button{background-position:2px 4px;background-image:pngimage(calendar_right)} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_range{background-color:#faebdc} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:170px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#555;background:#cbe5e7;border-top:1px dashed #e5f9fa;border-right:1px solid #e5f9fa;border-bottom:1px solid #e5f9fa} +.webix_table_print .webix_footer_cell{display:table-cell;background:#dcf6f9;border-right:1px solid #cbe4e7;border-top:1px solid #cbe4e7;border-bottom:1px solid #cbe4e7} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#a2a2a2} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/metro.css b/skins/metro.css new file mode 100644 index 0000000..f32765b --- /dev/null +++ b/skins/metro.css @@ -0,0 +1,1480 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Arial;font-size:13px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #c8c8c8;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;font-size:13px;background:#fff;line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{font-size:13px} +.webix_header>div .webix_el_button{color:#555!important} +.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#aeaeae dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #c8c8c8;position:relative;z-index:2;font-size:13px;background:#fff;line-height:34px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{font-size:13px} +.webix_accordionitem_header .webix_el_button{color:#555!important} +.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#fea223} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#c8c8c8;font-size:15px;color:#555} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#c8c8c8} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #c8c8c8;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:13px} +.webix_pager_item_selected{cursor:default;background-color:#fea223;border:1px solid #fe990f} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-right:1px solid transparent} +.webix_dataview_item.webix_selected{color:#fff;background:#fea223;border-bottom:1px solid #fe990f;border-right:1px solid #fe990f} +.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#555;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#d4d4d4} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#888} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:13px;color:#555} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:0} +.webix_popup_button div{border-radius:0} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #c8c8c8} +.webix_button input,.webix_popup_button div{background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;height:24px;line-height:24px} +.webix_popup_button.confirm div{background:#006bff;border:1px solid #006bff;font-size:15px!important;text-shadow:none!important;color:#fff!important;border-color:#006bff!important} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:13px;color:#555;min-height:60px} +.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #c8c8c8;background-color:#fff;font-family:Arial;font-size:13px;color:#555;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #c8c8c8;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #fff;border-bottom:1px solid #c8c8c8;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:32px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #c8c8c8;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_richfilter{margin-top:1px;line-height:26px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#555;background:#c8c8c8} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px dashed #fff;border-top:1px dashed #fff;border-bottom:none} +.webix_ss_footer td{border-right:1px solid transparent;border-top:1px solid transparent} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #c8c8c8} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #c8c8c8} +.webix_last_topcell.webix_cell{border-bottom:1px solid #c8c8c8} +.webix_column>div,.webix_table_cell{border-right:1px solid transparent;border-bottom:1px solid transparent;padding:0 10px} +.webix_column{text-align:left} +.webix_column>div:nth-child(even){background-color:#ebebeb} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #fe990f} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#555} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#fea223} +.webix_column>div.webix_cell_select{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#fea223} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} +.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} +.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#fea223} +.webix_hcell span.webix_input_icon{background-color:#fff} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#555} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-size:13px;background:#fff;padding:0;text-align:center;line-height:36px} +.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{font-size:13px} +.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#555!important} +.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3389ff;display:block;border:1px solid #0056cc;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#fea223} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:24px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#fea223} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#bbb} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#fea223;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3389ff} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #c8c8c8} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_line:nth-child(odd){background-color:#ebebeb} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #c8c8c8} +.webix_property_label_line{padding-left:10px;font-size:13px;background:#fff;line-height:34px;line-height:23px;border-bottom:1px solid transparent} +.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{font-size:13px} +.webix_property_label_line .webix_el_button{color:#555!important} +.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #c8c8c8;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #c8c8c8;font-family:Arial;font-size:13px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fea223;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #c8c8c8} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;font-family:Arial;color:#fff;font-size:15px;border:1px solid #3389ff!important;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3389ff;font-size:15px!important;color:#fff;border:1px solid #3389ff!important;padding:0} +.webixtype_form{background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:15px!important} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;border:1px solid #c8c8c8} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:4px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:13px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #c8c8c8;font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:11px;color:#626262} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#555;line-height:26px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;border:1px solid #c8c8c8} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #c8c8c8;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:13px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_el_textarea textarea{border:1px solid #c8c8c8;height:100%;margin:0;padding:5px 10px;resize:none} +.webix_el_textarea .webix_inp_label{padding-top:6.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N{height:100%;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N:first-child{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3389ff;font-size:15px!important;color:#fff;border:1px solid #3389ff!important;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#fea223;border:1px solid #fea223!important} +.webix_inp_static{border:1px solid #c8c8c8;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#a2a2a2} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{padding-right:24px;font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:0} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:13px;font-family:Arial;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:0} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#555} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #c8c8c8} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #c8c8c8;border-left-width:0;background-color:#ebebeb;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{color:#555;border:1px solid #c8c8c8;border-bottom:0!important;background:#fff} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#fea223} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:36px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:14px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:32px;border-right:1px solid #fff;border-left:0;background:#3389ff;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#fff transparent transparent} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#006bff;color:#fff} +.webix_menu-x .webix_list_item:active .webix_icon_btn,.webix_menu-x .webix_list_item:focus .webix_icon_btn,.webix_menu-x .webix_list_item:hover .webix_icon_btn{color:#fff} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu{background:#fff;border:1px solid #c8c8c8;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #c8c8c8} +.webix_menu .webix_submenu_icon{top:12px} +.webix_menu .webix_context_spacer{height:32px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{background:#fff} +.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{font-size:13px} +.webix_layout_toolbar .webix_el_button{color:#555!important} +.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} +.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{font-size:13px} +.webix_toolbar.webix_layout_subbar .webix_el_button{color:#555!important} +.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #afafaf;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#555;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#555;line-height:26px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left} +.webix_slider_box{position:relative;padding:9px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;background:#fff;border:1px solid #d5d5d5;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #d5d5d5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:5px;border-radius:8px} +.webix_slider_box .webix_slider_left{background-color:#ebebeb;border-color:#ebebeb!important} +.webix_slider_box .webix_slider_right{border-color:#ebebeb!important;background:#fff} +.webix_slider_box .webix_slider_handle{width:17px;height:17px;background:#3389ff} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:2.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{background-color:#ebebeb;border-color:#ebebeb!important} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ebebeb!important} +.webix_slider_alt .webix_slider_box .webix_slider_handle{box-shadow:0 5px 3px #f6f6f6 inset;background-color:#f6f6f6;border:1px solid #c8c8c8} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fea223;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#fea223;border-color:#fea223} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#fea223;box-shadow:inset 0 0 1px 2px #fea223} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #c8c8c8} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#dbeaff;border-radius:0;border:1px solid #c8c8c8;cursor:pointer;font-size:13px;font-family:Arial} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_accordionitem.collapsed{color:#4d4d4d;background:#80b5ff} +.webix_layout_accordion .webix_accordionitem.collapsed,.webix_layout_space .webix_accordionitem.collapsed,.webix_layout_wide .webix_accordionitem.collapsed{border-color:#80b5ff!important} +.webix_accordionitem_header.collapsed{background:0 0} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_layout_toolbar.webix_layout_toolbar{background:#66a6ff} +.webix_toolbar .webix_el_button .webix_el_box,.webix_toolbar .webix_el_segmented .webix_el_box{padding:0 1px} +.webix_toolbar .webix_el_segmented label{padding-top:2px} +.webix_toolbar .webix_view{color:#4d4d4d;font-size:15px!important} +.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top,.webix_toolbar.webix_layout_toolbar webix_el_icon{color:#4d4d4d} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_inp_static{color:#555} +.webix_toolbar.webix_layout_toolbar .webix_inp_label{color:#4d4d4d} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#555} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#fff;font-size:15px;background:#3d8fff} +.webix_modal_box .webix_popup_title{color:#555!important;background:#66a6ff;font-size:15px;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} +.webix_modal_box .webix_popup_text{color:#555} +.webix_modal_box{color:#555;background:#fff!important;border:1px solid #b8b8b8!important} +.confirmButton{background:#006bff;border:1px solid #006bff;font-size:15px!important;text-shadow:none!important;color:#fff!important;border-color:#006bff!important} +.confirmButtonActive{background:#0d6df2} +.webix_popup_button{border:none!important} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_dtable .webix_last_topcell{border-bottom:1px solid transparent} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px dashed #fff} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.webix_ss_header tr:nth-child(2) td{border-top:1px solid transparent} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:13px!important} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8} +.webix_list_item.webix_group_back{background:#f1f1f1;color:#555;border-bottom:1px solid #fff} +.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} +.webix_list_item.webix_group_back:first-child{background:#c8c8c8} +.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#fea223} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #626262} +.webix_el_combo input,.webix_el_search input,.webix_el_select select,.webix_el_text input,.webix_el_textarea textarea,div.webix_inp_static{font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important} +.webix_el_checkbox input{border-color:#c8c8c8} +.webix_el_counter .webix_inp_counter_value{background-color:#ebebeb;border-color:#ebebeb!important} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3389ff;font-size:15px!important;width:30px;font-family:"Courier New",Courier,monospace;color:#fff;border:1px solid #3389ff!important} +.webix_el_counter .webix_inp_counter_prev{font-size:18px} +.webix_el_counter .webix_inp_counter_next{font-size:17px} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +.webix_item_tab{font-size:15px;border-bottom:1px solid #c8c8c8!important;border-left-width:1px!important} +.webixtype_bottom .webix_item_tab{border:1px solid #fff!important;border-left-width:0!important;background:#66a6ff;color:#555} +.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #fff!important;border-left-width:0!important;background:#006bff;color:#fff!important} +.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} +.passiveBarBG{background-color:#ebebeb} +.webix_after_all_tabs{background:#fff} +.webixtype_danger:active{background:#d16051!important} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} +.webix_el_box .webix_img_btn_abs:active+input{background:#4d97ff} +.webix_el_box .webixtype_form{background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important} +.webix_el_box .webixtype_form:active{background:#1477ff} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#4794ff} +.segmentActive{border:1px solid #fea223!important} +.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#fff;font-size:15px;border:1px solid #3389ff!important} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px} +.webix_cal_day{border-radius:0} +.webix_cal_body .webix_cal_today{background:#f1f1f1} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_cal_range{background-color:#ffedd5} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#3389ff;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:160px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#555;background:#c8c8c8;border-top:1px dashed #fff;border-right:1px solid #fff;border-bottom:1px solid #fff} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#a2a2a2} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/terrace.css b/skins/terrace.css new file mode 100644 index 0000000..35de067 --- /dev/null +++ b/skins/terrace.css @@ -0,0 +1,1425 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Arial;font-size:13px;color:#454544;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #cecece;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:transparent} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9.25px;color:#444;font-size:10px;text-transform:uppercase;line-height:37px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:transparent} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;line-height:37px;padding-top:0;padding-bottom:0} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#9e9e9d dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #b4b4b4} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #cecece;position:relative;z-index:2;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;cursor:pointer;overflow:hidden} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15.5px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #e6e6e6;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#2f2f2f;background:#fff3a1} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #e6e6e6;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#fff;color:#6c6c6a} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#454544;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#fff} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #e6e6e6;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #cecece;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:13px} +.webix_pager_item_selected{cursor:default;background-color:#fff3a1;border:1px solid #e6e6e6} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #e6e6e6;text-align:left;border-right:1px solid #e6e6e6} +.webix_dataview_item.webix_selected{color:#2f2f2f;background:#fff3a1;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6} +.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#454544;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#c4c4c4} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#787877;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#787877} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:13px;color:#454544} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:4px;outline:0} +.webix_popup_title{border-top-left-radius:3px;border-top-right-radius:3px;border-width:0} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #cecece} +.webix_button input,.webix_popup_button div{font-size:13px;color:#454544;background:#fff;font-weight:700;height:24px;line-height:24px} +.webix_popup_button.confirm div{background:#22a1bc;color:#fff;font-weight:700} +.webix_popup_title{color:#fff;height:40px;line-height:40px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:13px;color:#454544;min-height:60px} +.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #cecece;background-color:#fff;font-family:Arial;font-size:13px;color:#454544;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:35px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #cecece;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid transparent;border-bottom:1px solid #cecece;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#454544!important;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #cecece;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_richfilter{margin-top:1px;line-height:26px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{background:#fff;color:#2f2f2f} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 20px;text-align:left} +.webix_ss_header td{border-right:1px solid transparent;border-bottom:1px solid transparent} +.webix_ss_footer td{border-right:1px solid transparent} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #cecece} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #cecece} +.webix_last_topcell.webix_cell{border-bottom:1px solid #cecece} +.webix_column>div,.webix_table_cell{border-right:1px solid transparent;padding:0 20px} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #e6e6e6} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #e6e6e6;height:38px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:5px 20px;height:38px;line-height:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#454544} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#2f2f2f;background:#fff3a1} +.webix_column>div.webix_cell_select{border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-top:0;padding-left:19px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:20px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #e6e6e6;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-left:19px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#2f2f2f;background:#fff3a1} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:38px;padding-left:20px;padding-top:1px;border-bottom:1px solid #e6e6e6} +.webix_dtable_subrow{border-top:1px solid #e6e6e6;text-align:right} +.webix_dtable_subview{background:#e6e6e6;border-top:1px solid #e6e6e6;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#2f2f2f;background:#fff3a1} +.webix_hcell span.webix_input_icon{background-color:transparent} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#454544} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#454544;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:4px} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;padding:0;text-align:center;line-height:37px} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#f3efe7;display:block;border:1px solid #d1c2a3;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#2f2f2f;background:#fff3a1} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:22px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;border-bottom:#cecece 1px solid;margin-bottom:7px;color:#787877} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#2f2f2f;background:#fff3a1} +.webix_cal_body .webix_cal_day{border-radius:3px} +.webix_cal_body .webix_cal_event{color:#ff9000} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#454544;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#9e9e9d;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#ababaa} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ababaa;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#fff3a1;color:#2f2f2f} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#f3efe7} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#454544;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #cecece} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;background-color:#22A1BC;color:#fff!important;font-weight:700;text-shadow:0 -1px 0 #6f6f6f;border:none!important;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #cecece} +.webix_property_label_line{padding-left:10px;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;line-height:23px;border-bottom:1px solid #e6e6e6} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #cecece;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #cecece;font-family:Arial;font-size:13px;color:#454544;border-radius:4px;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fff3a1;color:#2f2f2f} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ababaa} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #cecece} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #cecece;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Arial;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#454544} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#454544;background:#fff;font-weight:700;font-size:13px;font-family:Arial;padding:0;border:0} +.webixtype_form{background-color:#22A1BC;color:#fff!important;font-weight:700;text-shadow:0 -1px 0 #6f6f6f;border:none!important} +.webix_el_button .webixtype_danger{background:#FE5310;color:#fff;border:none!important;font-weight:700} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;border:1px solid #cecece} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:4px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#454544} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#454544} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:13px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #cecece;color:#454544;font-size:13px;font-family:Arial;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#454544;text-transform:none;font-size:13px} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:11px;color:#525251} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#454544;line-height:26px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:13px;font-family:Arial;border:1px solid #cecece} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #cecece;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:13px;width:50px;color:#454544;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{padding-left:6px;color:#454544;background:#fff;font-weight:700;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{padding-left:6px;color:#454544;background:#fff;font-weight:700;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #cecece;height:100%;margin:0;padding:5px 10px;color:#454544;resize:none;font-size:13px;font-family:Arial} +.webix_el_textarea .webix_inp_label{padding-top:6.5px} +.webix_segment_0,.webix_segment_1{border:1px solid #cecece;border-right-width:0;height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{border:1px solid #cecece;height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#454544;background:#fff;font-weight:700;font-size:13px;font-family:Arial;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#2f2f2f;background:#fff3a1} +.webix_inp_static{border:1px solid #cecece;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#929290} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#454544;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#454544;padding-right:24px;font-family:Arial;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:24px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#454544;font-size:13px;font-family:Arial;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#1e1e1e;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#454544} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #cecece} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #cecece;border-left-width:0;background-color:#fff;color:#454544;font-size:13px;-webkit-border-radius:3px 3px 0 0;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;border-radius:3px 3px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;color:#454544;font-size:13px} +.webixtype_bottom .webix_item_tab.webix_selected{color:#2f2f2f;background:#fff3a1} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #cecece;border-right:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu,.webix_menu-x{background:0 0} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:32px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:12px} +.webix_menu-x{background-color:#fff;border-radius:4px} +.webix_menu-x .webix_list_item{display:inline-block;line-height:28px;border-right:1px solid #cecece;border-left:0} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#f3efe7} +.webix_menu{background:#fff;border:1px solid #cecece;border-radius:4px} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #cecece} +.webix_menu .webix_submenu_icon{top:10px} +.webix_menu .webix_context_spacer{height:28px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{background:#fff} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #b5b5b5;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#454544;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#454544;line-height:26px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left} +.webix_slider_box{position:relative;padding:9px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;background:#fff;border:1px solid #dbdbdb;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #dbdbdb;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:5px;border-radius:8px} +.webix_slider_box .webix_slider_left{background-color:rgba(100,100,100,.1)!important} +.webix_slider_box .webix_slider_handle{width:17px;height:17px;background:#22a1bc;color:#fff;font-weight:700} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:2.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center;border:1px solid #cecece;background-color:#fff} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fff3a1;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#929290} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#fff3a1;border-color:#fff3a1} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#454544} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#454544} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#fff3a1;box-shadow:inset 0 0 1px 2px #fff3a1} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #cecece} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#454544;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #cecece;cursor:pointer;font-size:13px;font-family:Arial} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_layout_space>.webix_view,.webix_layout_wide>.webix_view{border-radius:3px} +.webix_layout_space .webix_layout_accordion .webix_accordionitem:first-child,.webix_layout_wide .webix_layout_accordion .webix_accordionitem:first-child{-webkit-border-radius:3px 3px 0 0;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;border-radius:3px 3px 0 0} +.webix_layout_space .webix_layout_accordion .webix_accordionitem:last-child,.webix_layout_wide .webix_layout_accordion .webix_accordionitem:last-child{-webkit-border-radius:0 0 3px 3px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:3px;border-radius:0 0 3px 3px} +.webix_layout_accordion .webix_accordionitem_header:hover{background:#f3efe7} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} +.webix_popup_title{color:#454544!important;background:#fff!important;font-size:13px!important;font-weight:700;border-bottom:1px solid #d9d9d9!important;text-shadow:none!important} +.webix_modal_box{background:#fff!important;border:1px solid #cecece!important} +.confirmButton{background:#22a1bc;color:#fff;font-weight:700} +.webix_column>div,.webix_table_cell{border-bottom:1px solid #e6e6e6} +.webix_ss_filter input,.webix_ss_filter select{height:30px!important} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.webix_list_item.webix_group_back{background:#fff;color:#2f2f2f} +.webix_list_item.webix_group_back .webix_arrow_icon{color:#2f2f2f} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#f3efe7!important} +.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#fff3a1} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#686868 transparent transparent} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #686868} +.buttonStyle{font-size:13px;font-family:Arial} +.webix_item_tab{border-bottom:1px solid #cecece!important;border-left-width:1px!important} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #cecece!important;border-left-width:0!important} +.webixtype_bottom .webix_item_tab:first-child{border-left:1px solid #cecece!important} +.webix_tab_filler:first-child{border-right:0!important} +.webix_ss_header{border-bottom:1px solid #cecece;text-transform:uppercase;font-size:12px} +.webix_ss_footer td{border-top:1px solid #cecece!important} +.webix_el_arrow{background:#fff;font-weight:700;color:#444} +.webix_el_button .webix_el_box:active .webixtype_base,.webix_img_btn:active,.webix_img_btn_top:active,.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webix_img_btn_top,.webix_pressed .webixtype_base{background-color:rgba(100,100,100,.1)!important} +.webix_skin_mark{height:150px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_range{background-color:#fffad4} +.webix_cal_body .webix_cal_day.webix_cal_range{border-radius:0} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;background:#fff;color:#2f2f2f;border-right:1px solid transparent;border-bottom:1px solid transparent} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#7c7c7c} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/touch.css b/skins/touch.css new file mode 100644 index 0000000..b4f7175 --- /dev/null +++ b/skins/touch.css @@ -0,0 +1,1612 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Arial;font-size:17px;color:#000;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #dedede;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:repeat-x;background-position:10.5px;font-size:10px;line-height:42px;background-image:none;background-color:#fff;color:#000;text-transform:none;padding-left:0} +.webix_section>.webix_template{padding:0;background-color:#fff;display:inline;font-size:17px} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0;background-color:#fff} +.webix_header>div{padding-left:10px;font-size:17px;color:#fff;background:#65a0ff;line-height:40px;line-height:42px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_icon,.webix_header>div .webix_el_label,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button .webix_icon,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text,.webix_header>div .webix_inp_label{color:#fff} +.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_header>div .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_header>div .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_header>div .webix_img_btn_abs{color:#fff} +.webix_header>div .webix_el_button{color:#65a0ff!important} +.webix_header>div .webix_el_button .webix_icon,.webix_header>div .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_header>div .webix_el_arrow,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_header>div .webix_el_counter .webix_inp_counter_next,.webix_header>div .webix_el_counter .webix_inp_counter_prev,.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_header>div .webix_label_right{color:#fff} +.webix_header>div .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_header>div .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#595959 dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #858585} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #dedede;position:relative;z-index:2;font-size:17px;color:#fff;background:#65a0ff;line-height:40px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button .webix_icon,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text,.webix_accordionitem_header .webix_inp_label{color:#fff} +.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_accordionitem_header .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_accordionitem_header .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_accordionitem_header .webix_img_btn_abs{color:#fff} +.webix_accordionitem_header .webix_el_button{color:#65a0ff!important} +.webix_accordionitem_header .webix_el_button .webix_icon,.webix_accordionitem_header .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_accordionitem_header .webix_el_arrow,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_accordionitem_header .webix_el_counter .webix_inp_counter_next,.webix_accordionitem_header .webix_el_counter .webix_inp_counter_prev,.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_accordionitem_header .webix_label_right{color:#fff} +.webix_accordionitem_header .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_accordionitem_header .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:18px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:7px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #dedede;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#000;background:#f1f1f1} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #e7e7e7;padding:7px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#65a0ff;font-size:17px;color:#fff} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#000;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#65a0ff} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #dedede;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:4px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #dedede;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:17px} +.webix_pager_item_selected{cursor:default;background-color:#f1f1f1;border:1px solid #e7e7e7} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:7px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #dedede;text-align:left;border-right:1px solid #dedede} +.webix_dataview_item.webix_selected{color:#000;background:#f1f1f1;border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7} +.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#000;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:grey} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#333;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#333} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:17px;color:#000} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:32px;line-height:32px;display:inline-block;margin:0 5px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #dedede} +.webix_button input,.webix_popup_button div{-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);height:32px;line-height:32px} +.webix_popup_button.confirm div{background-color:#65a0ff;color:#fff;font-size:17px;border:1px solid #65a0ff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:17px;color:#000;min-height:60px} +.webix_error,.webix_info{font-size:17px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #dedede;background-color:#fff;font-family:Arial;font-size:17px;color:#000;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:39px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #dedede;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #fff;border-bottom:1px solid #dedede;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#000!important;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_richfilter{margin-top:1px;line-height:34px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:17px;color:#fff;background:#65a0ff} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:none} +.webix_ss_footer td{border-right:1px solid #fff;border-top:1px solid #fff} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #dedede} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #dedede} +.webix_last_topcell.webix_cell{border-bottom:1px solid #dedede} +.webix_column>div,.webix_table_cell{border-right:1px solid #fff;border-bottom:1px solid #dedede;padding:0 10px} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #e7e7e7} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #dedede;height:42px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #dedede;border-right:1px solid #dedede;border-bottom:1px solid #dedede;padding:5px 10px;height:42px;line-height:34px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#000} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#000;background:#f1f1f1} +.webix_column>div.webix_cell_select{border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #e7e7e7;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#000;background:#f1f1f1} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #dedede} +.webix_dtable_subrow{border-top:1px solid #dedede;text-align:right} +.webix_dtable_subview{background:#dedede;border-top:1px solid #dedede;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#000;background:#f1f1f1} +.webix_hcell span.webix_input_icon{background-color:#fff} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#000} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#000;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-size:17px;color:#fff;background:#65a0ff;padding:0;text-align:center;line-height:42px} +.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_win_head>.webix_view>.webix_template .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_win_head>.webix_view>.webix_template .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#65a0ff!important} +.webix_win_head>.webix_view>.webix_template .webix_el_button .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_win_head>.webix_view>.webix_template .webix_el_counter .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_el_counter .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_win_head>.webix_view>.webix_template .webix_label_right{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#65a0ff;display:block;border:1px solid #0061fe;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:42px;line-height:42px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#000;background:#f1f1f1} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:30px;height:42px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#000;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#000;background:#f1f1f1} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#000;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#595959;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#666} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#666;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#f1f1f1;color:#000} +.webix_cal_footer{text-align:center;color:#444;margin:4px 17px;cursor:pointer;font-size:17px;padding:0 20px} +.webix_cal_footer div{border-top-width:0!important;padding-bottom:6px} +.webix_cal_footer .webix_icon{font-size:22px} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#65a0ff} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#000;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dedede} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:4px;border:1px solid #dedede;background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3);float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} +.webix_property_label{border-right:1px solid #dedede} +.webix_property_label_line{padding-left:10px;font-size:17px;color:#fff;background:#65a0ff;border-bottom:1px solid #dedede;line-height:28px} +.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button .webix_icon,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text,.webix_property_label_line .webix_inp_label{color:#fff} +.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_property_label_line .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_property_label_line .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_property_label_line .webix_img_btn_abs{color:#fff} +.webix_property_label_line .webix_el_button{color:#65a0ff!important} +.webix_property_label_line .webix_el_button .webix_icon,.webix_property_label_line .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_property_label_line .webix_el_arrow,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_property_label_line .webix_el_counter .webix_inp_counter_next,.webix_property_label_line .webix_el_counter .webix_inp_counter_prev,.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_property_label_line .webix_label_right{color:#fff} +.webix_property_label_line .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_property_label_line .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #dedede;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #dedede;font-family:Arial;font-size:17px;color:#000;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#f1f1f1;color:#000} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#666} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #dedede} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{height:100%;width:100%;cursor:pointer;font-family:Arial;color:#fff;font-size:17px;border:1px solid #65a0ff;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#000} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{-webkit-appearance:none;background:#65a0ff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);color:#fff;padding:0} +.webixtype_form{background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3)} +.webix_el_button .webixtype_danger{background:#e74c3c;border:1px solid #e74c3c!important;box-shadow:0 1px rgba(0,0,0,.3);color:#fff!important;font-size:17px!important} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px} +input.webixtype_next{border-right-width:0;border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3)} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:10px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:17px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:5px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:4px 2px;height:100%;width:100%;font-size:17px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #dedede;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#000;font-size:17px} +.webix_inp_label{float:left;padding-top:1px;padding-left:4px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:4px 2px 0} +.webix_inp_bottom_label{font-size:15px;color:#0d0d0d} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#000;line-height:34px;padding:4px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;border:1px solid #dedede} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #dedede;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:17px;width:50px;color:#000;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{padding-left:6px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_inp_counter_next{padding-left:6px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_el_textarea textarea{border:1px solid #dedede;height:100%;margin:0;padding:5px 10px;resize:none} +.webix_el_textarea .webix_inp_label{padding-top:10.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_segment_N{height:100%;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_segment_N:first-child{-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;font-size:17px!important;border:1px solid #65a0ff!important;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background:0 0;-webkit-appearance:none;background-color:#65a0ff!important;border:1px solid #65a0ff;color:#fff} +.webix_inp_static{border:1px solid #dedede;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#4d4d4d} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:17px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#000;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{padding-right:24px;font-family:Arial;font-size:17px;color:#000;background:#fff;border-color:#fff;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:15px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:8px;width:26px;height:26px;border-radius:4px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:21px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#000;font-size:17px;font-family:Arial;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:4px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#000} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #dedede} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #dedede;border-left-width:0;background-color:#ebebeb;-webkit-border-radius:4px 4px 0 0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-radius:4px 4px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{color:#000;border-bottom:1px solid #fff!important;border:1px solid #dedede;background:#fff} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #dedede;border-right:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:42px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:12px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:28px;border-right:1px solid #fff;border-left:0;background:#fff;color:#65a0ff;font-size:17px} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#65a0ff transparent transparent} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#65a0ff} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#65a0ff;color:#fff} +.webix_menu-x .webix_list_item:active .webix_submenu_icon,.webix_menu-x .webix_list_item:focus .webix_submenu_icon,.webix_menu-x .webix_list_item:hover .webix_submenu_icon{border-color:#fff transparent transparent} +.webix_menu-x .webix_list_item:last-child{border-right:none} +.webix_menu{background:#fff;border:1px solid #dedede;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #dedede} +.webix_menu .webix_submenu_icon{top:10px} +.webix_menu .webix_context_spacer{height:42px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{background:#65a0ff} +.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button .webix_icon,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text,.webix_layout_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_layout_toolbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_layout_toolbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_layout_toolbar .webix_img_btn_abs{color:#fff} +.webix_layout_toolbar .webix_el_button{color:#65a0ff!important} +.webix_layout_toolbar .webix_el_button .webix_icon,.webix_layout_toolbar .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_layout_toolbar .webix_el_arrow,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_layout_toolbar .webix_el_counter .webix_inp_counter_next,.webix_layout_toolbar .webix_el_counter .webix_inp_counter_prev,.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_layout_toolbar .webix_label_right{color:#fff} +.webix_layout_toolbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_layout_toolbar .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_toolbar.webix_layout_subbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_toolbar.webix_layout_subbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_toolbar.webix_layout_subbar .webix_img_btn_abs{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_button{color:#65a0ff!important} +.webix_toolbar.webix_layout_subbar .webix_el_button .webix_icon,.webix_toolbar.webix_layout_subbar .webix_el_button .webix_img_btn_text{color:#65a0ff} +.webix_toolbar.webix_layout_subbar .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{background-color:#fff;color:#65a0ff!important} +.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} +.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} +.webix_toolbar.webix_layout_subbar .webix_label_right{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} +.webix_toolbar.webix_layout_subbar .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #c5c5c5;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#000;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#000;line-height:34px;padding:4px 7.5px 4px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left} +.webix_slider_box{position:relative;padding:15px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left,.webix_slider_box .webix_slider_right{float:left;width:100px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute} +.webix_slider_box .webix_slider_left{height:3px;-webkit-border-radius:1px 0 0 1px;-moz-border-radius-topleft:1px;-moz-border-radius-bottomleft:1px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:1px 0 0 1px;background:#65a0ff;border:none} +.webix_slider_box .webix_slider_right{height:3px;background:#dedede;-webkit-border-radius:0 1px 1px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:1px;-moz-border-radius-bottomright:1px;border-radius:0 1px 1px 0;border:none} +.webix_slider_box .webix_slider_handle{-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-radius:50%;top:7px;width:20px;height:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;background:#fff;box-shadow:0 1px rgba(0,0,0,.02)} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_handle{margin:0 2px;background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{height:2px;background:#65a0ff;border:none} +.webix_slider_alt .webix_slider_box .webix_slider_right{height:2px;background:#dedede;border:none} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#65a0ff;border:1px solid #65a0ff;background-image:none;top:7px;width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-radius:50%;box-shadow:0 0 0 1px #fff} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#f1f1f1;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#4d4d4d} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#f1f1f1;border-color:#f1f1f1} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:9px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#f1f1f1;box-shadow:inset 0 0 1px 2px #f1f1f1} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #dedede} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#000;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:17px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:4px;border:1px solid #dedede;cursor:pointer;font-size:17px;font-family:Arial} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_accordionitem .webix_accordionitem_header{background:#fff;color:#65a0ff;line-height:42px} +.webix_accordionitem.collapsed{color:#65a0ff;background:#fff} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#65a0ff;background-image:none!important;font-family:FontAwesome;font-size:22px;text-align:center;width:24px;height:42px;margin:0 16px} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f100'} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f102'} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f101'} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f103'} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:39px;margin:1px 21px 0} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f102'} +.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f103'} +.webix_toolbar .webix_el_segmented label{padding-top:2px} +.webix_toolbar .webix_view{color:#fff;font-size:17px!important} +.webix_toolbar.webix_layout_toolbar .webix_el_icon,.webix_toolbar.webix_layout_toolbar .webix_el_label,.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text,.webix_toolbar.webix_layout_toolbar .webix_inp_label{color:#fff} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} +.webix_toolbar.webix_layout_toolbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_toolbar.webix_layout_toolbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} +.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs{color:#fff} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#000} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#65a0ff!important;background:#fff;font-size:17px} +.webix_modal_box .webix_popup_title{color:#65a0ff!important;background:#fff;font-size:17px;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} +.webix_modal_box .webix_popup_text{color:#000} +.webix_modal_box{color:#000;background:#fff!important;border:1px solid #b8b8b8!important} +.confirmButton{background-color:#65a0ff;color:#fff;font-size:17px;border:1px solid #65a0ff} +.webix_popup_button{border-width:0} +.webix_alert .webix_popup_button div,.webix_confirm-error .webix_popup_button div,.webix_confirm-warning .webix_popup_button div{background-color:#fff;color:#65a0ff} +.webix_popup .webix_win_body>.webix_view{border-color:transparent} +.webix_error,.webix_info,.webix_info div{-webkit-border-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-radius:3px} +.webix_popup_controls{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_button,.webix_popup_button,.webix_popup_button div{-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #fff} +.webix_dtable .webix_column:nth-child(odd) .webix_cell{background:rgba(101,160,255,.07)} +.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_cell_select,.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_row_select{color:#000;background:#f1f1f1} +.webix_ss_header tr:nth-child(2) td{border-top:1px solid transparent} +.webix_hcell.webix_ss_filter{padding:0!important} +.webix_ss_filter input,.webix_ss_filter select{border-color:#65a0ff!important;background:#fff;border-radius:0;height:42px!important;line-height:42px!important} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #65a0ff;border-left:1px solid #65a0ff} +.webix_grouplist .webix_list_item .webix_arrow_icon{font-size:24px;color:#dedede} +.webix_list_item.webix_group_back{color:#65a0ff;background:#fff} +.webix_list_item.webix_group_back .webix_arrow_icon{color:#65a0ff} +.webix_list .webix_unit_header{font-style:normal;font-weight:400;margin-top:-1px;color:#fff;background:-webkit-gradient(linear,left top,left bottom,#fff 0,#fff 17px,#65a0ff 17px,#fff 18px);background:-webkit-linear-gradient(top,#fff 0,#fff 17px,#65a0ff 17px,#fff 18px);background:-moz-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px);background:-ms-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px);background:-o-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px)} +.webix_list .webix_unit_header:first-child{margin-top:0} +.webix_unit_header_inner{display:inline-block;margin-top:5px;height:24px;width:auto;min-width:24px;line-height:24px;text-align:center;-webkit-border-radius:12px;-moz-border-radius-topleft:12px;-moz-border-radius-bottomleft:12px;-moz-border-radius-topright:12px;-moz-border-radius-bottomright:12px;border-radius:12px;background:#65a0ff;padding:0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#f1f1f1} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #000} +.webix_view.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:0 10px 0 9px} +.webix_tree .webix_tree_item.webix_selected{background:#f1f1f1;color:#65a0ff} +.webix_tree_item .webix_tree_open+div+span,.webix_tree_item .webix_tree_open+span,.webix_tree_item.webix_selected .webix_tree_open+div+span,.webix_tree_item.webix_selected .webix_tree_open+span{color:#65a0ff} +.webix_tree .webix_tree_item{box-shadow:0 1px #dedede;line-height:42px} +.webix_tree .webix_tree_close,.webix_tree .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:20px;text-align:center} +.webix_tree .webix_tree_close{color:#000} +.webix_tree .webix_tree_open{color:#65a0ff} +.webix_tree .webix_tree_open:before{content:"\f107"} +.webix_tree .webix_tree_close:before{content:"\f105"} +.webix_grid_body .dhx_td:nth-child(odd){background:rgba(101,160,255,.07)} +.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_cell_select,.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_row_select{color:#000;background:#f1f1f1} +.dhx_chart_legend_item,.webix_canvas_text.webix_axis_title_x,.webix_canvas_text.webix_axis_title_y{font-size:13px} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px} +.webix_control{-webkit-tap-highlight-color:transparent} +.webix_control div,.webix_control input,.webix_control textarea{outline:0!important} +.webix_control .webix_inp_label,.webix_control .webix_label_right,.webix_control>label{font-size:17px;color:#666} +.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important} +.webix_layout_form .webix_control{border-top:1px solid #dedede!important} +.webix_layout_form .webix_control.webix_el_button,.webix_layout_form .webix_control.webix_el_icon,.webix_layout_form .webix_control.webix_el_toggle,.webix_layout_form .webix_scroll_cont>.webix_control:first-child{border-top:none!important} +.dhx_el_button .dhx_icon_btn,.dhx_el_button .dhx_img_btn_top .webix_icon{color:#000} +.webix_el_combo input,.webix_el_search input,.webix_el_select select,.webix_el_text input,.webix_el_textarea textarea,div.webix_inp_static{font-family:Arial;font-size:17px;color:#000;-webkit-appearance:none;background:#fff;border-color:#fff} +div.webix_inp_static{padding-top:0} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{color:#dedede!important;font-size:24px!important;right:8px!important} +.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{color:#dedede!important;font-size:23px!important;right:8px!important} +.webix_el_textarea textarea{border-color:#fff!important} +.webix_el_checkbox input{border-color:#65a0ff} +.webix_el_counter .webix_inp_counter_value{border-color:#65a0ff;box-shadow:0 1px rgba(0,0,0,.3),0 1px 1px rgba(0,0,0,.1) inset} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{padding:0 10px;-webkit-appearance:none;background:#65a0ff;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);width:34px;font-weight:700;font-family:"Courier New",Courier,monospace;color:#fff;font-size:22px!important} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +.webix_item_tab{font-size:17px;border-bottom:1px solid #dedede!important;border-left-width:1px!important} +.webix_tab_filler:first-child{border-right:0!important} +.passiveBarBG{background-color:#ebebeb} +.activeBarBG{color:#000;border-bottom:1px solid #fff!important;border:1px solid #dedede;background:#fff} +.webix_after_all_tabs{background:#fff} +.webix_tab_more_icon{border-bottom:1px solid #dedede} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #fff!important;border-left-width:0!important;background:#65a0ff;color:#fff} +.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} +.webixtype_bottom .webix_item_tab.webix_selected{background:#3c87ff!important;color:#fff!important} +.webixtype_bottom .webix_tab_more_icon{background:#65a0ff;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#65a0ff;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;background-color:#fff;color:#65a0ff;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#3c87ff} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:22px;top:0!important} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px;background:#3c87ff;box-shadow:0 0 0 1px #65a0ff inset} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#3c87ff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn_text{bottom:0} +.webix_el_tabbar .webixtype_iconTop .dhx_tab_more_icon,.webix_el_tabbar .webixtype_image .dhx_tab_more_icon{color:#fff} +.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#65a0ff} +.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#65a0ff!important} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:4px 0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{color:#fff;background:#65a0ff;border-color:#65a0ff;border-bottom:1px solid #65a0ff!important} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} +.dhx_el_button .dhxtype_next{box-shadow:-.5px 1px rgba(0,0,0,.3)} +.webixtype_danger:active{background:#e9594a!important} +.webix_el_box .webix_img_btn_abs:active+input{background:#7fb0ff} +.webix_el_box .webixtype_form{background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3)} +.webix_el_box .webixtype_form:active{background-color:#10ad65} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background-color:#5193ff} +.webix_segment_1,.webix_segment_N{margin-left:-1px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{background:#fff;color:#65a0ff;box-shadow:none} +.webix_img_btn_top .webix_img_btn_text{font-size:14px;bottom:4px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_img_btn_text{color:#fff;font-size:14px;bottom:6px} +.webix_custom_checkbox:before{content:"\2713";color:#65a0ff;font-weight:700;font-size:27px;height:18px;display:block;line-height:18px;padding-left:2px;width:18px} +.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} +.webix_custom_checkbox{float:left;background-color:#fff;margin-top:7px;height:20px;width:20px;padding:0;border:1px solid #dedede;-webkit-border-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:4px} +.webix_el_radio .webix_custom_radio:before{content:" ";margin:4px;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-radius:50%;display:inline-block;width:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:10px;background-color:#65a0ff} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} +.webix_el_radio .webix_custom_radio{display:block;height:20px;width:20px;padding:0;background-color:#fff;border:1px solid #dedede;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-radius:50%} +.webix_el_radio .webix_label_right{color:#000;font-size:17px} +.webix_img_btn:active,.webix_img_btn:hover,.webix_img_btn_top:active,.webix_img_btn_top:hover{background-color:transparent!important} +.section{background-image:none;background-color:#fff;color:#000;text-transform:none;padding-left:0} +.sectionInner{font-size:17px;padding-left:0;padding-right:0} +.sectionLayoutInner{padding-left:0;padding-right:0} +.webix_cal_body .webix_cal_today{background-color:#fff;color:#000} +.webix_cal_body .webix_cal_today span{border:1px solid #65a0ff} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:15px} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{background:#fff!important;color:#000} +.webix_cal_body .webix_cal_select span,.webix_cal_body .webix_cal_select.webix_cal_today span,.webix_cal_body .webix_cal_today span{height:34px;width:34px;-webkit-border-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-radius:50%;display:inline-block} +.webix_cal_body .webix_cal_select span,.webix_cal_body .webix_cal_select.webix_cal_today span{color:#fff;background:#65a0ff!important;border:1px solid #65a0ff} +.webix_cal_body .webix_selected{background-color:#fff!important;color:#65a0ff!important} +.webix_cal_body .webix_cal_event{color:#65a0ff} +.webix_cal_body .webix_cal_outside{font-weight:400;color:#b3b3b3} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{line-height:34px} +.calTimepicker{font-size:17px;padding:0 20px} +.calTimepicker div{border-top-width:0!important;padding-bottom:6px} +.calTimepicker .webix_icon{font-size:22px} +.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);height:30px} +.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} +.webix_view>.webix_cal_header div{font-size:12px!important} +.webix_cal_month_name{font-size:16px;font-weight:400} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 0} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_cal_body .webix_cal_today.webix_cal_range,.webix_cal_range{background-color:#f1f1f1} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#27ae60;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:190px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:17px;color:#fff;background:#65a0ff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#4d4d4d} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/skins/web.css b/skins/web.css new file mode 100644 index 0000000..11fa2cc --- /dev/null +++ b/skins/web.css @@ -0,0 +1,1427 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:Tahoma,Arial;font-size:12px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #9da8ad;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#fff} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:7px;color:#444;font-size:10px;text-transform:uppercase;line-height:28px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;line-height:28px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#727981 dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #9da8ad;position:relative;z-index:2;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:11px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #d5d9db;text-align:left} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#1e2022;background:#ffedbc} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d8eaf6;font-family:Tahoma,Arial;font-size:12px;color:#1e2022} +.webix_group_back .webix_arrow_icon,.webix_group_back.webix_selected .webix_arrow_icon{color:#1e2022} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d8eaf6} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #d5d9db;border-bottom:none} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #9da8ad;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial;font-size:12px} +.webix_pager_item_selected{cursor:default;background-color:#ffedbc;border:1px solid #ffe6a3} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #d5d9db;text-align:left;border-right:1px solid #d5d9db} +.webix_dataview_item.webix_selected{color:#1e2022;background:#ffedbc;border-bottom:1px solid #ffe6a3;border-right:1px solid #ffe6a3} +.webix_chart{position:relative;font-family:Tahoma,Arial;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#9aa0a5} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Tahoma,Arial;font-size:12px;color:#1e2022} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Tahoma,Arial;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:22px;line-height:22px;display:inline-block;margin:0 5px;border-radius:0} +.webix_popup_button div{border-radius:0} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #9da8ad} +.webix_button input,.webix_popup_button div{font-size:12px;background:#e6e6e6;color:#1e2022;height:22px;line-height:22px} +.webix_popup_button.confirm div{color:#1e2022;background:#d8eaf6} +.webix_popup_title{color:#fff;height:40px;line-height:40px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;font-size:12px;color:#1e2022;min-height:60px} +.webix_error,.webix_info{font-size:12px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #9da8ad;background-color:#fff;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:27px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #9da8ad;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #999;border-bottom:1px solid #9da8ad;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:2px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:24px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #9da8ad;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial} +.webix_richfilter{margin-top:1px;line-height:24px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-family:Tahoma,Arial;font-size:12px;color:#1e2022;background:#d8eaf6} +.webix_dd_drag_column .webix_arrow_icon,.webix_ss_header .webix_arrow_icon,.webix_ss_header TD .webix_arrow_icon,.webix_ss_vscroll_header .webix_arrow_icon{color:#1e2022} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #999;border-bottom:1px solid #999} +.webix_ss_footer td{border-right:1px solid #d5d9db;border-top:1px solid #d5d9db} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #9da8ad} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #9da8ad} +.webix_last_topcell.webix_cell{border-bottom:1px solid #9da8ad} +.webix_column>div,.webix_table_cell{border-right:1px solid #d5d9db;border-bottom:1px solid #d5d9db;padding:0 10px} +.webix_column{text-align:left} +.webix_column>div:nth-child(even){background-color:#f7f7f7} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffe6a3} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #d5d9db;height:30px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #d5d9db;border-right:1px solid #d5d9db;border-bottom:1px solid #d5d9db;padding:5px 10px;height:30px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#1e2022;background:#ffedbc} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#1e2022;background:#ffedbc} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #d5d9db} +.webix_dtable_subrow{border-top:1px solid #d5d9db;text-align:right} +.webix_dtable_subview{background:#d5d9db;border-top:1px solid #d5d9db;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#1e2022;background:#ffedbc} +.webix_hcell span.webix_input_icon{background-color:#999} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#1e2022} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;padding:0;text-align:center;line-height:28px} +.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#6e95ad;display:block;border:1px solid #416074;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#1e2022;background:#ffedbc} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} +.webix_tree_img{background:0 0;float:left;width:18px;height:22px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffedbc} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700;color:#C66200} +.webix_cal_outside{color:#7e868e} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#ffedbc;color:#1e2022} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#6e95ad} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #9da8ad} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:0;border:1px solid #9da8ad;color:#1e2022;background:#d8eaf6;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_line:nth-child(odd){background-color:#f7f7f7} +.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} +.webix_property_label{border-right:1px solid #9da8ad} +.webix_property_label_line{padding-left:10px;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;line-height:23px;border-bottom:1px solid #d5d9db} +.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #9da8ad;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #9da8ad;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffedbc;color:#1e2022} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #9da8ad} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;border:1px solid #9da8ad;height:100%;width:100%;cursor:pointer;font-size:12px;font-family:Tahoma,Arial;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#e6e6e6;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;padding:0;border:0} +.webixtype_form{color:#1e2022;background:#d8eaf6} +.webixtype_form:active{background:#cce3f3!important} +.webix_el_button .webixtype_danger{background:#FE5310;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;background:#e6e6e6;color:#1e2022;border:1px solid #9da8ad} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:3px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:12px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px;height:100%;width:100%;font-size:12px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #9da8ad;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;-webkit-appearance:none;border-radius:0} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:12px} +.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:2px 2px 0} +.webix_inp_bottom_label{font-size:10px;color:#2a2d30} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#1e2022;line-height:24px;padding:2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:12px;font-family:Tahoma,Arial;border:1px solid #9da8ad} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #9da8ad;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:12px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;background:#e6e6e6;color:#1e2022;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_el_textarea textarea{border:1px solid #9da8ad;height:100%;margin:0;padding:5px 10px;color:#1e2022;resize:none;font-size:12px;font-family:Tahoma,Arial} +.webix_el_textarea .webix_inp_label{padding-top:6px} +.webix_segment_0,.webix_segment_1{border:1px solid #9da8ad;border-right-width:0;height:100%} +.webix_segment_0{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N{border:1px solid #9da8ad;height:100%;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_N:first-child{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#e6e6e6;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#1e2022;background:#ffedbc} +.webix_inp_static{border:1px solid #9da8ad;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#666d73} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:12px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Tahoma,Arial;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:22px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:10px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:16px;height:16px;border-radius:0} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search input{padding-right:30px} +.webix_el_search span{position:absolute;right:14px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:0} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #9da8ad} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #9da8ad;border-left-width:0;color:#1e2022;background:#f2f2f2;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;font-size:14px;color:#1e2022;background:#fff} +.webixtype_bottom .webix_item_tab.webix_selected{color:#1e2022;background:#ffedbc} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #9da8ad;border-right:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:28px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:10px} +.webix_menu-x{background:#d8eaf6} +.webix_menu-x .webix_list_item{display:inline-block;line-height:24px;color:#1e2022;background:0 0} +.webix_menu{background:#fff;border:1px solid #9da8ad;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #9da8ad} +.webix_menu .webix_submenu_icon{top:8px} +.webix_menu .webix_context_spacer{height:28px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#fff;font-size:14px;background:#6e95ad} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #818f96;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#1e2022;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#1e2022;line-height:24px;padding:2px 7.5px 2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial;float:left} +.webix_slider_box{position:relative;padding:8px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{float:left;width:100px;border:1px solid #abb4b9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;border:1px solid #abb4b9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute} +.webix_slider_box .webix_slider_left{height:8px;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;background:#E6E6E6} +.webix_slider_box .webix_slider_right{height:8px;-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0} +.webix_slider_box .webix_slider_handle{-webkit-border-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:0;border:1px solid #9da8ad;width:12px;height:12px;top:4.5px;color:#1e2022;background:#d8eaf6} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_handle{top:1.5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #9da8ad} +.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #9da8ad;background:#fff} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:18px;border-radius:0} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffedbc;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#ffedbc;border-color:#ffedbc} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#1e2022} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#1e2022} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#ffedbc;box-shadow:inset 0 0 1px 2px #ffedbc} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #9da8ad} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:12px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:0;border:1px solid #9da8ad;cursor:pointer;font-size:12px;font-family:Tahoma,Arial} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +.webix_toolbar{color:#1e2022;background:#d8eaf6!important} +.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_win_head>.webix_view>.webix_template{background:#6e95ad!important} +.webix_popup_title{color:#1e2022!important;background:#f2f2f2!important;font-size:14px!important;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} +.webix_modal_box{background:#f2f2f2!important;border:1px solid #b8b8b8!important} +.confirmButton{color:#1e2022;background:#d8eaf6} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} +.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#394145 transparent transparent} +.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #394145} +.buttonStyle{font-size:12px;font-family:Tahoma,Arial} +.webix_item_tab{font-family:Trebuchet MS;font-size:14px;font-style:italic;border-bottom:1px solid #9da8ad!important;border-left-width:1px!important} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #9da8ad!important;border-left-width:0!important} +.webixtype_bottom .webix_item_tab:first-child{border-left:1px solid #9da8ad!important} +.webix_tab_filler:first-child{border-right:0!important} +.passiveBarBG{background:#f2f2f2} +.webix_all_tabs,.webix_before_all_tabs{background:#6e95ad} +.skinBlueButtonActive{background:#cce3f3!important} +.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#dedede!important} +.webix_slider_title{margin-bottom:-8px!important} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#6e95ad;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:140px} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_daterange .webix_range_footer .webix_template{padding:10px 0} +.webix_cal_range{background-color:#fffbef} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;background:#d8eaf6;border-right:1px solid #999;border-bottom:1px solid #999} +.webix_table_print .webix_header_cell .webix_arrow_icon{color:#1e2022} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #d5d9db;border-top:1px solid #d5d9db;border-bottom:1px solid #d5d9db} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#666d73} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/webix.css b/webix.css new file mode 100644 index 0000000..1f6d3d8 --- /dev/null +++ b/webix.css @@ -0,0 +1,1764 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +.webix_view{font-family:'PT Sans',Tahoma;font-size:15px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} +.webix_view.webix_form{background-color:#fff} +body{-webkit-tap-highlight-color:transparent!important} +.webix_abslayout{position:relative} +.webix_abslayout>.webix_view{position:absolute} +.webix_layout_space,.webix_layout_wide{background-color:#ddd} +.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} +.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} +.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} +.webix_disabled_view{overflow:hidden!important} +body.webix_full_screen{margin:0;padding:0;overflow:hidden} +.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_clean{background:0 0} +.webix_clean .webix_template{padding:0} +.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:11.25px;color:#444;font-size:10px;text-transform:uppercase;line-height:45px} +.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} +.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ddd} +.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} +.webix_header>div{padding-left:10px;color:#fff;font-size:18px;background:#3498db;line-height:43px;line-height:45px;padding-top:0;padding-bottom:0} +.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} +.webix_header>div .webix_el_label{font-size:18px} +.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_header>div .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_header>div .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_header>div .webix_inp_counter_next:hover,.webix_header>div .webix_inp_counter_prev:hover,.webix_header>div .webix_segment_0:hover,.webix_header>div .webix_segment_1:hover,.webix_header>div .webix_segment_N:hover,.webix_header>div .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webix_segment_0:active,.webix_header>div .webix_segment_1:active,.webix_header>div .webix_segment_N:active,.webix_header>div .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_inp_counter_next:focus,.webix_header>div .webix_inp_counter_prev:focus,.webix_header>div .webix_segment_0:focus,.webix_header>div .webix_segment_1:focus,.webix_header>div .webix_segment_N:focus,.webix_header>div .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_header>div .webix_inp_static,.webix_header>div input[type=text]{border-color:#fff} +.webix_header>div .webix_inp_static:focus,.webix_header>div input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_header>div .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_header>div .webix_input_icon:active,.webix_header>div .webix_input_icon:focus,.webix_header>div .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_header>div .webix_pressed .webix_el_arrow,.webix_header>div .webix_pressed .webix_inp_counter_next,.webix_header>div .webix_pressed .webix_inp_counter_prev,.webix_header>div .webix_pressed .webix_input_icon,.webix_header>div .webix_pressed .webix_segment_0,.webix_header>div .webix_pressed .webix_segment_1,.webix_header>div .webix_pressed .webix_segment_N,.webix_header>div .webix_pressed .webixtype_base,.webix_header>div .webix_pressed .webixtype_next,.webix_header>div .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_header>div .webix_selected.webix_segment_0:hover,.webix_header>div .webix_selected.webix_segment_1:hover,.webix_header>div .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_header>div .webix_selected.webix_segment_0:active,.webix_header>div .webix_selected.webix_segment_0:focus,.webix_header>div .webix_selected.webix_segment_1:active,.webix_header>div .webix_selected.webix_segment_1:focus,.webix_header>div .webix_selected.webix_segment_N:active,.webix_header>div .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_img_btn:focus,.webix_header>div .webix_img_btn_top:focus{background-color:#2489cc} +.webix_header>div .webix_img_btn:hover,.webix_header>div .webix_img_btn_top:hover{background-color:#268fd5} +.webix_header>div .webix_icon_button{border-radius:6px} +.webix_header>div .webix_el_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_header>div .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_header>div .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_header>div .webix_el_box .webix_img_btn_abs:hover,.webix_header>div .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_header>div .webix_control{border-color:#3498db} +.webix_header>div .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top{border-width:0} +.webix_spacer{background:0 0} +.webix_view_animate{position:relative;width:100%;height:100%} +x\:ui{display:none} +.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} +.webix_flexlayout>div{display:block!important} +.webix_view_align{background:0 0} +.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline:#bfbfbf dotted 1px} +.webix_view a.webix_list_item:active,.webix_view div.webix_inp_static:focus,.webix_view div:active,.webix_view span:active,button,input,select,textarea{outline:0} +.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} +.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #ebebeb} +.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:e-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_x .webix_handle_content{border-width:0 1px} +.webix_resize_origin_x{cursor:e-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} +.webix_resize_handle_y{cursor:n-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} +.webix_resize_handle_y .webix_handle_content{border-width:1px 0} +.webix_resize_origin_y{cursor:n-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} +.webix_resizer.webix_disabled_view{cursor:default} +.webix_resizer_vy{cursor:n-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat} +.webix_resizer_vx{cursor:e-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat} +.webix_resizer_y{cursor:n-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) center center no-repeat #fff} +.webix_resizer_x{cursor:e-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) center center no-repeat #fff} +.webix_accordionitem_body{position:relative} +.webix_accordionitem_header{border-bottom:1px solid #ddd;position:relative;z-index:2;color:#fff;font-size:18px;background:#3498db;line-height:43px;cursor:pointer;overflow:hidden} +.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} +.webix_accordionitem_header .webix_el_label{font-size:18px} +.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_accordionitem_header .webix_inp_counter_next:hover,.webix_accordionitem_header .webix_inp_counter_prev:hover,.webix_accordionitem_header .webix_segment_0:hover,.webix_accordionitem_header .webix_segment_1:hover,.webix_accordionitem_header .webix_segment_N:hover,.webix_accordionitem_header .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webix_segment_0:active,.webix_accordionitem_header .webix_segment_1:active,.webix_accordionitem_header .webix_segment_N:active,.webix_accordionitem_header .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_inp_counter_next:focus,.webix_accordionitem_header .webix_inp_counter_prev:focus,.webix_accordionitem_header .webix_segment_0:focus,.webix_accordionitem_header .webix_segment_1:focus,.webix_accordionitem_header .webix_segment_N:focus,.webix_accordionitem_header .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_accordionitem_header .webix_inp_static,.webix_accordionitem_header input[type=text]{border-color:#fff} +.webix_accordionitem_header .webix_inp_static:focus,.webix_accordionitem_header input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_accordionitem_header .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_accordionitem_header .webix_input_icon:active,.webix_accordionitem_header .webix_input_icon:focus,.webix_accordionitem_header .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_accordionitem_header .webix_pressed .webix_el_arrow,.webix_accordionitem_header .webix_pressed .webix_inp_counter_next,.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev,.webix_accordionitem_header .webix_pressed .webix_input_icon,.webix_accordionitem_header .webix_pressed .webix_segment_0,.webix_accordionitem_header .webix_pressed .webix_segment_1,.webix_accordionitem_header .webix_pressed .webix_segment_N,.webix_accordionitem_header .webix_pressed .webixtype_base,.webix_accordionitem_header .webix_pressed .webixtype_next,.webix_accordionitem_header .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_accordionitem_header .webix_selected.webix_segment_0:hover,.webix_accordionitem_header .webix_selected.webix_segment_1:hover,.webix_accordionitem_header .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_accordionitem_header .webix_selected.webix_segment_0:active,.webix_accordionitem_header .webix_selected.webix_segment_0:focus,.webix_accordionitem_header .webix_selected.webix_segment_1:active,.webix_accordionitem_header .webix_selected.webix_segment_1:focus,.webix_accordionitem_header .webix_selected.webix_segment_N:active,.webix_accordionitem_header .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_img_btn:focus,.webix_accordionitem_header .webix_img_btn_top:focus{background-color:#2489cc} +.webix_accordionitem_header .webix_img_btn:hover,.webix_accordionitem_header .webix_img_btn_top:hover{background-color:#268fd5} +.webix_accordionitem_header .webix_icon_button{border-radius:6px} +.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover,.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_accordionitem_header .webix_control{border-color:#3498db} +.webix_accordionitem_header .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top{border-width:0} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} +.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} +.webix_accordionitem_label{height:100%;padding-left:10px} +.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 13.5px} +.webix_carousel{position:relative} +.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} +.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} +.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} +.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} +.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} +.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} +.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} +.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} +.webix_nav_panel_corner{right:73px} +.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} +.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} +.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_panel_side{margin:0 auto;left:0;width:100%} +.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} +.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} +.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} +.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} +.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} +.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} +.webix_dark .webix_nav_inactive div{background-color:#95a5a6} +.webix_dark .webix_nav_active div{background-color:#7f8c8d} +.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} +.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} +.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} +.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} +.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb} +.webix_list_item.webix_invalid{background-color:#fee} +.webix_list_item.webix_selected{color:#fff;background:#27ae60} +.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebebeb;padding:2px 10px} +.webix_group{position:relative} +.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d2e3ef;font-size:15px;color:#4a4a4a} +.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#666;font-size:18px;font-family:FontAwesome} +.webix_arrow_icon:before{content:'\f105'} +.webix_group_back{padding-left:29px} +.webix_group_back .webix_arrow_icon{left:11px} +.webix_group_back .webix_arrow_icon:before{content:'\f104'} +.dhx_pagelist{position:relative} +.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} +.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d2e3ef} +.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#ebebeb} +.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_list-x .webix_scroll_cont{display:inline} +.webix_view.webix_list-x{white-space:nowrap} +.webix_list_item.webix_disabled{color:#8b949e} +.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} +.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} +.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:32px;border:1px solid #ddd;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:15px} +.webix_pager_item_selected{cursor:default;background-color:#27ae60;border:1px solid #ebebeb} +.webix_animation .webix_ss_header{position:relative;z-index:10} +.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} +.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb;border-right:1px solid #ebebeb} +.webix_dataview_item.webix_selected{color:#fff;background:#27ae60;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb} +.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;overflow:hidden;z-index:1} +.webix_chart canvas{position:absolute} +.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} +.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} +.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} +.webix_axis_item_x{padding-top:2px} +.webix_axis_title_x{text-align:center;font-size:13px} +.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} +.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} +.webix_chart_legend{position:absolute;z-index:1000} +.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} +.webix_chart_legend_item.hidden{color:#e6e6e6} +.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} +.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#999;font-size:12px} +.webix_axis_item_x,.webix_axis_item_y{color:#999} +.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} +.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} +.webix_wresize_cursor{cursor:w-resize} +.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} +.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} +.webix_vscroll_body{width:16px;height:16px} +.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} +.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} +.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} +.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} +.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} +.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} +.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} +.webix_c_scroll_bar_y{height:100%;width:10px;right:0} +.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} +.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} +.webix_scroll_touch_ie{touch-action:none} +.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} +.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:'PT Sans',Tahoma;font-size:15px;color:#666} +.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} +.webix_dt_editor select{padding-right:0;padding-left:5px} +.webix_clipbuffer{width:1px;height:1px;left:3px;top:3px;position:fixed;white-space:nowrap;filter:alpha(opacity=0);opacity:0} +.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} +.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px 5px 10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} +.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} +.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} +.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} +.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} +.webix_button,.webix_info,.webix_popup_button{cursor:pointer} +.webix_popup_text{overflow:hidden} +.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} +.webix_button,.webix_popup_button{height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:6px} +.webix_popup_button div{border-radius:6px} +.webix_popup_button{min-width:100px} +div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} +.webix_info img,.webix_modal_box img{float:left;margin-right:20px} +.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} +.webix_alert_error,.webix_confirm_error{border:1px solid red} +.webix_button,.webix_popup_button{border:1px solid #ddd} +.webix_button input,.webix_popup_button div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;height:30px;line-height:30px} +.webix_popup_button.confirm div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} +.webix_popup_text{margin:0 0 5px;padding-top:25px;color:#666;min-height:60px} +.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} +.webix_info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} +.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} +.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} +.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #ddd;background-color:#fff;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;pointer-events:none} +.webix_drag_zone .borderless{padding:2px 20px 2px 2px} +.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} +.webix_transparent{opacity:0} +.webix_column{position:absolute;top:0} +.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} +.webix_hcell{width:100%;overflow:hidden} +.webix_ss_body{overflow:hidden;position:relative} +.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} +.webix_ss_center,.webix_ss_right{position:relative} +.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} +.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} +.webix_ss_hscroll{bottom:0} +.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} +.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #ddd;z-index:1} +.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #b0cee3;border-bottom:1px solid #ddd;z-index:1} +.webix_dtable{position:relative;cursor:default;z-index:0} +.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} +.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_block_selection{position:absolute} +.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_hcell.webix_ss_filter{padding:3px 5px} +.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#666!important;height:39px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #ddd;line-height:32px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_richfilter{margin-top:1px;line-height:32px} +.webix_ss_filter select{padding:3px} +.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#4a4a4a;background:#d2e3ef} +.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} +.webix_hcell{padding:0 10px;text-align:left} +.webix_ss_header td{border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} +.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} +.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #ddd} +.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #ddd} +.webix_last_topcell.webix_cell{border-bottom:1px solid #ddd} +.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;padding:0 10px;border-bottom:1px solid #ebebeb} +.webix_column{text-align:left} +.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} +.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebebeb} +.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} +.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_dd_drag_column{padding:5px 10px} +.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#666} +.webix_ss_header table,.webix_ss_header td,.webix_ss_header th{padding:0;margin:0} +.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} +.webix_invalid_cell{position:relative} +.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} +.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#27ae60} +.webix_column>div.webix_cell_select{border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-top:0;padding-left:9px} +.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} +.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebebeb;padding-top:0} +.webix_column>div.webix_column_select{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} +.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#27ae60} +.webix_dtable_colrow,.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} +.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} +.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0 0 0 10px;box-sizing:border-box} +.number .webix_cell{text-align:right} +.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} +.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} +.webix_span_layer{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} +.webix_dtable_span{position:absolute;background:#fff} +.webix_dtable_span.webix_selected{color:#fff;background:#27ae60} +.webix_hcell span.webix_input_icon{background-color:#b0cee3} +.webix_area_selection_layer{position:absolute;z-index:1} +.webix_area_selection{position:absolute;background:#666} +.webix_area_selection_bottom,.webix_area_selection_top{height:2px} +.webix_area_selection_left,.webix_area_selection_right{width:2px} +.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#666;cursor:crosshair;margin:-6px 0 0 -6px} +.webix_topcell{position:relative;background:#fff;z-index:1} +.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} +.webix_win_body{overflow:hidden} +.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} +.webix_win_head{border-bottom:1px solid silver} +.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:18px;background:#3498db;padding:0;text-align:center;line-height:45px} +.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_label{font-size:18px} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:hover,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_N:hover,.webix_win_head>.webix_view>.webix_template .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:focus,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_N:focus,.webix_win_head>.webix_view>.webix_template .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static,.webix_win_head>.webix_view>.webix_template input[type=text]{border-color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_inp_static:focus,.webix_win_head>.webix_view>.webix_template input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_win_head>.webix_view>.webix_template .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_input_icon:active,.webix_win_head>.webix_view>.webix_template .webix_input_icon:focus,.webix_win_head>.webix_view>.webix_template .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_base,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:focus,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:focus{background-color:#2489cc} +.webix_win_head>.webix_view>.webix_template .webix_img_btn:hover,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:hover{background-color:#268fd5} +.webix_win_head>.webix_view>.webix_template .webix_icon_button{border-radius:6px} +.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:hover,.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_win_head>.webix_view>.webix_template .webix_control{border-color:#3498db} +.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top{border-width:0} +.webix_win_content{height:auto;width:auto;overflow:hidden} +.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} +.webix_point_bottom,.webix_point_top{width:13px;height:7px} +.webix_point_left,.webix_point_right{width:7px;height:13px} +.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} +.webix_point_top{background-position:0 -36px} +.webix_point_bottom{background-position:0 0} +.webix_point_right{background-position:0 -22px} +.webix_point_left{background-position:0 -9px} +.webix_resize_handle{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} +.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3498db;display:block;border:1px solid #196090;box-shadow:1px 3px 6px #000} +.webix_resize_cursor{cursor:nw-resize} +.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} +.webix_tree_item{clear:both;height:28px;line-height:28px;white-space:nowrap} +.webix_tree_item.webix_selected{background:0 0} +.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#27ae60} +.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} +.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} +.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} +.webix_measure_size div{margin-left:-5px;float:none} +.webix_measure_size a,.webix_measure_size div{display:inline-block!important} +.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} +.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} +.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} +.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} +.webix_tree_leaves .webix_tree_leaves{margin-left:18px} +.webixLineTree .webix_tree_leaves{margin-left:0} +.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} +.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} +.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} +.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} +.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} +.webix_tree_img{background:0 0;float:left;width:25px;height:28px} +.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} +.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} +.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} +.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} +.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} +.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} +.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7)} +.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw==);background-repeat:no-repeat} +.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw==)} +.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw==)} +.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} +.webix_tree_img{background-color:#fff} +.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} +.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} +.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} +.webix_view>.webix_cal_header{margin:0 17px 10px;height:auto} +.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#666;border-bottom:#cecece 1px solid;margin-bottom:7px} +.webix_cal_body{margin:0 17px} +.webix_cal_body .webix_cal_row{clear:both} +.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#27ae60} +.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#666;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_week_num{color:#bfbfbf;cursor:default;margin-right:0;border-right:1px solid #cecece} +.webix_cal_event{font-weight:700} +.webix_cal_inactive{background:#888} +.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#f0f0f0} +.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} +.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_selected{background:#27ae60;color:#fff} +.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} +.webix_cal_icons{float:right;padding:4px} +.webix_cal_time{padding:2px 4px} +.webix_cal_time_icons{float:left} +.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} +.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3498db} +.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#666;cursor:default} +.webix_time_header{padding:17px 17px 1px} +.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd} +.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} +.webix_time_header .webix_cal_hours{border-right:none!important} +.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} +.webix_cal_body .webix_minutes{float:left;padding-left:1px} +.webix_cal_block_empty{float:left;text-align:center} +.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0;cursor:pointer} +.webix_cal_done{margin-top:3px;border-radius:6px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;float:right} +.webix_cal_blurred_hours{background-color:#f7f7f7} +.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} +.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} +.webix_property_label{border-right:1px solid #ddd} +.webix_property_label_line{padding-left:10px;color:#fff;font-size:18px;background:#3498db;border-bottom:1px solid #ebebeb;line-height:28px} +.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} +.webix_property_label_line .webix_el_label{font-size:18px} +.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_property_label_line .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_property_label_line .webix_inp_counter_next:hover,.webix_property_label_line .webix_inp_counter_prev:hover,.webix_property_label_line .webix_segment_0:hover,.webix_property_label_line .webix_segment_1:hover,.webix_property_label_line .webix_segment_N:hover,.webix_property_label_line .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webix_segment_0:active,.webix_property_label_line .webix_segment_1:active,.webix_property_label_line .webix_segment_N:active,.webix_property_label_line .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_inp_counter_next:focus,.webix_property_label_line .webix_inp_counter_prev:focus,.webix_property_label_line .webix_segment_0:focus,.webix_property_label_line .webix_segment_1:focus,.webix_property_label_line .webix_segment_N:focus,.webix_property_label_line .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_property_label_line .webix_inp_static,.webix_property_label_line input[type=text]{border-color:#fff} +.webix_property_label_line .webix_inp_static:focus,.webix_property_label_line input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_property_label_line .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_property_label_line .webix_input_icon:active,.webix_property_label_line .webix_input_icon:focus,.webix_property_label_line .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_property_label_line .webix_pressed .webix_el_arrow,.webix_property_label_line .webix_pressed .webix_inp_counter_next,.webix_property_label_line .webix_pressed .webix_inp_counter_prev,.webix_property_label_line .webix_pressed .webix_input_icon,.webix_property_label_line .webix_pressed .webix_segment_0,.webix_property_label_line .webix_pressed .webix_segment_1,.webix_property_label_line .webix_pressed .webix_segment_N,.webix_property_label_line .webix_pressed .webixtype_base,.webix_property_label_line .webix_pressed .webixtype_next,.webix_property_label_line .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_property_label_line .webix_selected.webix_segment_0:hover,.webix_property_label_line .webix_selected.webix_segment_1:hover,.webix_property_label_line .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_property_label_line .webix_selected.webix_segment_0:active,.webix_property_label_line .webix_selected.webix_segment_0:focus,.webix_property_label_line .webix_selected.webix_segment_1:active,.webix_property_label_line .webix_selected.webix_segment_1:focus,.webix_property_label_line .webix_selected.webix_segment_N:active,.webix_property_label_line .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_img_btn:focus,.webix_property_label_line .webix_img_btn_top:focus{background-color:#2489cc} +.webix_property_label_line .webix_img_btn:hover,.webix_property_label_line .webix_img_btn_top:hover{background-color:#268fd5} +.webix_property_label_line .webix_icon_button{border-radius:6px} +.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_property_label_line .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover,.webix_property_label_line .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_property_label_line .webix_control{border-color:#3498db} +.webix_property_label_line .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top{border-width:0} +.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} +.webix_property_col_ind{float:right;border:1px solid #ddd;border-radius:2px;width:30px;cursor:pointer;height:13px;margin:3px 10px 3px 0} +.webix_property_value{text-overflow:ellipsis;white-space:nowrap} +.webix_property_check{margin-top:5px} +.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #ddd;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;border-radius:0;box-shadow:1px 1px 0 0 #CCC} +.webix_color_row{clear:both;white-space:nowrap} +.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} +.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} +.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} +.webix_daterange .webix_view{background-color:#fff} +.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} +.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} +.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} +.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} +.webix_cal_range_start{border-radius:3px 0 0 3px} +.webix_cal_range_end{border-radius:0 3px 3px 0} +.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#27ae60;color:#fff} +.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ccc} +.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} +.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #ddd} +.webix_daterange .webix_cal_time{display:none} +.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} +.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} +.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} +.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} +.webix_view.webix_toolbar .webix_el_button{background:0 0} +.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;-webkit-appearance:none} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#666} +.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} +.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} +.webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} +.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} +.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute;z-index:1} +.webixtype_next,.webixtype_prev{position:absolute;z-index:2;top:0} +input.webixtype_prev{border-left-width:0;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} +input.webixtype_next{border-right-width:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0} +.webix_el_arrow{width:18px;height:18px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:#3498db;border:1px solid #ddd} +.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} +.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} +.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} +.webix_img_btn_abs .webix_icon{margin-left:8px} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} +.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} +.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} +.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} +.webix_img_btn,.webix_img_btn_abs{padding:0} +.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} +.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} +.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} +.webix_img_btn_top{text-align:center;background-repeat:no-repeat} +.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} +.webix_img_btn_abs{background-position:center center} +.webix_img_btn_top{background-position:center top;vertical-align:top} +.webix_img_btn_abs .webix_img_btn_text{bottom:8px} +.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} +.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} +.webix_control .webix_disabled_box .webix_image{opacity:.4} +.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} +.webixbutton{width:auto;height:auto;padding:8px 15px} +.webix_richtext_editor{height:100%} +.webix_template .webix_richtext_editor:focus{outline:0} +.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} +.webix_control{background:0 0} +.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} +.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #ddd;color:#666;font-size:15px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#666;text-transform:none;font-size:15px} +.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} +.webix_inp_top_label{float:none;padding:3px 2px 0} +.webix_inp_bottom_label{font-size:13px;color:#737373} +.webix_label_right{padding-left:7.5px} +.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} +.webix_el_label{color:#666;line-height:32px;padding:3px 2px} +.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} +.webix_el_select select{height:100%;font-size:15px;border:1px solid #ddd} +body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} +.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} +.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #ddd;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} +.webix_inp_counter_value{font-size:15px;width:50px;color:#666;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} +.webix_inp_counter_prev{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_inp_counter_next{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_el_textarea textarea{border:1px solid #ddd;height:100%;margin:0;padding:5px 10px;color:#666;resize:none;font-size:15px} +.webix_el_textarea .webix_inp_label{padding-top:9.5px} +.webix_segment_0,.webix_segment_1{height:100%} +.webix_segment_0{-webkit-border-radius:6px 0 0 6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:6px 0 0 6px} +.webix_segment_N{height:100%;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.webix_segment_N:first-child{-webkit-border-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:6px} +.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;cursor:pointer;padding:0} +.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#27ae60;border-color:#27ae60} +.webix_inp_static{border:1px solid #ddd;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} +.webix_inp_static .webix_placeholder{color:#b3b3b3} +.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} +.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#666;position:relative} +.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#666;padding-right:24px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} +.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} +.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} +.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} +.webix_view button::-moz-focus-inner{padding:0;border:0} +.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} +.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} +.webix_line_break{clear:both} +.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} +.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} +.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} +.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} +.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} +.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:24px;height:24px;border-radius:6px} +.webix_el_search .webix_el_box{position:relative} +.webix_el_search span{position:absolute;right:19px;cursor:pointer;padding-left:7px} +.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} +.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} +.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} +.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} +.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_disabled_top_label{color:#aaa} +label.webix_required:after{padding-left:4px;content:"*";color:red} +.webix_multicombo .webix_inp_static{padding:0 3px} +.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#666;font-size:15px;font-family:'PT Sans',Tahoma;margin-left:7px} +.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} +.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} +.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} +.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px} +.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#404040;cursor:pointer} +.webix_multilist .webix_selected{background:#f2f2f2;color:#666} +.webix_el_tabbar{background:0 0} +.webix_all_tabs{height:100%;display:table} +.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_item_tab:first-child{border-left:1px solid #ddd} +.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #ddd;border-left-width:0;background:#a4b4bf;color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-radius:4px 4px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webixtype_bottom .webix_item_tab{border-radius:0} +.webix_item_tab.webix_selected{border-bottom-width:0;background:#3498db;color:#fff;border-color:#3498db} +.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px} +.webix_before_all_tabs{width:100%} +.webix_after_all_tabs{width:100%;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} +.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} +.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} +.webix_tab_more_icon .webix_icon{width:100%} +.webix_tab_list .webix_list_item:last-child{border-bottom:none} +.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} +.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} +.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} +.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} +.webix_menu-x .webix_list_item:first-child{margin-left:0} +.webix_menu-x .webix_submenu_icon{top:13px} +.webix_menu-x{border:none;background:0 0} +.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #fff;border-left:0;background:#3498db;color:#fff;font-size:15px} +.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} +.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} +.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#268fd5} +.webix_menu-x .webix_list_item:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:4px 0 0 4px} +.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-radius:0 4px 4px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-radius:0 4px 4px 0} +.webix_menu{background:#fff;border:1px solid #ddd;border-radius:0} +.webix_menu .webix_list_item{display:block} +.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0} +.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #ddd} +.webix_menu .webix_submenu_icon{top:11px} +.webix_menu .webix_context_spacer{height:34px} +.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} +.webix_layout_toolbar{color:#fff;font-size:18px;background:#3498db} +.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar .webix_el_label{font-size:18px} +.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar .webix_segment_0:hover,.webix_layout_toolbar .webix_segment_1:hover,.webix_layout_toolbar .webix_segment_N:hover,.webix_layout_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webix_segment_0:active,.webix_layout_toolbar .webix_segment_1:active,.webix_layout_toolbar .webix_segment_N:active,.webix_layout_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar .webix_segment_0:focus,.webix_layout_toolbar .webix_segment_1:focus,.webix_layout_toolbar .webix_segment_N:focus,.webix_layout_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar .webix_inp_static,.webix_layout_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar .webix_inp_static:focus,.webix_layout_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar .webix_input_icon:active,.webix_layout_toolbar .webix_input_icon:focus,.webix_layout_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_img_btn:focus,.webix_layout_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar .webix_img_btn:hover,.webix_layout_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top{border-width:0} +.webix_toolbar.webix_layout_subbar{color:#fff;font-size:18px} +.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_label{font-size:18px} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover,.webix_toolbar.webix_layout_subbar .webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_segment_N:hover,.webix_toolbar.webix_layout_subbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus,.webix_toolbar.webix_layout_subbar .webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_segment_N:focus,.webix_toolbar.webix_layout_subbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static,.webix_toolbar.webix_layout_subbar input[type=text]{border-color:#fff} +.webix_toolbar.webix_layout_subbar .webix_inp_static:focus,.webix_toolbar.webix_layout_subbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_toolbar.webix_layout_subbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_input_icon:active,.webix_toolbar.webix_layout_subbar .webix_input_icon:focus,.webix_toolbar.webix_layout_subbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_img_btn:focus,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_toolbar.webix_layout_subbar .webix_img_btn:hover,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_toolbar.webix_layout_subbar .webix_icon_button{border-radius:6px} +.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover,.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_toolbar.webix_layout_subbar .webix_control{border-color:#3498db} +.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top{border-width:0} +.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} +.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} +.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} +.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} +.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} +.webix_upload_server{color:green} +.webix_remove_upload{float:right} +.cancel_icon{margin-top:8px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} +.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} +.webix_drop_file{background:#f4f4f4;position:relative} +.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} +.webix_fieldset fieldset{border:1px solid #c4c4c4;margin:0;padding:5px 8px} +.webix_fieldset legend{color:#666;font-size:12px} +.webix_forminput fieldset{border:none;margin:0;padding:0} +.webix_forminput legend{color:#666;line-height:32px;padding:3px 7.5px 3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left} +.webix_slider_box{position:relative;padding:15px 10px 0;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-radius:5px 0 0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;-webkit-border-radius:0 5px 5px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-radius:0 5px 5px 0;border:1px solid #eaeaea;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;top:9px;border-radius:8px} +.webix_slider_box .webix_slider_left{height:6px;border:1px solid #ccc;background:#3498db} +.webix_slider_box .webix_slider_right{height:6px;border-color:#ccc} +.webix_slider_box .webix_slider_handle{width:16px;height:16px;border:1px solid #ccc;background-color:#fff} +.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} +.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} +.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} +.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} +.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:20px;top:6.5px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} +.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #ccc;background:#3498db} +.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ccc} +.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#fff;border:1px solid #ccc} +.webix_slider_title{margin-bottom:-11px;text-align:center} +.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} +.webix_progress_bottom{bottom:0;top:auto;height:17px} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#27ae60;-moz-transition:width 3s;transition:width 3s} +.webix_progress_bottom .webix_progress_state{height:17px} +.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} +.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#b3b3b3} +.webix_gage{height:100%;width:100%;transform:rotate(180deg)} +.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} +.webix_gage_placeholder{margin-top:-20px} +.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px} +.webix_gage_min_range{left:-74px} +.webix_gage_max_range{right:-74px} +.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} +.webix_gage_range_info{font-size:1.2em;line-height:1} +.webix_gage-value{font-size:2.2em;color:#404040} +.webix_gage_gradient_point_animated{transition:transform 1.3s linear} +.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} +.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} +@keyframes gage_dash{to{stroke-dashoffset:0}} +.webix_bullet_name{width:100} +.webix_bullet_header{font-weight:700;font-size:15px} +.webix_bullet_subheader{font-size:15px} +.webix_bullet_scale{font-size:12px;font-weight:700} +.webix_organogram canvas{position:absolute} +.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px;box-sizing:border-box} +.webix_organogram_item.webix_selected{background-color:#27ae60;border-color:#27ae60} +.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} +.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} +/*! + * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} +.fa,.webix_icon,.webix_icon_btn,.webix_input_icon{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.fa-2x{font-size:2em} +.fa-3x{font-size:3em} +.fa-4x{font-size:4em} +.fa-5x{font-size:5em} +.fa-fw{width:1.28571429em;text-align:center} +.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.fa-ul>li{position:relative} +.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.fa-li.fa-lg{left:-1.85714286em} +.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em} +.fa-pull-left{float:left} +.fa-pull-right{float:right} +.fa.fa-pull-left{margin-right:.3em} +.fa.fa-pull-right{margin-left:.3em} +.pull-right{float:right} +.pull-left{float:left} +.fa.pull-left{margin-right:.3em} +.fa.pull-right{margin-left:.3em} +.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} +.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} +@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} +.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} +.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.fa-stack-1x{line-height:inherit} +.fa-stack-2x{font-size:2em} +.fa-inverse{color:#fff} +.fa-glass:before{content:"\f000"} +.fa-music:before{content:"\f001"} +.fa-search:before{content:"\f002"} +.fa-envelope-o:before{content:"\f003"} +.fa-heart:before{content:"\f004"} +.fa-star:before{content:"\f005"} +.fa-star-o:before{content:"\f006"} +.fa-user:before{content:"\f007"} +.fa-film:before{content:"\f008"} +.fa-th-large:before{content:"\f009"} +.fa-th:before{content:"\f00a"} +.fa-th-list:before{content:"\f00b"} +.fa-check:before{content:"\f00c"} +.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} +.fa-search-plus:before{content:"\f00e"} +.fa-search-minus:before{content:"\f010"} +.fa-power-off:before{content:"\f011"} +.fa-signal:before{content:"\f012"} +.fa-cog:before,.fa-gear:before{content:"\f013"} +.fa-trash-o:before{content:"\f014"} +.fa-home:before{content:"\f015"} +.fa-file-o:before{content:"\f016"} +.fa-clock-o:before{content:"\f017"} +.fa-road:before{content:"\f018"} +.fa-download:before{content:"\f019"} +.fa-arrow-circle-o-down:before{content:"\f01a"} +.fa-arrow-circle-o-up:before{content:"\f01b"} +.fa-inbox:before{content:"\f01c"} +.fa-play-circle-o:before{content:"\f01d"} +.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} +.fa-refresh:before{content:"\f021"} +.fa-list-alt:before{content:"\f022"} +.fa-lock:before{content:"\f023"} +.fa-flag:before{content:"\f024"} +.fa-headphones:before{content:"\f025"} +.fa-volume-off:before{content:"\f026"} +.fa-volume-down:before{content:"\f027"} +.fa-volume-up:before{content:"\f028"} +.fa-qrcode:before{content:"\f029"} +.fa-barcode:before{content:"\f02a"} +.fa-tag:before{content:"\f02b"} +.fa-tags:before{content:"\f02c"} +.fa-book:before{content:"\f02d"} +.fa-bookmark:before{content:"\f02e"} +.fa-print:before{content:"\f02f"} +.fa-camera:before{content:"\f030"} +.fa-font:before{content:"\f031"} +.fa-bold:before{content:"\f032"} +.fa-italic:before{content:"\f033"} +.fa-text-height:before{content:"\f034"} +.fa-text-width:before{content:"\f035"} +.fa-align-left:before{content:"\f036"} +.fa-align-center:before{content:"\f037"} +.fa-align-right:before{content:"\f038"} +.fa-align-justify:before{content:"\f039"} +.fa-list:before{content:"\f03a"} +.fa-dedent:before,.fa-outdent:before{content:"\f03b"} +.fa-indent:before{content:"\f03c"} +.fa-video-camera:before{content:"\f03d"} +.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} +.fa-pencil:before{content:"\f040"} +.fa-map-marker:before{content:"\f041"} +.fa-adjust:before{content:"\f042"} +.fa-tint:before{content:"\f043"} +.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} +.fa-share-square-o:before{content:"\f045"} +.fa-check-square-o:before{content:"\f046"} +.fa-arrows:before{content:"\f047"} +.fa-step-backward:before{content:"\f048"} +.fa-fast-backward:before{content:"\f049"} +.fa-backward:before{content:"\f04a"} +.fa-play:before{content:"\f04b"} +.fa-pause:before{content:"\f04c"} +.fa-stop:before{content:"\f04d"} +.fa-forward:before{content:"\f04e"} +.fa-fast-forward:before{content:"\f050"} +.fa-step-forward:before{content:"\f051"} +.fa-eject:before{content:"\f052"} +.fa-chevron-left:before{content:"\f053"} +.fa-chevron-right:before{content:"\f054"} +.fa-plus-circle:before{content:"\f055"} +.fa-minus-circle:before{content:"\f056"} +.fa-times-circle:before{content:"\f057"} +.fa-check-circle:before{content:"\f058"} +.fa-question-circle:before{content:"\f059"} +.fa-info-circle:before{content:"\f05a"} +.fa-crosshairs:before{content:"\f05b"} +.fa-times-circle-o:before{content:"\f05c"} +.fa-check-circle-o:before{content:"\f05d"} +.fa-ban:before{content:"\f05e"} +.fa-arrow-left:before{content:"\f060"} +.fa-arrow-right:before{content:"\f061"} +.fa-arrow-up:before{content:"\f062"} +.fa-arrow-down:before{content:"\f063"} +.fa-mail-forward:before,.fa-share:before{content:"\f064"} +.fa-expand:before{content:"\f065"} +.fa-compress:before{content:"\f066"} +.fa-plus:before{content:"\f067"} +.fa-minus:before{content:"\f068"} +.fa-asterisk:before{content:"\f069"} +.fa-exclamation-circle:before{content:"\f06a"} +.fa-gift:before{content:"\f06b"} +.fa-leaf:before{content:"\f06c"} +.fa-fire:before{content:"\f06d"} +.fa-eye:before{content:"\f06e"} +.fa-eye-slash:before{content:"\f070"} +.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} +.fa-plane:before{content:"\f072"} +.fa-calendar:before{content:"\f073"} +.fa-random:before{content:"\f074"} +.fa-comment:before{content:"\f075"} +.fa-magnet:before{content:"\f076"} +.fa-chevron-up:before{content:"\f077"} +.fa-chevron-down:before{content:"\f078"} +.fa-retweet:before{content:"\f079"} +.fa-shopping-cart:before{content:"\f07a"} +.fa-folder:before{content:"\f07b"} +.fa-folder-open:before{content:"\f07c"} +.fa-arrows-v:before{content:"\f07d"} +.fa-arrows-h:before{content:"\f07e"} +.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} +.fa-twitter-square:before{content:"\f081"} +.fa-facebook-square:before{content:"\f082"} +.fa-camera-retro:before{content:"\f083"} +.fa-key:before{content:"\f084"} +.fa-cogs:before,.fa-gears:before{content:"\f085"} +.fa-comments:before{content:"\f086"} +.fa-thumbs-o-up:before{content:"\f087"} +.fa-thumbs-o-down:before{content:"\f088"} +.fa-star-half:before{content:"\f089"} +.fa-heart-o:before{content:"\f08a"} +.fa-sign-out:before{content:"\f08b"} +.fa-linkedin-square:before{content:"\f08c"} +.fa-thumb-tack:before{content:"\f08d"} +.fa-external-link:before{content:"\f08e"} +.fa-sign-in:before{content:"\f090"} +.fa-trophy:before{content:"\f091"} +.fa-github-square:before{content:"\f092"} +.fa-upload:before{content:"\f093"} +.fa-lemon-o:before{content:"\f094"} +.fa-phone:before{content:"\f095"} +.fa-square-o:before{content:"\f096"} +.fa-bookmark-o:before{content:"\f097"} +.fa-phone-square:before{content:"\f098"} +.fa-twitter:before{content:"\f099"} +.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} +.fa-github:before{content:"\f09b"} +.fa-unlock:before{content:"\f09c"} +.fa-credit-card:before{content:"\f09d"} +.fa-feed:before,.fa-rss:before{content:"\f09e"} +.fa-hdd-o:before{content:"\f0a0"} +.fa-bullhorn:before{content:"\f0a1"} +.fa-bell:before{content:"\f0f3"} +.fa-certificate:before{content:"\f0a3"} +.fa-hand-o-right:before{content:"\f0a4"} +.fa-hand-o-left:before{content:"\f0a5"} +.fa-hand-o-up:before{content:"\f0a6"} +.fa-hand-o-down:before{content:"\f0a7"} +.fa-arrow-circle-left:before{content:"\f0a8"} +.fa-arrow-circle-right:before{content:"\f0a9"} +.fa-arrow-circle-up:before{content:"\f0aa"} +.fa-arrow-circle-down:before{content:"\f0ab"} +.fa-globe:before{content:"\f0ac"} +.fa-wrench:before{content:"\f0ad"} +.fa-tasks:before{content:"\f0ae"} +.fa-filter:before{content:"\f0b0"} +.fa-briefcase:before{content:"\f0b1"} +.fa-arrows-alt:before{content:"\f0b2"} +.fa-group:before,.fa-users:before{content:"\f0c0"} +.fa-chain:before,.fa-link:before{content:"\f0c1"} +.fa-cloud:before{content:"\f0c2"} +.fa-flask:before{content:"\f0c3"} +.fa-cut:before,.fa-scissors:before{content:"\f0c4"} +.fa-copy:before,.fa-files-o:before{content:"\f0c5"} +.fa-paperclip:before{content:"\f0c6"} +.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} +.fa-square:before{content:"\f0c8"} +.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} +.fa-list-ul:before{content:"\f0ca"} +.fa-list-ol:before{content:"\f0cb"} +.fa-strikethrough:before{content:"\f0cc"} +.fa-underline:before{content:"\f0cd"} +.fa-table:before{content:"\f0ce"} +.fa-magic:before{content:"\f0d0"} +.fa-truck:before{content:"\f0d1"} +.fa-pinterest:before{content:"\f0d2"} +.fa-pinterest-square:before{content:"\f0d3"} +.fa-google-plus-square:before{content:"\f0d4"} +.fa-google-plus:before{content:"\f0d5"} +.fa-money:before{content:"\f0d6"} +.fa-caret-down:before{content:"\f0d7"} +.fa-caret-up:before{content:"\f0d8"} +.fa-caret-left:before{content:"\f0d9"} +.fa-caret-right:before{content:"\f0da"} +.fa-columns:before{content:"\f0db"} +.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} +.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} +.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} +.fa-envelope:before{content:"\f0e0"} +.fa-linkedin:before{content:"\f0e1"} +.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} +.fa-gavel:before,.fa-legal:before{content:"\f0e3"} +.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} +.fa-comment-o:before{content:"\f0e5"} +.fa-comments-o:before{content:"\f0e6"} +.fa-bolt:before,.fa-flash:before{content:"\f0e7"} +.fa-sitemap:before{content:"\f0e8"} +.fa-umbrella:before{content:"\f0e9"} +.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} +.fa-lightbulb-o:before{content:"\f0eb"} +.fa-exchange:before{content:"\f0ec"} +.fa-cloud-download:before{content:"\f0ed"} +.fa-cloud-upload:before{content:"\f0ee"} +.fa-user-md:before{content:"\f0f0"} +.fa-stethoscope:before{content:"\f0f1"} +.fa-suitcase:before{content:"\f0f2"} +.fa-bell-o:before{content:"\f0a2"} +.fa-coffee:before{content:"\f0f4"} +.fa-cutlery:before{content:"\f0f5"} +.fa-file-text-o:before{content:"\f0f6"} +.fa-building-o:before{content:"\f0f7"} +.fa-hospital-o:before{content:"\f0f8"} +.fa-ambulance:before{content:"\f0f9"} +.fa-medkit:before{content:"\f0fa"} +.fa-fighter-jet:before{content:"\f0fb"} +.fa-beer:before{content:"\f0fc"} +.fa-h-square:before{content:"\f0fd"} +.fa-plus-square:before{content:"\f0fe"} +.fa-angle-double-left:before{content:"\f100"} +.fa-angle-double-right:before{content:"\f101"} +.fa-angle-double-up:before{content:"\f102"} +.fa-angle-double-down:before{content:"\f103"} +.fa-angle-left:before{content:"\f104"} +.fa-angle-right:before{content:"\f105"} +.fa-angle-up:before{content:"\f106"} +.fa-angle-down:before{content:"\f107"} +.fa-desktop:before{content:"\f108"} +.fa-laptop:before{content:"\f109"} +.fa-tablet:before{content:"\f10a"} +.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} +.fa-circle-o:before{content:"\f10c"} +.fa-quote-left:before{content:"\f10d"} +.fa-quote-right:before{content:"\f10e"} +.fa-spinner:before{content:"\f110"} +.fa-circle:before{content:"\f111"} +.fa-mail-reply:before,.fa-reply:before{content:"\f112"} +.fa-github-alt:before{content:"\f113"} +.fa-folder-o:before{content:"\f114"} +.fa-folder-open-o:before{content:"\f115"} +.fa-smile-o:before{content:"\f118"} +.fa-frown-o:before{content:"\f119"} +.fa-meh-o:before{content:"\f11a"} +.fa-gamepad:before{content:"\f11b"} +.fa-keyboard-o:before{content:"\f11c"} +.fa-flag-o:before{content:"\f11d"} +.fa-flag-checkered:before{content:"\f11e"} +.fa-terminal:before{content:"\f120"} +.fa-code:before{content:"\f121"} +.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} +.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} +.fa-location-arrow:before{content:"\f124"} +.fa-crop:before{content:"\f125"} +.fa-code-fork:before{content:"\f126"} +.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} +.fa-question:before{content:"\f128"} +.fa-info:before{content:"\f129"} +.fa-exclamation:before{content:"\f12a"} +.fa-superscript:before{content:"\f12b"} +.fa-subscript:before{content:"\f12c"} +.fa-eraser:before{content:"\f12d"} +.fa-puzzle-piece:before{content:"\f12e"} +.fa-microphone:before{content:"\f130"} +.fa-microphone-slash:before{content:"\f131"} +.fa-shield:before{content:"\f132"} +.fa-calendar-o:before{content:"\f133"} +.fa-fire-extinguisher:before{content:"\f134"} +.fa-rocket:before{content:"\f135"} +.fa-maxcdn:before{content:"\f136"} +.fa-chevron-circle-left:before{content:"\f137"} +.fa-chevron-circle-right:before{content:"\f138"} +.fa-chevron-circle-up:before{content:"\f139"} +.fa-chevron-circle-down:before{content:"\f13a"} +.fa-html5:before{content:"\f13b"} +.fa-css3:before{content:"\f13c"} +.fa-anchor:before{content:"\f13d"} +.fa-unlock-alt:before{content:"\f13e"} +.fa-bullseye:before{content:"\f140"} +.fa-ellipsis-h:before{content:"\f141"} +.fa-ellipsis-v:before{content:"\f142"} +.fa-rss-square:before{content:"\f143"} +.fa-play-circle:before{content:"\f144"} +.fa-ticket:before{content:"\f145"} +.fa-minus-square:before{content:"\f146"} +.fa-minus-square-o:before{content:"\f147"} +.fa-level-up:before{content:"\f148"} +.fa-level-down:before{content:"\f149"} +.fa-check-square:before{content:"\f14a"} +.fa-pencil-square:before{content:"\f14b"} +.fa-external-link-square:before{content:"\f14c"} +.fa-share-square:before{content:"\f14d"} +.fa-compass:before{content:"\f14e"} +.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} +.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} +.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} +.fa-eur:before,.fa-euro:before{content:"\f153"} +.fa-gbp:before{content:"\f154"} +.fa-dollar:before,.fa-usd:before{content:"\f155"} +.fa-inr:before,.fa-rupee:before{content:"\f156"} +.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} +.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} +.fa-krw:before,.fa-won:before{content:"\f159"} +.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} +.fa-file:before{content:"\f15b"} +.fa-file-text:before{content:"\f15c"} +.fa-sort-alpha-asc:before{content:"\f15d"} +.fa-sort-alpha-desc:before{content:"\f15e"} +.fa-sort-amount-asc:before{content:"\f160"} +.fa-sort-amount-desc:before{content:"\f161"} +.fa-sort-numeric-asc:before{content:"\f162"} +.fa-sort-numeric-desc:before{content:"\f163"} +.fa-thumbs-up:before{content:"\f164"} +.fa-thumbs-down:before{content:"\f165"} +.fa-youtube-square:before{content:"\f166"} +.fa-youtube:before{content:"\f167"} +.fa-xing:before{content:"\f168"} +.fa-xing-square:before{content:"\f169"} +.fa-youtube-play:before{content:"\f16a"} +.fa-dropbox:before{content:"\f16b"} +.fa-stack-overflow:before{content:"\f16c"} +.fa-instagram:before{content:"\f16d"} +.fa-flickr:before{content:"\f16e"} +.fa-adn:before{content:"\f170"} +.fa-bitbucket:before{content:"\f171"} +.fa-bitbucket-square:before{content:"\f172"} +.fa-tumblr:before{content:"\f173"} +.fa-tumblr-square:before{content:"\f174"} +.fa-long-arrow-down:before{content:"\f175"} +.fa-long-arrow-up:before{content:"\f176"} +.fa-long-arrow-left:before{content:"\f177"} +.fa-long-arrow-right:before{content:"\f178"} +.fa-apple:before{content:"\f179"} +.fa-windows:before{content:"\f17a"} +.fa-android:before{content:"\f17b"} +.fa-linux:before{content:"\f17c"} +.fa-dribbble:before{content:"\f17d"} +.fa-skype:before{content:"\f17e"} +.fa-foursquare:before{content:"\f180"} +.fa-trello:before{content:"\f181"} +.fa-female:before{content:"\f182"} +.fa-male:before{content:"\f183"} +.fa-gittip:before,.fa-gratipay:before{content:"\f184"} +.fa-sun-o:before{content:"\f185"} +.fa-moon-o:before{content:"\f186"} +.fa-archive:before{content:"\f187"} +.fa-bug:before{content:"\f188"} +.fa-vk:before{content:"\f189"} +.fa-weibo:before{content:"\f18a"} +.fa-renren:before{content:"\f18b"} +.fa-pagelines:before{content:"\f18c"} +.fa-stack-exchange:before{content:"\f18d"} +.fa-arrow-circle-o-right:before{content:"\f18e"} +.fa-arrow-circle-o-left:before{content:"\f190"} +.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} +.fa-dot-circle-o:before{content:"\f192"} +.fa-wheelchair:before{content:"\f193"} +.fa-vimeo-square:before{content:"\f194"} +.fa-try:before,.fa-turkish-lira:before{content:"\f195"} +.fa-plus-square-o:before{content:"\f196"} +.fa-space-shuttle:before{content:"\f197"} +.fa-slack:before{content:"\f198"} +.fa-envelope-square:before{content:"\f199"} +.fa-wordpress:before{content:"\f19a"} +.fa-openid:before{content:"\f19b"} +.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} +.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} +.fa-yahoo:before{content:"\f19e"} +.fa-google:before{content:"\f1a0"} +.fa-reddit:before{content:"\f1a1"} +.fa-reddit-square:before{content:"\f1a2"} +.fa-stumbleupon-circle:before{content:"\f1a3"} +.fa-stumbleupon:before{content:"\f1a4"} +.fa-delicious:before{content:"\f1a5"} +.fa-digg:before{content:"\f1a6"} +.fa-pied-piper-pp:before{content:"\f1a7"} +.fa-pied-piper-alt:before{content:"\f1a8"} +.fa-drupal:before{content:"\f1a9"} +.fa-joomla:before{content:"\f1aa"} +.fa-language:before{content:"\f1ab"} +.fa-fax:before{content:"\f1ac"} +.fa-building:before{content:"\f1ad"} +.fa-child:before{content:"\f1ae"} +.fa-paw:before{content:"\f1b0"} +.fa-spoon:before{content:"\f1b1"} +.fa-cube:before{content:"\f1b2"} +.fa-cubes:before{content:"\f1b3"} +.fa-behance:before{content:"\f1b4"} +.fa-behance-square:before{content:"\f1b5"} +.fa-steam:before{content:"\f1b6"} +.fa-steam-square:before{content:"\f1b7"} +.fa-recycle:before{content:"\f1b8"} +.fa-automobile:before,.fa-car:before{content:"\f1b9"} +.fa-cab:before,.fa-taxi:before{content:"\f1ba"} +.fa-tree:before{content:"\f1bb"} +.fa-spotify:before{content:"\f1bc"} +.fa-deviantart:before{content:"\f1bd"} +.fa-soundcloud:before{content:"\f1be"} +.fa-database:before{content:"\f1c0"} +.fa-file-pdf-o:before{content:"\f1c1"} +.fa-file-word-o:before{content:"\f1c2"} +.fa-file-excel-o:before{content:"\f1c3"} +.fa-file-powerpoint-o:before{content:"\f1c4"} +.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} +.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} +.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} +.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} +.fa-file-code-o:before{content:"\f1c9"} +.fa-vine:before{content:"\f1ca"} +.fa-codepen:before{content:"\f1cb"} +.fa-jsfiddle:before{content:"\f1cc"} +.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} +.fa-circle-o-notch:before{content:"\f1ce"} +.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} +.fa-empire:before,.fa-ge:before{content:"\f1d1"} +.fa-git-square:before{content:"\f1d2"} +.fa-git:before{content:"\f1d3"} +.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} +.fa-tencent-weibo:before{content:"\f1d5"} +.fa-qq:before{content:"\f1d6"} +.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} +.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} +.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} +.fa-history:before{content:"\f1da"} +.fa-circle-thin:before{content:"\f1db"} +.fa-header:before{content:"\f1dc"} +.fa-paragraph:before{content:"\f1dd"} +.fa-sliders:before{content:"\f1de"} +.fa-share-alt:before{content:"\f1e0"} +.fa-share-alt-square:before{content:"\f1e1"} +.fa-bomb:before{content:"\f1e2"} +.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} +.fa-tty:before{content:"\f1e4"} +.fa-binoculars:before{content:"\f1e5"} +.fa-plug:before{content:"\f1e6"} +.fa-slideshare:before{content:"\f1e7"} +.fa-twitch:before{content:"\f1e8"} +.fa-yelp:before{content:"\f1e9"} +.fa-newspaper-o:before{content:"\f1ea"} +.fa-wifi:before{content:"\f1eb"} +.fa-calculator:before{content:"\f1ec"} +.fa-paypal:before{content:"\f1ed"} +.fa-google-wallet:before{content:"\f1ee"} +.fa-cc-visa:before{content:"\f1f0"} +.fa-cc-mastercard:before{content:"\f1f1"} +.fa-cc-discover:before{content:"\f1f2"} +.fa-cc-amex:before{content:"\f1f3"} +.fa-cc-paypal:before{content:"\f1f4"} +.fa-cc-stripe:before{content:"\f1f5"} +.fa-bell-slash:before{content:"\f1f6"} +.fa-bell-slash-o:before{content:"\f1f7"} +.fa-trash:before{content:"\f1f8"} +.fa-copyright:before{content:"\f1f9"} +.fa-at:before{content:"\f1fa"} +.fa-eyedropper:before{content:"\f1fb"} +.fa-paint-brush:before{content:"\f1fc"} +.fa-birthday-cake:before{content:"\f1fd"} +.fa-area-chart:before{content:"\f1fe"} +.fa-pie-chart:before{content:"\f200"} +.fa-line-chart:before{content:"\f201"} +.fa-lastfm:before{content:"\f202"} +.fa-lastfm-square:before{content:"\f203"} +.fa-toggle-off:before{content:"\f204"} +.fa-toggle-on:before{content:"\f205"} +.fa-bicycle:before{content:"\f206"} +.fa-bus:before{content:"\f207"} +.fa-ioxhost:before{content:"\f208"} +.fa-angellist:before{content:"\f209"} +.fa-cc:before{content:"\f20a"} +.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} +.fa-meanpath:before{content:"\f20c"} +.fa-buysellads:before{content:"\f20d"} +.fa-connectdevelop:before{content:"\f20e"} +.fa-dashcube:before{content:"\f210"} +.fa-forumbee:before{content:"\f211"} +.fa-leanpub:before{content:"\f212"} +.fa-sellsy:before{content:"\f213"} +.fa-shirtsinbulk:before{content:"\f214"} +.fa-simplybuilt:before{content:"\f215"} +.fa-skyatlas:before{content:"\f216"} +.fa-cart-plus:before{content:"\f217"} +.fa-cart-arrow-down:before{content:"\f218"} +.fa-diamond:before{content:"\f219"} +.fa-ship:before{content:"\f21a"} +.fa-user-secret:before{content:"\f21b"} +.fa-motorcycle:before{content:"\f21c"} +.fa-street-view:before{content:"\f21d"} +.fa-heartbeat:before{content:"\f21e"} +.fa-venus:before{content:"\f221"} +.fa-mars:before{content:"\f222"} +.fa-mercury:before{content:"\f223"} +.fa-intersex:before,.fa-transgender:before{content:"\f224"} +.fa-transgender-alt:before{content:"\f225"} +.fa-venus-double:before{content:"\f226"} +.fa-mars-double:before{content:"\f227"} +.fa-venus-mars:before{content:"\f228"} +.fa-mars-stroke:before{content:"\f229"} +.fa-mars-stroke-v:before{content:"\f22a"} +.fa-mars-stroke-h:before{content:"\f22b"} +.fa-neuter:before{content:"\f22c"} +.fa-genderless:before{content:"\f22d"} +.fa-facebook-official:before{content:"\f230"} +.fa-pinterest-p:before{content:"\f231"} +.fa-whatsapp:before{content:"\f232"} +.fa-server:before{content:"\f233"} +.fa-user-plus:before{content:"\f234"} +.fa-user-times:before{content:"\f235"} +.fa-bed:before,.fa-hotel:before{content:"\f236"} +.fa-viacoin:before{content:"\f237"} +.fa-train:before{content:"\f238"} +.fa-subway:before{content:"\f239"} +.fa-medium:before{content:"\f23a"} +.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} +.fa-optin-monster:before{content:"\f23c"} +.fa-opencart:before{content:"\f23d"} +.fa-expeditedssl:before{content:"\f23e"} +.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} +.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} +.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} +.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} +.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} +.fa-mouse-pointer:before{content:"\f245"} +.fa-i-cursor:before{content:"\f246"} +.fa-object-group:before{content:"\f247"} +.fa-object-ungroup:before{content:"\f248"} +.fa-sticky-note:before{content:"\f249"} +.fa-sticky-note-o:before{content:"\f24a"} +.fa-cc-jcb:before{content:"\f24b"} +.fa-cc-diners-club:before{content:"\f24c"} +.fa-clone:before{content:"\f24d"} +.fa-balance-scale:before{content:"\f24e"} +.fa-hourglass-o:before{content:"\f250"} +.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} +.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} +.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} +.fa-hourglass:before{content:"\f254"} +.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} +.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} +.fa-hand-scissors-o:before{content:"\f257"} +.fa-hand-lizard-o:before{content:"\f258"} +.fa-hand-spock-o:before{content:"\f259"} +.fa-hand-pointer-o:before{content:"\f25a"} +.fa-hand-peace-o:before{content:"\f25b"} +.fa-trademark:before{content:"\f25c"} +.fa-registered:before{content:"\f25d"} +.fa-creative-commons:before{content:"\f25e"} +.fa-gg:before{content:"\f260"} +.fa-gg-circle:before{content:"\f261"} +.fa-tripadvisor:before{content:"\f262"} +.fa-odnoklassniki:before{content:"\f263"} +.fa-odnoklassniki-square:before{content:"\f264"} +.fa-get-pocket:before{content:"\f265"} +.fa-wikipedia-w:before{content:"\f266"} +.fa-safari:before{content:"\f267"} +.fa-chrome:before{content:"\f268"} +.fa-firefox:before{content:"\f269"} +.fa-opera:before{content:"\f26a"} +.fa-internet-explorer:before{content:"\f26b"} +.fa-television:before,.fa-tv:before{content:"\f26c"} +.fa-contao:before{content:"\f26d"} +.fa-500px:before{content:"\f26e"} +.fa-amazon:before{content:"\f270"} +.fa-calendar-plus-o:before{content:"\f271"} +.fa-calendar-minus-o:before{content:"\f272"} +.fa-calendar-times-o:before{content:"\f273"} +.fa-calendar-check-o:before{content:"\f274"} +.fa-industry:before{content:"\f275"} +.fa-map-pin:before{content:"\f276"} +.fa-map-signs:before{content:"\f277"} +.fa-map-o:before{content:"\f278"} +.fa-map:before{content:"\f279"} +.fa-commenting:before{content:"\f27a"} +.fa-commenting-o:before{content:"\f27b"} +.fa-houzz:before{content:"\f27c"} +.fa-vimeo:before{content:"\f27d"} +.fa-black-tie:before{content:"\f27e"} +.fa-fonticons:before{content:"\f280"} +.fa-reddit-alien:before{content:"\f281"} +.fa-edge:before{content:"\f282"} +.fa-credit-card-alt:before{content:"\f283"} +.fa-codiepie:before{content:"\f284"} +.fa-modx:before{content:"\f285"} +.fa-fort-awesome:before{content:"\f286"} +.fa-usb:before{content:"\f287"} +.fa-product-hunt:before{content:"\f288"} +.fa-mixcloud:before{content:"\f289"} +.fa-scribd:before{content:"\f28a"} +.fa-pause-circle:before{content:"\f28b"} +.fa-pause-circle-o:before{content:"\f28c"} +.fa-stop-circle:before{content:"\f28d"} +.fa-stop-circle-o:before{content:"\f28e"} +.fa-shopping-bag:before{content:"\f290"} +.fa-shopping-basket:before{content:"\f291"} +.fa-hashtag:before{content:"\f292"} +.fa-bluetooth:before{content:"\f293"} +.fa-bluetooth-b:before{content:"\f294"} +.fa-percent:before{content:"\f295"} +.fa-gitlab:before{content:"\f296"} +.fa-wpbeginner:before{content:"\f297"} +.fa-wpforms:before{content:"\f298"} +.fa-envira:before{content:"\f299"} +.fa-universal-access:before{content:"\f29a"} +.fa-wheelchair-alt:before{content:"\f29b"} +.fa-question-circle-o:before{content:"\f29c"} +.fa-blind:before{content:"\f29d"} +.fa-audio-description:before{content:"\f29e"} +.fa-volume-control-phone:before{content:"\f2a0"} +.fa-braille:before{content:"\f2a1"} +.fa-assistive-listening-systems:before{content:"\f2a2"} +.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} +.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} +.fa-glide:before{content:"\f2a5"} +.fa-glide-g:before{content:"\f2a6"} +.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} +.fa-low-vision:before{content:"\f2a8"} +.fa-viadeo:before{content:"\f2a9"} +.fa-viadeo-square:before{content:"\f2aa"} +.fa-snapchat:before{content:"\f2ab"} +.fa-snapchat-ghost:before{content:"\f2ac"} +.fa-snapchat-square:before{content:"\f2ad"} +.fa-pied-piper:before{content:"\f2ae"} +.fa-first-order:before{content:"\f2b0"} +.fa-yoast:before{content:"\f2b1"} +.fa-themeisle:before{content:"\f2b2"} +.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} +.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} +.fa-handshake-o:before{content:"\f2b5"} +.fa-envelope-open:before{content:"\f2b6"} +.fa-envelope-open-o:before{content:"\f2b7"} +.fa-linode:before{content:"\f2b8"} +.fa-address-book:before{content:"\f2b9"} +.fa-address-book-o:before{content:"\f2ba"} +.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} +.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} +.fa-user-circle:before{content:"\f2bd"} +.fa-user-circle-o:before{content:"\f2be"} +.fa-user-o:before{content:"\f2c0"} +.fa-id-badge:before{content:"\f2c1"} +.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} +.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} +.fa-quora:before{content:"\f2c4"} +.fa-free-code-camp:before{content:"\f2c5"} +.fa-telegram:before{content:"\f2c6"} +.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} +.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} +.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} +.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} +.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} +.fa-shower:before{content:"\f2cc"} +.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} +.fa-podcast:before{content:"\f2ce"} +.fa-window-maximize:before{content:"\f2d0"} +.fa-window-minimize:before{content:"\f2d1"} +.fa-window-restore:before{content:"\f2d2"} +.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} +.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} +.fa-bandcamp:before{content:"\f2d5"} +.fa-grav:before{content:"\f2d6"} +.fa-etsy:before{content:"\f2d7"} +.fa-imdb:before{content:"\f2d8"} +.fa-ravelry:before{content:"\f2d9"} +.fa-eercast:before{content:"\f2da"} +.fa-microchip:before{content:"\f2db"} +.fa-snowflake-o:before{content:"\f2dc"} +.fa-superpowers:before{content:"\f2dd"} +.fa-wpexplorer:before{content:"\f2de"} +.fa-meetup:before{content:"\f2e0"} +.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} +.webix_input_icon{float:right;font-size:19px;color:#888} +.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} +.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} +.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} +.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} +.webix_el_icon{cursor:pointer} +.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} +.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} +.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} +.webix_treemap{background-color:#f5f5f5} +.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} +.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0} +.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} +.webix_treemap_item_bottom{border-bottom-width:0} +.webix_treemap_item_right{border-right-width:0} +.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} +.webix_treemap_item.webix_selected{border-color:#27ae60;box-shadow:inset 0 0 1px 2px #27ae60} +.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #ddd} +.webix_treemap_header_item{cursor:pointer} +.webix_treemap_header_item:last-child{cursor:default} +.webix_treemap_reset{float:right;width:25px;text-align:center} +.webix_treemap_reset:before{content:"\f00d";color:#666;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} +.webix_treemap_path_icon{width:20px;text-align:center} +.webix_barcode{position:relative} +.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} +.portlet_in_drag{opacity:.4} +.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} +.portlet_markertop{height:50%} +.portlet_markerbottom{height:50%;top:50%} +.portlet_markerleft{width:50%} +.portlet_markerright{width:50%;left:50%} +.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_left.webix_animate{transition:left .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} +.webix_sidemenu_right.webix_animate{transition:right .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px;box-shadow:0 2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_top .webix_win_body{position:relative} +.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} +.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} +.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} +.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} +.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} +.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} +.webix_toolbar.pdf_bar{background-color:#474747} +.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} +.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} +.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} +.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} +.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} +.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} +.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} +.pdf_opt_list .webix_list{background-color:#404040;color:#fff} +.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} +.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} +.webix_dbllist .webix_list{background:#ededed} +.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0;box-sizing:border-box} +.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} +.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#eef7fc;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:15px;font-family:'PT Sans',Tahoma} +.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} +.webix_dbllist button .webix_icon{color:#888;font-size:26px} +.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} +.webix_dbllist button:last-child{margin-left:5%} +.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} +.webix_invalid .webix_list{background:#f8e2e2} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(fonts/PTS-webfont.woff) format('woff')} +@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(fonts/PTS-bold.woff) format('woff')} +.mainFont{font-family:'PT Sans',Tahoma;font-size:15px;color:#666} +.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:18px;background:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_label{font-size:18px} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover,.webix_layout_toolbar.webix_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus,.webix_layout_toolbar.webix_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static,.webix_layout_toolbar.webix_toolbar input[type=text]{border-color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus,.webix_layout_toolbar.webix_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} +.webix_layout_toolbar.webix_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_input_icon:active,.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus,.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} +.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} +.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} +.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus{background-color:#2489cc} +.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover{background-color:#268fd5} +.webix_layout_toolbar.webix_toolbar .webix_icon_button{border-radius:6px} +.webix_layout_toolbar.webix_toolbar .webix_el_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} +.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} +.webix_layout_toolbar.webix_toolbar .webix_control{border-color:#3498db} +.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} +.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top{border-width:0} +.webix_layout_space>.webix_toolbar{border-radius:4px} +.webix_view.webix_layout_accordion{background-color:#ddd} +.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:14px 13.5px} +.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:13px} +.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#a4b4bf} +.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#a4b4bf;color:#fff} +.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:45px;margin:0 10.5px} +.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} +.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} +.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:42px;margin:0 10.5px} +.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} +.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} +.webix_toolbar.webix_layout_subbar{background:0 0} +.webix_toolbar.webix_layout_subbar .webix_view{color:#666} +.webix_el_tabbar+.webix_multiview{background-color:#fff} +.webix_view.rounded_top{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px} +.webix_view.rounded_right{-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px} +.webix_view.rounded_left{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px} +.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:4px} +.webix_view .webix_win_head{border-bottom:1px solid #ddd} +.webix_view .webix_win_head>.webix_view>.webix_template{color:#666;background:#fff;box-shadow:0 -2px #3498db inset} +.webix_modal_box .webix_popup_title{color:#666;background:#fff;font-size:15px;text-shadow:none} +.webix_popup_text{box-shadow:0 3px #3498db inset;font-size:15px} +.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} +.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} +.webix_modal_box,.webix_view.webix_popup{border:1px solid #ddd} +.confirmButton{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} +.confirmButtonActive{background:#2ecb70} +.webix_popup_button{border:none} +.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #d0d0d0} +.webix_dtable .webix_last_topcell{border-bottom:1px solid #d0d0d0} +.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #d0d0d0} +.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #b0cee3} +.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} +.webix_dtable .webix_hcell.webix_div_filter{padding:3px 5px} +.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:32px;vertical-align:middle;border-radius:6px} +.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;right:3px;float:none;width:12px} +.webix_ss_sort_asc:before{content:'\f106'} +.webix_ss_sort_desc:before{content:'\f107'} +.dtBodyCell{border-bottom:1px solid #ebebeb} +.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #b0cee3} +.webix_view .webix_dt_editor input,.webix_view .webix_dt_editor select{border:1px solid #3498db} +.dataItemStyle{border-color:#ebebeb} +.webix_list_item.webix_group_back{color:#4a4a4a;background:#d2e3ef;border-bottom:1px solid #b0cee3} +.webix_dataview_item{border-right-color:#ebebeb} +.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;font-size:15px} +.webix_view .webix_pager_item:hover{background-color:#268fd5} +.webix_view .webix_pager_item:focus{background-color:#2489cc} +.webix_view .webix_pager_item_selected{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_view .webix_pager_item_selected:focus,.webix_view .webix_pager_item_selected:hover{background-color:#219552} +.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:6px} +.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#d2e3ef;font-size:15px;color:#4a4a4a} +.webix_view .webix_tree_close,.webix_view .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:14px;text-align:center;color:#666} +.webix_view .webix_tree_open:before{content:"\f147"} +.webix_view .webix_tree_close:before{content:"\f196"} +.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} +.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background-color:#f5f5f5} +.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} +.webix_menu.webix_view .webix_list_item.webix_selected{background:#27ae60} +.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#ebebeb} +.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f4f4f4} +.propertyStyle{height:28px;line-height:27px} +.propertyTitle{line-height:28px} +.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} +.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon{background-color:#3498db;color:#fff;-webkit-border-radius:0 6px 6px 0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-radius:0 6px 6px 0} +.focusStyle{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_search input{padding-right:28px} +.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{border-radius:6px} +.webix_el_colorpicker input:focus,.webix_el_combo input:focus,.webix_el_datepicker input:focus,.webix_el_search input:focus,.webix_el_text input:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_counter input[type=text]:focus{border-top:1px solid #3498db;border-bottom:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_colorpicker .webix_inp_static,.webix_el_datepicker .webix_inp_static,.webix_el_dbldatepicker .webix_inp_static,.webix_el_richselect .webix_inp_static{border-radius:6px;padding-right:28px;white-space:nowrap} +.webix_el_colorpicker .webix_inp_static:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_richselect .webix_inp_static:focus,.webix_el_select select:focus,.webix_el_textarea textarea:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_select select,.webix_el_textarea textarea{border-radius:6px} +.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} +.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} +.webix_el_text .webix_inp_static{border-radius:6px;white-space:nowrap} +.webix_focused .webix_inp_static{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_multilist .fa-check-square{color:#3498db} +.buttonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0} +.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} +.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} +.webix_el_select select{font-family:'PT Sans',Tahoma;border-color:#ddd} +.webix_el_checkbox input{border-color:#ddd} +.webix_el_counter .webix_inp_counter_value{width:40px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} +.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3498db;width:29px;color:#fff;padding:auto 6px;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} +.webix_view.webix_control.webix_el_tabbar{background:0 0} +div.webix_item_tab{border-color:#a4b4bf;padding-top:3px;font-size:18px} +div.webix_item_tab.webix_selected{padding-top:2px} +.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-color:#3498db;border-right:1px solid #5faee3;background:#3498db;color:#fff;padding-top:0} +.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #5faee3} +.webixtype_bottom .webix_item_tab.webix_selected{background:#2383c4;color:#fff} +.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} +.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} +.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} +.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#2383c4} +.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} +.webix_item_tab .webix_icon{width:30px;font-size:19px} +.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} +.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} +.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:15px} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#2383c4;box-shadow:0 0 0 1px #3498db inset} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#2383c4} +.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} +.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#3498db} +.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#3498db;border-color:#3498db;border-bottom:1px solid #3498db} +.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} +.webix_tab_more_icon:hover{color:#4d4d4d} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#3498db} +.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} +.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#268fd5} +.webix_tab_filler:first-child{border-right:0} +.passiveBarBG{background:#a4b4bf;color:#fff} +.webix_all_tabs{padding-left:1px;padding-right:1px} +.webix_after_all_tabs{background:#3498db} +.webix_el_box .webixtype_form:active{background-color:#219552;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_box .webixtype_form:focus{background-color:#219552} +.webix_el_box .webixtype_form:hover{background-color:#239d57} +.webixtype_danger:hover{background-color:#ca4635} +.webixtype_danger:focus{background-color:#c14433} +.webixtype_danger:active{background-color:#c14433;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#2489cc} +.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#268fd5} +.webix_el_box .webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} +.webix_inp_counter_next:hover,.webix_inp_counter_prev:hover,.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#268fd5} +.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{color:#3498db;background:inherit;cursor:pointer} +.webix_inp_counter_next:focus,.webix_inp_counter_prev:focus,.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#2489cc} +.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#239d57} +.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#219552} +.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px;border-left:none} +.webix_el_slider .webix_slider_title{margin-bottom:-13px} +.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} +.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#2489cc} +.webix_img_btn_abs_top .webix_icon{font-size:22px} +.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} +.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} +.webix_view .webix_fieldset fieldset{border:1px solid #dedede} +.webix_view .webix_fieldset legend{color:#787878} +.webix_custom_checkbox:before{content:"\f00c";color:#3498db;font-family:FontAwesome;font-size:16px;height:14px;display:block;line-height:13px;width:14px} +.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} +.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:15px;width:15px;border:1px solid #ccc;border-radius:3px;background-color:#fff} +.webix_custom_checkbox:focus{border-color:#3498db} +a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_el_radio .webix_custom_radio:before{content:" ";border-radius:50%;display:block;width:7px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:7px;background-color:#3498db} +.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} +.webix_el_radio .webix_custom_radio{display:block;height:15px;width:15px;padding:3px;border:1px solid #ccc;border-radius:50%;background-color:#fff} +.webix_el_radio .webix_custom_radio:focus{border-color:#3498db} +.webix_el_radio .webix_label_right{color:#666;font-size:15px} +a:active .webix_custom_radio,a:focus .webix_custom_radio{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} +.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #27ae60;border-radius:6px} +.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:13px} +.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:6px} +.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:6px;background:#27ae60} +.webix_cal_event{color:#3498db} +.webix_cal_outside{font-weight:400;color:#bbb} +.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8} +.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#268fd5} +.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#2489cc} +.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} +.webix_view>.webix_cal_header div{font-size:12px} +.webix_cal_month_name{font-size:14px;font-weight:400} +.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} +.webix_cal_range{background-color:#d4f5e2} +.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} +.webix_progress_top .webix_progress_state{background-size:10px 10px} +.webix_progress_bottom .webix_progress_state{background-size:14px 14px} +.webix_skin_mark{height:200px} +.webix_sparklines{padding:1px 0;box-sizing:border-box} +.webix_sparklines svg{box-sizing:border-box} +.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} +.webix_sparklines_item{fill:#3498db;stroke-width:1} +.webix_sparklines_bar{fill:#6dbcf0} +.webix_sparklines_bar_negative{fill:#d86c79} +.webix_sparklines_area{fill:#e5eef4} +.webix_sparklines_origin{stroke:#888;stroke-width:1} +.webix_sparklines_event_area{fill:transparent} +.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} +.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} +.webix_ui_print{display:none} +body.webix_print{margin-top:0} +@media print{body.webix_print{overflow:visible!important;background-color:none!important} +body.webix_print>*{display:none} +body.webix_print *{visibility:hidden} +.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} +.webix_ui_print *{visibility:visible!important} +.webix_print_noscroll{height:auto!important;width:auto!important} +.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} +.webix_print_pagebreak{page-break-after:always} +.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} +.webix_print_footer *,.webix_print_header *{visibility:visible!important} +.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} +.webix_table_print td{overflow:hidden} +.webix_table_print tr{page-break-inside:avoid} +.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} +.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#4a4a4a;background:#d2e3ef;border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} +.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} +.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} +.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} +.webix_table_print.webix_view.webix_list-x{white-space:normal} +.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell}} +.webix_strong{font-weight:700;white-space:nowrap} +.webix_light{color:#b3b3b3} +.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} +.webix_debug{background-color:#ff9;border:1px solid #ff9} +.webix_input_icon,.webix_view{box-sizing:content-box} +.webix_view.webix_el_label{box-sizing:border-box} +.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} +.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/webix.js b/webix.js new file mode 100644 index 0000000..038dfb4 --- /dev/null +++ b/webix.js @@ -0,0 +1,1715 @@ +/* +@license +webix UI v.4.4.0 +This software is allowed to use under GPL or you need to obtain Commercial License + to use it in non-GPL project. Please contact sales@webix.com for details +*/ +window.webix||(webix={}),webix.version="4.4.0",webix.codebase="./",webix.name="core",webix.cdn="//cdn.webix.com",webix.clone=function(t){var e=webix.clone.a;return e.prototype=t,new e},webix.clone.a=function(){},webix.extend=function(t,e,i){if(t.$protoWait)return webix.PowerArray.insertAt.call(t.$protoWait,e,1), +t;for(var s in e)s in t&&!i||(t[s]=e[s]);return e.defaults&&webix.extend(t.defaults,e.defaults),e.$init&&e.$init.call(t),t},webix.copy=function(t){var e;arguments.length>1?(e=arguments[0],t=arguments[1]):e=webix.isArray(t)?[]:{};for(var i in t){var s=t[i];!s||"object"!=typeof s||s instanceof RegExp?e[i]=s:webix.isDate(s)?e[i]=new Date(s):(e[i]=webix.isArray(s)?[]:{}, +webix.copy(e[i],s))}return e},webix.single=function(t){var e=null,i=function(i){return e||(e=new t({})),e.c&&e.c.apply(e,arguments),e};return i},webix.protoUI=function(){var t=arguments,e=t[0].name,i=function(t){if(!i)return webix.ui[e].prototype;var s=i.$protoWait;if(s){for(var n=[s[0]],r=1;r0;n--){if("function"==typeof t[n]&&(t[n]=t[n].prototype),t[n].$init&&s.push(t[n].$init),t[n].defaults){var r=t[n].defaults;e.defaults||(e.defaults={});for(var a in r)webix.isUndefined(e.defaults[a])&&(e.defaults[a]=r[a]); +}if(t[n].type&&e.type)for(var a in t[n].type)e.type[a]||(e.type[a]=t[n].type[a]);for(var o in t[n])e[o]||e[o]===!1||(e[o]=t[n][o])}i&&s.push(e.$init),e.$init=function(){for(var t=0;t"); +-1!==s?this[e.substr(0,s)].attachEvent(e.substr(s+2),webix.bind(i,this)):this.attachEvent(e,i)}},callEvent:function(t,e){if(this.i.l)return!0;t=t.toLowerCase();var i=this.i[t.toLowerCase()],s=!0;if(i)for(var n=0;n=0&&this.splice(t,e||1)},remove:function(t){this.removeAt(this.find(t))},insertAt:function(t,e){if(e||0===e){var i=this.splice(e,this.length-e);this[e]=t,this.push.apply(this,i)}else this.push(t)},find:function(t){for(var e=0;e-1){ +webix.env.cssPrefix=n[i];var h=webix.env.jsPrefix=s[i];webix.env.transform=h?h+"Transform":"transform",webix.env.transition=h?h+"Transition":"transition",webix.env.transitionDuration=h?h+"TransitionDuration":"transitionDuration",r.style[webix.env.transform]="translate3d(0,0,0)",webix.env.translate=r.style[webix.env.transform]?"translate3d":"translate", +webix.env.transitionEnd="-Moz-"==webix.env.cssPrefix?"transitionend":h?h+"TransitionEnd":"transitionend"}webix.env.pointerevents=!webix.env.isIE||null!==new RegExp("Trident/.*rv:11").exec(t)}(),webix.env.svg=function(){return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1"); +}(),webix.env.svganimation=function(){return document.implementation.hasFeature("https://www.w3.org/TR/SVG11/feature#SVG-animation","1.1")}(),webix.html={m:0,ky:{},denySelect:function(){webix.m||(webix.m=document.onselectstart),document.onselectstart=webix.html.stopEvent},allowSelect:function(){0!==webix.m&&(document.onselectstart=webix.m||null), +webix.m=0},index:function(t){for(var e=0;t=t.previousSibling;)e++;return e},n:{},createCss:function(t,e){var i="";e=e||"";for(var s in t)i+=s+":"+t[s]+";";var n=this.n[i+e];return n||(n="s"+webix.uid(),this.addStyle("."+n+(e||"")+"{"+i+"}"),this.n[i+e]=n),n},addStyle:function(t,e){var i=e?this.ky[e]:this.ky["default"]; +i||(i=document.createElement("style"),i.setAttribute("type","text/css"),i.setAttribute("media","screen,print"),document.getElementsByTagName("head")[0].appendChild(i),e?this.ky[e]=i:this.ky["default"]=i),i.styleSheet?i.styleSheet.cssText+=t:i.appendChild(document.createTextNode(t))},removeStyle:function(t){ +var e=this.ky[t||"default"];e&&(e.innerHTML="")},create:function(t,e,i){e=e||{};var s=document.createElement(t);for(var n in e)s.setAttribute(n,e[n]);return e.style&&(s.style.cssText=e.style),e["class"]&&(s.className=e["class"]),i&&(s.innerHTML=i),s},getValue:function(t){return t=webix.toNode(t),t?webix.isUndefined(t.value)?t.innerHTML:t.value:""; +},remove:function(t){if(t instanceof Array)for(var e=0;eo;o++){var l,c=i[o];try{l=c&&c.then}catch(u){n.reject(u);break}!function(e){t.thennable(l,function(t){i[e]=t,s()},function(t){n.reject(t); +},function(){s()},c)}(o)}return n})};var s={all:function(t){var i=new e(null,null);return i.resolve(t),i.all()},defer:function(){return new e(null,null)},reject:function(t){var e=this.defer();return e.state="rejected",e.val=t,e},resolve:function(t){var e=this.defer();return e.state="resolved",e.val=t, +e},fcall:function(){var t=new e,i=Array.apply([],arguments),s=i.shift();try{var n=s.apply(null,i);t.resolve(n)}catch(r){t.reject(r)}return t},nfcall:function(){var t=new e,i=Array.apply([],arguments),s=i.shift();try{i.push(function(e,i){return e?t.reject(e):t.resolve(i)}),s.apply(null,i)}catch(n){t.reject(n); +}return t}};t.promise=s}(webix),function(){function t(t,e){this.kD={},this.lD=[],this.mD=t,this.U="",e?this.nD(e):this.o=webix.ajax(t).then(function(t){return t.text()}).then(webix.bind(function(t){return t=t.split("/*api*/")[1],this.nD(JSON.parse(t)),this.kD},this))}function e(e,i){var s=new t(e,i);return s.oD(); +}var i="__webix_remote_error";t.prototype={nD:function(t){if(t.$key&&(this.U=t.$key),t.$vars)for(var e in t.$vars)this.kD[e]=t.$vars[e];this.df(t,this.kD,"")},df:function(t,e,i){for(var s in t)if("$key"!==s&&"$vars"!==s){var n=t[s];if("object"==typeof n){var r=e[s]={};this.df(n,r,i+s+".")}else e[s]=this.pD(this,i+s); +}},qD:function(t,e){var i=this.rD(this,t,e);return this.lD.push(i),this.sD(),i},sD:function(){this.tD||(this.tD=setTimeout(webix.bind(this.uD,this),1))},uD:function(){for(var t=[],e=this.lD,s=0;s":">",'"':""","'":"'","`":"`"},a=/[&<>"'`]/g,o=function(t){return r[t]||"&"};webix.template=function(r){if("function"==typeof r)return r;if(t[r])return t[r]; +if(r=(r||"").toString(),-1!=r.indexOf("->")){var a=r.split("->");switch(a[0]){case"html":r=webix.html.getValue(a[1]);break;case"http":r=(new webix.ajax).sync().get(a[1],{uid:webix.uid()}).responseText}}if(r=(r||"").toString(),webix.env.strict){if(!e[r]){e[r]=[];var o=[];if(r.replace(/\{obj\.([^}?]+)\?([^:]*):([^}]*)\}/g,function(t,e,i,s,n){ +o.push({pos:n,str:t,fn:function(t,n){return t[e]?i:s}})}),r.replace(/\{common\.([^}\(]*)\}/g,function(t,e,i){o.push({pos:i,str:t,fn:function(t,i){return i[e]||""}})}),r.replace(/\{common\.([^\}\(]*)\(\)\}/g,function(t,e,i){o.push({pos:i,str:t,fn:function(t,i){return i[e]?i[e].apply(this,arguments):""; +}})}),r.replace(/\{obj\.([^:}]*)\}/g,function(t,e,i){o.push({pos:i,str:t,fn:function(t,i){return t[e]}})}),r.replace("{obj}",function(t,e,i){o.push({pos:i,str:t,fn:function(t,e){return t}})}),r.replace(/#([^#'";, ]+)#/gi,function(t,e,i){"!"==e.charAt(0)?(e=e.substr(1),o.push({pos:i,str:t,fn:function(t,i){ +return-1!=e.indexOf(".")&&(t=webix.CodeParser.collapseNames(t)),webix.template.escape(t[e])}})):o.push({pos:i,str:t,fn:function(t,i){return-1!=e.indexOf(".")&&(t=webix.CodeParser.collapseNames(t)),t[e]}})}),o.sort(function(t,e){return t.pos>e.pos?1:-1}),o.length){for(var h=0,l=function(t,i,s){e[t].push(function(){ +return t.slice(i,s)})},c=0;c")){var e=t.split("->");return webix.proxy(e[0],e[1])}return t},webix.proxy.post={$proxy:!0, +load:function(t,e,i){i=webix.extend(i||{},this.params||{},!0),webix.ajax().bind(t).post(this.source,i,e)}},webix.proxy.sync={$proxy:!0,load:function(t,e){webix.ajax().sync().bind(t).get(this.source,null,e)}},webix.proxy.connector={$proxy:!0,connectorName:"!nativeeditor_status",load:function(t,e){webix.ajax(this.source,e,t); +},saveAll:function(t,e,i,s){for(var n=this.source,r={},a=[],o=0;o=400||0===a.status;"blob"==a.responseType||"arraybuffer"==a.responseType?(t="", +e=a.response):(t=a.responseText||"",e=x.J(a)),webix.ajax.$callback(s,i,t,e,a,r)}x&&(x.master=null),i=x=n=null}},this.qh&&(a.timeout=this.qh),this.H?a.send(e||null):setTimeout(function(){a.aborted||(-1!=webix.ly.find(a)?webix.ly.remove(a):a.send(e||null))},1),this.master&&this.master.Ve&&this.master.Ve.push(a), +this.H?a:r}},J:function(t){return{xml:function(){try{return webix.DataDriver.xml.tagToObject(webix.DataDriver.xml.toObject(t.responseText,this))}catch(e){}},rawxml:function(){return window.XPathResult?t.responseXML:webix.DataDriver.xml.fromString(t.responseText)},text:function(){return t.responseText; +},json:function(){return webix.DataDriver.json.toObject(t.responseText,!1)}}},get:function(t,e,i){return this.G(t,e,i,"GET")},post:function(t,e,i){return this.G(t,e,i,"POST")},put:function(t,e,i){return this.G(t,e,i,"PUT")},del:function(t,e,i){return this.G(t,e,i,"DELETE")},patch:function(t,e,i){return this.G(t,e,i,"PATCH"); +},sync:function(){return this.H=!0,this},timeout:function(t){return this.qh=t,this},response:function(t){return this.Tw=t,this},header:function(t){return this.I=t,this},headers:function(t){return this.I=webix.extend(this.I||{},t),this},bind:function(t){return this.master=t,this}},webix.ajax.$callback=function(t,e,i,s,n,r){ +if(!t.$destructed){if(-1===n&&s&&"function"==typeof s.json&&(s=s.json()),r&&webix.callEvent("onAjaxError",[n]),webix.isArray(e)||(e=[e]),!r)for(var a=0;as&&(e.value=e.value||this.nodeValue(t))}return e},nodeValue:function(t){return t.firstChild?t.firstChild.wholeText||t.firstChild.data:""},fromString:function(t){try{if(window.DOMParser)return(new DOMParser).parseFromString(t,"text/xml"); +if(window.ActiveXObject){var e=new ActiveXObject("Microsoft.xmlDOM");return e.loadXML(t),e}}catch(i){return null}}},webix.BaseBind={bind:function(t,e,i){this.attachEvent||webix.extend(this,webix.EventSystem),"string"==typeof t&&(t=webix.$$(t)),t.W&&t.W(),this.W&&this.W(),t.getBindData||webix.extend(t,webix.BindSource), +this.X(),t.addBind(this.s.id,e,i),this.Os=t.s.id;var s=this.s.id;this.Ps=this.attachEvent(this.touchable?"onAfterRender":"onBindRequest",function(){return t.getBindData(s)}),this.refresh&&this.isVisible(this.s.id)&&this.refresh()},unbind:function(){if(this.Os){var t=webix.$$(this.Os);t&&t.removeBind(this.s.id), +this.detachEvent(this.Ps),this.Os=null}},X:function(){var t=this.s;if(this.filter){var e=t.id;this.data.Y=webix.bind(function(){webix.$$(this.Os).Z[e]=!1},this)}var i=this.render;this.render=function(){if(!this.$){this.$=!0;var t=this.callEvent("onBindRequest");return this.$=!1,i.apply(this,t===!1?arguments:[]); +}},(this.getValue||this.getValues)&&(this.save=function(t){var e=webix.$$(this.Os);if(t)e.setBindData(t);else{if(this.validate&&!this.validate())return!1;var i=this.getValue?this.getValue:this.getValues();e.setBindData(i,this.s.id),this.setDirty&&this.setDirty(!1)}}),this.X=function(){}}},webix.BindSource={ +$init:function(){this.bb={},this.Z={},this.cb={},this.db(this)},saveBatch:function(t){this.eb=!0,t.call(this),this.eb=!1,this.fb()},setBindData:function(t,e){if(e&&(this.cb[e]=!0),this.setValue)this.setValue(t);else if(this.setValues)this.setValues(t);else{var i=this.getCursor();i?this.updateItem(i,t):this.add(t); +}this.callEvent("onBindUpdate",[t,e]),this.save&&this.save(),e&&(this.cb[e]=!1)},getBindData:function(t,e){if(this.Z[t])return!1;var i=webix.$$(t);i.isVisible(i.s.id)&&(this.Z[t]=!0,this.gb(i,this.bb[t][0],this.bb[t][1]),e&&i.filter&&i.refresh())},addBind:function(t,e,i){this.bb[t]=[e,i]},removeBind:function(t){ +delete this.bb[t],delete this.Z[t],delete this.cb[t]},db:function(t){t.filter?webix.extend(this,webix.CollectionBind):t.setValue?webix.extend(this,webix.ValueBind):webix.extend(this,webix.RecordBind)},fb:function(){if(!this.eb)for(var t in this.bb)this.cb[t]||(this.Z[t]=!1,this.getBindData(t,!0))},hb:function(t,e,i){ +t.setValue?t.setValue(i&&e?i[e]:i):t.filter?t.data.silent(function(){this.filter(e,i)}):!i&&t.clear?t.clear():t.O(i)&&t.setValues(webix.clone(i)),t.callEvent("onBindApply",[i,e,this])}},webix.DataValue=webix.proto({name:"DataValue",isVisible:function(){return!0},$init:function(t){(!t||webix.isUndefined(t.value))&&(this.data=t||""); +var e=t&&t.id?t.id:webix.uid();this.s={id:e},webix.ui.views[e]=this},setValue:function(t){this.data=t,this.callEvent("onChange",[t])},getValue:function(){return this.data},refresh:function(){this.callEvent("onBindRequest")}},webix.EventSystem,webix.BaseBind),webix.DataRecord=webix.proto({name:"DataRecord", +isVisible:function(){return!0},$init:function(t){this.data=t||{};var e=t&&t.id?t.id:webix.uid();this.s={id:e},webix.ui.views[e]=this},getValues:function(){return this.data},setValues:function(t,e){this.data=e?webix.extend(this.data,t,!0):t,this.callEvent("onChange",[t])},refresh:function(){this.callEvent("onBindRequest"); +}},webix.EventSystem,webix.BaseBind,webix.AtomDataLoader,webix.Settings),webix.ValueBind={$init:function(){this.attachEvent("onChange",this.fb)},gb:function(t,e,i){e=e||"value";var s=this.getValue()||"";if(i&&(s=i(s)),t.setValue)t.setValue(s);else if(t.filter)t.data.silent(function(){this.filter(e,s); +});else{var n={};n[e]=s,t.O(s)&&t.setValues(n)}t.callEvent("onBindApply",[s,e,this])}},webix.RecordBind={$init:function(){this.attachEvent("onChange",this.fb)},gb:function(t,e,i){var s=this.getValues()||null;i&&(s=i(s)),this.hb(t,e,s)}},webix.CollectionBind={$init:function(){this.ib=null,this.attachEvent("onSelectChange",function(t){ +var e=this.getSelectedId();this.setCursor(e?e.id||e:null)}),this.attachEvent("onAfterCursorChange",this.fb),this.attachEvent("onAfterDelete",function(t){t==this.getCursor()&&this.setCursor(null)}),this.data.attachEvent("onStoreUpdated",webix.bind(function(t,e,i){t&&t==this.getCursor()&&"paint"!=i&&"delete"!=i&&this.fb(); +},this)),this.data.attachEvent("onClearAll",webix.bind(function(){this.ib=null},this)),this.data.attachEvent("onIdChange",webix.bind(function(t,e){this.ib==t&&(this.ib=e,this.fb())},this))},refreshCursor:function(){this.ib&&this.callEvent("onAfterCursorChange",[this.ib])},setCursor:function(t){t==this.ib||null!==t&&!this.getItem(t)||(this.callEvent("onBeforeCursorChange",[this.ib]), +this.ib=t,this.callEvent("onAfterCursorChange",[t]))},getCursor:function(){return this.ib},gb:function(t,e,i){if("$level"==e&&this.data.getBranch)return(t.data||t).importData(this.data.getBranch(this.getCursor()));var s=this.getItem(this.getCursor())||this.s.defaultData||null;"$data"==e?("function"==typeof i?i.call(t,s,this):t.data.importData(s?s[i]:[]), +t.callEvent("onBindApply",[s,e,this])):(i&&(s=i(s)),this.hb(t,e,s))}},webix.AtomRender={jb:function(t){return t.$empty?"":this.s.template(t,this)},render:function(){var t=this.s;return this.isVisible(t.id)?((!this.callEvent||this.callEvent("onBeforeRender",[this.data]))&&(this.data&&!t.content&&(this.y.innerHTML="", +this.y.innerHTML=this.jb(this.data)),this.callEvent&&this.callEvent("onAfterRender",[])),!0):!1},sync:function(t){this.kb=!1,"DataStore"!=t.name&&(t.data&&"DataStore"==t.name?t=t.data:this.kb=!0),this.kb?t.bind("change",webix.bind(function(t){t.id==this.data.id&&(this.data=t.attributes,this.refresh()); +},this)):t.attachEvent("onStoreUpdated",webix.bind(function(e){e&&e!=this.data.id||(this.data=t.pull[e],this.refresh())},this))},template_setter:webix.template},webix.SingleRender=webix.proto({template_setter:function(t){this.type.template=webix.template(t)},jb:function(t){var e=this.type;return(e.templateStart?e.templateStart(t,e):"")+e.template(t,e)+(e.templateEnd?e.templateEnd(t,e):""); +},customize:function(t){webix.type(this,t)}},webix.AtomRender),webix.UIManager={A:null,lb:{},mb:0,nb:{enter:13,tab:9,esc:27,escape:27,up:38,down:40,left:37,right:39,pgdown:34,pagedown:34,pgup:33,pageup:33,end:35,home:36,insert:45,"delete":46,backspace:8,space:32,meta:91,win:91,mac:91,multiply:106,add:107, +subtract:109,decimal:110,divide:111,scrollock:145,pausebreak:19,numlock:144,"5numlocked":12,shift:16,capslock:20},wD:{input:1,button:1,textarea:1,select:1},ob:function(){webix.event(document.body,"click",webix.bind(this.pb,this)),webix.event(document,"keydown",webix.bind(this.qb,this)),document.body.addEventListener&&webix.event(document.body,"focus",this.rb,{ +capture:!0,bind:this}),webix.destructors.push({obj:this})},destructor:function(){webix.UIManager.A=null},getFocus:function(){return this.A},sb:function(t){this.tb=this.tb||t.s.id},setFocus:function(t,e){return t=webix.$$(t),t&&!t.$view&&(t=null),this.mb=webix.mb=new Date,this.A===t?!0:(this.A&&this.A.callEvent&&this.A.callEvent("onBlur",[this.A]), +t&&t.callEvent&&t.callEvent("onFocus",[t,this.A]),webix.callEvent("onFocusChange",[t,this.A]),this.A&&this.A.blur&&!e&&this.A.blur(),this.A=t,t&&t.focus&&!e&&t.focus(),!0)},applyChanges:function(t){var e=this.getFocus();e&&e!=t&&e.Xy&&e.Xy(t)},hasFocus:function(t){return t===this.A?!0:!1},ub:function(t,e){ +var i=webix.html.locate(t,"view_id")||this.tb;return i=webix.$$(i),this.tb=null,webix.mb=new Date,i!=this.A?(e||(this.tb=null),i?(i=webix.$$(i),this.canFocus(i)&&(i.getNode&&i.getNode(t),this.setFocus(i))):e||this.setFocus(null),!0):void 0},pb:function(t){return new Date-this.mb<100?(this.tb=null,!1):this.ub(t); +},rb:function(t){return this.wD[t.target.nodeName.toLowerCase()]?this.ub(t,!0):!1},canFocus:function(t){return t.isVisible()&&t.isEnabled()},vb:function(t){var e=this.getFocus();return t&&!this.wb(t,e)?!1:void(this.xb("getPrev",t)||(this.A=null))},Xz:{},wb:function(t,e){if(!t)return!1;if(!e)return!1;for(;e;){ +if(e===t)return!0;e=e.getParentView()}return!1},yb:function(){this&&this.callEvent&&this.callEvent("onTimedKeyPress",[])},BA:function(t){return 112>t&&t>105},qb:function(t){var e=t.which||t.keyCode;e>95&&106>e&&(e-=48),e=this.Xz[e]||e;var i=t.ctrlKey,s=t.shiftKey,n=t.altKey,r=t.metaKey,a=this.zb(e,i,s,n,r),o=this.getFocus(); +o&&o.callEvent&&(o.callEvent("onKeyPress",[e,t])===!1&&webix.html.preventEvent(t),o.hasEvent("onTimedKeyPress")&&(clearTimeout(o.Ab),o.Ab=webix.delay(this.yb,o,[],o.s.keyPressTimeout||250))),this.BA(e)||(a=this.zb(String.fromCharCode(e),i,s,n,r));var h=!i&&!n&&!r&&9!=e&&27!=e&&13!=e;return this.Bb(a,h,t)===!1?(webix.html.preventEvent(t), +!1):void 0},xb:function(t){if(!this.getFocus())return null;t=t||"getNext";for(var e=this.getFocus(),i=e,s=webix.uid();;){if(e=this[t](e),e&&this.canFocus(e))return this.setFocus(e);if(e===i||e.$fmarker==s)return null;e.$fmarker=s}},WE:function(t,e){var i=!e.shiftKey;if(webix.UIManager.XE=new Date,t&&t.Gb&&!t.Gb(i,e))return!1; +if(t&&t.Eb){if(t.editNext)return t.editNext(i);if(t.editStop)return t.editStop(),!0}else webix.delay(function(){webix.UIManager.setFocus(webix.$$(document.activeElement),!0)},1)},getTop:function(t){for(var e,i=webix.$$(t);i&&(e=i.getParentView());)i=e;return i},getNext:function(t,e){var i=t.getChildViews(); +if(i.length&&!e)return i[0];var s=t.getParentView();if(!s)return t;var n=s.getChildViews();if(n.length)for(var r=webix.PowerArray.find.call(n,t)+1;r=0;){if(this.canFocus(n[r]))return this.getPrev(n[r],!0);r--}return s},addHotKey:function(t,e,i){var s=this.Cb(t);i||(i=null),s.handler=e,s.view=i;var n=this.zb(s.letter,s.ctrl,s.shift,s.alt,s.meta); +return this.lb[n]||(this.lb[n]=[]),this.lb[n].push(s),t},removeHotKey:function(t,e,i){var s=this.Cb(t),n=this.zb(s.letter,s.ctrl,s.shift,s.alt,s.meta);if(e||i){var r=this.lb[n];if(r){for(var a=r.length-1;a>=0;a--)i&&r[a].view!==i||e&&r[a].handler!==e||r.splice(a,1);r.length||delete this.lb[n]}}else delete this.lb[n]; +},zb:function(t,e,i,s,n){return t+"_"+["",e?"1":"0",i?"1":"0",s?"1":"0",n?"1":"0"].join("")},Bb:function(t,e,i){var s=this.getFocus();return this.lb[t]?this.Db(this.lb[t],s,i):e&&this.lb.ANY_0000?this.Db(this.lb.ANY_0000,s,i):!0},Db:function(t,e,i){for(var s=0;s=0;e--)delete webix.ui.views[t[e].config.id],t[e].config.id="x"+webix.uid(),webix.ui.views[t[e].config.id]=t[e], +n(t[e].getChildViews())}}webix.ui.animate=function(t,e,i){var s=webix.$$(e);if(s){var n=i||{type:"slide",direction:"left"},r=s.x.cloneNode(!0),a=webix.ui(t,e);a.x.parentNode.appendChild(r);var o=webix.animate.formLine(a.x,r,n);return n.callback=function(){webix.animate.breakLine(o)},webix.animate(o,n), +a}},webix.ui.animateView=function(t,e,i){if(t=webix.$$(t)){i=i||{type:"slide",direction:"left"};for(var s=function(t){var e=t.x,i=e.className,s=e.innerHTML;return"

"},n=[],r=0;r=0;e--)t[e].obj&&t[e].obj.adjust()},webix.ui.each=function(t,e,i,s){if(t)for(var n=s?[t]:t.getChildViews(),r=0;rt&&(t=i[0]),i[2]>e&&(e=i[2]),(!s||this.s.width)&&t>i[1]&&(t=i[1]),(!s||this.s.height)&&e>i[3]&&(e=i[3]), +this.$setSize(t,e),webix.ED&&(webix.ED=!1,this.adjust())},resize:function(t){if(!(webix.gc||webix.ui.$freeze||webix.ot)){var e=this.getParentView();e?e.resizeChildren?e.resizeChildren():e.resize():(this.adjust(),webix.callEvent("onResize",[]))}}},webix.Settings,webix.Destruction,webix.BaseBind,webix.UIExtension), +webix.protoUI({name:"view",$init:function(t){this.hc(t)},hc:function(t){var e=webix.isUndefined(t.borderless);e&&!this.setPosition&&t.$topView&&(t.borderless=!0,e=!1),e&&this.defaults.borderless||t.borderless?t.Ob={top:!0,left:!0,bottom:!0,right:!0}:(t.Ob||(t.Ob={}),this.w.style.borderWidth="1px")},$getSize:function(t,e){ +var i=this.s.Ob;i&&(t+=(i.left?0:1)+(i.right?0:1),e+=(i.top?0:1)+(i.bottom?0:1));var s=webix.ui.baseview.prototype.$getSize.call(this,t,e);return s},$setSize:function(t,e){var i=this.s.Ob;return i&&(t-=(i.left?0:1)+(i.right?0:1),e-=(i.top?0:1)+(i.bottom?0:1)),webix.ui.baseview.prototype.$setSize.call(this,t,e); +}},webix.ui.baseview)}(),webix.ui.view.call(webix),webix.protoUI({name:"spacer",defaults:{borderless:!0},$init:function(){this.x.className+=" webix_spacer"}},webix.ui.view),webix.protoUI({name:"baselayout",$init:function(t){this.$ready.push(this.kc),this.y=this.w,this.lc=[],this.ht=[],t.$topView&&(t.borderless=!0, +t.Ob={top:!0,left:!0,bottom:!0,right:!0}),t.isolate&&webix.extend(this,webix.IdSpace)},rows_setter:function(t){this.mc=1,this.nc=t},cols_setter:function(t){this.mc=0,this.$view.style.whiteSpace="nowrap",this.nc=t},Rb:function(t){webix.PowerArray.removeAt.call(this.q,webix.PowerArray.find.call(this.q,t)), +this.resizeChildren(!0)},Qb:function(t,e){if(webix.isUndefined(e)){for(var i=0;ie||e>this.q.length)&&(e=this.q.length);var n=(this.q[e]||{}).x;webix.PowerArray.insertAt.call(this.q,t,e),t.s.hidden||webix.html.insertBefore(t.x,n,this.y); +}else{s=webix.$$(e),e=webix.PowerArray.find.call(this.q,s);var r=s.x.parentNode;r&&!t.s.hidden&&r.insertBefore(t.x,s.x),s.destructor(),this.q[e]=t}this.mc||this.oc(t),this.q[e].Xb=this}this.resizeChildren(!0);var a=this.elements?this:this.getFormView();a&&a.Qs(),webix.callEvent("onReconstruct",[this]); +},oc:function(t){t.x.style.display="inline-block",t.x.style.verticalAlign="top"},addView:function(t,e){webix.isUndefined(e)&&(e=this.q.length);var i=this.$$?this:this.getTopParentView();return i=i&&i.ui?i:webix,i.ui(t,this,e).s.id},removeView:function(t){var e;e="object"!=typeof t?webix.$$(t)||(this.$$?this.$$(t):null):t; +var i=webix.PowerArray.find.call(this.q,e);if(i>=0){this.Vx&&this.Vx(i,e);var s=this.elements?this:this.getFormView();this.q.splice(i,1),s&&webix.ui.each(e,function(t){t.name&&delete s.getCleanValues()[t.config.name]},s,!0),e.destructor(),this.resizeChildren(!0),s&&s.Qs()}webix.callEvent("onReconstruct",[this]); +},reconstruct:function(){this.qc=0,this.Qb(this.nc)},Fb:function(t,e,i){t.s.hidden||(t.s.hidden=!0,webix.html.remove(t.x),this.qc++,i||webix.Nb||this.resizeChildren(!0))},Lw:function(t){t.callEvent&&t.callEvent("onViewShow",[])},resizeChildren:function(){if(!webix.ui.$freeze&&this.lc){var t=this.getParentView(); +if(t)return t.resizeChildren?t.resizeChildren():t.resize();var e,i,s,n,r=this.$getSize(0,0);s=e=this.lc[0]||0,n=i=this.lc[1]||0,(r[1]>=1e5||r[3]>=1e5)&&this.x.parentNode&&(s=e=Math.max(r[0],this.s.width||this.x.parentNode.offsetWidth||e||0),n=i=Math.max(r[2],this.s.height||this.x.parentNode.offsetHeight||i||0)), +t?this.rc(e,i):(r[0]>e&&(s=r[0]),r[2]>i&&(n=r[2]),e>r[1]&&(s=r[1]),i>r[3]&&(n=r[3]),this.$setSize(s,n)),webix.ED&&(webix.ED=!1,this.resizeChildren()),webix.callEvent("onResize",[])}},getChildViews:function(){return this.q},index:function(t){t.s&&(t=t.s.id);for(var e=0;ei&&(i=c[0]),c[1]r&&(r=c[2]),c[3]n&&(n=r),i>s&&(s=i),this.vc=[a,this.q.length-o,h],this.ng=[i+t,r+e];var u=webix.ui.baseview.prototype.$getSize.call(this,0,0);return u[1]>=1e5&&(u[1]=0),u[3]>=1e5&&(u[3]=0),u[0]=(u[0]||i)+t,u[1]=Math.max(u[0],(u[1]||s)+t),u[2]=(u[2]||r)+e,u[3]=Math.max(u[2],(u[3]||n)+e), +!this.mc&&this.s.responsive&&(u[0]=0),u},$setSize:function(t,e){this.lc=[t,e],webix.ui.baseview.prototype.$setSize.call(this,t,e),this.rc(t,e)},wc:function(t,e,i){e=t[e],i=t[i];var s=e;if(e!=i){var n=this.xc*t[4]/this.yc;if(e>n)s=e,this.yc-=t[4],this.xc-=s;else{if(!(n>i))return-1;s=i,this.yc-=t[4],this.xc-=s; +}}return s},it:function(t,e){var i=webix.$$(e);"hide"!==i&&i?(i||(i=webix.ui({view:"popup",body:[{}]})),t.jt=t.s.width,t.kt=t.s.height,t.lt=i.s.id,t.s.width=0,t.s.height||(t.s.autoheight=!0),webix.ui(t,i,this.ht.length)):(t.hide(),t.lt="hide"),this.ht.push(t)},mt:function(t){var e=t.lt;if(t.lt=0,"hide"!==e&&e){ +t.s.width=t.jt,t.s.height=t.kt,delete t.s.autoheight;for(var i=0;this.q[i]&&this.q[i].s.responsiveCell===!1;)i++;webix.ui(t,this,i)}else t.show();this.ht.pop()},nt:function(t,e){if(webix.ot=!0,t+2*this.Dc+this.Cc*(this.q.length-1)s;s++){var n=this.q[s];if(!n.lt){ +if(n.s.responsiveCell!==!1){this.it(n,this.s.responsive),webix.callEvent("onResponsiveHide",[n.s.id]),webix.ED=!0;break}i=this.q.length}}else if(this.ht.length){var n=this.ht[this.ht.length-1],r="hide"==n.lt?0:n.jt,a=n.$getSize(r,0);a[0]+this.ng[0]+this.Cc+20<=t&&(this.mt(n),webix.callEvent("onResponsiveShow",[n.s.id]), +webix.ED=!0)}webix.ot=!1},rc:function(t,e){webix.gc=(webix.gc||0)+1,!this.mc&&this.s.responsive&&this.nt(t,e),this.xc=(this.mc?e:t)-this.vc[0],this.yc=this.vc[2];for(var i=t,s=e,n=[],r=0;rs){ +n.push(r);continue}}else{var i=this.wc(a,0,1);if(0>i){n.push(r);continue}}this.q[r].$setSize(i,s)}for(var r=0;r0&&!this.Xx},Hc:function(t){if(!this.Wx()||this.s.borderless&&"space"!=this.s.type){for(var e=0;ee;e++)t[e].Ob.top=t[e].Ob.bottom=i;if(s>1){for("head"!=this.s.type&&(t[0].Ob.bottom=i);t[s-1].hidden&&s>1;)s--;s>0&&(t[s-1].Ob.top=i)}}else{for(var e=1;s-1>e;e++)t[e].Ob.left=t[e].Ob.right=i;if(s>1){for("head"!=this.s.type&&(t[0].Ob.right=i),t[s-1].Ob.left=i;s>1&&t[s-1].hidden;)s--; +s>0&&(t[s-1].Ob.left=i)}}}else for(var e=0;e
", +this.w=this.x,this.bd=this.w.childNodes[0],t.header||(this.bd.style.display="none"),this.cd=this.w.childNodes[0].childNodes[1],this.dd=this.w.childNodes[0].childNodes[0],this.ed=this.w.childNodes[1],this.x.className+=" webix_accordionitem",this.fd=this.gd=null,this.q=!0,this.ed.setAttribute("role","tabpanel"), +this.bd.setAttribute("role","tab"),this.attachEvent("onKeyPress",this.DD)},Rb:function(){this.gd={destructor:function(){}}},Qb:function(t){this.gd.destructor(),this.gd=t,this.gd.Xb=this,this.ed.appendChild(this.gd.x),this.resize()},ad:"webix_ai_id",getChildViews:function(){return[this.gd]},body_setter:function(t){ +return"object"!=typeof t&&(t={template:t}),t.Ob={top:!0,left:!0,right:!0,bottom:!0},this.gd=webix.ui.A(t),this.gd.$view.style.border="0px solid red",this.gd.Xb=this,this.ed.appendChild(this.gd.x),t},header_setter:function(t){return t&&(t=webix.template(t)),t},headerAlt_setter:function(t){return t&&(t=webix.template(t)), +t},$getSize:function(t,e){var i=this.gd.$getSize(0,0),s=this.s.Ob;s&&(t+=(s.left?0:1)+(s.right?0:1),e+=(s.top?0:1)+(s.bottom?0:1));var n=0,r=webix.ui.baseview.prototype.$getSize.call(this,0,0);r[0]=(r[0]||i[0])+t,r[1]>=1e5&&(r[1]=i[1]),r[1]+=t,r[2]=(r[2]||i[2])+e;var a=r[3]<1e5;return a||(r[3]=i[3]), +r[3]+=e,this.getParentView().mc?this.s.collapsed?r[2]=r[3]=this.hd():this.s.header&&(n=this.s.headerHeight):(this.s.collapsed&&(r[0]=r[1]=this.hd()),this.s.header&&(n=this.s.headerHeight)),a||(r[2]+=n,r[3]+=n),r},on_click:{webix_accordionitem_header:function(t,e){return this.id(t),!1},webix_accordionitem_header_v:function(t,e){ +return this.id(t),!1}},id:function(t){this.define("collapsed",!this.s.collapsed)},collapsed_setter:function(t){if(this.s.header!==!1){var e=this.getParentView();if(e){if(t)if(e.jd(this))this.kd();else{var i=0;if(e.q.length>1)for(var s=0;s=0&&!s;i--)this.q[i].s.hidden||(this.q[i].od=!0,s=!0)},md:function(t){if(this.s.multi===!1&&this.nd!==!0)for(var e=0;ee&&(e=this.pd.length,this.pd.push(t)),e},UB:function(t){var e=webix.DragControl,i=this.VB();if(i&&i.WB){e.v||e.createDrag(t);var s=e.Gd;e.v.style.left=t.x+e.left+(s.x_offset||0)+"px",e.v.style.top=t.y+e.top+(s.y_offset||0)+"px"}},addDrag:function(t,e){t=webix.toNode(t), +t.webix_drag=this.qd(e),webix.UE(t,webix.env.mouse.down,this.rd,{bind:t}),webix.UE(t,"dragstart",webix.html.preventEvent)},rd:function(t){if(webix.DragControl.sd){if(webix.DragControl.td==t)return;webix.DragControl.ud(),webix.DragControl.destroyDrag(t)}webix.DragControl.sd=this;var e=webix.env.mouse.context(t); +webix.DragControl.vd=e,webix.DragControl.td=t,webix.DragControl.wd=webix.event(document.body,webix.env.mouse.move,webix.DragControl.xd),webix.DragControl.yd=webix.event(document,webix.env.mouse.up,webix.DragControl.ud),webix.html.addCss(document.body,"webix_noselect",1)},ud:function(){webix.DragControl.zd(); +},xd:function(t){var e=webix.env.mouse.context(t),i=webix.DragControl.VB(),s=i&&webix.env.touch&&i.WB&&!webix.Touch.qm;return s||Math.abs(e.x-webix.DragControl.vd.x)<5&&Math.abs(e.y-webix.DragControl.vd.y)<5||(webix.DragControl.zd(!0),!webix.DragControl.v&&!webix.DragControl.createDrag(webix.DragControl.td))?void 0:(webix.DragControl.sendSignal("start"), +webix.DragControl.wd=webix.event(document.body,webix.env.mouse.move,webix.DragControl.Ad),webix.DragControl.yd=webix.event(document,webix.env.mouse.up,webix.DragControl.Bd),webix.DragControl.Ad(t),webix.env.touch?webix.html.preventEvent(t):void 0)},Bd:function(t){webix.DragControl.zd(),webix.DragControl.td=null, +webix.DragControl.Cd&&(webix.DragControl.$drop(webix.DragControl.sd,webix.DragControl.Cd,t),webix.DragControl.$dragOut(webix.DragControl.sd,webix.DragControl.Cd,null,t)),webix.DragControl.destroyDrag(t),webix.DragControl.sendSignal("stop")},zd:function(t){this.wd=webix.eventRemove(this.wd),this.yd=webix.eventRemove(this.yd), +t||webix.html.removeCss(document.body,"webix_noselect")},Ad:function(t){var e=webix.DragControl,i=webix.html.pos(t),s=webix.env.mouse.context(t),n=e.$dragPos(i,t),r=e.Gd;if(e.v.style.top=i.y+e.top+(n||!r.y_offset?0:r.y_offset)+"px",e.v.style.left=i.x+e.left+(n||!r.x_offset?0:r.x_offset)+"px",e.Ed)e.Ed=!1;else{ +var a=s.target=webix.env.touch?document.elementFromPoint(s.x,s.y):s.target,o=webix.env.touch?s:t;e.Fd(a,o)}return webix.html.preventEvent(t)},Fd:function(t,e){for(;t&&"BODY"!=t.tagName;){if(t.webix_drop){if(this.Cd&&(this.Cd!=t||t.webix_master)&&this.$dragOut(this.sd,this.Cd,t,e),!this.Cd||this.Cd!=t||t.webix_master)return this.Cd=null, +this.Dd=this.$dragIn(webix.DragControl.sd,t,e),void(this.Dd&&(this.Cd=t));return}t=t.parentNode}this.Cd&&(this.Cd=this.Dd=this.$dragOut(this.sd,this.Cd,null,e))},sendSignal:function(t){webix.DragControl.active="start"==t},getMaster:function(t){return this.pd[t.webix_drag||t.webix_drop]},getContext:function(){ +return this.Gd},getNode:function(){return this.v},createDrag:function(t){var e=webix.DragControl,i=e.sd;e.Gd={};var s,n=this.pd[i.webix_drag];if(n.$dragCreate){if(s=n.$dragCreate(i,t),!s)return!1;this.ZB(t),s.style.position="absolute"}else{var r=e.$drag(i,t);if(e.ZB(t),!r)return!1;s=document.createElement("DIV"), +s.innerHTML=r,s.className="webix_drag_zone",document.body.appendChild(s);var a=e.Gd;a.html&&webix.env.pointerevents&&(a.x_offset=-Math.round(.5*s.offsetWidth),a.y_offset=-Math.round(.75*s.offsetHeight))}return s.style.zIndex=Math.max(s.style.zIndex,webix.ui.zIndex()),webix.DragControl.Hd=webix.event(s,webix.env.mouse.move,webix.DragControl.Id), +webix.DragControl.Gd.from||(webix.DragControl.Gd={source:i,from:i}),webix.DragControl.v=s,!0},Id:function(){webix.DragControl.Ed=!0},destroyDrag:function(t){var e=webix.DragControl.sd,i=this.pd[e.webix_drag];i&&i.$dragDestroy?(webix.DragControl.Hd=webix.eventRemove(webix.DragControl.Hd),webix.DragControl.v&&i.$dragDestroy(e,webix.DragControl.v,t)):webix.html.remove(webix.DragControl.v), +webix.DragControl.Dd=webix.DragControl.sd=webix.DragControl.Cd=webix.DragControl.v=null},VB:function(){return webix.DragControl.pd[webix.DragControl.sd.webix_drag]},top:5,left:5,ZB:function(t){var e=webix.DragControl,i=e.vd,s=e.Gd;if("undefined"!=typeof s.x_offset&&"undefined"!=typeof s.y_offset)return null; +if(s.x_offset=s.y_offset=0,webix.env.pointerevents){var n=webix.DragControl.VB();if(n.WB&&n!==this){var r=n.WB(i,t);r&&(s.x_offset=r.x-i.x,s.y_offset=r.y-i.y)}}},$dragPos:function(t,e){var i=this.pd[webix.DragControl.sd.webix_drag];return i.$dragPos&&i!=this?(i.$dragPos(t,e,webix.DragControl.v),!0):void 0; +},$dragIn:function(t,e,i){var s=this.pd[e.webix_drop];return s.$dragIn&&s!=this?s.$dragIn(t,e,i):(e.className=e.className+" webix_drop_zone",e)},$dragOut:function(t,e,i,s){var n=this.pd[e.webix_drop];return n.$dragOut&&n!=this?n.$dragOut(t,e,i,s):(e.className=e.className.replace("webix_drop_zone",""), +null)},$drop:function(t,e,i){var s=this.pd[e.webix_drop];return webix.DragControl.Gd.from=webix.DragControl.getMaster(t),s.$drop&&s!=this?s.$drop(t,e,i):void e.appendChild(t)},$drag:function(t,e){var i=this.pd[t.webix_drag];return i.$drag&&i!=this?i.$drag(t,e):"
"+t.innerHTML+"
"; +}},webix.attachEvent("onLongTouch",function(t){webix.DragControl.sd&&webix.DragControl.UB(t)}),webix.DataMove={copy:function(t,e,i,s){s=s||{};var n=s.newId||t;i=i||this;var r=this.getItem(t);return i&&(r=i.Jd(r)),i.data.add(i.Jd(r,n),e,s.parent||0)},Kd:function(t,e,i){if(e&&t){var s=this.getIndexById(t); +return s+(i==this&&i.getIndexById(e)3&&(this.$blockRender=i.$blockRender=!0);for(var r=0;r3&&(this.refresh(),i!=this&&i.refresh()))}var a=t,o=this.getItem(t);return i&&i!=this?(a=i.data.add(i.Jd(o,n),e,s.parent||0),this.data.remove(t)):(0>e&&(e=this.data.order.length-1),this.data.move(this.getIndexById(t),e),this.data.callEvent("onDataMove",[t,e,null,this.data.order[e+1]])), +a}},moveUp:function(t,e){return this.move(t,this.getIndexById(t)-(e||1))},moveDown:function(t,e){return this.moveUp(t,-1*(e||1))},moveTop:function(t){return this.move(t,0)},moveBottom:function(t){return this.move(t,this.data.count()-1)},Jd:function(t,e){var i=webix.extend({},t);return i.id=!e||this.data.pull[e]?webix.uid():e, +i.$template=null,this.s.externalData&&(i=this.s.externalData.call(this,i,e,t)),i}},webix.Movable={move_setter:function(t){return t&&(this.Ld=webix.clone(this.Ld),this.Ld.master=this,webix.DragControl.addDrag(this.bd,this.Ld)),t},Ld:{$dragCreate:function(t,e){if(this.master.config.move){var i=webix.html.offset(t),s=webix.html.pos(e); +return webix.DragControl.top=i.y-s.y,webix.DragControl.left=i.x-s.x,webix.toNode(this.master.x)}},$dragDestroy:function(t,e){var i=this.master;i.s&&(i.s.top=parseInt(e.style.top,10),i.s.left=parseInt(e.style.left,10)),webix.DragControl.top=webix.DragControl.left=5,this.master.callEvent("onViewMoveEnd",[]); +},$dragPos:function(t,e){this.master.callEvent("onViewMove",[t,e])}}},webix.Modality={Md:function(t){if(t){if(!this.Nd){this.Nd=webix.html.create("div",{"class":"webix_modal"});var e=this.s.zIndex||webix.ui.zIndex();this.Od=webix.Pd,webix.Pd=e,this.Nd.style.zIndex=e-1,this.x.style.zIndex=e,document.body.appendChild(this.Nd), +document.body.style.overflow="hidden",webix.UE(this.Nd,"click",webix.bind(this.Vw,this))}}else if(this.Nd){webix.html.remove(this.Nd),document.body.style.overflow="visible";var i=this.Od;setTimeout(function(){webix.Pd=i},1),this.Nd=null}return t}},webix.protoUI({name:"window",$init:function(t){this.x.innerHTML="
", +this.w=this.x.firstChild,this.bd=this.w.childNodes[0],this.y=this.ed=this.w.childNodes[1],this.x.className+=" webix_window",this.x.setAttribute("role","dialog"),this.x.setAttribute("tabindex","0"),this.fd=this.gd=null,this.s.Ob={top:!1,left:!1,right:!1,bottom:!1},t.id||(t.id=webix.uid()),webix.UE(this.w,"click",webix.bind(this.Vw,this)), +this.w.addEventListener&&webix.UE(this.w,"click",function(){!this.s.zIndex&&this.s.toFront&&(this.x.style.zIndex=webix.ui.zIndex())},{bind:this,capture:!0}),t.modal&&(this.my=!0),this.attachEvent("onViewMoveEnd",function(){this.s.position&&delete this.s.position})},Vw:function(t){var e=webix.ui.et,i=e.find(this); +-1==i&&(i=e.length-1),t.click_view=i,webix.env.isIE8&&(t.srcElement.click_view=i)},getChildViews:function(){return this.fd?[this.fd,this.gd]:[this.gd]},zIndex_setter:function(t){return this.x.style.zIndex=t,t},Rb:function(){this.gd={destructor:function(){}}},Qb:function(t){this.gd.destructor(),this.gd=t, +this.gd.Xb=this,this.ed.appendChild(this.gd.x);var e=this.gd.x.style;e.borderTopWidth=e.borderBottomWidth=e.borderLeftWidth=e.borderRightWidth="1px",this.gd.s.Ob=webix.clone(this.s.Ob),this.resize(!0)},show:function(t,e,i){if(t===!0){if(!this.s.hidden)return;t=null}if(!this.callEvent("onBeforeShow",arguments))return!1; +this.s.hidden=!1,this.x.style.zIndex=this.s.zIndex||webix.ui.zIndex(),(this.s.modal||this.my)&&(this.Md(!0),this.my=null);var s,n,r;if(e=e||{},e.pos||(e.pos=this.s.relative),t){"object"!=typeof t||t.tagName?(t=webix.toNode(t),s=webix.html.offset(t)):t.target||t.srcElement?(s=webix.html.pos(t),n=20,r=5):s=t; +var a=Math.max(window.innerWidth||0,document.body.offsetWidth),o=Math.max(window.innerHeight||0,document.body.offsetHeight);n=n||t.offsetWidth||0,r=r||t.offsetHeight||0;var h=this.ac,l=s.x,c=s.y,u=0,d=0,f=this.s.autofit;if(f){var b="node"===f,x=6,p=6,w=6;i="top",c=0,l=0;var v=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft; +a-s.x-nh[0]?s.x:a+v-x-h[0],d=Math.round(s.x+n/2),d=Math.min(d,l+h[0]-3*w));var g=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop; +(!h[1]||o+g-r-s.y-p>h[1]||b)&&"top"!=e.pos?(c=r+s.y+p-4,u||(i="top",u=c-w)):(c=s.y-p-h[1],0>c?(c=0,"top"==i&&(i=!1)):u||(i="bottom",c--,u=c+h[1]+1))}var m=e.x||0,y=e.y||0;this.setPosition(l+m,c+y),this.Rd&&(i?this.Rd(i,d+m,u+y):this.Sd())}else this.s.position&&this.Td();this.x.style.display="block",this.Ww=1, +webix.delay(function(){this.Ww=0},this,[],webix.env.touch?400:100),this.Qd(),this.config.autofocus&&(this.Vd=webix.UIManager.getFocus(),webix.UIManager.setFocus(this)),-1==webix.ui.et.find(this)&&webix.ui.et.push(this),this.callEvent("onShow",[])},Fb:function(t){if(!(this.s.hidden||this.s.modal||this.Ww||t&&t.showpopup||webix.Pd&&this.s.zIndex<=webix.Pd)){ +if(t){var e=webix.env.isIE8?t.srcElement.click_view:t.click_view;e||0===e||(e=-1);var i=webix.ui.et.find(this);if(e>=i)return}this.hide()}},hidden_setter:function(t){return t?this.hide():this.show(),!!t},hide:function(t){if(!this.$destructed&&(t||!this.s.hidden)){if(this.s.modal&&this.Md(!1),"top"==this.s.position?webix.animate(this.x,{ +type:"slide",x:0,y:-(this.dc+20),duration:300,callback:this.Wd,master:this}):this.Wd(),this.s.autofocus){var e=document.activeElement;e&&this.x&&(this.x.contains(e)||e===document.body)&&(webix.UIManager.setFocus(this.Vd),this.Vd=null)}this.ny()}},ny:function(){var t=webix.ui.et,e=t.find(this),i=t.length-1; +if(e>-1)for(var s=i;s>e;s--)t[s].Sd&&t[s].hide();t.removeAt(e)},destructor:function(){this.Md(!1),webix.html.remove(this.x),this.s.autofocus&&(webix.B||webix.UIManager.setFocus(this.Vd),this.Vd=null),this.ny(),this.Sd&&this.Sd(),webix.Destruction.destructor.apply(this,[])},Wd:function(){this.$destructed||(this.x.style.display="none", +this.s.hidden=!0,this.callEvent("onHide",[]))},close:function(){this.destructor()},Xd:function(t){t.borderless=!0},body_setter:function(t){return"object"!=typeof t&&(t={template:t}),this.Xd(t),webix.Xb=this,this.gd=webix.ui.A(t),this.gd.Xb=this,this.ed.appendChild(this.gd.x),t},head_setter:function(t){ +return t===!1?t:("object"!=typeof t&&(this.x.setAttribute("aria-label",t),t={template:t,padding:0}),t.borderless=!0,webix.Xb=this,this.fd=webix.ui.A(t),this.fd.Xb=this,this.bd.appendChild(this.fd.x),t)},getBody:function(){return this.gd},getHead:function(){return this.fd},adjust:function(){return this.resize(); +},resizeChildren:function(){this.gd&&this.resize()},resize:function(){webix.ui.baseview.prototype.adjust.call(this),this.Td(this.s.left,this.s.top)},Td:function(t,e){if(this.s.position){this.$view.style.position="fixed";var i=this.bc,s=this.dc,n=window.innerWidth||document.documentElement.offsetWidth,r=window.innerHeight||document.documentElement.offsetHeight,a=Math.round((n-i)/2),o=Math.round((r-s)/2); +if("function"==typeof this.s.position){var h={left:a,top:o,width:i,height:s,maxWidth:n,maxHeight:r};this.s.position.call(this,h),(h.width!=i||h.height!=s)&&this.$setSize(h.width,h.height),this.setPosition(h.left,h.top)}else"top"==this.s.position&&(o=webix.animate.isSupported()?-1*s:10),this.setPosition(a,o); +"top"==this.s.position&&webix.animate(this.x,{type:"slide",x:0,y:s-2*(this.s.padding||0),duration:300,callback:this.Yd,master:this})}else this.setPosition(t,e)},Yd:function(t){webix.animate.clear(t),this.s.top=-(2*(this.s.padding||0)),this.setPosition(this.s.left,this.s.top)},setPosition:function(t,e){ +this.x.style.top=e+"px",this.x.style.left=t+"px",this.s.left=t,this.s.top=e},$getSize:function(t,e){var i=this.s.Ob;i&&(t+=(i.left?0:1)+(i.right?0:1),e+=(i.top?0:1)+(i.bottom?0:1)),this.s.head&&(e+=1);var s=this.gd.$getSize(0,0),n=0;if(this.fd){var r=this.fd.$getSize(0,0);r[3]==r[2]&&(this.s.headHeight=r[3]), +e+=this.s.headHeight,n=r[0]}if(this.s.fullscreen){var a=window.innerWidth||document.body.clientWidth,o=window.innerHeight||document.body.clientHeight;return[a,a,o,o]}var h=webix.ui.view.prototype.$getSize.call(this,0,0);return n&&s[1]>1e5&&(s[0]=Math.max(n,s[0])),h[1]=Math.min(h[1],(s[1]>=1e5&&h[1]>=1e5?Math.max(s[0],300):s[1])+t), +h[3]=Math.min(h[3],(s[3]>=1e5&&h[3]>=1e5?Math.max(s[2],200):s[3])+e),h[0]=Math.min(Math.max(h[0],s[0]+t),h[1]),h[2]=Math.min(Math.max(h[2],s[2]+e),h[3]),h},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e),t=this.bc,e=this.dc,this.s.head===!1?(this.bd.style.display="none",this.gd.$setSize(t,e)):(this.fd.$setSize(t,this.s.headHeight), +this.gd.$setSize(t,e-this.s.headHeight))},$skin:function(){this.defaults.headHeight=webix.skin.$active.barHeight},defaults:{top:0,left:0,autofit:!0,relative:"bottom",body:"",head:"",hidden:!0,autofocus:!0}},webix.ui.view,webix.Movable,webix.Modality,webix.EventSystem),webix.protoUI({name:"popup",$init:function(){ +this.s.head=!1,this.$view.className+=" webix_popup",webix.attachEvent("onClick",webix.bind(this.Fb,this)),this.attachEvent("onHide",this.Sd)},$skin:function(){this.defaults.headHeight=webix.skin.$active.barHeight,this.defaults.padding=webix.skin.$active.popupPadding},close:function(){webix.html.remove(this.$d), +webix.ui.window.prototype.close.call(this)},$getSize:function(t,e){return webix.ui.window.prototype.$getSize.call(this,t+2*this.s.padding,e+2*this.s.padding)},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e),t=this.bc-2*this.s.padding,e=this.dc-2*this.s.padding,this.w.style.padding=this.s.padding+"px", +this.bd.style.display="none",this.gd.$setSize(t,e)},Xd:function(){},head_setter:function(){},Rd:function(t,e,i){this.Sd(),document.body.appendChild(this.$d=webix.html.create("DIV",{"class":"webix_point_"+t},"")),this.$d.style.zIndex=webix.ui.zIndex(),this.$d.style.top=i+"px",this.$d.style.left=e+"px"; +},Sd:function(){this.$d=webix.html.remove(this.$d)}},webix.ui.window),webix.ui.et=webix.toArray(),webix.extend(webix.ui.window,{resize_setter:function(t){return t&&!this.Yz&&this.Zz(),t},Zz:function(){this.$z||(this.x.firstChild.style.position="relative",this.$z=webix.html.create("DIV",{"class":"webix_resize_handle" +}),this.x.firstChild.appendChild(this.$z),webix.UE(this.$z,webix.env.mouse.down,this._z,{bind:this}))},aA:function(t,e){if(!this.bA){this.bA=webix.html.create("div",{"class":"webix_resize_frame"},""),document.body.appendChild(this.bA);var i=webix.html.offset(this.x);this.bA.style.left=i.x+"px",this.bA.style.top=i.y+"px", +this.bA.style.zIndex=webix.ui.zIndex()}this.bA.style.width=t+"px",this.bA.style.height=e+"px"},_z:function(t){this.config.resize&&(webix.html.addCss(document.body,"webix_noselect webix_resize_cursor"),this.cA=webix.html.offset(this.x),this.dA=webix.event(document.body,webix.env.mouse.move,this.eA,{bind:this +}),this.fA=webix.event(document.body,webix.env.mouse.up,this.gA,{bind:this}))},eA:function(t){if(this.cA!==!1){var e=webix.html.pos(t),i={x:e.x-this.cA.x+10,y:e.y-this.cA.y+10};if(Math.abs(this.cA.x-e.x)<(this.config.minWidth||100)||Math.abs(this.cA.y-e.y)<(this.config.maxHeight||100))return;this.hA=i, +this.aA(i.x,i.y)}},gA:function(){this.bA&&(this.bA=webix.html.remove(this.bA)),webix.html.removeCss(document.body,"webix_resize_cursor"),webix.html.removeCss(document.body,"webix_noselect"),webix.eventRemove(this.dA),webix.eventRemove(this.fA),this.hA&&(this.config.width=this.hA.x,this.config.height=this.hA.y, +this.resize()),this.cA=this.hA=!1,this.callEvent("onViewResize",[])}}),webix.protoUI({name:"suggest",defaults:{autofocus:!1,type:"list",keyPressTimeout:1,body:{yCount:10,autoheight:!0,body:!0,select:!0,borderless:!0,navigation:!0},filter:function(t,e){return 0===t.value.toString().toLowerCase().indexOf(e.toLowerCase())?!0:!1; +}},template_setter:webix.template,filter_setter:function(t){return webix.toFunctor(t,this.$scope)},$init:function(t){var e={};webix.extend(e,webix.copy(this.defaults.body)),e.view=t.type||this.defaults.type;var i=this.Jt(e);t.body&&webix.extend(i,t.body,!0),t.data&&(i.data=t.data),t.url&&(i.url=t.url), +t.datatype&&(i.datatype=t.datatype),t.id&&(e.id=e.id||t.id+"_"+e.view),t.body=e,this.$ready.push(this._d),this.attachEvent("onShow",function(){if(this.s.master){var t=webix.$$(this.s.master);if(t){var e=t.JA?t.JA():t.getInputNode();e.setAttribute("aria-expanded","true")}}this.ke()}),this.attachEvent("onHide",function(){ +if(this.s.master){var t=webix.$$(this.s.master);if(t){var e=t.JA?t.JA():t.getInputNode();e.setAttribute("aria-expanded","false")}}}),this.oy={}},Jt:function(t){return t},Rs:function(t){var e,i,s="";t&&this.s.master&&(e=webix.$$(this.s.master),i=e.getInputNode(),i&&e.$setValueHere?e.$setValueHere(t.value):i&&(e.options_setter?s=this.getItemText(t.id):t.value&&(s=e.YE?e.YE(t.value):t.value.toString()), +webix.isUndefined(i.value)?i.innerHTML=s:i.value=s.replace(/<[^>]*>/g,""))),i=i||this.ae,i&&i.focus()},setMasterValue:function(t,e){var i=t.id?this.getItemText(t.id):t.text||t.value;if(this.s.master){var s=webix.$$(this.s.master);e&&t.id?s.refresh():s.options_setter?s.setValue(t.$empty?"":t.id):s.setValueHere?s.setValueHere(i):s.setValue(i); +}else this.ae&&(this.ae.value=i);e||(this.hide(!0),this.ae&&this.ae.focus()),this.callEvent("onValueSuggest",[t,i]),webix.delay(function(){webix.callEvent("onEditEnd",[])})},getMasterValue:function(){return this.s.master?webix.$$(this.s.master).getValue():null},getItemId:function(t){var e=this.getList(); +e.type;for(var i in e.data.pull){var s=e.getItem(i);if(this.s.filter.call(this,s,t))return s.id}},getItemText:function(t){var e=this.getList().getItem(t);if(!e)return this.oy[t]||"";if(this.s.template)return this.s.template.call(this,e,this.type);if(this.s.textValue)return e[this.s.textValue];var i=this.getList().type,s=i.template.call(i,e,i); +return this.oy[t]=s},getSuggestion:function(){var t,e=this.getList(),i=e.data.order;return e.getSelectedId&&(t=e.getSelectedId()),i.length&&(!t||i.find(t)<0)&&(t=i[0]),t&&"object"==typeof t&&(t+=""),t},getList:function(){return this.gd},_d:function(){var t=this.getList(),e=this.s.type;t.count?(t.attachEvent("onItemClick",webix.bind(function(e){ +this.setMasterValue(t.getItem(e))},this)),t.data.attachEvent("onstoreupdated",webix.bind(function(t,e,i){"delete"==i&&t==this.getMasterValue()?this.setMasterValue({id:"",text:""},1):"update"==i&&t==this.getMasterValue()&&this.setMasterValue(e,1)},this)),t.data.attachEvent("onAfterFilter",webix.bind(this.be,this)), +t.data.attachEvent("onStoreLoad",webix.bind(this.be,this)),webix.isUndefined(this.s.fitMaster)&&(this.s.fitMaster=!0)):"calendar"==e?(t.attachEvent("onDateSelect",function(t){this.getParentView().setMasterValue({value:t})}),t.attachEvent("onTodaySet",function(t){this.getParentView().setMasterValue({value:t +})}),t.attachEvent("onDateClear",function(t){this.getParentView().setMasterValue({value:t})})):"colorboard"==e&&t.attachEvent("onItemClick",function(t){this.getParentView().setMasterValue({value:t})})},input_setter:function(t){return this.linkInput(t),0},linkInput:function(t){var e;t.getInputNode?(e=t.getInputNode(), +e.webix_master_id=t.s.id):e=webix.toNode(t),webix.UE(e,"keydown",function(i){e==document.body&&!this.isVisible()||(t.config?t.config.readonly:e.getAttribute("readonly"))||this.ce(i)},{bind:this}),t.JA&&(e=t.JA()),e.setAttribute("aria-autocomplete","list"),e.setAttribute("aria-expanded","false"),"DIV"===e.tagName&&(e.setAttribute("aria-live","assertive"), +e.setAttribute("aria-atomic","true")),this.pt=!0},ce:function(t){t=t||event;var e=this.getList(),i=t.target||t.srcElement;this.ae=i,this.s.master=i.webix_master_id,window.clearTimeout(this.de);var s=t.keyCode;return 16!=s&&17!=s?9==s?this.ee(this,e):27==s?this.fe(this,e):13==s?this.$enterKey(this,e):this.he(t)?(webix.html.preventEvent(t), +!1):void(webix.isUndefined(i.value)||(clearTimeout(this.dt),this.dt=webix.delay(function(){if(this.pt||webix.UIManager.getFocus()==webix.$$(this.s.master)){this.ie=!0;var t=i.value;e.config.dataFeed?e.filter("value",t):e.filter&&e.filter(webix.bind(function(e){return this.s.filter.call(this,e,t)},this)); +}},this,[],this.s.keyPressTimeout))):void 0},be:function(){if(!this.ie)return!0;this.ie=!1;var t=this.getList();t.count()>0?(this.adjust(),this.isVisible()||(this.je=!0),this.show(this.ae,null,!0),this.je=!1):(this.hide(!0),this.ae=null)},show:function(t){if(!this.isVisible()){var e=this.getList();e.filter&&!this.je&&e.filter(""), +this.$customWidth&&this.$customWidth(t),t.tagName&&this.s.fitMaster&&(this.s.width=t.offsetWidth-2),e.Np&&e.render(),this.adjust(),"INPUT"==t.tagName&&(this.ae=t)}webix.ui.popup.prototype.show.apply(this,arguments)},ke:function(t){t=t||this.getList();var e=this.getMasterValue();t.select&&t.showItem?e&&t.exists&&t.exists(e)?(t.select(e), +t.showItem(e)):(t.unselect(),t.showItem(t.getFirstId())):t.setValue&&(this.s.master&&(e=webix.$$(this.s.master).$prepareValue(e)),t.setValue(e))},$enterKey:function(t,e){var i;t.isVisible()?(e.count&&e.count()?(i=e.getSelectedId(!1,!0),1==e.count()&&e.getFirstId()!=i&&(i=e.getFirstId()),i&&(i=e.getItem(i))):e.getSelectedDate&&e.getSelectedDate()?i={ +value:e.getSelectedDate()}:e.getValue&&e.getValue()&&(i={value:e.getValue()}),i&&this.setMasterValue(i),t.hide(!0)):t.show(this.ae)},fe:function(t,e){return t.hide(!0)},ee:function(t,e){return t.hide(!0)},he:function(t){var e,i=this.getList(),s=t.keyCode;if(i.moveSelection&&41>s&&s>32&&!t.ctrlKey&&!t.metaKey&&!t.shiftKey&&!t.altKey){ +if(40===s){var n=this.isVisible();n||this.show(this.ae),i.moveSelection("down")}else{this.s.master;if(i.count&&38!==s||!i.count&&!i.isVisible())return!1;var r;33==s&&(r="pgup"),34==s&&(r="pgdown"),35==s&&(r="bottom"),36==s&&(r="top"),37==s&&(r="left"),38==s&&(r="up"),39==s&&(r="right"),i.moveSelection(r); +}return i.count?e=i.getSelectedItem():i.getSelectedDate?e={value:i.getVisibleDate()}:i.getValue&&(e={value:i.getValue()}),this.Rs(e),!0}return!1},getValue:function(){var t=this.getList(),e=(t.getValue?t.getValue():t.getSelectedId())||"";if(e=e.id||e,t.getItem){var i=t.getItem(e);if(i&&i.$empty)return""; +}return e},setValue:function(t){var e=this.getList();t?e.exists(t)&&(e.select(t),e.showItem(t)):(e.unselect(),e.showItem(e.getFirstId()))}},webix.ui.popup),webix.HTMLOptions={$init:function(t){(webix.skin.$active.customRadio||this.addOption)&&webix.UE(this.$view,"keydown",this.ID,{bind:this})},ub:function(){ +var t=this.Ie();if(t)for(var e=0;ei&&41>e){webix.html.preventEvent(t); +var s,n=this.Ie();if(35==e)s=n.length-1;else if(36===e)s=0;else for(var r=37===e||38===e?-1:1,a=0;as?s=n.length-1:s>=n.length&&(s=0);break}if(!webix.isUndefined(s)){var o=this.addOption?n[s].getAttribute("button_id"):n[s].value;webix.skin.$active.customRadio&&!this.addOption&&(n=this.$view.getElementsByTagName("BUTTON")), +this.setValue(o),n[s].focus()}}}},webix.attachEvent("onClick",function(t){var e=webix.$$(t);if(e&&e.touchable){webix.UIManager.applyChanges(e),e.getNode(t);var i=t.target||t.srcElement;if("webix_disabled"==i.className)return;var s="";if(i.className&&0===i.className.toString().indexOf("webix_view"))return; +for(e&&webix.UIManager.sb(e);i&&i.parentNode;){if(i.getAttribute){if(i.getAttribute("view_id"))break;if(s=i.className){s=s.toString().split(" ");for(var n=0;n",""+t.badge+"")), +"
"+i+"
"},label:"",borderless:!0},$renderInput:function(t){var e="class='webixtype_"+(t.type||"base")+"' ";return""; +},$init:function(t){this.x.className+=" webix_control webix_el_"+(this.$cssName||this.name),this.data=this.s,this.y=this.x,this.$B(t)},hotkey_setter:function(t){var e=this;this.Bt(t,function(t,i){var s=e.$view.firstChild;webix.html.triggerEvent(s,"MouseEvents","click"),webix.html.preventEvent(i)})},Bt:function(t,e,i){ +var s=webix.UIManager.addHotKey(t,e,i);this.attachEvent("onDestruct",function(){webix.UIManager.removeHotKey(s,e,i)})},tooltip_setter:function(t){var e=this.re()||this.$view.firstChild;return e&&(e.title=t),t},type_setter:function(t){return this.ne[t]&&(this.$renderInput=webix.template(this.ne[t])),"prev"==t||"next"==t?this.oe=this.pe:this.oe=!1, +t},ne:{htmlbutton:"",prev:"
",next:"
", +imageButton:"",imageButtonTop:"", +image:"",imageTop:"", +icon:"",iconButton:"", +iconTop:"",iconButtonTop:"" +},qe:function(){for(var t=[],e=["input","select","textarea","button"],i=0;i=0)return this.y.childNodes[t];return null},ue:Math.sqrt(2),pe:function(){var t=this.s,e=this.re().childNodes[1],i=e.previousSibling,s="next"==t.type?"right":"left",n=t.aheight-2*webix.skin.$active.inputPadding-2*this.ZE,r=n*this.ue/2; +e.style.width=r+"px",e.style.height=r+"px",e.style.top=(n-r)/2+webix.skin.$active.inputPadding+"px",e.style[s]=(n-r)/2+this.ue/2+"px",i.style.width=t.awidth-n/2-2+"px",i.style.height=n+2+"px",i.style[s]=n/2+2+"px",i.style.top=webix.skin.$active.inputPadding+"px"},$B:function(t){t=t||this.s,t.autowidth&&(t.width=webix.html.getTextSize(t.value||t.label,"webixbutton").width+(t.badge?15:0)+("iconButton"===t.type?30:0)+("icon"===t.type?20:0)); +},ve:function(){this.we=this.s.inputWidth||(this.bc-this.s.width>2?this.s.width:0)||this.bc,this.xe=this.s.inputHeight||this.zy||0},resize:function(){return this.$B(),webix.ui.view.prototype.resize.apply(this,arguments)},render:function(){if(this.ve(),this.s.awidth=this.we||this.bc,this.s.aheight=this.xe||this.dc, +this.s.bheight=this.s.aheight+2,this.s.cheight=this.s.aheight-2*webix.skin.$active.inputPadding,this.s.dheight=this.s.cheight-2,webix.AtomRender.render.call(this)){if(this.se=!0,this.oe&&this.oe(),this.s.align){var t=this.y.firstChild;switch("top"==this.s.labelPosition&&t.nextSibling&&(t=t.nextSibling), +this.s.align){case"right":t.style.cssFloat="right";break;case"center":t.style.display="inline-block",t.parentNode.style.textAlign="center";break;case"middle":t.style.marginTop=Math.round((this.dc-this.xe)/2)+"px";break;case"bottom":t.style.marginTop=this.dc-this.xe+"px";break;case"left":t.style.cssFloat="left"; +}}this.$render&&this.$render(this.data),this.s.disabled&&this.disable(),this.s.tooltip&&this.define("tooltip",this.s.tooltip),this.ze&&(this.ze(this.data),this.ze=0)}},refresh:function(){this.render()},on_click:{Ae:function(t,e){var i=webix.html.locate(t,"button_id");i&&this.callEvent("onBeforeTabClick",[i,t])&&(this.setValue(i), +this.callEvent("onAfterTabClick",[i,t]))},webix_all_segments:function(t,e){this.on_click.Ae.call(this,t,e)},webix_all_tabs:function(t,e){this.on_click.Ae.call(this,t,e)},webix_inp_counter_next:function(t,e,i){this.s.readonly||this.next()},webix_inp_counter_prev:function(t,e,i){this.s.readonly||this.prev(); +},webix_inp_combo:function(t,e,i){i.focus()},webix_inp_checkbox_border:function(t,e,i){this.s.disabled||"DIV"==(t.target||t.srcElement).tagName||this.s.readonly||this.toggle()},webix_inp_checkbox_label:function(t,e,i){this.s.readonly||this.toggle()},webix_inp_radio_border:function(t,e,i){var s=webix.html.locate(t,"radio_id"); +this.setValue(s)},webix_inp_radio_label:function(t,e,i){return i=i.parentNode.getElementsByTagName("input")[0],this.on_click.webix_inp_radio_border.call(this,i,e,i)},webix_tab_more_icon:function(t,e,i){this.getPopup().resize(),this.getPopup().show(i,null,!0)},webix_tab_close:function(t,e,i){var s=webix.html.locate(t,"button_id"); +s&&this.callEvent("onBeforeTabClose",[s,t])&&this.removeOption(s)}},Be:function(t){for(var e=0;e"+e+"":""}},webix.ui.view,webix.AtomRender,webix.Settings,webix.EventSystem),webix.protoUI({name:"label",defaults:{template:"
#label#
"},$skin:function(){this.defaults.height=webix.skin.$active.inputHeight; +},focus:function(){return!1},re:function(){return this.y.firstChild},setHTML:function(t){this.s.template=function(){return t},this.refresh()},setValue:function(t){this.s.label=t,webix.ui.button.prototype.setValue.apply(this,arguments)},$setValue:function(t){this.y.firstChild.innerHTML=t},oe:function(){} +},webix.ui.button),webix.protoUI({name:"icon",$skin:function(){this.defaults.height=webix.skin.$active.inputHeight},defaults:{template:function(t){return""; +},width:33},oe:function(){}},webix.ui.button),webix.protoUI({name:"text",Ce:!0,De:function(){this.Ce&&(webix.UE(this.getInputNode(),"change",this.Xy,{bind:this}),this.s.suggest&&webix.$$(this.s.suggest).linkInput(this))},Xy:function(){var t=this.getValue();t!=this.s.value&&this.setValue(t,!0)},$skin:function(){ +this.defaults.height=webix.skin.$active.inputHeight,this.defaults.inputPadding=webix.skin.$active.inputPadding,this.$E=webix.skin.$active.inputSpacing},$init:function(t){"top"==t.labelPosition&&webix.isUndefined(t.height)&&this.defaults.height&&(t.height=this.defaults.height+this.le),this.Ns=[],this.attachEvent("onAfterRender",this.De), +this.attachEvent("onBlur",function(){this._E&&this._E()})},$renderIcon:function(){var t=this.s;if(t.icon){var e=t.aheight-2*t.inputPadding,i=(e-18)/2-1,s=this.addSection?"role='button' tabindex='0' aria-label='"+webix.i18n.aria["multitext"+(t.mode||"")+"Section"]+"'":"";return""; +}return""},relatedView_setter:function(t){return this.attachEvent("onChange",function(){var t=this.getValue(),e=this.s.relatedAction,i=this.s.relatedView,s=webix.$$(i);if(!s){var n=this.getTopParentView();n&&n.$$&&(s=n.$$(i))}"enable"==e?t?s.enable():s.disable():t?s.show():s.hide()}),t},validateEvent_setter:function(t){ +return"blur"==t&&this.attachEvent("onBlur",this.validate),"key"==t&&this.attachEvent("onTimedKeyPress",this.validate),t},validate:function(){var t=this.s.validate;!t&&this.s.required&&(t=webix.rules.isNotEmpty);var e=this.getFormView(),i=this.s.name,s=this.getValue(),n={};return n[i]=s,t&&!e.Se(t,s,n,i)?!1:!0; +},bottomLabel_setter:function(t){return this.s.bottomPadding||(this.s.bottomPadding=18),t},py:function(){var t=this.s.invalidMessage;return"function"==typeof t&&t.call(this),t},setBottomText:function(t,e){var i=this.s;if("undefined"!=typeof t){if(i.bottomLabel==t)return;i.bottomLabel=t}var s=(i.invalid?i.invalidMessage:"")||i.bottomLabel; +s||i.bottomPadding||(i.inputHeight=0),s&&!i.bottomPadding?(this.ry=1,i.bottomPadding=i.bottomPadding||e||18,this.render(),this.resize()):!s&&this.ry?(i.bottomPadding=this.ry=0,i.height||this.render(),this.resize()):this.render()},$getSize:function(){var t=webix.ui.view.prototype.$getSize.apply(this,arguments),e=this.config.bottomPadding; +return e&&(t[2]+=e,t[3]+=e),t},$setSize:function(t,e){var i=this.s;if(webix.ui.view.prototype.$setSize.call(this,t,e)){if(!t||!e)return;"top"==i.labelPosition?(i.inputHeight||(this.zy=this.dc-this.le-(this.config.bottomPadding||0)),i.labelWidth=0):i.bottomPadding&&(i.inputHeight=this.dc-this.config.bottomPadding), +this.render()}},Ee:function(t){var e=(this.we||0)-(t.label?this.s.labelWidth:0)-this.$E-(t.iconWidth||0);return 0>e?0:e},Fe:function(t,e){var i="x"+webix.uid(),s=e.Ee(t),n=t.inputAlign||"left",r=(this.$renderIcon?this.$renderIcon(t):"",this.s.aheight-2*webix.skin.$active.inputPadding-2*this.ZE),a=t.text||t.value||this.Yx(t),o="
"+a+"
"; +return e.$renderInput(t,o,i)},qt:function(t){var e="<"+t+(this.s.placeholder?" placeholder='"+this.s.placeholder+"' ":" ");this.s.readonly&&(e+="readonly='true' aria-readonly=''"),this.s.required&&(e+="aria-required='true'"),this.s.invalid&&(e+="aria-invalid='true'");var i=this.s.attributes;if(i)for(var s in i)e+=s+"='"+i[s]+"' "; +return e},$renderLabel:function(t,e){var i=t.labelAlign||"left",s="top"==this.s.labelPosition,n=s?"display:block;":"width: "+this.s.labelWidth+"px;",r="",a=s?this.le-2*this.ZE:this.s.aheight-2*this.s.inputPadding;return t.label&&(r=""), +r},$renderInput:function(t,e,i){var s=t.inputAlign||"left",n="top"==t.labelPosition,r=this.Ee(t);i=i||webix.uid();var a=this.$renderLabel(t,i),o="";if(e)o+=e;else{var h=webix.template.escape(t.text||this.VC(t.value)||(0===t.value?"0":""));o+=this.qt("input")+"id='"+i+"' type='"+(t.type||this.name)+"'"+(t.editable?" role='combobox'":"")+" value='"+h+"' style='width: "+r+"px; text-align: "+s+";'"; +var l=t.attributes;if(l)for(var c in l)o+=" "+c+"='"+l[c]+"'";o+=" />"}var u=this.$renderIcon?this.$renderIcon(t):"";o+=u;var d="";d=n?a+"
"+o+"
":"
"+a+o+"
"; +var f=t.awidth-r-2*webix.skin.$active.inputPadding,b=(t.invalid?t.invalidMessage:"")||t.bottomLabel;return b&&(d+="
"+b+"
"), +d},defaults:{template:function(t,e){return e.$renderInput(t)},label:"",labelWidth:80},type_setter:function(t){return t},oe:!1,$setValue:function(t){this.getInputNode().value=this.VC(t)},$getValue:function(){return this.VC(this.getInputNode().value,!1)},suggest_setter:function(t){if(t){if("string"==typeof t){ +var e=webix.$$(t);if(e)return webix.$$(t).s.id;t={body:{url:t,dataFeed:t}}}else webix.isArray(t)?t={body:{data:this.Be(t)}}:t.body||(t.body={});webix.extend(t,{view:"suggest"});var i=webix.ui(t);return this.Ns.push(i),i.s.id}return!1}},webix.ui.button),webix.protoUI({name:"segmented",Ce:!1,$init:function(){ +this.attachEvent("onChange",function(t){this.s.multiview&&this.aF(t)}),this.attachEvent("onAfterRender",webix.once(function(){this.s.multiview&&this.s.value&&this.aF(this.s.value)}))},aF:function(t){var e=this.getTopParentView(),i=null;e&&e.$$&&(i=e.$$(t)),i||(i=webix.$$(t)),i&&i.show&&i.show()},defaults:{ +template:function(t,e){!t.options;var i=t.options;e.Be(i),i=e.yC(i);var s=e.Ee(t),n=webix.uid(),r="
",a=t.optionWidth||Math.floor(s/i.length);t.value||(t.value=i[0].id);for(var o=0;o0?1:0)+(t.value==i[o].id?" webix_selected ":"")+"' button_id='"+i[o].id+"' >",r+=i[o].value+"";return e.$renderInput(t,r+"
",n)}},Ie:function(){return this.$view.getElementsByTagName("BUTTON")},focus:function(){this.ub()},blur:function(){this.JD(); +},$setValue:function(t){for(var e=this.Ie(),i=0;i=0&&webix.PowerArray.removeAt.call(s,i),this.s.value==t&&this.zC(s,i),this.callEvent("onOptionRemove",[t,this.s.value]),this.refresh()},zC:function(t,e){var i=t.length;if(i){e=Math.min(e,i-1);for(var s=e;i>s;s++)if(!t[s].hidden)return this.setValue(t[s].id); +for(var s=e;s>=0;s--)if(!t[s].hidden)return this.setValue(t[s].id)}this.setValue("")},yC:function(t){for(var e=[],i=0;i"+e.$renderInput(t,e)+""; +return n=n.replace(/(button)\s*(?=\w)/,"$1"+(" aria-pressed='"+(i?"true":"false")+"' "))}},oe:!1},webix.ui.button),webix.protoUI({name:"select",defaults:{template:function(t,e){var i=e.Be(t.options),s="x"+webix.uid(),n=e.qt("select")+"id='"+s+"' style='width:"+e.Ee(t)+"px;'>",r=webix.$$(i);if(r&&r.data&&r.data.each)r.data.each(function(e){ +n+=""+e.value+""});else for(var a=0;a"+i[a].value+"";return n+="",e.$renderInput(t,n,s)}},options_setter:function(t){if(t){ +if("string"==typeof t){var e=new webix.DataCollection({url:t});return e.data.attachEvent("onStoreLoad",webix.bind(this.refresh,this)),e}return t}},getInputNode:function(){return this.y.getElementsByTagName("select")[0]}},webix.ui.text),webix.protoUI({name:"textarea",defaults:{template:function(t,e){var i=t.name||t.id,s="x"+webix.uid(),n=e.qt("textarea")+"style='width:"+e.Ee(t)+"px;'"; +return n+=" id='"+s+"' name='"+i+"' class='webix_inp_textarea'>"+e.VC(t.value||(0===t.value?"0":""))+"",e.$renderInput(t,n,s)},height:0,minHeight:60},$skin:function(){this.defaults.inputPadding=webix.skin.$active.inputPadding,this.$E=webix.skin.$active.inputSpacing},Dt:!0,$renderLabel:function(t,e){ +var i=t.labelAlign||"left",s="top"==this.s.labelPosition,n=s?"display:block;":"width: "+this.s.labelWidth+"px;",r="";s?this.le-2*this.ZE:(webix.skin.$active.inputHeight||this.s.aheight)-2*this.s.inputPadding;return t.label&&(r=""), +r},getInputNode:function(){return this.y.getElementsByTagName("textarea")[0]}},webix.ui.text),webix.protoUI({name:"counter",defaults:{template:function(t,e){var i=t.value||0,s="x"+webix.uid(),n="
"; +return n+="",n+=e.qt("input")+" id='"+s+"' type='text' class='webix_inp_counter_value' aria-live='assertive' value='"+i+"'>",n+="
", +e.$renderInput(t,n,s)},min:0,max:1/0,step:1},$init:function(){webix.UE(this.$view,"keydown",this.LD,{bind:this})},LD:function(t){var e=t.which||t.keyCode,i=this.s,s=i.value||i.min;e>32&&41>e&&(35===e?s=i.min:36===e?s=i.max===1/0?1e6:i.max:33===e?this.next():34===e?this.prev():s+=37===e||40===e?-1:1,e>34&&s>=i.min&&s<=i.max&&this.setValue(s)); +},$setValue:function(t){this.getInputNode().value=t},getInputNode:function(){return this.y.getElementsByTagName("input")[0]},getValue:function(t){return 1*webix.ui.button.prototype.getValue.apply(this,arguments)},next:function(t){t=this.s.step,this.shift(t)},prev:function(t){t=-1*this.s.step,this.shift(t); +},shift:function(t){var e=this.s.min,i=this.s.max,s=this.getValue()+t;s>=e&&i>=s&&this.setValue(s)}},webix.ui.text),webix.protoUI({name:"checkbox",defaults:{checkValue:1,uncheckValue:0,template:function(t,e){var i="x"+webix.uid(),s="";t.labelRight&&(s="", +t.labelWidth&&(t.label=t.label||" "));var n=t.checkValue==t.value,r=Math.floor((e.s.aheight-16)/2),a=e.qt("input")+"style='margin-top:"+r+"px;"+(t.customCheckbox?"display:none":"")+"' id='"+i+"' type='checkbox' "+(n?"checked='1'":"")+(t.labelRight?" aria-label='"+webix.template.escape(t.labelRight)+"'":"")+"/>",o="webix_inp_checkbox_border webix_el_group webix_checkbox_"+(n?"1":"0"),h=t.customCheckbox||""; +h&&(h=h.replace(/(aria-checked=')\w*(?=')/,"$1"+(t.value==t.checkValue?"true":"false")),h=h.replace(/(aria-label=')\w*(?=')/,"$1"+webix.template.escape(t.labelRight||t.label)),h=h.replace(/(aria-invalid=')\w*(?=')/,"$1"+(t.invalid?"true":"false")));var l="
"+a+h+s+"
"; +return e.$renderInput(t,l,i)}},customCheckbox_setter:function(t){return t===!0&&webix.skin.$active.customCheckbox&&(t="
"), +t},focus:function(){var t=this.$view.getElementsByTagName(this.s.customCheckbox?"button":"input")[0];t&&t.focus()},blur:function(){var t=this.$view.getElementsByTagName(this.s.customCheckbox?"button":"input")[0];t&&t.blur()},De:function(){},$setValue:function(t){var e=t==this.s.checkValue,i=this.getInputNode()?this.getInputNode().parentNode:null; +if(i&&this.s.customCheckbox){var s=i.getElementsByTagName("BUTTON");s[0]&&s[0].setAttribute("aria-checked",e?"true":"false")}i&&(i.className=i.className.replace(/(webix_checkbox_)\d/,"$1"+(e?1:0))),this.getInputNode().checked=e},toggle:function(){var t=this.getValue()!=this.s.checkValue?this.s.checkValue:this.s.uncheckValue; +this.setValue(t)},getValue:function(){var t=this.s.value;return t==this.s.checkValue?this.s.checkValue:this.s.uncheckValue},$skin:function(){webix.skin.$active.customCheckbox&&(this.defaults.customCheckbox=!0)}},webix.ui.text),webix.protoUI({name:"radio",defaults:{template:function(t,e){for(var i,s=e.Be(t.options),n=[],r=0;r");var o=s[r].id==t.value,h=s[r].value||"",l=t.customRadio||"";if(l){var c=(0===r?t.label+" ":"")+h;l=l.replace(/(aria-label=')\w*(?=')/,"$1"+webix.template.escape(c)),l=l.replace(/(aria-checked=')\w*(?=')/,"$1"+(o?"true":"false")), +l=l.replace(/(tabindex=')\w*(?=')/,"$1"+(o||0===r&&!t.value?"0":"-1")),l=l.replace(/(aria-invalid=')\w*(?=')/,"$1"+(t.invalid?"true":"false"))}var u=e.qt("input")+" name='"+(t.name||t.id)+"' type='radio' "+(o?"checked='1'":"")+"tabindex="+(o||0===r&&!t.value?"0":"-1")+" value='"+s[r].id+"' id='"+a+"' style='"+(l?"display:none":"")+"' />",d=""; +h&&(h=""),n.push("")}return n="
"+n.join("")+"
",e.$renderInput(t,n,i)}},refresh:function(){ +this.render(),this.ac&&this.$getSize(0,0)[2]!=this.ac[1]&&this.resize()},$getSize:function(t,e){var i=webix.ui.button.prototype.$getSize.call(this,t,e);if(this.s.options){for(var s=this.s.vertical?0:1,n=0;n"), +t},$skin:function(){webix.skin.$active.customRadio&&(this.defaults.customRadio=!0),webix.skin.$active.optionHeight&&(this.defaults.optionHeight=webix.skin.$active.optionHeight)}},webix.HTMLOptions,webix.ui.text),webix.protoUI({name:"richselect",defaults:{template:function(t,e){return e.Fe(t,e)},popupWidth:200, +icon:"angle-down"},_E:function(){if(this.s.text!=this.getText()&&(!webix.isUndefined(this.s.text)||this.getText())){var t=this.getPopup(),e=t.getSuggestion();!e||""===this.getInputNode().value&&""!==t.getItemText(e)?this.bF&&this.bF():this.setValue(e)}},suggest_setter:function(t){return this.options_setter(t); +},options_setter:function(t){t=this.Kt?this.Kt(t):t;var e=this.s.popup=this.s.suggest=webix.ui.text.prototype.suggest_setter.call(this,t),i=webix.$$(e).getList();return i&&i.attachEvent("onAfterLoad",webix.bind(this.Ss,this)),e},getList:function(){var t=webix.$$(this.s.suggest);return t.getList()},Ss:function(){ +var t=this.s.value;webix.isUndefined(t)||this.getPopup().isVisible()||this.s.text||!this.y.firstChild||this.$setValue(t)},$skin:function(){this.defaults.inputPadding=webix.skin.$active.inputPadding},$render:function(t){webix.isUndefined(t.value)||this.$setValue(t.value)},getInputNode:function(){return this.y.getElementsByTagName("DIV")[1]; +},getPopup:function(){return webix.$$(this.s.popup)},getText:function(){var t=this.s.value,e=this.getInputNode();return e?"undefined"==typeof e.value?this.getValue()?e.innerHTML:"":e.value:t?this.getPopup().getItemText(t):""},$setValue:function(t){if(this.se){var e=t,i=this.getPopup();if(i)var e=this.getPopup().getItemText(t); +!e&&t&&t.id&&(this.getPopup().getList().add(t),e=this.getPopup().getItemText(t.id),this.s.value=t.id);var s=this.getInputNode();webix.isUndefined(s.value)?s.innerHTML=e||this.Yx():s.value=e=e.replace(/<[^>]*>/g,""),this.s.text=e}},getValue:function(){return this.s.value||""}},webix.ui.text),webix.protoUI({ +name:"combo",getInputNode:function(){return this.y.getElementsByTagName("input")[0]},$render:function(t){webix.isUndefined(t.value)||this.$setValue(t.value)},bF:function(){if(!this.s.editable){var t=this.getValue();this.$setValue(webix.isUndefined(t)?"":t)}},Xy:function(){var t=this.getInputNode(),e="",i=this.getPopup(); +t.value&&(e=this.s.value,i.getItemText(e)!=this.getText()&&(e=i.getSuggestion()||e)),e!=this.s.value?this.setValue(e,!0):this.$setValue(e)},defaults:{template:function(t,e){return e.$renderInput(t).replace(/( '}},webix.ui.datepicker),webix.RenderStack={ +$init:function(){this.v=document.createElement("DIV"),this.data.attachEvent("onIdChange",webix.bind(this.Ke,this)),this.attachEvent("onItemClick",this.Le),this.types||(this.types={"default":this.type},this.type.name="default"),this.type=webix.clone(this.type)},customize:function(t){webix.type(this,t); +},item_setter:function(t){return this.type_setter(t)},type_setter:function(t){return this.types[t]?(this.type=webix.clone(this.types[t]),this.type.css&&(this.w.className+=" "+this.type.css)):this.customize(t),this.type.on_click&&webix.extend(this.on_click,this.type.on_click),t},template_setter:function(t){ +this.type.template=webix.template(t)},jb:function(t){var e=this.data.Me[t.id];return this.callEvent("onItemRender",[t]),this.type.templateStart(t,this.type,e)+(t.$template?this.type["template"+t.$template]:this.type.template)(t,this.type,e)+this.type.templateEnd(t,this.type,e)},Ne:function(t){return this.v.innerHTML=this.jb(t), +this.v.firstChild},Ke:function(t,e){var i=this.getItemNode(t);i&&(i.setAttribute(this.ad,e),this.t[e]=this.t[t],delete this.t[t])},Le:function(){if(this.s.click){var t=webix.toFunctor(this.s.click,this.$scope);t&&t.call&&t.apply(this,arguments)}},getItemNode:function(t){if(this.t)return this.t[t];this.t={}; +for(var e=this.y.childNodes,i=0;ii||o+this.bcn||h+this.dc=0;e--)this.VA[e].id==t&&("id"==this.VA[e].action&&(t=this.VA[e].data),this.VA.removeAt(e));this.WA=this.VA.length-1; +},undo:function(t){if(t)this.ignoreUndo(function(){var e,i;for(i=this.VA.length-1;!e&&i>=0;i--)this.VA[i].id==t&&(e=this.VA[i]);e&&(this.cB(e),this.VA.removeAt(i+1),this.WA=this.VA.length-1)});else{var e=this.VA[this.WA];e&&(this.ignoreUndo(function(){this.cB(e),this.VA.removeAt(this.WA)}),this.WA--); +}},cB:function(t){if("delete"==t.action){var e=null,i=t.data.$parent;t.data.$branch&&(e={parent:t.id,data:webix.copy(t.data.$branch)},delete t.data.$branch,i&&!this.data.branch[i]&&(i=0)),this.add(t.data,t.data.$index,i),e&&this.parse(e)}else"add"==t.action?this.remove(t.id):"update"==t.action?this.updateItem(t.id,t.data):"move"==t.action&&(t.data.$parent?this.getItem(t.data.$parent)&&this.move(t.id,t.data.$index,null,{ +parent:t.data.$parent}):this.move(t.id,t.data.$index))}},webix.DataLoader=webix.proto({$init:function(t){t=t||"",this.Ve=webix.toArray(),this.$e={},this.data=new webix.DataStore,this.data.attachEvent("onClearAll",webix.bind(this.We,this)),this.data.attachEvent("onServerConfig",webix.bind(this.Xe,this)), +this.attachEvent("onDestruct",this.We),this.data.feed=this.Ye,this.data.owner=t.id},Ye:function(t,e,i){return this.Ze?this.Ze=[t,e,i]:(this.Ze=!0,this.$e.from=t,this.$e.count=e,void this._e.call(this,t,e,i))},_e:function(t,e,i,s,n){var r=null,s=s||this.data.url,a=[{success:this.af,error:this.af},i];if(0>t&&(t=0), +n||(n={start:t,count:e}),this.count()&&(n["continue"]="true"),this.getState&&(r=this.getState()),s&&"string"!=typeof s)r&&(r.sort&&(n.sort=r.sort),r.filter&&(n.filter=r.filter)),this.load(s,a,n);else{s+=-1==s.indexOf("?")?"?":"&";var o=[];for(var h in n)o.push(h+"="+n[h]);if(r&&(r.sort&&o.push("sort["+r.sort.id+"]="+encodeURIComponent(r.sort.dir)), +r.filter))for(var l in r.filter){var c=r.filter[l];"object"==typeof c&&(c=webix.ajax().stringify(c)),o.push("filter["+l+"]="+encodeURIComponent(c))}s+=o.join("&"),this.$e.url!==s?(this.$e.url=s,this.load(s,a)):this.Ze=!1}},af:function(){var t=this.Ze;this.Ze=!1,"object"==typeof t&&this.data.feed.apply(this,t); +},load:function(t,e){var t=webix.proxy.$parse(t),i=webix.AtomDataLoader.load.apply(this,arguments);return this.data.url||(this.data.url=t),i},loadNext:function(t,e,i,s,n){var r=this.s;return r.datathrottle&&!n?(this.bf&&window.clearTimeout(this.bf),void(this.bf=webix.delay(function(){this.loadNext(t,e,i,s,!0); +},this,0,r.datathrottle))):(e||0===e||(e=this.count()),t||(t=r.datafetch||this.count()),this.data.url=this.data.url||s,void(this.callEvent("onDataRequest",[e,t,i,s])&&this.data.url&&this.data.feed.call(this,e,t,i)))},cf:function(t,e){var i=this.$e;return this.Ze&&i.url&&i.from<=e&&i.count+i.from>=t+e?!0:!1; +},removeMissed_setter:function(t){return this.data.ff=t},gf:function(){var t=this.s.save;t===!0&&(t=this.s.save=this.s.url);var e={master:this};t&&t.url?webix.extend(e,t):e.url=t,webix.dp(e)},save_setter:function(t){return t&&this.$ready.push(this.gf),t},scheme_setter:function(t){this.data.scheme(t)}, +dataFeed_setter:function(t){return t=webix.proxy.$parse(t),this.data.attachEvent("onBeforeFilter",webix.bind(function(t,e){if("function"==typeof t)return!0;if(this.s.dataFeed&&(t||e)){t=t||"id",e&&"object"==typeof e&&(e=e.id),this.clearAll();var i=this.s.dataFeed;if("function"==typeof i){var s={};s[t]=e, +i.call(this,e,s)}else if(i.$proxy){if(i.load){var n={};n[t]=e,i.load(this,{success:this.M,error:this.N},{filter:n})}}else{var r="filter["+t+"]="+encodeURIComponent(e);this.load(i+(i.indexOf("?")<0?"?":"&")+r,this.s.datatype)}return!1}},this)),t},ef:function(){if(this.s.ready&&!this.hf){var t=webix.toFunctor(this.s.ready,this.$scope); +t&&webix.delay(t,this,arguments),this.callEvent&&webix.delay(this.callEvent,this,["onReady",[]]),this.hf=!0}},We:function(t){for(var e=0;ee&&(e=0)),t>e){var i=e;e=t,t=i}return this.getIndexRange(t,e)},getIndexRange:function(t,e){e=Math.min(0===e?0:e||1/0,this.count()-1);for(var i=webix.toArray(),s=t||0;e>=s;s++)i.push(this.getItem(this.order[s])); +return i},count:function(){return this.order.length},exists:function(t){return!!this.pull[t]},move:function(t,e){if(t!=e){var i=this.getIdByIndex(t),s=this.getItem(i);this.jf&&this.sf(this.jf,0,0,this.getIdByIndex(t),this.getIdByIndex(e)),this.sf(this.order,t,e),this.callEvent("onStoreUpdated",[i,s,"move"]); +}},sf:function(t,e,i,s,n){if(s||n){e=i=-1;for(var r=0;re&&(e=r),t[r]==n&&0>i&&(i=r)}var a=t[e];t.removeAt(e),t.insertAt(a,Math.min(t.length,i))},scheme:function(t){this.tf={},this.uf=t.$save,this.qf=t.$init||t.$change,this.pf=t.$update||t.$change,this.vf=t.$serialize,this.lf=t.$group, +this.of=t.$sort;for(var e in t)"$"!=e.substr(0,1)&&(this.tf[e]=t[e])},importData:function(t,e){var i=t?t.data||t:[];if(this.jf=null,"function"==typeof i.serialize){if(this.order=webix.toArray([].concat(i.order)),this.OF){this.OF=!1,this.pull={};for(var s in i.pull)this.pull[s]=webix.copy(i.pull[s])}else this.pull=i.pull; +i.branch&&this.branch&&(this.branch=webix.copy(i.branch),this.Mg=null)}else{this.order=webix.toArray(),this.pull={};var n,r;if(webix.isArray(t))for(var s=0;se)&&(e=r), +e>r&&(e=Math.min(n.length,e)),this.callEvent("onBeforeAdd",[s,t,e])===!1)return!1;if(this.pull[s]=t,n.insertAt(s,e),this.jf){var a=this.jf.length;this.order.length&&(a=Math.min(e||0,a)),this.jf.insertAt(s,a)}return this.callEvent("onStoreUpdated",[s,t,"add"]),this.callEvent("onAfterAdd",[s,e]),t.id}, +remove:function(t){if(webix.isArray(t))for(var e=0;e=0;r--)n[r]=this.pull[e[r]];return n.sort(i),webix.toArray(s.concat(n.map(function(t){return this.id(t)},this)))}return e},Af:function(t){this.jf&&!t&&(this.order=this.jf,delete this.jf); +},Bf:function(t,e,i){for(var s=webix.toArray(),n=this.$freeze||0,r=0;rr||t(this.getItem(a),e))&&s.push(a)}i&&this.jf||(this.jf=this.order),this.order=s},find:function(t,e){var i=[];for(var s in this.pull){var n=this.pull[s],r=!0;if("object"==typeof t){for(var a in t)if(n[a]!=t[a]){ +r=!1;break}}else t(n)||(r=!1);if(r&&i.push(n),e&&i.length)return i[0]}return i},filter:function(t,e,i){if((t||this.jf||this.Mg)&&this.callEvent("onBeforeFilter",[t,e])&&(this.Af(i),this.order.length)){if(t){var s=t;e=e||"","string"==typeof t&&(t=t.replace(/#/g,""),"function"==typeof e?s=function(i){return e(i[t]); +}:(e=e.toString().toLowerCase(),s=function(e,i){return-1!=(e[t]||"").toString().toLowerCase().indexOf(i)})),this.Bf(s,e,i,this.Cf)}this.refresh(),this.callEvent("onAfterFilter",[])}},Df:function(){for(var t=[],e=this.order.length-1;e>=0;e--)t[e]=this.pull[this.order[e]];return t},each:function(t,e,i){ +var s=this.order;i&&(s=this.jf||s);for(var n=0;ne?1:e>t?-1:0},"int":function(t,e){return t=1*t,e=1*e,t>e?1:e>t?-1:0},string_strict:function(t,e){return t=t.toString(),e=e.toString(), +t>e?1:e>t?-1:0},string:function(t,e){return e?t?(t=t.toString().toLowerCase(),e=e.toString().toLowerCase(),t>e?1:e>t?-1:0):-1:1},raw:function(t,e){return t>e?1:e>t?-1:0}},Gf:function(t,e){return t?("function"!=typeof e&&(e=this.as[e||"string"]),function(i,s){return e(i[t],s[t])}):e},Ff:function(t,e){ +return"asc"!=t&&t?function(t,i){return-1*e(t,i)}:e}}},webix.DataCollection=webix.proto({name:"DataCollection",isVisible:function(){return this.data.order.length||this.data.jf||this.s.dataFeed?!0:!1},$init:function(t){this.data.provideApi(this,!0);var e=t&&t.id?t.id:webix.uid();this.s.id=e,webix.ui.views[e]=this, +this.data.attachEvent("onStoreLoad",webix.bind(function(){this.callEvent("onBindRequest",[])},this))},refresh:function(){this.callEvent("onBindRequest",[])}},webix.DataMove,webix.CollectionBind,webix.BindSource,webix.ValidateCollection,webix.DataLoader,webix.MapCollection,webix.EventSystem,webix.BaseBind,webix.Destruction,webix.Settings), +webix.Scrollable={$init:function(t){return t&&!t.scroll&&this.If?this.y=this.y||this.w:((this.y||this.w).appendChild(webix.html.create("DIV",{"class":"webix_scroll_cont"},"")),this.y=(this.y||this.w).firstChild,void(webix.env.touch||webix.UE(this.x,"scroll",webix.bind(function(t){this.callEvent&&webix.delay(function(){ +this.callEvent("onAfterScroll",[])},this)},this))))},scroll_setter:function(t){if(!t)return!1;var e="x"==t?"x":"xy"==t?"xy":"a"==t?"xy":"y";if(webix.Touch&&webix.Touch.$active)this.y.setAttribute("touch_scroll",e),this.attachEvent&&this.attachEvent("onAfterRender",webix.bind(this.Jf,this)),this.Kf=!0;else if(webix.env.$customScroll)webix.CustomScroll.enable(this,e);else{ +var i=this.y.parentNode.style;-1!=t.toString().indexOf("a")?i.overflowX=i.overflowY="auto":(-1!=e.indexOf("x")&&(this.ec=!0,i.overflowX="scroll"),-1!=e.indexOf("y")&&(this.cc=!0,i.overflowY="scroll"))}return e},Lf:function(t){if(!!this.s.scroll!=!!t){if(!webix.env.$customScroll){var e=this.y.parentNode.style; +e.overflowX=e.overflowY=t?"auto":"hidden"}this.ec=this.cc=!!t,this.s.scroll=!!t}},getScrollState:function(){if(webix.Touch&&webix.Touch.$active){var t=webix.Touch.Mf(this.y);return{x:-t.e,y:-t.f}}return{x:this.y.parentNode.scrollLeft,y:this.y.parentNode.scrollTop}},scrollTo:function(t,e){webix.Touch&&webix.Touch.$active?(e=Math.max(0,Math.min(e,this.y.offsetHeight-this.dc)), +t=Math.max(0,Math.min(t,this.y.offsetWidth-this.bc)),webix.Touch.Nf(this.y,-t,-e,this.s.scrollSpeed||"100ms")):(this.y.parentNode.scrollLeft=t,this.y.parentNode.scrollTop=e)},Jf:function(){if(-1!=this.s.scroll.toString().indexOf("x")){var t=this.y.scrollWidth;t&&(this.y.style.width="100%",this.y.style.width=this.y.scrollWidth+"px"); +}if(webix.Touch&&webix.Touch.$active&&this.Kf){webix.Touch.Of(),webix.Touch.Pf();var e=this.getScrollState(),i=this.y.offsetWidth-this.$width-e.x,s=this.y.offsetHeight-this.$height-e.y;if(0>i||0>s){var t=0>i?Math.min(-i-e.x,0):-e.x,n=0>s?Math.min(-s-e.y,0):-e.y;webix.Touch.Nf(this.y,t,n,0)}}}},webix.protoUI({ +defaults:{size:10,page:0,group:5,template:"{common.pages()}",maxWidth:1e5,height:30,borderless:!0},name:"pager",on_click:{webix_pager_item:function(t,e){this.select(e)}},$init:function(t){this.data=this.s,this.y=this.x,this.x.className+=" webix_pager",(t.master===!1||0===t.master)&&this.$ready.push(this.wt); +},wt:function(){this.refresh(),this.$master={refresh:function(){},select:function(){}}},select:function(t){if(this.$master&&"pager"==this.$master.name)return this.$master.select(t);switch(t){case"next":t=this.s.page+1;break;case"prev":t=this.s.page-1;break;case"first":t=0;break;case"last":t=this.s.limit-1; +}0>t&&(t=0),t>=this.data.limit&&(t=this.data.limit-1);var e=this.data.page;this.callEvent("onBeforePageChange",[t,e])&&(this.data.page=1*t,this.refresh()&&(this.s.animate&&this.Qf(e,1*t,this.s.animate)||this.$master.refresh()),this.callEvent("onAfterPageChange",[t]))},ad:"webix_p_id",template_setter:webix.template, +type:{template:function(t,e){return t.template.call(this,t,e)},pages:function(t){var e="";if(-1==t.page)return"";t.$min=t.page-Math.round((t.group-1)/2),t.$max=t.$min+1*t.group-1,t.$min<0&&(t.$max+=-1*t.$min,t.$min=0),t.$max>=t.limit&&(t.$min-=Math.min(t.$min,t.$max-t.limit+1),t.$max=t.limit-1);for(var i=t.$min||0;i<=t.$max;i++)e+=this.button({ +id:i,index:i+1,selected:i==t.page?"_selected":"",label:webix.i18n.aria.page+" "+(i+1)});return e},page:function(t){return t.page+1},first:function(){return this.button({id:"first",index:webix.locale.pager.first,selected:"",label:webix.i18n.aria.pages[0]})},last:function(){return this.button({id:"last", +index:webix.locale.pager.last,selected:"",label:webix.i18n.aria.pages[3]})},prev:function(){return this.button({id:"prev",index:webix.locale.pager.prev,selected:"",label:webix.i18n.aria.pages[1]})},next:function(){return this.button({id:"next",index:webix.locale.pager.next,selected:"",label:webix.i18n.aria.pages[2] +})},button:webix.template("")},clone:function(t){t.$view||(t.view="pager",t=webix.ui(t)),this.Rf=t,t.$master=this,this.Sf()},refresh:function(){var t=this.s;if(t.count){t.limit=Math.ceil(t.count/t.size); +var e=Math.min(t.limit-1,t.page);return e!=t.page?this.$master.setPage(e):(t.page=e,e>=0&&e!=t.old_page||t.limit!=t.old_limit||t.old_count!=t.count?(this.render(),this.Sf(),t.old_limit=t.limit,t.old_page=t.page,t.old_count=t.count,!0):void 0)}},apiOnly_setter:function(t){return this.$apiOnly=t},Sf:function(){ +this.Rf&&(this.Rf.s.count=this.s.count,this.Rf.s.page=this.s.page,this.Rf.refresh())},Qf:function(t,e,i){if(t==e)return!1;if(this.Tf)return this.Uf&&window.clearTimeout(this.Uf),this.Uf=webix.delay(this.Qf,this,[t,e,i],100);var s=e>t?"left":"right";("top"==i.direction||"bottom"==i.direction)&&(s=e>t?"top":"bottom"), +i.flip&&(s="");var n=0,r=this.$master.y;this.$master.Vf&&(r=this.$master.Vf,n=r.offsetTop,webix.html.addCss(this.$master.$view,"webix_animation"));var a=r.cloneNode(!0);a.style.width=r.style.width="100%",this.$master.refresh(),webix.html.insertBefore(a,r.nextSibling,r.parentNode);var o,h=i!==!0?i:{},l=webix.extend({ +direction:s,callback:webix.bind(function(){l.callback=null,webix.animate.breakLine(o),this.Tf=!1,this.$master.Vf&&webix.html.removeCss(this.$master.$view,"webix_animation")},this),top:n},h);o=webix.animate.formLine(r,a,l),webix.animate([r,a],l),this.Tf=!0}},webix.MouseEvents,webix.SingleRender,webix.ui.view,webix.EventSystem), +webix.locale.pager={first:" << ",last:" >> ",next:" > ",prev:" < "},webix.PagingAbility={pager_setter:function(t){function e(i){if(t.config.autosize&&this.getVisibleCount){var s=this.getVisibleCount();isNaN(s)?(t.config.size=1,webix.delay(e,this,[!0])):s!=t.config.size&&(t.config.size=s, +t.refresh(),i===!0&&this.refresh())}var n=this.s.pager;return-1==n.page?!1:(this.data.$min=this.sy(0,n.page*n.size),this.data.$max=this.sy(this.data.$min,n.size),this.data.$pagesize=this.data.$max-this.data.$min,!0)}if("string"==typeof t){var i=webix.$$(t);if(!i)return this.$blockRender=!0,webix.delay(function(){ +var e=webix.$$(t);this.s.pager=this.pager_setter(e);var i=e.s;i.count=this.data.ty(i.level),e.refresh(),this.$blockRender=!1,this.render()},this),null;t=i}return this.attachEvent("onBeforeRender",e),t.$view||(t.view="pager",t=webix.ui(t)),this.Wf=t,t.$master=this,this.data.attachEvent("onStoreUpdated",function(){ +var e=t.s;e.count=this.ty(e.level),t.refresh()}),this.data.ty=this.ty,t.s},ty:function(t){if(t&&0!==t){var e=0;return this.each(function(i){i.$level==t&&e++}),e}return this.count()},sy:function(t,e){var i=this.s.pager;if(i.level&&0!==i.level){var s=t,n=this.data.order.length;if(e)for(;n>s;){if(this.data.getItem(this.data.order[s]).$level==i.level){ +if(0===e)break;e--}s++}return s}return t+e},setPage:function(t){this.Wf&&this.Wf.select(t)},getPage:function(){return this.Wf.s.page},getPager:function(){return this.Wf}},webix.protoUI({name:"tooltip",defaults:{dy:0,dx:20},$init:function(t){"string"==typeof t&&(t={template:t}),this.type=webix.extend({},this.type), +this.$view=this.x=this.w=this.y=webix.html.create("DIV",{role:"alert","aria-atomic":"true"}),this.w.className="webix_tooltip",webix.html.insertBefore(this.w,document.body.firstChild,document.body),this.PF=webix.attachEvent("onClick",webix.bind(function(t){this.gz&&webix.$$(t)!=this&&this.hide()},this)), +this.attachEvent("onDestruct",function(){webix.detachEvent(this.PF)})},adjust:function(){},isVisible:function(){return!0},show:function(t,e){if(!this.Xf){if(this.data!=t&&(this.data=webix.extend({},t),this.render(t)),this.y.firstChild){var i=Math.max(document.documentElement.clientWidth,window.innerWidth||0),s=Math.max(document.documentElement.clientHeight,window.innerHeight||0),n=i-e.x,r=s-e.y; +this.w.style.display="block",n-this.s.dx>this.w.offsetWidth?n=e.x:(n=e.x-2*this.s.dx-this.w.offsetWidth,0>=n&&(n=0)),r=r-this.s.dy>this.w.offsetHeight?e.y:e.y-this.s.dy-this.w.offsetHeight,this.w.style.left=n+this.s.dx+"px",this.w.style.top=r+this.s.dy+"px"}this.gz=!0}},hide:function(){this.data=null, +this.w.style.display="none",this.gz=!1},disable:function(){this.Xf=!0},enable:function(){this.Xf=!1},type:{template:webix.template("{obj.id}"),templateStart:webix.template.empty,templateEnd:webix.template.empty}},webix.SingleRender,webix.Settings,webix.EventSystem,webix.ui.view),webix.AutoTooltip={tooltip_setter:function(t){ +if(t){"function"==typeof t&&(t={template:t});var e=!t.template,i=new webix.ui.tooltip(t);this.Vc();var s=this.attachEvent("onMouseMove",function(t,s){if(this.DA=s.clientX,this.EA=s.clientY,this.getColumnConfig){var n=i.type.column=this.getColumnConfig(t.column);if(e){if(!n.tooltip&&n.tooltip!=webix.undefined)return; +var r=s.target||s.srcElements;if(r.getAttribute("webix_area")&&n.tooltip){var a=r.getAttribute("webix_area");i.type.template=function(t,e){var i=t[e.column.id];return webix.template(n.tooltip).call(this,t,e,i[a],a)}}else if(n.tooltip)i.type.template=n.tooltip=webix.template(n.tooltip);else{var o=this.getText(t.row,t.column); +i.type.template=function(){return o}}}}webix.DragControl.active||i.show(this.getItem(t),webix.html.pos(s))}),n=webix.event(document.body,"mousemove",webix.bind(function(t){t=t||event,(this.DA!=t.clientX||this.EA!=t.clientY)&&i.hide()},this));return this.attachEvent("onDestruct",function(){this.config.tooltip&&this.config.tooltip.destructor(); +}),this.attachEvent("onAfterScroll",function(){i.hide()}),i.attachEvent("onDestruct",webix.bind(function(){this.detachEvent(s),webix.eventRemove(n)},this)),i}}},webix.protoUI({name:"proto",$init:function(){this.data.provideApi(this,!0),this.y=this.y||this.w,this.data.attachEvent("onStoreUpdated",webix.bind(function(){ +this.render.apply(this,arguments)},this))},$setSize:function(){webix.ui.view.prototype.$setSize.apply(this,arguments)&&this.render()},ad:"webix_item",on_mouse_move:{},type:{}},webix.PagingAbility,webix.DataMarks,webix.AutoTooltip,webix.ValidateCollection,webix.RenderStack,webix.DataLoader,webix.ui.view,webix.EventSystem,webix.Settings), +webix.CodeParser={collapseNames:function(t,e,i){if(i=i||{},e=e||"",!t||"object"!=typeof t)return null;for(var s in t)!t[s]||"object"!=typeof t[s]||webix.isDate(t[s])||webix.isArray(t[s])?i[e+s]=t[s]:webix.CodeParser.collapseNames(t[s],e+s+".",i);return i},expandNames:function(t){var e,i,s,n,r,a={};for(r in t){ +for(s=r.split("."),i=s.length-1,n=a,e=0;i>e;e++)n[s[e]]||(n[s[e]]={}),n=n[s[e]];n[s[i]]=t[r]}return a}},webix.Values={$init:function(){this.elements={}},focus:function(t){if(t)this.ub(this.elements[t]);else for(var e in this.elements)if(this.ub(this.elements[e]))return!0},ub:function(t){return t&&t.focus?(t.focus(), +!0):void 0},setValues:function(t,e){this.s.complexData&&(t=webix.CodeParser.collapseNames(t)),this.Zf(t,e)},Zf:function(t,e){this.Yf=e,this.blockEvent(),e&&this.$f||(this.$f={});for(var i in t)this.elements[i]||(this.$f[i]=t[i]);for(var i in this.elements){var s=this.elements[i];s&&(webix.isUndefined(t[i])?!e&&s.Ce&&s.setValue(""):s.setValue(t[i]), +this.$f[i]=s.getValue())}this.unblockEvent(),this.callEvent("onValues",[])},isDirty:function(){return this.Yf?!0:1===this.getDirtyValues(1)?!0:!1},setDirty:function(t){this.Yf=t,t||(this.$f=this.hz())},getDirtyValues:function(){var t={};if(this.$f)for(var e in this.elements){var i=this.elements[e].getValue(); +if(this.$f[e]!=i&&(t[e]=i,arguments[0]))return 1}return t},getCleanValues:function(){return this.$f},getValues:function(t){var e=this.hz(t);return this.s.complexData&&(e=webix.CodeParser.expandNames(e)),e},hz:function(t){var e,i=null,s=this.$f?webix.copy(this.$f):{};for(var n in this.elements)i=this.elements[n], +e=!0,t&&("object"==typeof t?(t.hidden===!1&&(e=i.isVisible()),e&&t.disabled===!1&&(e=i.isEnabled())):e=t.call(this,i)),e?s[n]=i.getValue():delete s[n];return s},clear:function(){this.Yf=!1;var t={};for(var e in this.elements)this.elements[e].Ce&&(t[e]=this.elements[e].s.defaultValue||"");this.Zf(t)}, +markInvalid:function(t,e){if(e===!1)this.Qe(t);else{if("string"==typeof e){var i=this.elements[t];i&&(i.s.invalidMessage=e)}this.Te(t)}},Te:function(t){var e=this.elements[t];if(t&&e){this.Qe(t,!0),webix.html.addCss(e.x,"webix_invalid"),e.s.invalid=!0;var i=e.s.invalidMessage;"string"==typeof i&&e.setBottomText&&e.setBottomText(); +}},Qe:function(t,e){var i=this.elements[t];if(t&&i&&i.$view&&i.s.invalid){webix.html.removeCss(i.x,"webix_invalid"),i.s.invalid=!1;var s=i.s.invalidMessage;"string"==typeof s&&!e&&i.setBottomText&&i.setBottomText()}}},webix.protoUI({name:"toolbar",defaults:{type:"toolbar"},Gc:!0,_f:"webix_toolbar",ag:!1, +$init:function(t){t.borderless||(this.w.style.borderWidth="1px"),this.w.className+=" "+this._f,this.x.setAttribute("role","toolbar")},Qs:function(){var t=this;t.elements={},webix.ui.each(this,function(e){return e.s.name&&e.getValue&&e.setValue&&(t.elements[e.s.name]=e,e.mapEvent&&e.mapEvent({onbeforetabclick:t, +onaftertabclick:t,onitemclick:t,onchange:t})),e.setValues?!1:void 0}),this.setDirty(!1)},sc:function(){this.Qs()},Bc:function(t){var e=this.s;return e.elements&&!t&&(this.nc=t=e.elements,this.mc=this.ag,delete e.elements),this.s.elementsConfig&&this.eg(this.nc,e.elementsConfig),t},eg:function(t,e){for(var i=0;i"},load:function(t){this.src_setter(t); +},src_setter:function(t){return this.callEvent("onBeforeLoad",[])?(this.getIframe().src=t,t):""},getIframe:function(){return this.w.getElementsByTagName("iframe")[0]},getWindow:function(){return this.getIframe().contentWindow}},webix.ui.view,webix.EventSystem),webix.OverlayBox={showOverlay:function(t){ +this.mg?this.mg.innerHTML=t:(this.mg=webix.html.create("DIV",{"class":"webix_overlay"},t||""),webix.html.insertBefore(this.mg,this.x.firstChild,this.x),this.x.style.position="relative")},hideOverlay:function(){this.mg&&(webix.html.remove(this.mg),this.mg=null)}},webix.protoUI({name:"scrollview",defaults:{ +scroll:"y",scrollSpeed:"0ms"},$init:function(){this.x.className+=" webix_scrollview"},body_setter:function(t){t.borderless=!0,this.gd=webix.ui.A(t),this.gd.Xb=this,this.y.appendChild(this.gd.x)},getChildViews:function(){return[this.gd]},getBody:function(){return this.gd},resizeChildren:function(){this.ng=this.gd.$getSize(0,0), +this.og(),webix.callEvent("onResize",[])},og:function(){var t=(this.Mw||webix.ui.scrollSize,Math.max(this.bc,this.ng[0])),e=Math.max(this.dc,this.ng[2]);if(this.gd.$setSize(t,e),this.y.style.width=this.gd.bc+"px",this.y.style.height=this.gd.dc+"px",webix.env.touch){var i=this.getScrollState(),s=this.gd.dc-this.dc; +s"+this.pg(t);return t.open&&(e+=this.rg(t.id)),e+=""},rg:function(t){var e="",i=this.data.branch[t];if(i){e+=""}return e},render:function(t,e,i){if(webix.TreeRenderStack.tg=this,this.isVisible(this.s.id)&&!this.$blockRender){if(t){var s,n=this.getItem(t);if("add"!=i&&(s=this.getItemNode(t),!s))return; +switch(i){case"branch":var r=s.parentNode,a=this.Ne(n);webix.html.insertBefore(a,r),webix.html.remove(r),this.t=null;break;case"paint":case"update":var a=this.t[t]=this.qg(n);webix.html.insertBefore(a,s),webix.html.remove(s);break;case"delete":webix.html.remove(s.parentNode);break;case"add":var o;if(0==n.$parent)o=this.y.firstChild;else if(this.getItem(n.$parent).open&&(o=this.getItemNode(n.$parent))){ +if(!o.nextSibling){var h=webix.html.create("DIV",{"class":"webix_tree_leaves"},"");o.parentNode.appendChild(h)}o=o.nextSibling}if(o){var l=this.data.getNextSiblingId(t);l=this.getItemNode(l),l&&(l=l.parentNode);var a=this.Ne(n);this.t[t]=a.firstChild,webix.html.insertBefore(a,l,o)}break;default:return!1; +}this.callEvent("onPartialRender",[t,e,i])}else this.callEvent("onBeforeRender",[this.data])&&(this.type.sg=[],this.y.innerHTML=this.rg(0),this.t=null,this.callEvent("onAfterRender",[]));return this.type.sg=0,webix.TreeRenderStack.tg=null,!0}},getItemNode:function(t){if(this.t)return this.t[t];this.t={}; +for(var e=this.y.getElementsByTagName("DIV"),i=0;i=0;i--)this.wg[i]==t&&(this.wg[i]=e)},zg:function(){for(var t=this.wg.length-1;t>=0;t--)if(this.data.getIndexById(this.wg[t])<0){var e=this.wg[t];this.removeCss(e,"webix_selected",!0), +this.wg.splice(t,1),this.callEvent("onSelectChange",[e])}},xg:function(t,e,i){"delete"==i?this.loadBranch?this.qF():this.wg.remove(t):t||this.data.count()||this.data.jf||(this.wg=webix.toArray())},yg:function(){this.s.select&&this.data.each(function(t){t&&t.$selected&&this.select(t.id)},this)},qF:function(){ +for(var t=this.wg.length-1;t>=0;t--)this.exists(this.wg[t])||this.wg.splice(t,1)},Bg:function(t,e,i,s){var n=e?"onBeforeSelect":"onBeforeUnSelect";if(!this.callEvent(n,[t,e]))return!1;s&&(this.Dg=!0,this.unselectAll(),this.Dg=!1),e?this.addCss(t,"webix_selected",!0):this.removeCss(t,"webix_selected",!0), +i?i.push(t):(e?this.wg.push(t):this.wg.remove(t),this.Cg(t));var n=e?"onAfterSelect":"onAfterUnSelect";return this.callEvent(n,[t]),!0},select:function(t,e){var i=arguments[2],s=arguments[3];if(!t)return this.selectAll();if(!webix.isArray(t)){if(s&&this.wg.length)return this.selectAll(this.wg[this.wg.length-1],t); +var n=!1;return i||e||1==this.wg.length&&this.wg[0]==t||(n=!0),!n&&this.isSelected(t)?void(i&&this.unselect(t)):void this.Bg(t,!0,null,n)}for(var r=0;r1||t){for(var i=e.length-1;i>=0;i--)e[i]=this.getItem(e[i]); +return e}return e.length?this.getItem(e[0]):void 0},Eg:function(t){return t.length>100||t.length>this.data.count/2},Cg:function(t){if("object"!=typeof t&&(t=[t]),t.length){if(this.Eg(t))this.data.refresh();else for(var e=0;ee&&(e=Math.max(l.length-1,0)),c===l&&e===u)return;if(webix.PowerArray.removeAt.call(c,u), +webix.PowerArray.insertAt.call(l,t,Math.min(l.length,e)),c.length||delete this.data.branch[h.$parent],h.$parent&&"0"!=h.$parent&&this.getItem(h.$parent).$count--,r&&"0"!=r){var d=i.getItem(r);d.$count++,this.Fg(h,d.$level+1)}else this.Fg(h,1);h.$parent=r,i.data.callEvent("onDataMove",[t,e,r,l[e+1]])} +return this.refresh(),n}for(var f=0;f=0?e[i]:null},getNextSiblingId:function(t){var e=this.branch[this.getItem(t).$parent],i=webix.PowerArray.find.call(e,t)+1; +return i0)for(var s=this.branch[t],n=0;n"; +return i},icon:function(t,e){return t.$count?t.open?"
":"
":"
"},checkbox:function(t,e){return t.nocheckbox?"":""; +},folder:function(t,e){return t.icon?"
":t.$count?t.open?"
":"
":"
"}},webix.TreeAPI={open:function(t,e){if(t){var i=this.getItem(t);i.$count&&!i.open&&(this.callEvent("onBeforeOpen",[t])&&(i.open=!0, +this.data.callEvent("onStoreUpdated",[t,0,"branch"]),this.callEvent("onAfterOpen",[t])),e&&"0"!=t&&this.open(this.getParentId(t),e))}},close:function(t){if(t){var e=this.getItem(t);e.open&&this.callEvent("onBeforeClose",[t])&&(e.open=!1,this.data.callEvent("onStoreUpdated",[t,0,"branch"]),this.callEvent("onAfterClose",[t])); +}},openAll:function(t){this.data.eachSubItem(t||0,function(t,e){e&&(t.open=!0)}),this.data.refresh()},closeAll:function(t){this.data.eachSubItem(t||0,function(t,e){e&&(t.open=!1)}),this.data.refresh()},Sg:function(t,e,i){if(this.s.threeState)return this.Tg(t,null!==e?e:"");var s,n=this.getItem(t),r=i?i.target||i.srcElement:null; +s=r&&"checkbox"==r.type?r.checked?!0:!1:null!==e?e:!n.checked,n.checked=s,this.callEvent("onItemCheck",[t,n.checked,i])},isBranchOpen:function(t){if("0"==t)return!0;var e=this.getItem(t);return e.open?this.isBranchOpen(e.$parent):!1},getOpenItems:function(){var t=[];for(var e in this.data.branch)this.exists(e)&&this.getItem(e).open&&t.push(e); +return t},getState:function(){return{open:this.getOpenItems(),select:this.getSelectedId(!0)}},Ug:function(t,e){var i=this.data.attachEvent("onStoreLoad",function(){t.setState.call(t,e),t.data.detachEvent(i),t=null})},setState:function(t){if(t.open){this.closeAll();for(var e=t.open,i=0;ih-d&&(this.WC(n.x,n.y+2*d,t),u=!0)}s&&(t.xc-d&&(this.WC(n.x+2*d,n.y,t),u=!0)),u&&(this.bh=webix.delay(this.ch,this,[t],100)); +},WC:function(t,e,i){this.callEvent("onBeforeAutoScroll",[i])&&this.scrollTo(t,e)}},webix.DragOrder={Vg:!0,$drag:function(t,e){var i=webix.DragItem.$drag.call(this,t,e);if(i){var s=webix.DragControl.getContext();this.getBranchIndex&&(this.Wg=this.Xg?16*this.getItem(s.start).$level:0),s.fragile||this.addCss(s.start,"webix_transparent"); +}return i},WB:function(t,e){return webix.DragItem.WB(t,e)},$dragPos:function(t,e,i){var s=webix.html.offset(this.$view),n=s.x+(this.Xg?1+this.Wg:1),r=t.y,a=this.s,o="x"==a.layout;o&&(r=s.y+(this.Xg?+s.height-webix.ui.scrollSize-1:1),n=t.x),i.style.display="none";var h=document.elementFromPoint(n,r);if(h!=this.Yg){ +var l=webix.$$(h);if(l&&l==this){var c=this.locate(h,!0);!c&&webix.DragControl.td&&(c=this.locate(webix.DragControl.td,!0));var u=webix.DragControl.getContext().start;if(this.XC=!0,c){if(c!=this.Yg){if(c!=u){var d,f;this.getBranchIndex?(d={parent:this.getParentId(c)},f=this.getBranchIndex(c)):(d={},f=this.getIndexById(c)), +this.callEvent("onBeforeDropOrder",[u,f,e,d])&&(this.move(u,f,this,d),this.Yg=c)}webix.DragControl.Cd=this.w}}else if(c="$webix-last",this.Yg!=c){if(!this.callEvent("onBeforeDropOrder",[u,-1,e,{parent:0}]))return;this.Yg=c}}}if(i.style.display="block",o)if(t.y=s.y,t.x=t.x-18,t.xb&&(t.x=b)}else if(s.y+=this.$g,t.x=this.Wg||s.x,t.y=t.y-18,t.yb&&(t.y=b)}this.bh&&(this.bh=window.clearTimeout(this.bh)),this.bh=webix.delay(this.ch,this,[webix.html.pos(e),this.locate(e)||null],250),webix.DragControl.Ed=!0},$dragIn:function(){ +return!1},$drop:function(t,e,i){this.bh&&(this.XC=null,this.bh=window.clearTimeout(this.bh));var s=webix.DragControl.getContext(),n=s.start;this.removeCss(n,"webix_transparent");var r=this.getIndexById(n);this.callEvent("onAfterDropOrder",[n,r,i]),s.fragile&&this.refresh()}},webix.DragItem={_g:function(t,e,i){ +e||webix.DragControl.addDrop(t.w,t,!0),i||webix.DragControl.addDrag(t.w,t),this.attachEvent("onDragOut",function(t,e){this.$dragMark(t,e)}),this.attachEvent("onBeforeAutoScroll",function(){var t=webix.DragControl.getContext();return!(!webix.DragControl.sd||!t||t.to!==this&&!this.XC)})},drag_setter:function(t){ +return t&&(webix.extend(this,webix.AutoScroll,!0),"order"==t&&webix.extend(this,webix.DragOrder,!0),"inner"==t&&(this.ah=!0),this._g(this,"source"==t,"target"==t),delete this.drag_setter),t},$dragIn:function(t,e,i){var s=this.locate(i)||null,n=webix.DragControl.Gd;if((this.ah||n.from.ah)&&n.from!==this)return!1; +var r=webix.DragControl.getMaster(e),a=this.getItemNode(s,i)||this.y;return a==webix.DragControl.Dd?a:(n.target=s,n.to=r,this.bh&&(this.bh=window.clearTimeout(this.bh)),this.bh=webix.delay(function(t,e){this.Gg(e),this.ch(t,e)},this,[webix.html.pos(i),s],250),this.$dropAllow(n,i)&&this.callEvent("onBeforeDragIn",[n,i])?(this.$dragMark(n,i), +a):(n.to=n.target=null,this.bh&&(this.bh=window.clearTimeout(this.bh)),null))},$dropAllow:function(){return!0},Gg:function(t){},_B:function(t){return t&&"object"==typeof t?t.toString():t},$dragOut:function(t,e,i,s){var n=(this.x.contains(i)?this.locate(s):null)||null,r=webix.DragControl.Gd;return(r.target||"").toString()==(n||"").toString()?null:(this.bh&&(this.XC=null, +this.bh=window.clearTimeout(this.bh)),r.target=r.to=null,this.callEvent("onDragOut",[r,s]),null)},$drop:function(t,e,i){this.bh&&(this.bh=window.clearTimeout(this.bh));var s=webix.DragControl.Gd;s.to=this;var n=this._B(s.target);this.getBranchIndex?n&&(s.parent=this.getParentId(n),s.index=this.getBranchIndex(n)):s.index=n?this.getIndexById(n):this.count(), +this.$dragMark({},i),s.from&&s.from!=s.to&&s.from.callEvent&&s.from.callEvent("onBeforeDropOut",[s,i]),this.callEvent("onBeforeDrop",[s,i])&&(this.dh(s,i),this.callEvent("onAfterDrop",[s,i]))},dh:function(t,e){if(t.from){var i={parent:t.parent,mode:t.pos};t.from.move(t.source,t.index,t.to,i)}},WB:function(t,e){ +if(this.getItemNode){var i=this.locate(e,!0),s=i?this.getItemNode(i):null;return s?webix.html.offset(s):s}},$drag:function(t,e){var i=this.locate(e,!0);if(i){var s=[i];if(this.getSelectedId&&!this.Vg){var n=this.getSelectedId(!0,!0);if(n&&n.length>1&&-1!=webix.PowerArray.find.call(n,i)){for(var r={},s=[],a=0;ai&&(i=1*t(e[s]));return 1*i},count:function(t,e){ +for(var i=0,s=0;s=0;r--)this.pull[s[r]].$footer&&s.splice(r,1);this.mh(s,0,1),t||this.callEvent("onStoreUpdated",[])}},mh:function(t,e,i){e&&(this.getItem(e).$count=t.length);for(var s=0;s1){var t=this.y.querySelector("["+this.ad+"]");t&&t.setAttribute("tabindex","-1")}})))},cF:function(){var t=this.getSelectedId(!0);if(!t.length||!this.getItemNode(t[0])){var e=this.y.querySelector("["+this.ad+"]");e&&e.setAttribute("tabindex","0")}},sh:function(t){return function(e,i){ +var s=i.srcElement||i.target;if(!s.getAttribute("webixignore")){var n=s.tagName;if("INPUT"==n||"TEXTAREA"==n||"SELECT"==n)return!0}return e&&e.moveSelection&&e.config.navigation&&!e.Eb?(webix.html.preventEvent(i),e.moveSelection(t,i.shiftKey)):!0}},moveSelection:function(t,e){var i=this.s;if(!i.disabled){ +var s=this.getSelectedId(!0),n=this.count&&("x"==i.layout||i.xCount>1);if(("right"==t||"left"==t)&&this.ar){var r=webix.$$(this.ar);return r.Uq(!0),void("x"===r.config.layout?r.moveSelection(t):webix.UIManager.setFocus(r))}if(!s.length&&this.count()){if("down"==t||"right"==t&&n)t="top";else{if(!("up"==t||"left"==t&&n))return; +t="bottom"}s=[this.getFirstId()]}if(1==s.length){s=s[0];var a=s;if("left"==t&&this.close)return this.close(s);if("right"==t&&this.open)return this.open(s);if("top"==t)s=this.getFirstId();else if("bottom"==t)s=this.getLastId();else if("up"==t||"left"==t||"pgup"==t){var o=this.getIndexById(s),h="pgup"==t?10:1; +s=this.getIdByIndex(Math.max(0,o-h))}else{if("down"!=t&&"right"!=t&&"pgdown"!=t)return;var o=this.getIndexById(s),h="pgdown"==t?10:1;s=this.getIdByIndex(Math.min(this.count()-1,o+h))}if(this.OD&&(s=this.OD(s,a,t)),this.showItem(s),this.select(s),this.getSubMenu&&this.getSubMenu(s)&&this.Yq(s,this.getItemNode(s)), +!this.config.clipboard){var l=this.getItemNode(s);l&&l.focus()}}return!1}},navigation_setter:function(t){return t&&!webix.UIManager.th&&(webix.UIManager.th=!0,webix.UIManager.addHotKey("up",this.sh("up")),webix.UIManager.addHotKey("down",this.sh("down")),webix.UIManager.addHotKey("shift+up",this.sh("up")), +webix.UIManager.addHotKey("shift+down",this.sh("down")),webix.UIManager.addHotKey("shift+right",this.sh("right")),webix.UIManager.addHotKey("shift+left",this.sh("left")),webix.UIManager.addHotKey("pageup",this.sh("pgup")),webix.UIManager.addHotKey("pagedown",this.sh("pgdown")),webix.UIManager.addHotKey("home",this.sh("top")), +webix.UIManager.addHotKey("end",this.sh("bottom")),webix.UIManager.addHotKey("right",this.sh("right")),webix.UIManager.addHotKey("left",this.sh("left"))),t}},webix.protoUI({name:"tree",defaults:{scroll:"a",navigation:!0},$init:function(){this.x.className+=" webix_tree",webix.extend(this.data,webix.TreeStore,!0), +webix.extend(this.on_click,webix.TreeClick),this.attachEvent("onAfterRender",this.Jf),this.attachEvent("onPartialRender",this.Jf),this.data.provideApi(this,!0),this.x.setAttribute("role","tree")},ad:"webix_tm_id",on_context:{},on_dblclick:{webix_tree_checkbox:function(){return this.on_click.webix_tree_checkbox?this.on_click.webix_tree_checkbox.apply(this,arguments):void 0; +}},$fixEditor:function(t){var e=this.getItemNode(t.id).querySelector("span");if(e){""===e.innerHTML&&(e.innerHTML=" ");var i=10,s=e.offsetLeft;t.node.style.width=this.$view.scrollWidth-s-i+"px",t.node.style.marginLeft=s+"px",t.node.style.left="0px"}},on_click:{webix_tree_item:function(t,e,i){if(this.s.activeTitle){ +var s=this.getItem(e);s.open?this.close(e):this.open(e)}if(this.s.select)if("multiselect"==this.s.select||this.s.multiselect){if("level"==this.s.multiselect){var n=this.getSelectedId(!0)[0];if(n&&this.getParentId(e)!=this.getParentId(n))return}this.select(e,!1,t.ctrlKey||t.metaKey||"touch"==this.s.multiselect,t.shiftKey); +}else this.select(e)}},rh:{insert:function(t){var e=this.getSelectedId()||"0";this.add({value:t},null,e)},modify:function(t){for(var e=this.getSelectedId(!0),i=0;i"+this.type.template(t,this.type)+""; +},type:webix.extend({template:function(t,e){var i=e["template"+t.level]||e.templateCommon;return i.apply(this,arguments)},classname:function(t,e,i){var s="webix_tree_item";return t.$css&&("object"==typeof t.$css&&(t.$css=webix.html.createCss(t.$css)),s+=" "+t.$css),i&&i.$css&&(s+=" "+i.$css),s},aria:function(t,e,i){ +return'role="treeitem"'+(i&&i.webix_selected?' aria-selected="true" tabindex="0"':' tabindex="-1"')+(t.$count?'aria-expanded="'+(t.open?"true":"false")+'"':"")+'aria-level="'+t.$level+'"'},templateCommon:webix.template("{common.icon()} {common.folder()} #value#"),templateStart:webix.template('
'), +templateEnd:webix.template("
"),templateCopy:webix.template("#value#")},webix.TreeType)},webix.AutoTooltip,webix.Group,webix.TreeAPI,webix.DragItem,webix.TreeDataMove,webix.SelectionModel,webix.KeysNavigation,webix.MouseEvents,webix.Scrollable,webix.TreeDataLoader,webix.ui.proto,webix.TreeRenderStack,webix.CopyPaste,webix.EventSystem), +webix.TreeStateCheckbox={uh:function(){if(this.vg){var t=this.render;this.render=function(e,i,s){var n=t.apply(this,arguments);this.s.threeState&&n&&"checkbox"!=i&&this.vh.apply(this,arguments)},this.uh=function(){}}},threeState_setter:function(t){return t&&this.uh(),t},vh:function(t){var e,i,s,n,r;if(s=[], +r=this,t&&!r.data.pull[t]&&(t=0),!t||r.data.pull[t].$count)for(i=this.wh(t),i.sort(function(t,e){return r.data.pull[e].$level-r.data.pull[t].$level}),e=0;e0||o>0)&&(s=!0),(s||s!=l.indeterminate)&&(h=!0),l.indeterminate=s,(e||l.checked!=e)&&(h=!0),l.checked=e,h?(r.push(n),n=this.getParentId(n)):n=0}return r; +},getChecked:function(){var t=[],e=this;return this.data.eachSubItem(0,function(i){e.isChecked(i.id)&&t.push(i.id)}),t},Tg:function(t,e){var i=this.getItem(t);if(i&&(""===e&&(e=!i.checked),i.checked!=e||i.indeterminate)){i.checked=e,this.zh(t);var s=this.xh(t);if(this.vg&&s.length<5)for(var n=0;n")}return i},Bh:function(t,e,i){var s=e.sg,n=webix.TreeRenderStack.tg;if(0===s&&n){var r=t.$level,a=t.id;for(s=[];r;){var o=n.getParentId(a),h=n.data.branch[o]; +h[h.length-1]==a&&(s[r]=!0),a=o,r--}e.sg=s}if(!s)return 0;if(i==t.$level){var l=3;return t.$parent||0===t.$index&&(l=4),s[t.$level]&&(l=2),t.$count?t.open?"minus"+l:"plus"+l:"line"+l}return s[i]?"blank":"line1"}}),webix.NavigationButtons={$init:function(){this.$ready.push(function(){this.attachEvent("onKeyPress",this.DD); +})},PD:function(t,e){if(37===t||39===t){webix.html.preventEvent(e),this.Kh(37===t?-1:1);var i=this.Dh.querySelector("[tabindex='0']");i&&i.focus()}},Ch:function(){webix.html.remove(this.Dh),this.Dh=webix.html.create("DIV",{"class":"webix_nav_panel webix_nav_panel_"+this.s.navigation.type,role:"tablist" +},""),this.x.appendChild(this.Dh),this.Eh(),this.Fh(),this.Gh()},Gh:function(){var t=[];this.Dh&&(t[0]=webix.event(this.Dh,"click",webix.bind(function(t){for(var e=t.srcElement||t.target,i=!1;e!=this.Dh&&!i;){var s=e.getAttribute(this.Hh);s&&(i=!0,this.Ih(s)),e=e.parentNode}},this))),this.Jh&&(t[1]=webix.event(this.Jh,"click",webix.bind(function(t){ +this.Kh(-1)},this))),this.Lh&&(t[1]=webix.event(this.Lh,"click",webix.bind(function(t){this.Kh(1)},this))),this.attachEvent("onDestruct",function(){for(var e=0;e=this.q.length||0>e)&&(e=0>e?this.q.length-1:0), +this.setActiveIndex(e)}},Ih:function(t){this.q&&webix.$$(t).show()},Eh:function(){var t,e;if(e=this.s.navigation,e.items){this.Hh=e.linkAttr||"bind_id",this.Dh?this.Nh():this.Ch();var i=this.q?this.q:this.data.order;if(i.length>1)for(var s=0;s");var n=this.q?this.q[s].s.id:i[s];n&&t.setAttribute(this.Hh,n),this.Dh.appendChild(t)}}},Nh:function(){if(this.Dh)for(var t=this.Dh.childNodes,e=t.length-1;e>=0;e--)webix.html.remove(t[e])},Fh:function(){var t;t=this.s.navigation,t.buttons&&(this.Jh&&webix.html.remove(this.Jh), +this.Jh&&webix.html.remove(this.Lh),this.Jh=webix.html.create("DIV",{"class":"webix_nav_button_"+t.type+" webix_nav_button_prev ",role:"button",tabindex:"0","aria-label":webix.i18n.aria.prevTab},'
'),this.x.appendChild(this.Jh),this.Lh=webix.html.create("DIV",{ +"class":"webix_nav_button_"+t.type+" webix_nav_button_next ",role:"button",tabindex:"0","aria-label":webix.i18n.aria.nextTab},'
'),this.x.appendChild(this.Lh))}},function(){function t(t){return t=t||{},t.paper=a[(t.paper||"").toLowerCase()]||"A4",t.mode=h[t.mode]?t.mode:"portrait", +t.fit=o[t.fit]?t.fit:"page",t.scroll=t.scroll||!1,t.size=l[t.paper],t.margin=t.margin||0===t.margin?t.margin:{},r=isNaN(1*t.margin)?r:t.margin,t.margin={top:t.margin.top||0===t.margin.top?t.margin.top:r,bottom:t.margin.bottom||0===t.margin.bottom?t.margin.bottom:r,right:t.margin.right||0===t.margin.right?t.margin.right:r, +left:t.margin.left||0===t.margin.left?t.margin.left:r},t}function e(t){webix.html.addCss(document.body,"webix_print"),t.docHeader&&n("Header",t),t.docFooter&&n("Footer",t);var e="@media print { @page{ size:"+t.paper+" "+t.mode+";margin-top:"+t.margin.top+"px;margin-bottom:"+t.margin.bottom+"px;margin-right:"+t.margin.right+"px;margin-left:"+t.margin.left+"px;}}"; +webix.html.addStyle(e,"print")}function i(t){webix.html.removeCss(document.body,"webix_print"),webix.html.removeStyle("print"),t.docHeader&&webix.html.remove(t.docHeader),t.docFooter&&webix.html.remove(t.docFooter)}function s(t,e){var i=t.$view.cloneNode(!0);webix.html.insertBefore(i,e.docFooter,document.body), +webix.html.addCss(i,"webix_ui_print"),!e.scroll&&(t.data&&t.data.pull||t.getBody)&&webix.html.addCss(i,"webix_print_noscroll"),window.print(),webix.html.remove(i)}function n(t,e){var i=webix.html.create("div",{"class":"webix_view webix_print_"+t.toLowerCase(),style:"height:0px;visibility:hidden;"},e["doc"+t]); +"Header"===t?webix.html.insertBefore(i,document.body.firstChild):document.body.appendChild(i),e["doc"+t]=i}webix.env.printPPI=96,webix.env.printMargin=.75*webix.env.printPPI;var r=(webix.env.printPPI,webix.env.printMargin),a={a4:"A4",a3:"A3",letter:"letter"},o={page:!0,data:!0},h={portrait:!0,landscape:!0 +},l={A3:{width:11.7,height:16.5},A4:{width:8.27,height:11.7},letter:{width:8.5,height:11}};webix.print=function(n,r){var a=webix.$$(n);a&&a.$printView&&(a=a.$printView()),a&&(a.callEvent("onBeforePrint",[r]),r=t(r),e(r),a.$customPrint&&a.$customPrint(r)!==!0||s(a,r),i(r))}}(),webix.CustomPrint={$customPrint:function(t,e){ +if(this.UF(t,e))return!0;var i=this.VF(t),s=this.WF(i,t);if(e)return s;var n=webix.html.create("div",{"class":"webix_ui_print"});n.appendChild(s),webix.html.insertBefore(n,t.docFooter,document.body),window.print(),webix.html.remove(n)},UF:function(t,e){return!e&&("y"==this.config.layout||t.scroll||this.config.prerender||this.config.autoheight)?!0:void("x"==this.config.layout&&webix.extend(t||{},{ +xCount:this.count(),nobreaks:!0},!0))},XF:function(t){if("page"==t.fit)return 1/0;var e=t.size,i=e["portrait"==t.mode?"width":"height"];return Math.min(i*webix.env.printPPI-2*webix.env.printMargin)},VF:function(t,e,i){var s,n,r,a=this.XF(t),o=t.xCount||this.Ci().Di,h=[],l=[],c=0;i=i||0,e=e||[];for(var u=0;u=i){if(c+=this.type.width,c>a&&r>i){s=l.length+i,h.push(l),u+=o-l.length,l=[],c=0;continue}var f=this.type.template(d,this.type),b=this.YF,x={display:"table-cell",height:this.type.height+"px",width:this.type.width+"px"};l.push({ +txt:f,className:b+" "+(d.$css||""),style:x}),(u+1)%o===0&&(h.push(l),l=[],c=0)}u++}return e.push(h),s&&this.VF(t,e,s),e},WF:function(t,e){var i=webix.html.create("div");return t.forEach(webix.bind(function(s,n){var r=webix.html.create("table",{"class":"webix_table_print "+this.$view.className,style:"border-collapse:collapse" +});if(s.forEach(function(t){var e=webix.html.create("tr");t.forEach(function(t){var i=webix.html.create("td");if(t.txt&&(i.innerHTML=t.txt),t.className&&(i.className=t.className),t.style){var s=Object.keys(t.style);s.forEach(function(e){t.style[e]&&(i.style[e]=t.style[e])})}t.span&&(t.span.colspan>1&&(i.colSpan=t.span.colspan), +t.span.rowspan>1&&(i.rowSpan=t.span.rowspan)),e.appendChild(i)}),r.appendChild(e)}),i.appendChild(r),!e.nobreaks&&n+1t),this.s.autoheight&&(t||1/0)>e&&(t=e),Math.max(this.QF()*t+(this.type.margin||0),this.s.minHeight||0)},QF:function(){return this.type.height+(this.type.margin||0)},Sh:function(t){var e=this.data.$pagesize||this.count();return this.Lf(t&&e>t), +this.s.autowidth&&(t||1/0)>e&&(t=e),this.type.width*t},hg:function(){"x"==this.s.layout&&(this.y.style.width="auto"!=this.type.width?this.type.width*this.count()+"px":"auto")},$getSize:function(t,e){return"y"==this.s.layout?("auto"!=this.type.width&&(this.s.width=this.type.width+(this.cc?webix.ui.scrollSize:0)), +(this.s.yCount||this.s.autoheight)&&(this.s.height=this.Rh(this.s.yCount)||1)):("auto"!=this.type.height&&(this.s.height=this.QF()+(this.ec?webix.ui.scrollSize:0)),(this.s.xCount||this.s.autowidth)&&(this.s.width=this.Sh(this.s.xCount)||1)),webix.ui.view.prototype.$getSize.call(this,t,e)},$setSize:function(){ +webix.ui.view.prototype.$setSize.apply(this,arguments)},type:{css:"",widthSize:function(t,e){return e.width+(e.width>-1?"px":"")},heightSize:function(t,e){return e.height+(e.height>-1?"px":"")},classname:function(t,e,i){var s="webix_list_item";return t.$css&&("object"==typeof t.$css&&(t.$css=webix.html.createCss(t.$css)), +s+=" "+t.$css),i&&i.$css&&(s+=" "+i.$css),s},aria:function(t,e,i){return'role="option"'+(i&&i.webix_selected?' aria-selected="true" tabindex="0"':' tabindex="-1"')+(t.$count&&t.$template?'aria-expanded="true"':"")},template:function(t){return(t.icon?" ":"")+t.value+(t.badge?"
"+t.badge+"
":""); +},width:"auto",templateStart:webix.template('
'),templateEnd:webix.template("
")},$skin:function(){this.type.height=webix.skin.$active.listItemHeight; +}},webix.CustomPrint,webix.KeysNavigation,webix.DataMove,webix.DragItem,webix.MouseEvents,webix.SelectionModel,webix.Scrollable,webix.ui.proto,webix.CopyPaste),webix.protoUI({name:"grouplist",defaults:{animate:{}},Oh:"webix_grouplist",$init:function(){webix.extend(this.data,webix.TreeStore,!0),this.data.count=function(){ +return this.order.length},this.data.provideApi(this,!0),this.data.attachEvent("onClearAll",webix.bind(this.Th,this)),this.Th()},Th:function(){this.Uh=[],this.Vh=[]},$setSize:function(){webix.ui.view.prototype.$setSize.apply(this,arguments)&&(this.y.style.width=this.bc)},on_click:{webix_list_item:function(t,e){ +if(this.Wh)return!1;for(var i=0;i'), +templateBack:webix.template("#value#"),templateItem:webix.template("#value#"),templateGroup:webix.template("#value#"),templateEnd:function(t,e){var i="";return t.$count&&(i+="
"),i+=""}},showItem:function(t){var e,i;for(t&&(e=this.getItem(t),i=e.$parent,e.$count&&(i=e.id)), +this.Uh=this.data.branch[i||0],this.Vh=[];i;)this.getItem(i).$template="Back",this.Vh.unshift(i),i=this.getItem(i).$parent;this.Qh=!0,this.render(),this.Qh=!1,webix.RenderStack.showItem.call(this,t)}},webix.Group,webix.ui.list),webix.type(webix.ui.grouplist,{}),webix.protoUI({name:"unitlist",ad:"webix_item_id", +uniteBy_setter:webix.template,render:function(t,e,i,s){var n=this.s;if(this.isVisible(n.id)){if(!n.uniteBy)return!1;if(t){var r=this.getItemNode(t);if(r&&"update"==i&&this.s.uniteBy.call(this,e)==this.getItem(t).$unitValue){var a=this.t[t]=this.Ne(e);return webix.html.insertBefore(a,r),void webix.html.remove(r); +}}this.callEvent("onBeforeRender",[this.data])&&(this.units=null,this.$h(),this.units&&(this.y.innerHTML=this._h().map(this.jb,this).join(""),this.t=null),this.callEvent("onAfterRender",[]))}},getUnits:function(){var t=[];if(this.units)for(var e in this.units)t.push(e);return t},getUnitList:function(t){ +return this.units?this.units[t]:null},jb:function(t){var e=this.data.Me[t.id];return this.callEvent("onItemRender",[t]),t.$unit?this.type.templateStartHeader(t,this.type)+this.type.templateHeader.call(this,t.$unit)+this.type.templateEnd(t,this.type):this.type.templateStart(t,this.type,e)+(t.$template?this.type["template"+t.$template]:this.type.template)(t,this.type)+this.type.templateEnd(t,this.type); +},_h:function(){var t,e,i,s;t=[];var n=this.data.$min||0,r=this.data.$max||1/0,a=0;for(i in this.units)for(t.push({$unit:i}),s=this.units[i],e=0;e"+t+""},templateStart:function(t,e,i){if(t.$unit)return e.templateStartHeader.apply(this,arguments); +var s="webix_list_item webix_list_"+e.css+"_item"+(i&&i.webix_selected?" webix_selected":"")+(t.$css?t.$css:""),n="width:"+e.widthSize(t,e,i)+"; height:"+e.heightSize(t,e,i)+"; overflow:hidden;"+(e.layout&&"x"==e.layout?"float:left;":"");return'
"; +},templateStartHeader:function(t,e,i){var s="webix_unit_header webix_unit_"+e.css+"_header"+(t.$selected?"_selected":""),n="width:"+e.widthSize(t,e,i)+"; height:"+e.headerHeight+"px; overflow:hidden;";return'
'}},$skin:function(){this.type.headerHeight=webix.skin.$active.unitHeaderHeight||20; +}},webix.ui.list),webix.EditAbility={defaults:{editaction:"click"},$init:function(t){this.ai={},this.Eb=0,this.bi=0,this.w.style.position="relative",t&&(t.onDblClick=t.onDblClick||{}),this.attachEvent("onAfterRender",this.$s),this.s.editable&&this.ci(),webix.extend(this,webix.Undo)},Ux:function(t){try{ +if("number"==typeof t.selectionStart)t.selectionStart=t.selectionEnd=t.value.length;else if("undefined"!=typeof t.createTextRange){var e=t.createTextRange();e.collapse(!1),e.select()}}catch(i){}},$s:function(){var t=this.getEditor();if(t&&t.$inline&&!t.getPopup){var e=this.mi(t);if(e&&e!=t.node){var i=t.node.value; +t.node=e,e.value=i,e.focus(),this.Ux(e)}else this.editStop()}},editable_setter:function(t){return t&&this.ci(),t},ci:function(){webix.attachEvent("onEditEnd",webix.bind(function(){this.Eb&&this.editStop()},this)),webix.attachEvent("onClick",webix.bind(function(t){this.Eb&&new Date-this.bi>200&&(this.di&&!this.di.popupType&&t&&this.di.node&&this.di.node.contains(t.target||t.srcElement)||this.editStop()); +},this)),this.data.attachEvent&&this.data.attachEvent("onIdChange",webix.bind(function(t,e){this.ei(t,e)},this)),this.attachEvent("onItemClick",function(t){this.s.editable&&"click"==this.s.editaction&&this.edit(t)}),this.attachEvent("onItemDblClick",function(t){this.s.editable&&"dblclick"==this.s.editaction&&this.edit(t); +}),this.fi=webix.bind(function(){this.bi=new Date},this),this.ci=function(){},this.gi&&this.gi()},Vs:function(){webix.delay(function(){var t=this.getEditor();if(t&&t.config.liveEdit){var e={value:t.getValue(),old:t.value};if(e.value==e.old)return;t.value=e.value,this.ti(t,e.value,!1),this.callEvent("onLiveEdit",[e,t]); +}},this)},hi:function(t){var e=this.s.form;"string"!=typeof e&&(this.s.form=e=webix.ui(e).config.id);var e=webix.$$(e),i=e.setValues?e:e.getChildViews()[0];i.setValues(this.getItem(t.row||t)),e.config.master=this.config.id,e.show(this.getItemNode(t));var s=i.getChildViews()[0];s.focus&&s.focus()},edit:function(t,e,i){ +if(this.callEvent("onBeforeEditStart",[t])){if(this.s.form)return this.hi(t);var s=this.ii(t);if(s){if(this.getEditor(t))return;e||this.editStop();var n=webix.extend({},webix.editors[s]),r=this.ji(t,n,i);n.config.liveEdit&&(this.Ws=this.attachEvent("onKeyPress",this.Vs));var a=n.getPopup?n.getPopup(r).x:r; +return a&&webix.UE(a,"click",this.fi),r&&webix.UE(r,"change",this.ki,{bind:{view:this,id:t}}),i!==!1&&n.focus(),this.$fixEditor&&this.$fixEditor(n),this.bi=webix.edit_open_time=new Date,webix.UIManager.setFocus(this,!0),this.callEvent("onAfterEditStart",[t]),n}return null}},getEditor:function(t){return t?this.ai[t]:this.di; +},ei:function(t,e){var i=this.ai[t];i&&(this.ai[e]=i,i.id=e,delete this.ai[t])},ki:function(t){this.view.hasEvent("onEditorChange")&&this.view.callEvent("onEditorChange",[this.id,this.view.getEditorValue(this.id)])},li:function(t){return this.s},ji:function(t,e,i){var s=(e.config=this.li(t),e.render()); +e.$inline&&(s=this.mi(t)),e.node=s;var n=this.getItem(t),r=n[this.s.editValue||"value"];return webix.isUndefined(r)&&(r=""),e.setValue(r,n),e.value=r,this.ni(t,e),i!==!1&&this.showItem(t),e.$inline||this.oi(t,s,!0),e.afterRender&&e.afterRender(),s},pi:function(t){return this.getItemNode(t)},mi:function(t){ +var e=this.pi(t);return e&&(e=e.getElementsByTagName("input")[0]||e),e},ii:function(t){return this.s.editor},ni:function(t,e){e.id=t,this.ai[t]=this.di=e,this.Eb++},qi:function(t){this.di==t&&(this.di=0),t.destroy&&t.destroy(),delete t.popup,delete t.node,delete this.ai[t.id],this.Eb--},focusEditor:function(t){ +var e=this.getEditor.apply(this,arguments);e&&e.focus&&e.focus()},editCancel:function(){this.editStop(null,null,!0)},Xy:function(t){if(t){var e=this.getEditor();if(e&&e.getPopup&&e.getPopup()==t.getTopParentView())return}this.editStop()},editStop:function(t){if(!this.Zx){this.Zx=1;var e=arguments[2],i=1; +return t?i=this.ri(this.ai[t],e):this.si(function(t){i*=this.ri(t,e)}),this.Zx=0,i}},ug:function(t){var e=this.getItemNode(t);return{left:e.offsetLeft,top:e.offsetTop,height:e.offsetHeight,width:e.offsetWidth,parent:this.w}},oi:function(t,e,i){if(e.style){var s=this.ug(t);e.style.top=s.top+"px",e.style.left=s.left+"px", +e.style.width=s.width-1+"px",e.style.height=s.height-1+"px",e.top=s.top,i&&s.parent.appendChild(e)}},si:function(t){for(var e in this.ai)t.call(this,this.ai[e])},ri:function(t,e){if(t){var i={value:t.getValue(),old:t.value};if(this.callEvent("onBeforeEditStop",[i,t,e])){if(!e){var s=i.old;if("string"==typeof i.value&&(s+=""), +s!=i.value||t.config.liveEdit){var n=this.ti(t,i.value,!0);this.updateItem(t.row||t.id,n)}}t.$inline?t.node=null:webix.html.remove(t.node);var r=t.config.suggest;return r&&"string"==typeof r&&webix.$$(r).hide(),this.qi(t),this.Ws&&this.detachEvent(this.Ws),this.callEvent("onAfterEditStop",[i,t,e]),1} +return 0}},validateEditor:function(t){var e=!0;if(this.s.rules){var i=this.getEditor(t),s=i.column||this.s.editValue||"value",n=this.s.rules[s],r=this.s.rules.$all;if(n||r){var a=this.data.getItem(i.row||i.id),o=i.getValue(),h=i.getInputNode();n&&(e=n.call(this,o,a,s)),r&&(e=r.call(this,o,a,s)&&e),e?webix.html.removeCss(h,"webix_invalid"):webix.html.addCss(h,"webix_invalid"), +webix.callEvent("onLiveValidation",[i,e,a,o])}}return e},getEditorValue:function(t){var e;return e=0===arguments.length?this.di:this.getEditor(t),e?e.getValue():void 0},getEditState:function(){return this.di||!1},editNext:function(t,e){if(t=t!==!1,1==this.Eb||e){var i=this.ui(this.di||e,function(t){return this.ii(t)?!0:!1; +},t);if(this.editStop())return i&&(this.edit(i),this.vi(i)),!1}},vi:function(){},ui:function(t,e,i){var s=this.getIndexById(t.id),n=this.data.order;if(i){for(var r=s+1;r=0;r--)if(e.call(this,n[r]))return n[r];return null},ti:function(t,e,i){ +var s=i?{}:this.getItem(t.id);return s[this.s.editValue||"value"]=e,s}},function(){function t(t,i){var s=t.config.suggest;if(s){var n=t.config.suggest=e(s),r=webix.$$(n);r&&i&&r.linkInput(i)}}function e(t){if("string"==typeof t)return t;if(t.linkInput)return t.s.id;"object"==typeof t?(webix.isArray(t)&&(t={ +data:t}),t.view=t.view||"suggest"):t===!0&&(t={view:"suggest"});var e=webix.ui(t);return e.config.id}function i(t){var e=t.header&&t.header[0]?t.header[0].text:t.editValue||t.label;return(e||"").toString().replace(/<[^>]*>/g,"")}webix.editors={text:{focus:function(){this.getInputNode(this.node).focus(), +this.getInputNode(this.node).select()},getValue:function(){return this.getInputNode(this.node).value},setValue:function(e){var i=this.getInputNode(this.node);i.value=e,t(this,i)},getInputNode:function(){return this.node.firstChild},render:function(){return webix.html.create("div",{"class":"webix_dt_editor" +},"")}},"inline-checkbox":{render:function(){return{}},getValue:function(){return this.node.checked},setValue:function(){},focus:function(){this.node.focus()},getInputNode:function(){},$inline:!0},"inline-text":{render:function(){return{}},getValue:function(){ +return this.node.value},setValue:function(){},focus:function(){try{this.node.select(),this.node.focus()}catch(t){}},getInputNode:function(){},$inline:!0},checkbox:{focus:function(){this.getInputNode().focus()},getValue:function(){return this.getInputNode().checked},setValue:function(t){this.getInputNode().checked=!!t; +},getInputNode:function(){return this.node.firstChild.firstChild},render:function(){return webix.html.create("div",{"class":"webix_dt_editor"},"
")}},select:{focus:function(){this.getInputNode().focus()},getValue:function(){return this.getInputNode().value; +},setValue:function(t){this.getInputNode().value=t},getInputNode:function(){return this.node.firstChild},render:function(){var t="",e=this.config.options||this.config.collection;if(e.data&&e.data.each)e.data.each(function(e){t+=""});else if(webix.isArray(e))for(var s=0;s"+o+""}else for(var h in e)t+="";return webix.html.create("div",{"class":"webix_dt_editor"},"")}},popup:{focus:function(){ +this.getInputNode().focus()},destroy:function(){this.getPopup().hide()},getValue:function(){return this.getInputNode().getValue()||""},setValue:function(t){this.getPopup().show(this.node),this.getInputNode().setValue(t)},getInputNode:function(){return this.getPopup().getChildViews()[0]},getPopup:function(){ +return this.config.popup||(this.config.popup=this.createPopup()),webix.$$(this.config.popup)},createPopup:function(){var t=this.config.popup||this.config.suggest;if(t){var e;return"object"!=typeof t||t.name?e=webix.$$(t):(t.view=t.view||"suggest",e=webix.ui(t)),e.linkInput?e.linkInput(document.body):this.linkInput&&this.linkInput(document.body), +e}var i=webix.editors.$popup[this.popupType];return"string"!=typeof i&&(i=webix.editors.$popup[this.popupType]=webix.ui(i),this.popupInit(i),i.linkInput||this.linkInput(document.body)),i.s.id},linkInput:function(t){webix.UE(webix.toNode(t),"keydown",webix.bind(function(t){var e=t.which||t.keyCode,i=this.getInputNode(); +i.isVisible()&&(40===e?(i.moveSelection&&i.moveSelection("down"),webix.UIManager.setFocus(i)):13!==e||"TEXTAREA"===t.target.nodeName&&t.shiftKey||webix.callEvent("onEditEnd",[]))},this))},popupInit:function(t){},popupType:"text",render:function(){return{}},$inline:!0}},webix.editors.color=webix.extend({ +focus:function(){},popupType:"color",popupInit:function(t){t.getChildViews()[0].attachEvent("onSelect",function(t){webix.callEvent("onEditEnd",[t])})}},webix.editors.popup),webix.editors.date=webix.extend({focus:function(){},popupType:"date",setValue:function(t){this.wi=this.config.stringResult||t&&"string"==typeof t, +webix.editors.popup.setValue.call(this,t)},getValue:function(){return this.getInputNode().getValue(this.wi?webix.i18n.parseFormatStr:"")||""},popupInit:function(t){t.getChildViews()[0].attachEvent("onDateSelect",function(t){webix.callEvent("onEditEnd",[t])})}},webix.editors.popup),webix.editors.combo=webix.extend({ +xi:function(t){return this.config.popup?this.config.popup.config.id:t?e(t):this.rt(t)},rt:function(){var t=webix.editors.combo;return t.st=t.st||this.xi(!0)},render:function(){var t=webix.html.create("div",{"class":"webix_dt_editor"},""),e=this.config.suggest=this.xi(this.config.suggest); +return e&&(webix.$$(e).linkInput(t.firstChild,!0),webix.UE(t.firstChild,"click",webix.bind(this.showPopup,this))),t},getPopup:function(){return webix.$$(this.config.suggest)},showPopup:function(){var t=this.getPopup(),e=t.getList(),i=this.getInputNode(),s=this.getValue();t.show(i),i.setAttribute("aria-expanded","true"), +s?e.exists(s)&&(e.select(s),e.showItem(s)):(e.unselect(),e.showItem(e.getFirstId())),t.ae=i},afterRender:function(){this.showPopup()},setValue:function(t){if(this.yi=t,this.config.suggest){var e=webix.$$(this.config.suggest),i=this.config.collection||this.config.options;i&&e.getList().data.importData(i), +this.zi=this.getInputNode(this.node).value=e.getItemText(t)}},getValue:function(){var t=this.getInputNode().value;return this.config.suggest?t==this.zi?this.yi:webix.$$(this.config.suggest).getSuggestion():t}},webix.editors.text),webix.editors.richselect=webix.extend({focus:function(){},getValue:function(){ +return this.getPopup().getValue()},setValue:function(t){var e=this.config.collection||this.config.options;this.getInputNode();e&&this.getPopup().getList().data.importData(e),this.getPopup().show(this.node),this.getPopup().setValue(t)},getInputNode:function(){return this.getPopup().getList()},popupInit:function(t){ +t.linkInput(document.body)},popupType:"richselect"},webix.editors.popup),webix.editors.password=webix.extend({render:function(){return webix.html.create("div",{"class":"webix_dt_editor"},"")}},webix.editors.text),webix.editors.$popup={text:{view:"popup", +width:250,height:150,body:{view:"textarea"}},color:{view:"popup",body:{view:"colorboard"}},date:{view:"popup",width:250,height:250,padding:0,body:{view:"calendar",icons:!0,borderless:!0}},richselect:{view:"suggest",body:{view:"list",select:!0}}}}(),webix.VirtualRenderStack={$init:function(){this.t={}, +webix.UE(this.x,"scroll",webix.bind(this.Ai,this)),webix.env.touch&&this.attachEvent("onAfterScroll",webix.bind(this.Ai,this)),this.Bi=[]},getItemNode:function(t){return this.t[t]},showItem:function(t){var e=this.Ci(),i=this.data.getIndexById(t),s=Math.floor(i/e.Di)*e.Ei,n=this.getScrollState();(s=n.y+this.dc)&&this.scrollTo(0,s); +},render:function(t,e,i){if(this.isVisible(this.s.id)&&!this.$blockRender)if(t){var s=this.getItemNode(t);switch(i){case"update":if(!s)return;var n=this.t[t]=this.Ne(e);webix.html.insertBefore(n,s),webix.html.remove(s);break;default:this.Fi()}}else this.callEvent("onBeforeRender",[this.data])&&(this.t={}, +this.Ai(null,!0),this.Gi=!1,this.callEvent("onAfterRender",[]))},Fi:function(){this.Gi||(this.Gi=!0,window.setTimeout(webix.bind(function(){this.render()},this),1))},Hi:function(t){webix.env.maxHTMLElementSize&&(t=Math.min(webix.env.maxHTMLElementSize,t));var e=document.createElement("DIV");return e.style.cssText="height:"+t+"px; width:100%; overflow:hidden;", +e},Ai:function(t,e){this.Bi=[];var i=this.Ci();(!this.y.firstChild||e)&&(this.y.innerHTML="",this.y.appendChild(this.Hi(i.Ii)),this.u=[this.y.firstChild]);for(var s=i.R;s<=i.Ji;){for(;this.u[s]&&this.u[s].Ki&&s<=i.Ji;)s++;if(s>i.Ji)break;for(var n=s;!this.u[n];)n--;var r=this.u[n],a=s*i.Di+(this.data.$min||0); +if(a>(this.data.$max||1/0))break;var o=Math.min(a+i.Di-1,this.data.$max?this.data.$max-1:1/0),h=this.Hi(i.Ei),l=this.data.getIndexRange(a,o);if(!l.length)break;for(var c={$template:"Loading"},u=0;u=f&&b>0)r.style.height=b+"px",this.u[s+1]=r;else if(0>f?webix.html.remove(r):r.style.height=f+"px",b>0){var x=this.u[s+1]=this.Hi(b);webix.html.insertBefore(x,h.nextSibling,this.y); +}s++}if(this.Bi.length){var p=this.Bi[0],w=this.Bi.pop()+1;if(w>p){var v=w-p;if(this.cf(v,p))return;v=Math.max(v,this.s.datafetch||this.s.loadahead||0),this.loadNext(v,p)}}},Ci:function(){var t=this.getScrollState(),e=t.y,i=this.bc,s=this.dc,n=this.type,r=Math.floor(i/n.width)||1,a=Math.floor(e/n.height),o=Math.ceil((s+e)/n.height)-1,h=this.data.$max?this.data.$max-this.data.$min:this.data.count(),l=Math.ceil(h/r)*n.height; +return{R:a,Ji:o,Li:e,Ii:l,Ei:n.height,Di:r}},ug:function(t){var e=this.getItemNode(t);return e||(this.showItem(t),this.Ai(),e=this.getItemNode(t)),{left:e.offsetLeft,top:e.offsetTop,height:e.offsetHeight,width:e.offsetWidth,parent:this.w}}},webix.protoUI({name:"dataview",$init:function(t){t.sizeToContent&&this.$ready.unshift(this.Mi); +var e=t.prerender||this.defaults.prerender;(e===!1||e!==!0&&"auto"!==t.height&&!t.autoheight)&&webix.extend(this,webix.VirtualRenderStack,!0),t.autoheight&&(t.scroll=!1),this.w.className+=" webix_dataview",this.x.setAttribute("role","listbox")},Mi:function(){var t=webix.html.create("DIV",0,this.type.template({})); +t.style.position="absolute",document.body.appendChild(t),this.type.width=t.offsetWidth,this.type.height=t.offsetHeight,webix.html.remove(t)},defaults:{scroll:!0,datafetch:50,navigation:!0},ad:"webix_f_id",YF:"webix_dataview_item",on_click:{webix_dataview_item:function(t,e){this.s.select&&("multiselect"==this.s.select||this.s.multiselect?this.select(e,!1,"touch"==this.s.multiselect||t.ctrlKey||t.metaKey,t.shiftKey):this.select(e)); +}},on_dblclick:{},on_mouse_move:{},type:{template:webix.template("#value#"),templateLoading:webix.template("Loading..."),width:160,height:50,classname:function(t,e,i){var s="webix_dataview_item ";return e.css&&(s+=e.css+" "),t.$css&&("object"==typeof t.$css&&(t.$css=webix.html.createCss(t.$css)),s+=t.$css+" "), +i&&i.$css&&(s+=i.$css+" "),s},aria:function(t,e,i){return'role="option"'+(i&&i.webix_selected?' aria-selected="true" tabindex="0"':' tabindex="-1"')},templateStart:webix.template('
'), +templateEnd:webix.template("
")},Ni:function(t){return this.s.height=this.type.height*Math.ceil(this.data.count()/Math.floor(t/this.type.width))},autoheight_setter:function(t){return t&&(this.data.attachEvent("onStoreLoad",webix.bind(this.resize,this)),this.w.style.overflowY="hidden"),t},$getSize:function(t,e){ +this.s.xCount>0&&"auto"!=this.type.width&&!this.Nw&&(this.s.width=this.type.width*this.s.xCount+(this.cc?webix.ui.scrollSize:0)),this.s.yCount&&"auto"!=this.type.height&&(this.s.height=this.type.height*this.s.yCount);var i=this.s.width||this.bc;return this.s.autoheight&&i&&(this.Ni(i),this.scroll_setter(!1)), +webix.ui.view.prototype.$getSize.call(this,t,e)},iz:function(){var t=!1;return this.s.yCount&&"auto"==this.type.height&&(this.type.height=Math.floor(this.dc/this.s.yCount),t=!0),this.s.xCount&&("auto"==this.type.width||this.Nw)?(this.Nw=!0,this.type.width=Math.floor(this.bc/this.s.xCount),t=!0):this.Nw=!1, +t},$setSize:function(t,e){if(webix.ui.view.prototype.$setSize.call(this,t,e)){if(this.s.autoheight&&this.Ni()!=this.dc)return webix.delay(this.resize,this);(this.iz()||this.Ai)&&this.render()}}},webix.DataMove,webix.DragItem,webix.MouseEvents,webix.KeysNavigation,webix.SelectionModel,webix.Scrollable,webix.CustomPrint,webix.ui.proto), +webix.DataDriver.htmltable={toObject:function(t){t=webix.toNode(t);var e=t.rows;return webix.html.remove(t),e},getRecords:function(t){for(var e=[],i=t[0]&&t[0].Oi?1:0;i15e5?(this.s.zoom=Math.floor(t/15e5)+1, +this.Ui=t-this.Si,t=Math.floor(t/this.s.zoom)+this.Si):(this.s.zoom=1,this.Ui=1/0),t},scrollWidth_setter:function(t){return t=this.Ti(t),this.x.firstChild.style.width=t+"px",t},scrollHeight_setter:function(t){return t=this.Ti(t),this.x.firstChild.style.height=t+"px",t},sizeTo:function(t,e,i){t=t-(e||0)-(i||0); +var s=this.s.scrollSize;webix.env.isIE&&s&&(s+=1),s||!this.s.scrollVisible||webix.env.$customScroll||(this.x.style.pointerEvents="none",s=14),s?(this.x.style.display="block",e&&(this.x.style.marginTop=e+"px"),this.x.style["x"==this.s.scroll?"width":"height"]=Math.max(0,t)+"px",this.x.style["x"==this.s.scroll?"height":"width"]=s+"px"):this.x.style.display="none", +this.Si=t},getScroll:function(){return this.s.scrollPos*this.s.zoom},getSize:function(){return(this.s.scrollWidth||this.s.scrollHeight)*this.s.zoom},scrollTo:function(t){0>t&&(t=0);var e=this.s;t=Math.min(((e.scrollWidth||e.scrollHeight)-this.Si)*e.zoom,t),0>t&&(t=0);var i=t/e.zoom;return this.Wi!=i?(this.x["x"==e.scroll?"scrollLeft":"scrollTop"]=i, +this.Vi(i),!0):void 0},Ri:function(){var t=this.x["x"==this.s.scroll?"scrollLeft":"scrollTop"];t!=this.Wi&&this.Vi(t)},Vi:function(t){this.Wi=t,this.s.scrollPos=Math.min(this.Ui,t*this.s.zoom)||0,this.callEvent("onScroll",[this.s.scrollPos])},activeArea:function(t,e){this.Xi=e,webix.UE(t,webix.env.isIE8?"mousewheel":"wheel",this.Yi,{ +bind:this}),this.uB(t)},uB:function(t){!webix.env.touch&&window.navigator.pointerEnabled&&(webix.html.addCss(t,"webix_scroll_touch_ie",!0),webix.UE(t,"pointerdown",function(t){("touch"==t.pointerType||"pen"==t.pointerType)&&(this.km=webix.Touch.hm(t),this.vB=this.s.scrollPos)},{bind:this}),webix.event(document.body,"pointermove",function(t){ +var e;this.km&&(this.lm=webix.Touch.hm(t),"x"==this.s.scroll?e=this.lm.x-this.km.x:"y"==this.s.scroll&&(e=this.lm.y-this.km.y),e&&Math.abs(e)>5&&this.scrollTo(this.vB-e))},{bind:this}),webix.event(window,"pointerup",function(t){this.km&&(this.km=this.lm=null)},{bind:this}))},Yi:function(t){var e=0,i=0===t.deltaMode?30:1; +return webix.env.isIE8&&(e=t.detail=-t.wheelDelta/30),t.deltaX&&Math.abs(t.deltaX)>Math.abs(t.deltaY)?this.Xi&&this.s.scrollVisible&&(e=t.deltaX/i):!this.Xi&&this.s.scrollVisible&&(e=webix.isUndefined(t.deltaY)?t.detail:t.deltaY/i),webix.env.isSafari&&(this.Yy=t.target||t.srcElement),e&&this.scrollTo(this.s.scrollPos+e*this.s.scrollStep)?webix.html.preventEvent(t):void 0; +}},webix.EventSystem,webix.Settings),webix.Number={format:function(t,e){if(""===t||"undefined"==typeof t)return t;e=e||webix.i18n,t=parseFloat(t);var i=0>t?"-":"";t=Math.abs(t);var s=t.toFixed(e.decimalSize).toString();s=s.split(".");var n="";if(e.groupSize){var r=e.groupSize,a=s[0].length;do{a-=r;var o=a>0?s[0].substr(a,r):s[0].substr(0,r+a); +n=o+(n?e.groupDelimiter+n:"")}while(a>0)}else n=s[0];return e.decimalSize?i+n+e.decimalDelimiter+s[1]:i+n},numToStr:function(t){return function(e){return webix.Number.format(e,t)}}},webix.Date={startOnMonday:!1,toFixed:function(t){return 10>t?"0"+t:t},weekStart:function(t){t=this.copy(t);var e=t.getDay(); +return this.startOnMonday&&(0===e?e=6:e--),this.datePart(this.add(t,-1*e,"day"))},monthStart:function(t){return t=this.copy(t),t.setDate(1),this.datePart(t)},yearStart:function(t){return t=this.copy(t),t.setMonth(0),this.monthStart(t)},dayStart:function(t){return this.datePart(t,!0)},dateToStr:function(t,e){ +return"function"==typeof t?t:webix.env.strict?function(e){var i="",s=0;return t.replace(/%[a-zA-Z]/g,function(n,r){i+=t.slice(s,r);var a=function(t){if("%d"==n)return webix.Date.toFixed(t.getDate());if("%m"==n)return webix.Date.toFixed(t.getMonth()+1);if("%j"==n)return t.getDate();if("%n"==n)return t.getMonth()+1; +if("%y"==n)return webix.Date.toFixed(t.getFullYear()%100);if("%Y"==n)return t.getFullYear();if("%D"==n)return webix.i18n.calendar.dayShort[t.getDay()];if("%l"==n)return webix.i18n.calendar.dayFull[t.getDay()];if("%M"==n)return webix.i18n.calendar.monthShort[t.getMonth()];if("%F"==n)return webix.i18n.calendar.monthFull[t.getMonth()]; +if("%h"==n)return webix.Date.toFixed((t.getHours()+11)%12+1);if("%g"==n)return(t.getHours()+11)%12+1;if("%G"==n)return t.getHours();if("%H"==n)return webix.Date.toFixed(t.getHours());if("%i"==n)return webix.Date.toFixed(t.getMinutes());if("%a"==n)return t.getHours()>11?webix.i18n.pm[0]:webix.i18n.am[0]; +if("%A"==n)return t.getHours()>11?webix.i18n.pm[1]:webix.i18n.am[1];if("%s"==n)return webix.Date.toFixed(t.getSeconds());if("%S"==n)return webix.Date.toFixed(t.getMilliseconds());if("%W"==n)return webix.Date.toFixed(webix.Date.getISOWeek(t));if("%c"==n){var e=t.getFullYear();return e+="-"+webix.Date.toFixed(t.getMonth()+1), +e+="-"+webix.Date.toFixed(t.getDate()),e+="T",e+=webix.Date.toFixed(t.getHours()),e+=":"+webix.Date.toFixed(t.getMinutes()),e+=":"+webix.Date.toFixed(t.getSeconds())}return n};i+=a(e),s=r+2}),i+=t.slice(s,t.length)}:(t=t.replace(/%[a-zA-Z]/g,function(t){switch(t){case"%d":return'"+webix.Date.toFixed(date.getDate())+"'; +case"%m":return'"+webix.Date.toFixed((date.getMonth()+1))+"';case"%j":return'"+date.getDate()+"';case"%n":return'"+(date.getMonth()+1)+"';case"%y":return'"+webix.Date.toFixed(date.getFullYear()%100)+"';case"%Y":return'"+date.getFullYear()+"';case"%D":return'"+webix.i18n.calendar.dayShort[date.getDay()]+"'; +case"%l":return'"+webix.i18n.calendar.dayFull[date.getDay()]+"';case"%M":return'"+webix.i18n.calendar.monthShort[date.getMonth()]+"';case"%F":return'"+webix.i18n.calendar.monthFull[date.getMonth()]+"';case"%h":return'"+webix.Date.toFixed((date.getHours()+11)%12+1)+"';case"%g":return'"+((date.getHours()+11)%12+1)+"'; +case"%G":return'"+date.getHours()+"';case"%H":return'"+webix.Date.toFixed(date.getHours())+"';case"%i":return'"+webix.Date.toFixed(date.getMinutes())+"';case"%a":return'"+(date.getHours()>11?webix.i18n.pm[0]:webix.i18n.am[0])+"';case"%A":return'"+(date.getHours()>11?webix.i18n.pm[1]:webix.i18n.am[1])+"'; +case"%s":return'"+webix.Date.toFixed(date.getSeconds())+"';case"%S":return'"+webix.Date.toFixed(date.getMilliseconds())+"';case"%W":return'"+webix.Date.toFixed(webix.Date.getISOWeek(date))+"';case"%c":var i='"+date.getFullYear()+"';return i+='-"+webix.Date.toFixed((date.getMonth()+1))+"',i+='-"+webix.Date.toFixed(date.getDate())+"', +i+="T",i+='"+webix.Date.toFixed(date.getHours())+"',i+=':"+webix.Date.toFixed(date.getMinutes())+"',i+=':"+webix.Date.toFixed(date.getSeconds())+"',e===!0&&(i+="Z"),i;default:return t}}),e===!0&&(t=t.replace(/date\.get/g,"date.getUTC")),new Function("date","if (!date) return ''; if (!date.getMonth) date=webix.i18n.parseFormatDate(date); return \""+t+'";')); +},strToDate:function(t,e){if("function"==typeof t)return t;var i,s,n,r=t.match(/%[a-zA-Z]/g),a="var temp=date.split(/[^0-9a-zA-Z]+/g);";if(!webix.i18n.calendar.monthShort_hash){for(n=webix.i18n.calendar.monthShort,s=webix.i18n.calendar.monthShort_hash={},i=0;i30?1900:2e3);else if("%Y"==a)n[0]=1*(s[i]||0), +n[0]<30&&(n[0]+=2e3);else if("%n"==a||"%m"==a)n[1]=(s[i]||1)-1;else if("%M"==a)n[1]=webix.i18n.calendar.monthShort_hash[s[i]]||0;else if("%F"==a)n[1]=webix.i18n.calendar.monthFull_hash[s[i]]||0;else if("%j"==a||"%d"==a)n[2]=s[i]||1;else if("%g"==a||"%G"==a||"%h"==a||"%H"==a)n[3]=s[i]||0;else if("%a"==a)n[3]=n[3]%12+((s[i]||"")==webix.i18n.am[0]?0:12);else if("%A"==a)n[3]=n[3]%12+((s[i]||"")==webix.i18n.am[1]?0:12);else if("%i"==a)n[4]=s[i]||0;else if("%s"==a)n[5]=s[i]||0;else if("%S"==a)n[6]=s[i]||0;else if("%c"==a){ +var o=/(\d+)-(\d+)-(\d+)T(\d+):(\d+):(\d+)(\+.*|)/g,h=o.exec(t);n[0]=1*(h[1]||0),n[0]<30&&(n[0]+=2e3),n[1]=(h[2]||1)-1,n[2]=h[3]||1,n[3]=h[4]||0,n[4]=h[5]||0,n[5]=h[6]||0}}return e?new Date(Date.UTC(n[0],n[1],n[2],n[3],n[4],n[5],n[6])):new Date(n[0],n[1],n[2],n[3],n[4],n[5],n[6])};for(i=0;i30?1900:2000);";break;case"%g":case"%G":case"%h":case"%H":a+="set[3]=temp["+i+"]||0;";break;case"%i":a+="set[4]=temp["+i+"]||0;";break;case"%Y":a+="set[0]=(temp["+i+"]||0)*1; if (set[0]<30) set[0]+=2000;"; +break;case"%a":a+="set[3]=set[3]%12+(temp["+i+"]==webix.i18n.am[0]?0:12);";break;case"%A":a+="set[3]=set[3]%12+(temp["+i+"]==webix.i18n.am[1]?0:12);";break;case"%s":a+="set[5]=temp["+i+"]||0;";break;case"%S":a+="set[6]=temp["+i+"]||0;";break;case"%M":a+="set[1]=webix.i18n.calendar.monthShort_hash[temp["+i+"]]||0;"; +break;case"%F":a+="set[1]=webix.i18n.calendar.monthFull_hash[temp["+i+"]]||0;";break;case"%c":a+="var res = date.split('T');",a+="if(res[0]){ var d = res[0].split('-');",a+="set[0]= (d[0]||0)*1; if (set[0]<30) set[0]+=2000;",a+="set[1]= (d[1]||1)-1;",a+="set[2]= d[2]||1;}",a+="if(res[1]){ var t = res[1].split(':');", +a+="set[3]= t[0]||0;",a+="set[4]= t[1]||0;",a+="set[5]= parseInt(t[2])||0;}"}var o="set[0],set[1],set[2],set[3],set[4],set[5], set[6]";return e&&(o=" Date.UTC("+o+")"),new Function("date","if (!date) return ''; if (typeof date == 'object') return date; var set=[0,0,1,0,0,0,0]; "+a+" return new Date("+o+");"); +},getISOWeek:function(t){if(!t)return!1;var e=t.getDay();0===e&&(e=7);var i=new Date(t.valueOf());i.setDate(t.getDate()+(4-e));var s=i.getFullYear(),n=Math.floor((i.getTime()-new Date(s,0,1).getTime())/864e5),r=1+Math.floor(n/7);return r},getUTCISOWeek:function(t){return this.getISOWeek(t)},Jv:function(t,e,i,s){ +if(i){var n=s(t,e);if(n)for(var r=i>0?1:-1;n;)t.setHours(t.getHours()+r),n=s(t,e),r+=i>0?1:-1}},add:function(t,e,i,s){s&&(t=this.copy(t));var n=webix.Date.copy(t);switch(i){case"day":t.setDate(t.getDate()+e),this.Jv(t,n,e,function(t,e){return webix.Date.datePart(e,!0).valueOf()==webix.Date.datePart(t,!0).valueOf(); +});break;case"week":t.setDate(t.getDate()+7*e),this.Jv(t,n,7*e,function(t,e){return webix.Date.datePart(e,!0).valueOf()==webix.Date.datePart(t,!0).valueOf()});break;case"month":t.setMonth(t.getMonth()+e),this.Jv(t,n,e,function(t,e){return e.getMonth()==t.getMonth()&&e.getYear()==t.getYear()});break;case"year": +t.setYear(t.getFullYear()+e),this.Jv(t,n,e,function(t,e){return e.getFullYear()==t.getFullYear()});break;case"hour":t.setHours(t.getHours()+e),this.Jv(t,n,e,function(t,e){return e.getHours()==t.getHours()&&webix.Date.datePart(e,!0)==webix.Date.datePart(t,!0)});break;case"minute":t.setMinutes(t.getMinutes()+e); +break;default:webix.Date.add[i](t,e,i)}return t},datePart:function(t,e){e&&(t=this.copy(t));var i=this.copy(t);return i.setHours(0),i.getDate()!=t.getDate()?t.setHours(1):t.setHours(0),t.setMinutes(0),t.setSeconds(0),t.setMilliseconds(0),t},timePart:function(t,e){return e&&(t=this.copy(t)),(t.valueOf()/1e3-60*t.getTimezoneOffset())%86400; +},copy:function(t){return new Date(t.valueOf())},equal:function(t,e){return t&&e?t.valueOf()===e.valueOf():!1},isHoliday:function(t){return t=t.getDay(),0===t||6==t?"webix_cal_event":void 0}},webix.i18n={Zi:["fullDateFormat","timeFormat","dateFormat","longDateFormat","parseFormat","parseTimeFormat"], +parseFormat:"%Y-%m-%d %H:%i",parseTimeFormat:"%H:%i",numberFormat:webix.Number.format,priceFormat:function(t){return webix.i18n.$i(webix.i18n.numberFormat(t,webix.i18n._i))},setLocale:function(t){var e=function(t,i){for(var s in i)"object"!=typeof i[s]||webix.isArray(i[s])?t[s]=i[s]:(t[s]||(t[s]={}), +e(t[s],i[s]))};"string"==typeof t&&(t=this.locales[t]),t&&e(this,t);for(var i=webix.i18n.Zi,s=0;s=this.s.leftSplit&&ta;a++)s+=this.fj[i+a]?this.fj[i+a].width:this.config.columnWidth;var o=webix.html.getTextSize([t.text],r,s);return(t.rotate?o.width:o.height)+1; +},Mj:function(t,e){for(var i=0,s=0;s=0;s--)e[s]=e[s]||this.s.headerRowHeight,e.Ot+=1*e[s];for(var s=0;sr;r++)n[r]=null}}return i},Pj:function(t,e){for(var i=t.getElementsByTagName("TD"),s=0;se;e++)s+=t[e]+1;return s; +},Qj:function(t,e,i,s,n){if(t==e)return"";for(var r="",a=t;e>a;a++){r+="";for(var a=t;e>a;a++)r+="";r+=""}for(var o=this.fj[0][s].length,h=0;o>h;h++){r+=""; +for(var a=t;e>a;a++){var l=this.fj[a][s][h];if(null!==l){l.content&&(l.contentId=l.contentId||webix.uid(),l.columnId=this.fj[a].id,l.format=this.fj[a].format,l.text=webix.ui.datafilter[l.content].render(this,l),this.hj[l.contentId]=l,this.Rj=!0),r+=""}}r+=""}return r+="
=e-1&&(c+=" webix_last"),c&&(r+=' class="'+c+'"');var d=n[h],f="";l.contentId&&(r+=" active_id='"+l.contentId+"'"),l.colspan&&(r+=" colspan='"+l.colspan+"'"),l.rowspan&&(r+=" rowspan='"+l.rowspan+"'",d=this.Pt(this.Mt,h,l.rowspan)), +d!=this.s.headerRowHeight&&(f=" style='line-height:"+d+"px; height:"+d+"px;'");var b="webix_hcell",x=l.css;x&&("object"==typeof x&&(l.css=x=webix.html.createCss(x)),b+=" "+x),this.fj[a].$selected&&(b+=" webix_sel_hcell"),r+=">
";var p=""===l.text?" ":l.text; +l.rotate&&(p="
"+p+"
"),r+=p+"
"},showItemByIndex:function(t,e){var i=this.s.pager;if(i){var s=Math.floor(t/i.size); +s!=i.page&&webix.$$(i.id).select(s)}if(-1!=t){var n=this.Sj();if(t=n[1]-1){var r=this.Tj(i?this.data.$min:0,t);t0&&(r+=this.Uj(t-1)-1)),this.Wj.scrollTo(r)}}if(-1!=e){if(e=this.Fj)return;var n=this.Xj(); +if(e=n[1]-1){for(var r=0,a=this.s.leftSplit;e>a;a++)r+=this.fj[a].width;e=this.s.topSplit?n+this.fj[i].qk-this.s.topSplit:n);return{rind:s,cind:i}},ZF:function(){for(var t=-this.Yj,e=0;et)){var n=this.fj[t];n.minWidth&&e=this.s.leftSplit&&tt;t++)i+=this.Uj(t);return i},ug:function(t,e){var i;1==arguments.length&&(e=t.column,t=t.row);for(var s=this.getItem(t),n=this.getColumnConfig(e),r=0,a=0,o=0;o=this.Fj?2:1;a=this.Vf.childNodes[l].firstChild;break}r+=h.width}return i=this.getIndexById(t)0&&this.fj.length-1>i;)e-=this.fj[i].width,i++;var s=i;for(e&&i--,e+=this.Yj;e>0&&s0;)e-=this.Uj(r),r++;var h=this.s.topSplit;h&&(r+=h);var l=r>0&&e?-(this.Uj(r-1)+e):0,c=r;if(e&&r--,e+=(this.Vj||this.dc)-(this.xD||0),a){var o=Math.ceil(e/a);e-=o*a,c+=o}else for(;e>0&&s>c;)e-=this.Uj(c),c++;return c>s&&(c=s),[r,c,l]},Kv:function(t){ +var e=this.getItem(t),i=this.getIndexById(t),s=this.Sj();if(!(i=s[1]))for(var n=this.Xj(),r=0;r=this.s.leftSplit&&(rn[1])&&(a.qk=-999),a.attached&&a.node){var o=a.node.childNodes[i-s[0]],h=this.Ek(e,this.fj[r],0);o.innerHTML=h,o.className=this.Mv(this.fj[r],h,e,t); +}}},vj:function(t,e){if(this.fj.length){e&&this.uk();var i=this.Xj(this.s.prerender),s=this.Sj(this.s.prerender===!0);if(t){for(var n=this.s.leftSplit;n=this.Fk; +if(this.Fk=t[0],this.Gk){if(e&&(!i||i>=e.size)&&this.Hk([0,e.size*e.page],Math.max(i,e.size),!0))return this.Gk=null;this.Ik(this.Gk,s),this.Gk=null}else if(this.s.loadahead){this.Hk(t,this.s.loadahead,s)}},Hk:function(t,e,i){var s=t[1],n=s+e;i||(s=t[0]-e,n=t[0]),0>s&&(s=0),n=Math.min(n,this.data.order.length-1); +for(var r=!1,a=s;n>a;a++)this.data.order[a]||(r?(r.last=a,r.count=a-s):r={start:a,count:n-s});return r?(this.Ik(r,i),!0):void 0},Ik:function(t,e){var i=Math.max(t.count,this.s.datafetch||this.s.loadahead||0),s=e?t.start:t.last-i+1;this.cf(t.count,t.start)||this.loadNext(i,s)},Zy:function(t){if(webix.env.isSafari){ +var e,i,s,n,r=[this.Zj,this.Wj];for(e=0;2>e;e++)n=r[e],n&&n.Yy&&n.Yy.parentNode==t&&(i=n.Yy);i&&(this.$y&&webix.html.remove(this.$y),this.$y=i,s=i.cloneNode(!0),i.parentNode.insertBefore(s,i),this.$y.style.display="none",this.Vf.appendChild(this.$y))}},vk:function(t){var e=this.fj[t];this.Zy(e.node), +webix.html.remove(e.node),e.attached=!1},uk:function(){for(var t=0;t"},radio:function(t,e,i,s){var n=i==s.checkValue?'checked="true"':"";return""; +},editIcon:function(){return""},trashIcon:function(){return""}},type_setter:function(t){return this.types&&this.types[t]?(this.type=webix.clone(this.types[t]),this.type.css&&(this.w.className+=" "+this.type.css)):webix.type(this,t), +this.type.on_click&&webix.extend(this.on_click,this.type.on_click),t},xk:function(t,e,i,s){var n=this.fj[t];if(!n.attached){var r=t=this.Fj?2:1;this.Vf.childNodes[r].firstChild.appendChild(n.node),n.attached=!0,n.split=r}if(this.ak=e[0],this.ck=0,this.aC=e[2],this.s.scrollAlignY?e[1]==this.data.order.length||this.data.$pagesize&&e[1]%this.data.$pagesize===0?n.node.style.top=(this.ck=e[2])+"px":n.Jk&&(n.node.style.top="0px"):(this.ck=e[2], +n.node.style.top=e[2]+"px"),!(i||n.qk!=e[0]||n.Kk!=e[1]||this.s.topSplit&&n.ck!=this.ck))return 0;for(var a="",o=this.s.columns[t],h={row:this.s.rowHeight,total:0,single:s},l=0;l
";var r=this.Ek(o,e,t),c=this.Mv(e,r,o,a);-1!==c.indexOf("select")&&(l+=" aria-selected='true' tabindex='0'");var u=o.$subopen?"margin-bottom:"+o.$subHeight+"px;":""; +n>=0&&(n>0&&(u+="top:"+n+"px;'"),c="webix_topcell "+c,t==this.s.topSplit-1&&(c="webix_last_topcell "+c)),o.$height?(h=""+r+"
",s.total+=o.$height-s.row):h=""+r+"",u&&(s.total+=o.$subHeight); +}else h="
",this.Gk?this.Gk.last=t:this.Gk={start:t,count:i[1]-t};return s.total+=s.row,h},yj:function(){if(this.fj.length&&!isNaN(1*this.dc)){var t=this.wj+(this.nj?this.nj:0);if(!this.s.autoheight&&!this.s.yCount||!this.resize()){this.Wj.sizeTo(this.dc,this.$g,this.jj), +this.Wj.define("scrollHeight",t),this.xD=this.s.topSplit*this.s.rowHeight,this.Vj=Math.max(0,this.dc-this.nj-this.$g-this.jj);for(var e=0;3>e;e++)this.Vf.childNodes[e].style.height=this.Vj+"px",this.s.prerender?this.Vf.childNodes[e].firstChild.style.height=this.wj+"px":this.Vf.childNodes[e].firstChild.style.height=this.Vj+"px"; +this.I.style.height=this.$g+"px"}}},Jj:function(){if(this.fj.length){var t=0;for(this.dk=0,this.ek=0,this.Yj=0;t=this.Fj;)this.ek+=this.fj[t].width,t--;if(this.bc&&(!this.s.autowidth||!this.resize())){this.Yj=this.bc-this.ek-this.dk-this.oj, +this.Vf.childNodes[1].firstChild.style.width=this.Gj+"px",this.Vf.childNodes[0].style.width=this.dk+"px",this.Vf.childNodes[1].style.width=this.Yj+"px",this.Vf.childNodes[2].style.width=this.ek+"px",this.I.childNodes[0].style.width=this.dk+"px",this.I.childNodes[1].style.width=this.Yj+"px",this.I.childNodes[2].style.width=this.ek+"px", +this.cj.childNodes[0].style.width=this.dk+"px",this.cj.childNodes[1].style.width=this.Yj+"px",this.cj.childNodes[2].style.width=this.ek+"px";var e=this.Yj-this.Gj;if(0>e&&(e=0),e!=this.Lj&&(this.Lj=e,this.Oj()),webix.env.isWebKit){var i=this.Vf.childNodes[0].offsetWidth;i=this.Vf.childNodes[1].offsetWidth, +i=this.Vf.childNodes[1].firstChild.offsetWidth,i=this.Vf.childNodes[2].offsetWidth}this.Zj.sizeTo(this.bc-this.oj),this.Zj.define("scrollWidth",this.Gj+this.dk+this.ek)}}},$getSize:function(t,e){if((this.s.autoheight||this.s.yCount)&&this.s.columns){var i=(this.s.yCount||0)*this.s.rowHeight;i||(i=this.isVisible()?this.wj:this.count()*this.s.rowHeight), +this.s.height=Math.max(i+(this.nj?this.nj:0)-1,this.s.minHeight||0)+this.$g+this.jj}this.s.autowidth&&this.s.columns&&(this.s.width=Math.max(this.Gj+this.dk+this.ek+this.oj,this.s.minWidth||0));var s=this.dk+this.ek+this.oj,n=webix.ui.view.prototype.$getSize.call(this,t,e);return n[0]=Math.max(n[0]||s), +n},Ow:function(){if(this.Zj&&!webix.env.touch){var t=this.getScrollState();this.Zj.Wi=this.Wj.Wi=-1,this.scrollTo(t.x,t.y)}},$setSize:function(t,e){var i=this.bc,s=this.dc;webix.ui.view.prototype.$setSize.apply(this,arguments)&&(this.tj&&(this.callEvent("onResize",[this.bc,this.dc,i,s]),this.Jj(),this.yj()), +this.render())},Mk:function(t){var e=this.getColumnConfig(t);if(e.sort){var i="asc";e.id==this.Nk&&(i="asc"==this.Ok?"desc":"asc"),this.zf(e.id,i,e.sort)}},markSorting:function(t,e){this.Pk||(this.Pk=webix.html.create("DIV"));var i=this.Pk.parentNode;if(i&&(i.removeAttribute("aria-sort"),i.removeAttribute("tabindex")), +webix.html.remove(this.Pk),e){var s=this.Qk(this.getColumnIndex(t));s&&(this.Pk.className="webix_ss_sort_"+e,s.style.position="relative",s.appendChild(this.Pk),s.setAttribute("aria-sort",e+"ending"),s.setAttribute("tabindex","0")),this.Nk=t,this.Ok=e}else this.Nk=this.Ok=null},scroll_setter:function(t){ +return"string"==typeof t?(this.s.scrollX=-1!=t.indexOf("x"),this.s.scrollY=-1!=t.indexOf("y"),t):this.s.scrollX=this.s.scrollY=t},Qk:function(t){for(var e=this.I.getElementsByTagName("TD"),i=null,s=0;s=0;u--)e[a[u]]&&o.push(e[a[u]])}if(n.parentNode.getAttribute&&!l){ +var d=n.parentNode.getAttribute("column")||n.getAttribute("column");if(d){var f="DIV"==n.parentNode.tagName;if(!this.fj[d])return;if(h=!0,f){var b=n.parentNode.getAttribute("row")||n.getAttribute("row");b||(b=webix.html.index(n),b>=this.s.topSplit&&(b+=this.fj[d].qk-this.s.topSplit)),this.Qc=l={row:this.data.order[b], +column:this.fj[d].id},l.toString=this.ok}else this.Qc=l={column:this.fj[d].id};if(r=this.iA(o,t,l,n),r===!1)return;if(f)this.callEvent("on"+i,[l,t,n])&&s&&this.callEvent("on"+s,[l,t,n]);else if("ItemClick"==i){var x="header"==n.parentNode.parentNode.getAttribute("section");x&&this.callEvent("onHeaderClick",[l,t,n])&&this.Mk(l.column); +}o=[]}}n=n.parentNode}return this.iA(o,t,l,this.$view),h}},showOverlay:function(t){if(!this.Rk){var e=webix.html.create("DIV",{"class":"webix_overlay"},"");this.Vf.appendChild(e),this.Rk=e}this.Rk.innerHTML=t},hideOverlay:function(){this.Rk&&(webix.html.remove(this.Rk),this.Rk=null)},mapCells:function(t,e,i,s,n,r){ +if(null===t&&this.data.order.length>0&&(t=this.data.order[0]),null===e&&(e=this.columnId(0)),null===i&&(i=this.data.order.length),null===s&&(s=this.s.columns.length),this.exists(t)&&(t=this.getIndexById(t),e=this.getColumnIndex(e),null!==e))for(var a=0;i>a&&t+ac&&e+c"}},textFilter:{getInputNode:function(t){return t.firstChild?t.firstChild.firstChild:{value:null}},getValue:function(t){return this.getInputNode(t).value},setValue:function(t,e){this.getInputNode(t).value=e; +},refresh:function(t,e,i){e.component=t.s.id,t.registerFilter(e,i,this),e.Sk=t.s.id,i.value&&this.getValue(e)!=i.value&&this.setValue(e,i.value),e.onclick=webix.html.preventEvent,webix.UE(e,"keydown",this.Tk)},render:function(t,e){return this.init&&this.init(e),e.css="webix_ss_filter",""; +},Tk:function(t,e,i){var s=this.Sk;9!=(t.which||t.keyCode)&&(this.Uk&&window.clearTimeout(this.Uk),this.Uk=window.setTimeout(function(){var t=webix.$$(s);t&&t.filterByAll()},webix.ui.datafilter.textWaitDelay))}},selectFilter:{getInputNode:function(t){return t.firstChild?t.firstChild.firstChild:{value:null +}},getValue:function(t){return this.getInputNode(t).value},setValue:function(t,e){this.getInputNode(t).value=e},refresh:function(t,e,i){i.compare=i.compare||function(t,e){return t==e},e.component=t.s.id,t.registerFilter(e,i,this);var s,n=i.options;n?"string"==typeof n?(s=i.options=[],webix.ajax(n).then(webix.bind(function(s){ +i.options=s.json(),this.refresh(t,e,i)},this))):s=n:(s=t.collectValues(i.columnId),s.unshift({id:"",value:""}));var r=webix.$$(n);r&&r.data&&r.data.getRange&&(s=r.data.getRange());for(var a=document.createElement("select"),o=0;o=33&&40>=n||(this.Uk&&window.clearTimeout(this.Uk),this.Uk=window.setTimeout(function(){webix.$$(s).filterByAll()},webix.ui.datafilter.textWaitDelay))}},webix.ui.datafilter.textFilter), +webix.ui.datafilter.serverSelectFilter=webix.extend({$server:!0,Vk:function(t,e,i){var s=this.Sk;webix.$$(s).filterByAll()}},webix.ui.datafilter.selectFilter),webix.ui.datafilter.numberFilter=webix.extend({init:function(t){t.prepare=function(e,i){var s=-1!=e.indexOf("=")?1:0,n=this.format(e);return""===n?"":(-1!=e.indexOf(">")?t.compare=this.Wk:-1!=e.indexOf("<")?(t.compare=this.Xk, +s*=-1):(t.compare=this.Yk,s=0),n-s)}},format:function(t){return t.replace(/[^\-\.0-9]/g,"")},Wk:function(t,e){return 1*t>e},Xk:function(t,e){return""!==t&&e>1*t},Yk:function(t,e){return 1*t==e}},webix.ui.datafilter.textFilter),webix.ui.datafilter.dateFilter=webix.extend({format:function(t){if(""===t)return""; +var e=new Date;if(-1!=t.indexOf("today"))e=webix.Date.dayStart(e);else if(-1==t.indexOf("now")){var i=t.match(/[0-9]+/g);if(!i||!i.length)return"";i.length<3?(i.reverse(),e=new Date(i[0],(i[1]||1)-1,1)):e=webix.i18n.dateFormatDate(t.replace(/^[>< =]+/,""))}return e.valueOf()}},webix.ui.datafilter.numberFilter), +webix.extend(webix.ui.datatable,{filterByAll:function(){var t=!1;this.data.silent(function(){this.filter();var e=!1;for(var i in this.ij)if(this.isColumnVisible(i)){var s=this.ij[i],n=s[2].getValue(s[0]),r=n;s[1].prepare&&(r=s[1].prepare.call(s[2],r,s[1],this)),s[1].value=n;var a=s[1].compare;if(this.callEvent("onBeforeFilter",[i,r,s[1]]))if(s[2].$server||t)t=!0;else{ +if(""===r)continue;a?(a=this.fC(i,a),this.filter(webix.bind(function(t,e){return t?a(t[i],e,t):!1},this),r,e)):this.filter(i,r,e),e=!0}}t&&this.jA()},this),t||(this.refresh(),this.callEvent("onAfterFilter",[]))},fC:function(t,e){var i=this.getColumnConfig(t),s=i?i.optionslist:null;return s?("string"!=typeof s&&(s=","), +function(t,i,n){if(!t)return!0;for(var r=t.split(s),a=0;a=0;t--)this.exists(this.el[t].row)||this.el.splice(t,1)},al:function(){this.el=[],this.gl={},this.dl=[]},isSelected:function(t,e){var i;return i=webix.isUndefined(e)?"object"==typeof t?this.fl(t):t:this.fl({row:t,column:e}),this.gl[i]},getSelectedId:function(t,e){ +var i;if(this.el.length>1||t){if(i=[].concat(this.el),e)for(var s=0;sn){var r=s;s=n,n=r}this.Dg=!0;for(var a=s;n>=a;a++){var o=this.getIdByIndex(a);if(!o){t&&this.select(t);break}this.select(o,i); +}this.Dg=!1,this.jl()}},cell:{fl:function(t){return t.column?t.row+"_"+t.column:null},select:function(t,e,i){this.hl({row:t,column:e},i)},kl:function(t){var e=this.nl(t.row);return e.$count++,e[t.column]=!0,t.row},unselect:function(t,e){this.ll({row:t,column:e})},ml:function(t){var e=this.nl(t.row);return e.$count--, +e[t.column]=!1,e.$count<=0&&this.data.removeMark(t.row,"webix_selected"),t.row},mapSelection:function(t){return this.pl(t,!1,!1)},ol:function(t,e){return this.selectRange(t.row,t.column,e.row,e.column)},selectRange:function(t,e,i,s,n){webix.isUndefined(n)&&(n=!0);var r=t?this.getIndexById(t):0,a=i?this.getIndexById(i):this.data.order.length-1,o=e?this.getColumnIndex(e):0,h=s?this.getColumnIndex(s):this.fj.length-1; +if(r>a){var l=r;r=a,a=l}if(o>h){var l=o;o=h,h=l}this.Dg=!0;for(var c=r;a>=c;c++)for(var u=o;h>=u;u++)this.select(this.getIdByIndex(c),this.columnId(u),n);this.Dg=!1,this.jl()}},column:{Lk:" webix_column_select",fl:function(t){return t.column},ok:function(){return this.column},select:function(t,e){this.hl({ +column:t},e)},kl:function(t){this.s.columns[this.getColumnIndex(t.column)].$selected=!0,this.Dg||this.Kj()},unselect:function(t){this.ll({column:t})},ml:function(t){this.s.columns[this.getColumnIndex(t.column)].$selected=null,this.Kj()},mapSelection:function(t){return this.pl(t,!0,!1)},ol:function(t,e){ +return this.selectRange(t.column,e.column)},selectRange:function(t,e,i){webix.isUndefined(i)&&(i=!0);var s=t?this.getColumnIndex(t):0,n=e?this.getColumnIndex(e):this.fj.length-1;if(s>n){var r=s;s=n,n=r}this.Dg=!0;for(var a=s;n>=a;a++)this.select(this.columnId(a),i);this.Dg=!1,this.Kj(),this.jl()},rF:function(){} +},area:{fl:function(t){return t.row+"_"+t.column},getSelectedId:function(t){var e=this.getSelectArea(),i=[];if(e)if(!t||e.start.row==e.end.row&&e.start.column==e.end.column)i.push(e.end);else{var s=this.getIndexById(e.start.row),n=this.getIndexById(e.end.row);if(-1==s||-1==n)return i;for(var r=this.getColumnIndex(e.start.column),a=this.getColumnIndex(e.end.column),o=s;n>=o;o++)for(var h=r;a>=h;h++)i.push({ +row:this.getIdByIndex(o),column:this.columnId(h)})}return t?i:i[0]},unselect:function(t){this.ll()},ll:function(){this.removeSelectArea(),this.callEvent("onSelectChange",[])},mapSelection:function(t){var e=this.getSelectArea();if(e)for(var i=this.getColumnIndex(e.start.column),s=this.getColumnIndex(e.end.column),n=this.getIndexById(e.start.row),r=this.getIndexById(e.end.row),a=n;r>=a;a++)for(var o=this.data.order[a],h=this.getItem(o),l=i;s>=l;l++){ +var c=this.fj[l].id;if(!t)return{row:o,column:c};t(h[c]||"",o,c,a-n,l-i)}},select:function(t,e,i){this.hl({row:t,column:e},i)},ol:function(t,e){this.gC(t,e)},hl:function(t,e){return this.addSelectArea(t,t,!1),!0},rF:function(){this.el.length&&this.refreshSelectArea()}}}}),webix.extend(webix.ui.datatable,{ +blockselect_setter:function(t){return t&&this.ql&&(webix.UE(this.x,webix.env.mouse.move,this.rl,{bind:this}),webix.UE(this.x,webix.env.mouse.down,this.sl,{bind:this}),webix.event(document.body,webix.env.mouse.up,this.tl,{bind:this}),this.ql=this.ul=this.vl=!1,this.attachEvent("onAfterScroll",function(){ +this.ZC()}),webix.extend(this,webix.AutoScroll,!0),this.attachEvent("onBeforeAutoScroll",function(){return this.vl})),t},ql:!0,wl:function(t,e){for(var i=t.target||t.srcElement;i;){if(i.getAttribute&&i.getAttribute("webixignore"))return!1;if(i==e)return!0;i=i.parentNode}return!1},sl:function(t){if((!this.s.subview||this==webix.$$(t.target||t.srcElement))&&this.wl(t,this.Vf)){ +if(t.target&&"INPUT"==t.target.tagName||this.Pl)return;webix.html.addCss(document.body,"webix_noselect"),this.xl=webix.html.offset(this.Vf);var e=webix.html.pos(t);this.ul=[e.x-this.xl.x,e.y-this.xl.y]}},tl:function(t){this.yl&&(this.jz("select",!0,t),this.yl=webix.html.remove(this.yl)),webix.html.removeCss(document.body,"webix_noselect"), +this.ul=this.vl=!1,this.bh&&(this.bh=window.clearTimeout(this.bh))},ZC:function(){this.vl&&this.jz(!1,!1)},jz:function(t,e,i){var s=null;this.ul[2]||(this.ul[2]=this.zl.apply(this,this.ul)),s=this.ul[2];var n=this.zl.apply(this,this.vl);if(this.callEvent("onBeforeBlockSelect",[s,n,e,i])){if((!this.wB||this.wB(s,n,e,i)!==!1)&&s.row&&n.row)if("select"===t)this.il(), +this.ol(s,n);else{var r,a,o,h;if("box"===t)r=Math.min(this.ul[0],this.vl[0]),o=Math.max(this.ul[0],this.vl[0]),a=Math.min(this.ul[1],this.vl[1]),h=Math.max(this.ul[1],this.vl[1]);else{var l=this.ug(s.row,s.column),c=this.ug(n.row,n.column),u=this.getScrollState(),d=l.width,f=c.width;this.ek&&this.ul[0]>this.dk+this.Yj?l.left+=this.dk+this.Yj:this.dk?this.ul[0]>this.dk&&(l.leftthis.dk+this.Yj?c.left+=this.dk+this.Yj:this.dk?this.vl[0]>this.dk&&(c.leftthis.dk+this.Yj?t+=this.Zj.getSize()-this.Yj-this.dk-this.ek:(!this.dk||t>this.dk)&&(t+=this.Zj.getScroll()),this.s.topSplit&&this.ak>this.s.topSplit){var r=this.ug(this.getIdByIndex(this.s.topSplit-1),this.columnId(0)); +r.top+r.height>e&&(i=!0)}i||(e+=this.getScrollState().y),0>t&&(t=0),0>e&&(e=0);for(var a=this.s.columns,o=this.data.order,h=0,l=0;l=t){n=a[l].id;break}n||(n=a[a.length-1].id),h=0;var c=this.data.$min||0;if(this.s.fixedRowHeight)s=o[c+Math.floor(e/this.s.rowHeight)];else for(var l=c;l=e){s=o[l];break}return s||(s=o[o.length-1]),{row:s,column:n}},zD:function(t,e){var i=0,s=this.getIndexById(t.row);if(s>=this.s.topSplit){var n=this.ug(this.getIdByIndex(s),t.column),r=this.ug(this.getIdByIndex(this.s.topSplit-1),t.column);r.top+r.height-n.top>0&&(i=r.top+r.height-(n.top>0||!e?n.top:0)); +}return i}}),webix.protoUI({name:"resizearea",defaults:{dir:"x"},$init:function(t){var e=t.dir||"x",i=webix.toNode(t.container),s="x"==e?"width":"height",n=t.margin?t.margin+"px":0;this.Cl="x"==e?"left":"top",this.x=webix.html.create("DIV",{"class":"webix_resize_area webix_dir_"+e}),webix.UE(this.x,webix.env.mouse.down,webix.html.stopEvent), +n&&(n="x"==e?n+" 0 "+n:"0 "+n+" 0 "+n),this.Dl=webix.html.create("DIV",{"class":"webix_resize_handle_"+e,style:n?"padding:"+n:""},"
"),this.El=webix.html.create("DIV",{"class":"webix_resize_origin_"+e}),t[s]&&(this.El.style[s]=t[s]+(t.border?1:0)+"px",this.Dl.style[s]=t[s]+"px"), +t.cursor&&(this.Dl.style.cursor=this.El.style.cursor=this.x.style.cursor=t.cursor),this.Fl=webix.event(i,webix.env.mouse.move,this.Gl,{bind:this}),this.Hl=webix.event(document.body,webix.env.mouse.up,this.Il,{bind:this}),this.Dl.style[this.Cl]=this.El.style[this.Cl]=t.start+"px",i.appendChild(this.x), +i.appendChild(this.Dl),i.appendChild(this.El)},Il:function(){this.callEvent("onResizeEnd",[this.Jl]),webix.eventRemove(this.Fl),webix.eventRemove(this.Hl),webix.html.remove(this.x),webix.html.remove(this.Dl),webix.html.remove(this.El),this.x=this.Dl=this.El=null},Gl:function(t){var e=webix.html.pos(t); +this.Jl=("x"==this.s.dir?e.x:e.y)+this.s.start-this.s.eventPos,this.Dl.style[this.Cl]=this.Jl+"px",this.callEvent("onResize",[this.Jl])}},webix.EventSystem,webix.Settings),webix.extend(webix.ui.datatable,{resizeRow_setter:function(t){return this.s.scrollAlignY=!1,this.s.fixedRowHeight=!1,this.resizeColumn_setter(t); +},resizeColumn_setter:function(t){return t&&this.Kl&&(webix.UE(this.x,"mousemove",this.Ll,{bind:this}),webix.UE(this.x,"mousedown",this.Ml,{bind:this}),webix.UE(this.x,"mouseup",this.Nl,{bind:this}),this.Kl=!1),t},Kl:!0,Ml:function(t){this.s.subview&&this!=webix.$$(t.target||t.srcElement)||this.Ol&&(this.Pl=[webix.html.pos(t),this.Ol[2]], +webix.html.addCss(document.body,"webix_noselect"),webix.html.denySelect())},Nl:function(){this.Pl=!1,webix.html.removeCss(document.body,"webix_noselect"),webix.html.allowSelect()},Ql:function(t){if(t=t||event,!this.Rl){var e=this.Ol[0],i=this.Pl[1],s=this.pk(i);if(s){var n,r=this.Pl[0];if("x"==e?(n=webix.html.offset(i).x+this.Ol[1]-webix.html.offset(this.Vf).x, +r=r.x,this.Ol[1]||(s.cind-=i.parentNode.colSpan||1)):(n=webix.html.offset(i).y+this.Ol[1]-webix.html.offset(this.Vf).y+this.$g,r=r.y,this.Ol[1]||s.rind--),s.cind>=0&&s.rind>=0){this.Rl=[e,s,n];var a=new webix.ui.resizearea({container:this.x,dir:e,eventPos:r,start:n,cursor:("x"==e?"col":"row")+"-resize" +});a.attachEvent("onResizeEnd",webix.bind(this.Sl,this))}this.Ml=this.Ol=!1}}},Sl:function(t){if(this.Rl){var e=this.Rl[0],i=this.Rl[1],s=t-this.Rl[2];if("x"==e){this.s.rightSplit&&i.cind+1>=this.Fj&&i.cind!==this.fj.length-1&&(i.cind++,s*=-1);var n=this.fj[i.cind],r=n.width;delete n.fillspace,delete n.adjust, +this.Xs(i.cind,r+s,!0,!0),this.rk()}else{var a=this.getIdByIndex(i.rind),o=this.FA(this.getItem(a));this.setRowHeight(a,o+s)}this.Nl()}this.Rl=null},Ll:function(t){var e=null,i=this.s;if(this.Ol&&this.Pl)return this.Ql(t);t=t||event;var s=t.target||t.srcElement,n=!1;if("TD"!=s.tagName&&"TABLE"!=s.tagName){ +var r=s.className||"",a="string"==typeof r&&-1!=r.indexOf("webix_cell");if(!a||!i.drag){var o="string"==typeof r&&-1!=r.indexOf("webix_hcell");if(this.Ol=!1,a||o){var h=s.offsetWidth,l=s.offsetHeight,c=webix.html.posRelative(t),u=i.resizeRow;"object"==typeof u&&u.headerOnly&&(e=this.pk(s),e.cind>0&&(u=!1)), +a&&u&&(u="object"==typeof u&&u.size?u.size:3,c.yr?t[n][r]:e; +}),this.render())},selection:function(t){this.mapSelection(function(e,i,s,n,r){return t[n]&&t[n].length>r?t[n][r]:e}),this.render()},repeat:function(t){this.mapSelection(function(e,i,s,n,r){return i=t[n%t.length],e=i[r%i.length]}),this.render()},custom:function(t){}}},webix.extend(webix.ui.datatable,webix.TablePaste), +webix.storage||(webix.storage={}),webix.storage.local={put:function(t,e){t&&window.JSON&&window.localStorage&&window.localStorage.setItem(t,webix.stringify(e))},get:function(t){if(t&&window.JSON&&window.localStorage){var e=window.localStorage.getItem(t);return e?webix.DataDriver.json.toObject(e):null; +}return null},remove:function(t){t&&window.JSON&&window.localStorage&&window.localStorage.removeItem(t)},clear:function(){window.localStorage.clear()}},webix.storage.session={put:function(t,e){t&&window.JSON&&window.sessionStorage&&window.sessionStorage.setItem(t,webix.stringify(e))},get:function(t){ +if(t&&window.JSON&&window.sessionStorage){var e=window.sessionStorage.getItem(t);return e?webix.DataDriver.json.toObject(e):null}return null},remove:function(t){t&&window.JSON&&window.sessionStorage&&window.sessionStorage.removeItem(t)},clear:function(){window.sessionStorage.clear()}},webix.storage.cookie={ +put:function(t,e,i,s){t&&window.JSON&&(document.cookie=t+"="+escape(webix.stringify(e))+(s&&s instanceof Date?";expires="+s.toUTCString():"")+(i?";domain="+i:"")+(webix.env.https?";secure":""))},getRaw:function(t){for(var e=document.cookie.split(";"),i="",s="",n="",r=!1,a=0;a1&&(n=unescape(i[1].replace(/^\s+|\s+$/g,""))),n;i=null,s=""}return null},get:function(t){if(t&&window.JSON){var e=this.getRaw(t);return e?webix.DataDriver.json.toObject(unescape(e)):null}return null},remove:function(t,e){t&&this.getRaw(t)&&(document.cookie=t+"="+(e?";domain="+e:"")+";expires=Thu, 01-Jan-1970 00:00:01 GMT"); +},clear:function(t){for(var e=document.cookie.split(";"),i=0;is;s++){var n=e[s];i.ids.push(n.id),i.size.push(n.fillspace||n.adjust?-1:n.width)}if(i.order=[].concat(this.bm.length?this.bm:i.ids),this.Nk&&(i.sort={id:this.Nk,dir:this.Ok}),this.ij&&this.tj){var r={},a=0;for(var o in this.ij)if(!this.am[o]){var h=this.ij[o];h[1].value=r[o]=h[2].getValue(h[0]), +a=1}a&&(i.filter=r)}i.hidden=[];for(var o in this.am)i.hidden.push(o);return i},setState:function(t){var e=this.config.columns;if(t){if(this.Nk=null,this.blockEvent(),t.hidden){for(var i={},s=0;ss;s++){ +var h=e[s];h&&t.size[s]>0&&h.width!=t.size[s]&&(delete h.fillspace,delete h.adjust,this.Xs(s,t.size[s],!0))}this.unblockEvent();var l=!(this.s.leftSplit||this.s.rightSplit);if(this.rk(l),this.callEvent("onStructureUpdate",[]),t.sort){var c=e[this.getColumnIndex(t.sort.id)];c&&this.zf(t.sort.id,t.sort.dir,c.sort); +}if(t.filter){var u=this.filterByAll;this.filterByAll=function(){};for(var d in t.filter){var f=t.filter[d];if(f&&this.ij[d]){var b=this.ij[d];b[2].setValue(b[0],f);var x=b[1].contentId;x&&(this.hj[x].value=f)}}for(var d in this.ij)if(!t.filter[d]){var b=this.ij[d];b[2].setValue(b[0],"")}this.filterByAll=u, +this.filterByAll()}if(t.select&&this.select){var p=t.select;this.unselect();for(var s=0;s4){webix.env.touch=!0,e(s),t();for(var r in webix.ui.views){ +var a=webix.ui.views[r];a&&a.$touch&&a.$touch()}}webix.eventRemove(n)},{capture:!0})}function e(t){t.down="touchstart",t.move="touchmove",t.up="touchend",t.context=i.gm}var i=webix.Touch={config:{longTouchDelay:1e3,scrollDelay:150,gravity:500,deltaStep:30,speed:"0ms",finish:1500,ellastic:!0},limit:function(t){ +i.cm=t!==!1},disable:function(){i.Xf=!0},enable:function(){i.Xf=!1},$init:function(){i.$init=function(){},webix.event(document.body,s.down,i.dm),webix.event(document.body,s.move,i.em),webix.event(document.body,s.up,i.fm),webix.event(document.body,"dragstart",function(t){return webix.html.preventEvent(t); +}),webix.event(document.body,"touchstart",function(t){if(!i.Xf&&!i.cm&&webix.env.isSafari){var e=t.srcElement.tagName.toLowerCase();return"input"==e||"textarea"==e||"select"==e||"label"==e?!0:(i.im=!0,webix.html.preventEvent(t))}}),i.Of(),i.jm=[null,null],i.$active=!0},Of:function(){i.km=i.lm=i.mm=i.bC=null, +i.nm=i.om=i.pm=this.qm=null,i.rm={sm:0,tm:0,um:0},i.vm&&(webix.html.removeCss(i.vm,"webix_touch"),i.vm=null),window.clearTimeout(i.wm),i.xm=!0,i.ym=!0,i.zm=!0,i.Am||i.Pf()},fm:function(t){if(i.km){if(i.nm){var e=i.Mf(i.om),s=e.e,n=e.f,r=i.config.finish,a=i.Bm(t,!0),o=webix.$$(i.om),h=o&&o.$scroll?o.$scroll.gravity:i.config.gravity; +if(a.um){var l=s+h*a.sm/a.um,c=n+h*a.tm/a.um,u=i.jm[0]?i.Cm(l,!1,!1,i.pm.dx,i.pm.px):s,d=i.jm[1]?i.Cm(c,!1,!1,i.pm.dy,i.pm.py):n,f=Math.max(Math.abs(u-s),Math.abs(d-n));150>f&&(r=r*f/150),(u!=s||d!=n)&&(r=Math.round(r*Math.max((u-s)/(l-s),(d-n)/(c-n))));var b={e:u,f:d},o=webix.$$(i.om);o&&o.adjustScroll&&o.adjustScroll(b), +r=Math.max(100,r),s!=b.e||n!=b.f?(i.Nf(i.om,b.e,b.f,r+"ms"),i.Dm&&i.Dm.Em(b.e,b.f,r+"ms"),i.Fm(b.e,b.f,r+"ms")):i.Pf()}else i.Pf()}else if(!this.qm)if(i.zm&&!i.ym)i.Gm("onSwipeX");else if(i.ym&&!i.zm)i.Gm("onSwipeY");else if(webix.env.isSafari&&i.im){i.im=!1;var x=i.km.target;webix.delay(function(){var t=document.createEvent("MouseEvents"); +t.initEvent("click",!0,!0),x.dispatchEvent(t)})}i.Gm("onTouchEnd"),i.Of()}},em:function(t){if(i.bC&&i.km){var e=i.Bm(t);if(i.Gm("onTouchMove"),i.nm)i.Hm(e);else if(i.ym=i.Im(e.Jm,"x",i.ym),i.zm=i.Im(e.Ei,"y",i.zm),i.nm){var s=i.Km("onBeforeScroll",!0);if(s){var n={};s.callEvent("onBeforeScroll",[n]), +n.update&&(i.config.speed=n.speed,i.config.scale=n.scale)}i.Lm(e)}return webix.html.preventEvent(t)}},Hm:function(){if(i.om){var t=i.Mf(i.om),e=(t.e,t.f,i.mm||i.km),s=webix.$$(i.om),n=s&&s.$scroll?s.$scroll.ellastic:i.config.ellastic;i.jm[0]&&(t.e=i.Cm(t.e-e.x+i.lm.x,n,t.e,i.pm.dx,i.pm.px)),i.jm[1]&&(t.f=i.Cm(t.f-e.y+i.lm.y,n,t.f,i.pm.dy,i.pm.py)), +i.Nf(i.om,t.e,t.f,"0ms"),i.Dm&&i.Dm.Em(t.e,t.f,"0ms"),i.Fm(t.e,t.f,"0ms")}},Fm:function(t,e,s){var n=i.pm.px/i.pm.dx*-t,r=i.pm.py/i.pm.dy*-e;i.jm[0]&&i.Nf(i.jm[0],n,0,s),i.jm[1]&&i.Nf(i.jm[1],0,r,s)},scrollTo:function(t,e,s,n){i.Nf(t,e,s,n)},Nf:function(t,e,s,n){if(!i.tt&&window.setAnimationFrame&&window.setAnimationFrame(function(){ +return i.tt=!0,i.Nf(t,e,s,n)}),i.tt=null,i.Am=!0,t){var r=i.config.translate||webix.env.translate;t.style[webix.env.transform]=r+"("+Math.round(e)+"px, "+Math.round(s)+"px"+("translate3d"==r?", 0":"")+")",t.style[webix.env.transitionDuration]=n}},Mf:function(t){var e,s=window.getComputedStyle(t)[webix.env.transform]; +if("none"==s)e={e:0,f:0};else if(window.WebKitCSSMatrix)e=new WebKitCSSMatrix(s);else if(window.MSCSSMatrix)e=new MSCSSMatrix(s);else{var n=s.replace(/(matrix\()(.*)(\))/gi,"$2");n=n.replace(/\s/gi,""),n=n.split(",");for(var e={},r=["a","b","c","d","e","f"],a=0;a0)return e?i+a*Math.sqrt(r):0;var o=s-n;return 0>o+t?e?i-Math.sqrt(-(t-i)):-o:t},Nm:function(t){if(!t.scroll_enabled){t.scroll_enabled=!0,t.parentNode.style.position="relative";var e=webix.env.cssPrefix; +t.style.cssText+=e+"transition: "+e+"transform; "+e+"user-select:none; "+e+"transform-style:flat;",t.addEventListener(webix.env.transitionEnd,i.Pf,!1)}},Lm:function(t){-1!=i.nm.indexOf("x")&&(i.jm[0]=i.Om("x",i.pm.dx,i.pm.px,"width")),-1!=i.nm.indexOf("y")&&(i.jm[1]=i.Om("y",i.pm.dy,i.pm.py,"height")), +i.Nm(i.om),window.setTimeout(i.Hm,1)},Om:function(t,e,s,n){if(2>e-s){var r=i.Mf(i.om),a="y"==t?r.e:0,o="y"==t?0:r.f;return i.Dm||i.Nf(i.om,a,o,"0ms"),i.nm=i.nm.replace(t,""),""}var h=webix.html.create("DIV",{"class":"webix_scroll_"+t},"");return h.style[n]=Math.max(s*s/e-7,10)+"px",i.pm.left&&("x"===t?h.style.left=i.pm.left+"px":h.style.right=-i.pm.left+"px"), +i.pm.hidden&&(h.style.visibility="hidden"),i.om.parentNode.appendChild(h),h},Im:function(t,e,s){return t>i.config.deltaStep?(i.xm&&(i.Pm(e),i.pk(e),-1==(i.nm||"").indexOf(e)&&(i.nm="")),!1):s},Pf:function(){var t,e,s;s=webix.$$(i.om||this),s&&(i.om?t=i.Mf(i.om):s.getScrollState&&(e=s.getScrollState(), +t={e:e.x,f:e.y}),webix.callEvent("onAfterScroll",[t]),s.callEvent&&s.callEvent("onAfterScroll",[t])),i.nm||(webix.html.remove(i.jm),i.jm=[null,null]),i.Am=!1},Pm:function(t){window.clearTimeout(i.wm),i.xm=!1},Qm:function(t){return i.jm[0]||i.jm[1]?void i.Rm(t,i.jm[0]?"x":"y"):!0},dm:function(t){var e=t.target||event.srcElement; +if(!(i.Xf||e.tagName&&"textarea"==e.tagName.toLowerCase()&&e.offsetHeight0){for(var r=0;r=0){var s=this.dn(t,e);return this.Xs(t,s,i)}},adjustColumn:function(t,e){this.bn(this.getColumnIndex(t),e)},adjustRowHeight:function(t,e){if(t){var i,s=this.getColumnConfig(t),n=webix.html.create("DIV",{ +"class":"webix_table_cell webix_measure_size webix_cell"},"");n.style.cssText="width:"+s.width+"px; height:1px; visibility:hidden; position:absolute; top:0px; left:0px; overflow:hidden;",this.$view.appendChild(n),n.offsetHeight<1&&(i=this.$view.cloneNode(!0),document.body.appendChild(i),i.appendChild(n)), +this.data.each(function(t){t&&(n.innerHTML=this.Ek(t,s,0),t.$height=Math.max(n.scrollHeight,this.s.rowHeight))},this),n=webix.html.remove(n),i&&webix.html.remove(i)}else for(var r=new Array(this.data.count()).join("0").split(""),a=this.config.columns,o=0;or[e]&&(r[e]=t.$height),t.$height=r[e]});e||this.refresh()}}),webix.extend(webix.ui.datatable,{math_setter:function(t){return t&&this.en(),t},fn:"$",en:function(){webix.env.strict||(this.data.attachEvent("onStoreUpdated",webix.bind(this.gn,this)),this.data.attachEvent("onStoreLoad",webix.bind(this.hn,this)), +this.attachEvent("onStructureLoad",this.hn))},gn:function(t,e,i){if(t&&"delete"!=i&&"paint"!=i){"add"==i&&this.pn(e);for(var s=0;s0&&"="===s.substr(0,1)?(n[this.fn+e]&&i===!0||(n[this.fn+e]=n[e]), +n[e]=this.ln(s,t,e)):("undefined"!=typeof n[this.fn+e]&&delete n[this.fn+e],this.mn(t,e)),"undefined"!=typeof n.depends&&"undefined"!=typeof n.depends[e]))for(var r in n.depends[e]){var a=n.depends[e][r][0]+"__"+n.depends[e][r][1];"undefined"==typeof this.kn[a]&&(this.kn[a]=!0,this.jn(n.depends[e][r][0],n.depends[e][r][1],!0)); +}},nn:function(t,e){var i=this.getItem(t);"undefined"!=typeof i[this.fn+e]&&(i[e]=i[this.fn+e])},hn:function(){if(this.fj&&this.count()){this.pn();for(var t=0;t0?i[0]:!1}}),webix.extend(webix.ui.datatable,{ii:function(t){return this.getColumnConfig(t.column).editor},getEditor:function(t,e){return t?(1==arguments.length&&(e=t.column,t=t.row),(this.ai[t]||{})[e]):this.di},si:function(t){for(var e in this.ai){ +var i=this.ai[e];for(var s in i)"$count"!=s&&t.call(this,i[s])}},ji:function(t,e,i){var s=t.row,n=t.column,r=e.config=this.getColumnConfig(n);i!==!1&&this.showCell(s,n);var a=e.render();e.$inline&&(a=this.mi(t)),e.node=a;var o,h=this.getItem(s),l=r.editFormat;return this.s.editMath&&(o=h["$"+n]),o=o||h[n], +webix.isUndefined(o)&&(o=""),e.setValue(l?l(o):o,h),e.value=h[n],this.ni(t,e),e.$inline||this.oi(t,a,!0),e.afterRender&&e.afterRender(),this.s.liveValidation&&(webix.UE(e.node,"keyup",this.Gn(t,this)),this.validateEditor(t)),a},Gn:function(t,e){return function(){e.validateEditor(t)}},ti:function(t,e,i){ +var s=this.getColumnConfig(t.column).editParse,n=i?{}:this.getItem(t.row);return n[t.column]=s?s(e):e,this.s.editMath&&(n["$"+t.column]=null),n},ni:function(t,e,i){var s=this.ai[t.row]=this.ai[t.row]||{};s.$count=(s.$count||0)+1,e.row=t.row,e.column=t.column,this.di=s[t.column]=e,this.Eb++,this.Hn=this.getScrollState(); +},qi:function(t){this.di==t&&(this.di=0),t.destroy&&t.destroy();var e=this.ai[t.row];delete e[t.column],e.$count--,e.$count||delete this.ai[t.row],this.Eb--},ei:function(t,e){var i=this.ai[t];if(i){this.ai[e]=i,delete this.ai[t];for(var s in i)i[s].row=e}},pi:function(t){var e,i,s,n,r,a,o=this.getColumnConfig(t.column),h=0; +if(o&&o.node&&o.attached){if(s=this.getIndexById(t.row),this.Rt&&(a=this.getSpan(t.row,t.column)))for(i=0;3>i;i++)for(e=this.St[i],n=0;!h&&n=o.qk-this.s.topSplit&&s=0;o--){for(var h=n-1;h>=0;h--){ +var l={row:r[o],column:a[h].id};if(e.call(this,l))return l}n=a.length}return null},In:function(){this.Eb&&(this.Jn?this.Jn=!1:(this.Wj.scrollTo(this.getScrollState().y+this.Vf.childNodes[1].firstChild.scrollTop),this.Vf.childNodes[1].firstChild.scrollTop=0,this.Jn=!0))},Kn:function(){this.Eb&&this.Zj.scrollTo(this.Vf.childNodes[1].scrollLeft); +},gi:function(){this.attachEvent("onScrollY",this.Ln),this.attachEvent("onScrollX",this.Ln),this.attachEvent("onScrollY",this.$s),this.attachEvent("onColumnResize",function(){this.editStop()}),this.attachEvent("onAfterFilter",function(){this.editStop()}),this.attachEvent("onRowResize",function(){this.editStop(); +}),this.attachEvent("onAfterScroll",function(){this.s.topSplit&&this.editStop()}),this.Vf.childNodes[1].firstChild.onscroll=webix.bind(this.In,this),this.Vf.childNodes[1].onscroll=webix.bind(this.Kn,this)},Ln:function(){if(this.Eb){var t=this.Hn;this.Hn=this.getScrollState();var e=this.Hn.y-t.y;this.si(function(t){ +if(t.getPopup){var i=this.getItemNode(t);i?t.getPopup().show(i):t.getPopup().show({x:-1e4,y:-1e4})}else t.$inline||(t.node.top-=e,t.node.style.top=t.node.top+"px")})}}}),webix.extend(webix.ui.datatable,webix.EditAbility),webix.extend(webix.ui.datatable,{$init:function(){this.kz(),this.attachEvent("onStructureLoad",this.Nn); +},kz:function(){this.am={},this.bm=webix.toArray(),this.Mn=[0,0]},Nn:function(){for(var t=this.fj,e=t.length-1;e>=0;e--)t[e].header&&this.xB(t,t[e].header),t[e].footer&&this.xB(t,t[e].footer),t[e].hidden?this.hideColumn(t[e].id,!0,!0):t[e].batch&&this.config.visibleBatch&&t[e].batch!=this.config.visibleBatch&&this.hideColumn(t[e].id,!0,!0); +},xB:function(t,e){for(var i=0;ii?1:0);webix.PowerArray.insertAt.call(s,n[0],r),this.On()}},rz:function(){var t=this.bm,e=this.s.columns; +if(!t.length){for(var i=0;i=this.Fj?this.s.rightSplit-=o:this.Fj-=o;for(var c=h+o-1;c>=h;c--)this.vk(h),s=n.splice(h,1)[0],a[s.id]=s,s.qk=-1,delete this.Aj[s.id];this.callEvent("onAfterColumnHide",[t])}else{ +if(s=a[t],!s||!this.callEvent("onBeforeColumnShow",[t]))return;for(var u=null,c=0,d=0;c=this.Mn[1]?this.s.rightSplit+=o:this.Fj+=o;for(var c=d+o-1;c>=d;c--){var s=a[r[c]];webix.PowerArray.insertAt.call(n,s,h),delete s.hidden,delete a[s.id],this.Aj[s.id]=s}this.callEvent("onAfterColumnShow",[t])}1===o&&(s.header&&this.xt(s,e!==!1?0:1,"header"),s.footer&&this.xt(s,e!==!1?0:1,"footer")), +i||this.On()},xt:function(t,e,i){for(var s=t[i].length-1;s>=0;s--)for(var n,r=this.bm,a=!1,o=0,h=0;h0&&n&&n.colspan>0?(l=t.el[s]=n,n=l):l&&l.$colspan&&0>=o&&(o=l.colspan=l.$colspan,n=l),a=null):(l&&l.$colspan&&0>=o&&(o=l.colspan=l.$colspan, +a=n=l),n&&o>0&&n.colspan--),o--}},refreshColumns:function(t,e){(t&&t!=this.config.columns||e)&&(this.kz(),this.ij={},t&&(this.Fj=t.length-(this.config.rightSplit||0))),this.Aj={};for(var i=0;ii;i++)this.I.childNodes[i].innerHTML="", +this.Vf.childNodes[i].firstChild.innerHTML="";this.fj=this.config.columns=t||this.config.columns,this.Fj=this.fj.length-this.s.rightSplit,this.tj=0,this.rj(),this.callEvent("onStructureUpdate"),this.sk(),this.render()},On:function(){this.tj=0,this.callEvent("onStructureUpdate"),this.uj(),this.render(); +},showColumn:function(t){return this.hideColumn(t,!1)},showColumnBatch:function(t,e){var i="undefined"!=typeof e;e=e!==!1,this.eachColumn(function(s,n){if(n.batch){var r=this.am[n.id];e||(r=!r),n.batch==t&&r?this.hideColumn(n.id,!e,!0):i||n.batch==t||r||this.hideColumn(n.id,e,!0)}},!0),this.On()}}),webix.extend(webix.ui.datatable,{ +$init:function(){this.attachEvent("onAfterScroll",this.cF)},cF:function(){var t=this.eF();if(!t){var e=this.y.querySelector(".webix_cell");e&&e.setAttribute("tabindex","0")}},eF:function(){for(var t=this.getSelectedId(!0),e=0;e1&&"cell"!==this.s.select&&(i=i.sort(webix.bind(function(t,e){return this.getIndexById(t.row)>this.getIndexById(e.row)||this.getColumnIndex(t.column)>this.getColumnIndex(e.column)?1:-1; +},this)),("up"==t||"left"==t||"top"==t||"pgup"==t)&&(s=0)),0>s&&this.count()){if("down"==t||"right"==t)t="top";else{if("up"!=t&&"left"!=t)return;t="bottom"}s=0,i=[{row:1,column:1}]}if(s>=0){var r=i[s].row,a=i[s].column;if("top"==t||"bottom"==t)r&&("top"==t?r=this.data.getFirstId():"bottom"==t&&(r=this.data.getLastId())), +a&&(s=0,"bottom"==t&&(s=this.config.columns.length-1),a=this.columnId(s));else if("up"==t||"down"==t||"pgup"==t||"pgdown"==t){if(r){var s=this.getIndexById(r),o="pgup"==t||"pgdown"==t?Math.round(this.Vj/this.s.rowHeight):1;"up"==t||"pgup"==t?s-=o:("down"==t||"pgdown"==t)&&(s+=o),0>s&&(s=0),s>=this.data.order.length&&(s=this.data.order.length-1), +r=this.getIdByIndex(s),!r&&this.s.pager&&this.showItemByIndex(s)}}else{if("right"!=t&&"left"!=t)return;if(a&&"row"!=this.config.select){var s=this.getColumnIndex(a);"right"==t?s++:"left"==t&&s--,0>s&&(s=0),s>=this.config.columns.length&&(s=this.config.columns.length-1),a=this.columnId(s)}else{if((this.open||this.oA)&&"right"==t)return this.open?this.open(r):this.openSub(r); +if((this.close||this.oA)&&"left"==t)return this.close?this.close(r):this.closeSub(r)}}if(r){this.showCell(r,a),this.select||(webix.extend(this,this._k.$k,!0),this.s.select=this.open||this.oA?"row":"cell",webix.extend(this,this._k[this.s.select],!0));var h={row:r,column:a};if(n&&"area"==this.s.select){ +var l=this.el[this.el.length-1];this.gC(h,l,t)}else this.hl(h,n);if(!this.s.clipboard){var c=this.getItemNode(h);c&&c.focus()}}}return!1}}}),webix.extend(webix.ui.datatable,webix.KeysNavigation),webix.extend(webix.ui.datatable,webix.DataMove),webix.extend(webix.ui.datatable,{drag_setter:function(t){return this.attachEvent("onBeforeDrag",function(t){ +return this.RD(t.source)}),this.attachEvent("onBeforeDragIn",function(t){return this.RD(t.target)}),this.attachEvent("onBeforeDropOrder",function(t,e){return 0>e||e>=this.s.topSplit}),webix.DragItem.drag_setter.call(this,t)},RD:function(t){var e,i,s=!1;if(this.s.topSplit&&t)for(webix.isArray(t)||(t=[t]), +e=0;!s&&e",n=this.s.columns,r=0;r"+a+""} +return s+""},getHeaderNode:function(t,e){if(this.isColumnVisible(t)){var i=this.getColumnIndex(t),s=this.s.leftSplit>i?0:this.Fj<=i?2:1;e=e||0;for(var n=this.I.childNodes[s].getElementsByTagName("TR")[e+1].childNodes,r=0;rs&&s>n[1])return;var a=this.Xj(),o=this.s.leftSplit?0:a[0];if(t.column&&(o=this.getColumnIndex(t.column),o=this.s.leftSplit&&(oa[1])))return;var h=this.s.columns[o]; +if(h.attached&&h.node){var l=s"+(n.header[0].text||" ")+""},this),$dragPos:webix.bind(function(t,e,i){var s=webix.DragControl.getContext(),n=webix.html.offset(this.$view); +i.style.display="none";var r=document.elementFromPoint(t.x,n.y+1),a=r?this.locate(r):null,o=webix.DragControl.getContext().start.column;if(a&&a.column!=o&&(!this.Sn||a.column!=this.Yg)&&"column_dnd"==s.custom&&webix.$$(r)==this){if(!this.callEvent("onBeforeColumnDropOrder",[o,a.column,e]))return;var h=this.getColumnIndex(o),l=this.getColumnIndex(a.column); +e.touches&&(this.wy=e.target,this.wy.style.display="none",this.$view.parentNode.appendChild(this.wy)),this.moveColumn(o,l+(l>h?1:0)),this.Yg=a.column,this.Sn=!0}if(a&&a.column==o&&(this.Sn=!1),i.style.display="block",t.x=t.x-this.Qn.x,t.y=n.y,t.xc&&(t.x=c)}webix.DragControl.Ed=!0},this),$dragDestroy:webix.bind(function(t,e){webix.html.remove(e),this.wy&&webix.html.remove(this.wy);var i=webix.DragControl.getContext().start;this.callEvent("onAfterColumnDropOrder",[i.column,this.Yg,t])},this),$drop:function(){}}:t&&(e={ah:!0,$drag:webix.bind(function(t,i){ +var s=this.locate(i);if(this.Pl||!s||!this.callEvent("onBeforeColumnDrag",[s.column,i]))return!1;webix.DragControl.Gd={from:e,start:s,custom:"column_dnd"};for(var n=this.getColumnConfig(s.column).header,r=" ",a=0;a"+r+""; +},this),$drop:webix.bind(function(t,e,i){var s=i;i.touches&&this.Tn&&(s=this.Tn);var n=this.locate(s);if(!n)return!1;var r=webix.DragControl.getContext().start.column;if(r!=n.column){if(!this.callEvent("onBeforeColumnDrop",[r,n.column,i]))return;var a=this.getColumnIndex(r),o=this.getColumnIndex(n.column); +this.moveColumn(r,o+(o>a?1:0)),this.callEvent("onAfterColumnDrop",[r,n.column,i])}},this),$dragIn:webix.bind(function(t,i,s){var n=webix.DragControl.getContext();if("column_dnd"!=n.custom||n.from!=e)return!1;for(var r=s.target||s.srcElement;-1==(r.className||"").indexOf("webix_hcell");)if(r=r.parentNode, +!r)return;return r!=this.Tn&&(this.Tn&&webix.html.removeCss(this.Tn,"webix_dd_over_column"),webix.html.addCss(r,"webix_dd_over_column")),this.Tn=r},this),$dragDestroy:webix.bind(function(t,e){this.Tn&&webix.html.removeCss(this.Tn,"webix_dd_over_column"),webix.html.remove(e)},this)}),t&&(webix.DragControl.addDrag(this.I,e), +webix.DragControl.addDrop(this.I,e,!0))}}),webix.extend(webix.ui.datatable,webix.DragItem),webix.extend(webix.ui.datatable,{clearValidation:function(){for(var t in this.data.Me)this.Un(t);this.data.clearMark("webix_invalid",!0)},Te:function(t,e){this.Un(t);for(var i in e)this.addCellCss(t,i,"webix_invalid_cell"); +this.addCss(t,"webix_invalid")},Qe:function(t){this.Un(t),this.removeCss(t,"webix_invalid")},Un:function(t){var e=(this.getItem(t),this.data.getMark(t,"$cellCss"));if(e)for(var i in e)e[i]=e[i].replace("webix_invalid_cell","").replace(" "," ")},addRowCss:function(t,e,i){this.addCss(t,e,i)},removeRowCss:function(t,e,i){ +this.removeCss(t,e,i)},addCellCss:function(t,e,i,s){var n=this.data.getMark(t,"$cellCss"),r=n||{},a=r[e]||"";r[e]=a.replace(i,"").replace(" "," ")+" "+i,n||this.data.addMark(t,"$cellCss",!1,r,!0),s||this.refresh(t)},removeCellCss:function(t,e,i,s){var n=this.data.getMark(t,"$cellCss");if(n){var r=n[e]||""; +r&&(n[e]=r.replace(i,"").replace(" "," ")),s||this.refresh(t)}}}),webix.extend(webix.ui.datatable,webix.ValidateCollection),function(){function t(t){for(var e=[],i=t.length-1;i>=0;i--){var s=t[i];e[i]="object"==typeof s?s.value:s}return e}var e=webix.Sparklines=function(){};e.types={},e.getTemplate=function(t){ +var e=t||{};"string"==typeof t&&(e={type:t}),webix.extend(e,{type:"line"});var i=this.types[e.type];return webix.bind(this.BC,new i(e))},e.BC=function(e,i,s,n){return n?this.draw(t(s),n.width,33):this.draw(e.data||e,i.width,i.height)}}(),webix.attachEvent("onDataTable",function(t){t.type.sparklines=webix.Sparklines.getTemplate(); +}),function(){function t(t){var e=" ";if(t)for(var i in t)e+=i+'="'+t[i]+'" ';return e}var e={};e.draw=function(e,i,s,n){var r={xmlns:"http://www.w3.org/2000/svg",version:"1.1",height:"100%",width:"100%",viewBox:"0 0 "+i+" "+s,"class":n||""};return""+e+""},e.styleMap={lineColor:"stroke", +color:"fill"},e.group=function(t){return""+t+""},e.z={M:function(t){return" M "+t.x+" "+t.y},L:function(t){return" L "+t.x+" "+t.y},C:function(t,e,i){return" C "+t.x+" "+t.y+" "+e.x+" "+e.y+" "+i.x+" "+i.y},A:function(t,e,i,s){var n=t.x+Math.cos(s)*e,r=t.y+Math.sin(s)*e,a=s-i>=Math.PI;return" A "+e+" "+e+" 0 "+(a?1:0)+" 1 "+n+" "+r; +}},e.definePath=function(t,e){for(var i="",s=0;s"},e.getSector=function(i,s,n,r,a,o){o=t(o); +var h=i.x+Math.cos(n)*s,l=i.y+Math.sin(n)*s,c=[["M",i],["L",{x:h,y:l}],["A",i,s,n,r],["L",i]];return'"},e.getCurve=function(e,i,s){s=t(s);var n=this.definePath(this.DC(e));return'"; +},e.getLine=function(t,e,i,s){return this.getPath(this.definePath(this.CC([t,e]),!0),i,s)},e.getCircle=function(e,i,s,n){return n=t(n),'"},e.getRect=function(e,i,s,n,r,a){return a=t(a),'"; +},webix.EC=e}(),function(){function t(t){this.config=webix.extend(webix.copy(e),t||{},!0)}var e={paddingX:3,paddingY:4,radius:1,minHeight:4,eventRadius:8};t.prototype.draw=function(t,e,i){var s,n,r,a,o,h=this.config,l=webix.Sparklines.types.line.prototype,c=webix.EC;return a=this.getPoints(t,e,i),r=c.definePath(l.FC(a),!0), +h.color&&(o=this.GC(c,h.color)),n=c.group(c.getPath(r,"webix_sparklines_area"+(o?" "+o.area:""))),a.splice(a.length-3,3),r=c.definePath(l.FC(a)),n+=c.group(c.getPath(r,"webix_sparklines_line"+(o?" "+o.line:""))),n+=l.HC(c,a,h.radius,"webix_sparklines_item"+(o?" "+o.item:"")),s=Math.min(t.length?(e-2*(h.paddingX||0))/t.length:0,h.eventRadius), +n+=l.IC(c,a,s),c.draw(n,e,i,"webix_sparklines_area_chart"+(h.css?" "+h.css:""))},t.prototype.GC=function(t,e){var i={area:{},line:{},item:{}},s=t.styleMap;if(e){i.area[s.color]=t.setOpacity(e,.2),i.line[s.lineColor]=e,i.item[s.color]=e;for(var n in i)i[n]=webix.html.createCss(i[n])}return i},t.prototype.getPoints=function(t,e,i){ +var s=webix.Sparklines.types.line.prototype,n=s.getPoints.call(this,t,e,i),r=this.config.paddingX||0,a=this.config.paddingY||0;return n.push({x:e-r,y:i-a},{x:r,y:i-a},{x:r,y:n[0].y}),n},webix.Sparklines.types.area=t}(),function(){function t(t){this.config=webix.extend(webix.copy(e),t||{},!0)}var e={paddingX:3, +paddingY:4,width:20,margin:4,minHeight:4,eventRadius:8,origin:0,itemCss:function(t){return t<(this.config.origin||0)?" webix_sparklines_bar_negative":""}};t.prototype.draw=function(t,e,i){var s,n,r,a,o,h=this.config,l="",c=[],u=this.getPoints(t,e,i),d=webix.EC;for(s=0;s=o)r=n;else if(h>a){var l=i/(o-a);r-=l*(h-a)}}return r},t.prototype.KC=function(t,e,i){var s=[],n=this.config.paddingX||0,r=this.config.paddingY||0; +if(e=(e||100)-2*n,i=(i||100)-2*r,t.length)for(var a=e/t.length,o=0;on?x=s.origin||0:b=s.minHeight;for(var p=(i-b)/(f?f:1),w=0;w=x?v:0)-b,height:Math.abs(v)+b, +width:c})}}return a},webix.Sparklines.types.bar=t}(),function(){function t(t){this.config=webix.extend(webix.copy(e),t||{},!0)}var e={paddingX:6,paddingY:6,radius:2,minHeight:4,eventRadius:8};t.prototype.draw=function(t,e,i){var s=this.getPoints(t,e,i),n=this.config,r=webix.EC,a=n.color?this.GC(r,n.color):null,o=r.definePath(this.FC(s)),h=r.group(r.getPath(o,"webix_sparklines_line"+(a?" "+a.line:""))); +h+=this.HC(r,s,n.radius,"webix_sparklines_item"+(a?" "+a.item:""));var l=Math.min(t.length?(e-2*(n.paddingX||0))/t.length:0,n.eventRadius);return h+=this.IC(r,s,l),r.draw(h,e,i,"webix_sparklines_line_chart"+(n.css?" "+n.css:""))},t.prototype.GC=function(t,e){var i={line:{},item:{}},s=t.styleMap;if(e){ +i.line[s.lineColor]=e,i.item[s.color]=e;for(var n in i)i[n]=webix.html.createCss(i[n])}return i},t.prototype.HC=function(t,e,i,s,n){for(var r=[],a=0;ai?(t&&(t=s-i>t?this.rC+2:this.rC+1),this.rC=t):t%=s,this.qC[t]},t.prototype.draw=function(t,e,i){var s,n,r,a,o=this.config,h=o.color||this.xv,l=this.getAngles(t),c=webix.EC,u=o.paddingY||0,d=i/2-u,f=e/2,b=i/2;for("function"!=typeof h&&(h=function(){return h}),a="",r=0;re;e++)s[e]=1, +n[e]=4,r[e]=1,a[e]=4*t[e]+2*t[e+1];for(s[l-1]=2,n[l-1]=7,r[l-1]=0,a[l-1]=8*t[l-1]+t[l],e=1;l>e;e++)i=s[e]/n[e-1],n[e]=n[e]-i*r[e-1],a[e]=a[e]-i*a[e-1];for(o[l-1]=a[l-1]/n[l-1],e=l-2;e>=0;--e)o[e]=(a[e]-r[e]*o[e+1])/n[e];for(e=0;l-1>e;e++)h[e]=2*t[e+1]-o[e+1];return h[l-1]=.5*(t[l]+o[l-1]),[o,h]},webix.Sparklines.types.spline=t; +var s={paddingX:3,paddingY:6,radius:1,minHeight:4,eventRadius:8};e.prototype=webix.copy(t.prototype),e.prototype.draw=function(t,e,i){var s=this.config,n=webix.Sparklines.types.line.prototype,r=webix.EC,a=s.color?this.GC(r,s.color):null,o=this.getPoints(t,e,i),h=o.splice(o.length-3,3),l=r.CC(h);l[0][0]="L"; +var c=r.DC(o).concat(l),u=r.group(r.getPath(r.definePath(c),"webix_sparklines_area"+(a?" "+a.area:""),!0));u+=r.group(r.getPath(r.definePath(r.DC(o)),"webix_sparklines_line"+(a?" "+a.line:"")));var d=n.getPoints.call(this,t,e,i);u+=n.HC(r,d,s.radius,"webix_sparklines_item"+(a?" "+a.item:""));var f=Math.min(t.length?(e-2*(s.paddingX||0))/t.length:0,s.eventRadius); +return u+=n.IC(r,d,f),r.draw(u,e,i,"webix_sparklines_splinearea_chart"+(s.css?" "+s.css:""))},e.prototype.GC=function(t,e){var i={area:{},line:{},item:{}},s=t.styleMap;if(e){i.area[s.color]=t.setOpacity(e,.2),i.line[s.lineColor]=e,i.item[s.color]=e;for(var n in i)i[n]=webix.html.createCss(i[n])}return i; +},e.prototype.getPoints=function(e,i,s){var n=t.prototype.getPoints.call(this,e,i,s),r=this.config.paddingX||0,a=this.config.paddingY||0;return n.push({x:i-r,y:s-a},{x:r,y:s-a},{x:r,y:n[0][0].y}),n},webix.Sparklines.types.splineArea=e}(),webix.extend(webix.ui.datatable,{UF:function(t,e){return t.scroll&&!e?!0:(t.header=webix.isUndefined(t.header)?this.config.header?!0:!1:t.header, +t.footer=webix.isUndefined(t.footer)?this.config.footer?!0:!1:t.footer,void(t.xCorrection=t.xCorrection||0))},sq:function(t,e){for(var i=-1,s=0;0>i&&sr&&x>i){l=x;break}if("selection"!==t.data||"selection"==t.data&&-1!==this.sq(n,function(t){return t.column==p&&t.row==e})){var v=this.getSpan(e,p);if(v&&this.getColumnIndex(p)===i){var g=this.getColumnIndex(v[1]);i>g&&(v[2]=v[2]-(i-g), +v[4]=v[4]?v[4]:u[v[1]]?this.getText(e,v[1]):null,v[1]=p)}if(!v||v&&v[0]==e&&v[1]==p){var m=v&&v[4]?v[4]:u[p]?this.getText(e,p):"",y=this.getCss(e,p)+" "+(s[x].css||"")+(v?" webix_dtable_span "+(v[5]||""):""),_={height:v&&v[3]>1?"auto":(u.$height||this.config.rowHeight)+"px",width:v&&v[2]>1?"auto":s[x].width+"px" +};f.push({txt:m,className:y,style:_,span:v?{colspan:v[2],spanStart:this.getColumnIndex(v[1]),rowspan:v[3]}:null}),m&&(a=Math.max(w+1,a),o=Math.max(d+1,o)),b=b||!!m}else v&&(f.push({$inspan:!0}),a=Math.max(w+1,a),o=Math.max(d+1,o))}}}(!t.skiprows||b)&&h.push(f)},this)),o&&a&&(t.trim&&(h.length=o,h=h.map(function(t){ +for(var e=t.length-1;e>=0;e--)if(t[e].span&&t[e].span.colspan){t[e].span.colspan=Math.min(t[e].span.colspan,t.length-e);break}return t.length=a,t})),e.push(h)),l?this.VF(t,e,l):(t.header&&(e=this.$F(e,s,"header")),t.footer&&(e=this.$F(e,s,"footer"))),e},WF:function(t,e){var i=webix.html.create("div"); +return t.forEach(webix.bind(function(s,n){var r=webix.html.create("table",{"class":"webix_table_print "+this.$view.className+(e.borderless?" borderless":""),style:"border-collapse:collapse"});if(s.forEach(function(t){var e=webix.html.create("tr");t.forEach(function(t,i){if(!t.$inspan){var s=webix.html.create("td"); +s.innerHTML=t.txt,s.className=t.className;for(var n in t.style)s.style[n]=t.style[n];t.span&&(s.colSpan=t.span.colspan,s.rowSpan=t.span.rowspan),e.appendChild(s)}}),r.appendChild(e)}),i.appendChild(r),n+1":webix.TreeType.checkbox.apply(this,arguments)},this.data.provideApi(this,!0),this.x.setAttribute("role","treegrid")},$exportView:function(t){return webix.extend(t,{ +filterHTML:!0}),this},Xg:!1,Vn:function(t){return function(e,i){return i=i.row,t.call(this,e,i)}},getState:function(){var t=webix.DataState.getState.call(this);return webix.extend(t,webix.TreeAPI.getState.call(this)),t},setState:function(t){webix.TreeAPI.setState.call(this,t)&&webix.DataState.setState.call(this,t); +},clipboard_setter:function(t){return webix.extend(this.rh,webix.TreeTablePaste),webix.TablePaste.clipboard_setter.call(this,t)},Ik:function(t,e){for(var i=0;i0;)i=this.co[t%16]+i,t=Math.floor(t/16);for(;i.lengthe||e>255)&&(e=0),(0>i||i>255)&&(i=0),(0>s||s>255)&&(s=0),[e,i,s]},hsvToRgb:function(t,e,i){ +var s,n,r,a,o,h,l,c;switch(s=Math.floor(t/60)%6,n=t/60-s,r=i*(1-e),a=i*(1-n*e),o=i*(1-(1-n)*e),h=0,l=0,c=0,s){case 0:h=i,l=o,c=r;break;case 1:h=a,l=i,c=r;break;case 2:h=r,l=i,c=o;break;case 3:h=r,l=a,c=i;break;case 4:h=o,l=r,c=i;break;case 5:h=i,l=r,c=a}return h=Math.floor(255*h),l=Math.floor(255*l), +c=Math.floor(255*c),[h,l,c]},rgbToHsv:function(t,e,i){var s,n,r,a,o,h,l,c;return s=t/255,n=e/255,r=i/255,a=Math.min(s,n,r),o=Math.max(s,n,r),l=0,h=0===o?0:1-a/o,c=o,o==a?l=0:o==s&&n>=r?l=60*(n-r)/(o-a)+0:o==s&&r>n?l=60*(n-r)/(o-a)+360:o==n?l=60*(r-s)/(o-a)+120:o==r&&(l=60*(s-n)/(o-a)+240),[l,h,c]}},webix.HtmlMap=webix.proto({ +$init:function(t){this.ad="map_"+webix.uid(),this.U=t,this.eo=[],this.sA=[]},addRect:function(t,e,i){this.fo(t,"RECT",e,i)},addPoly:function(t,e,i){this.fo(t,"POLY",e,i)},fo:function(t,e,i,s){var n="";4==arguments.length&&(n="userdata='"+s+"'"),this.eo.push(""), +this.sA.push({index:s,points:i})},addSector:function(t,e,i,s,n,r,a,o){var h=[];h.push(s),h.push(Math.floor(n*a));for(var l=e;i>l;l+=Math.PI/18)h.push(Math.floor(s+r*Math.cos(l))),h.push(Math.floor((n+r*Math.sin(l))*a));return h.push(Math.floor(s+r*Math.cos(i))),h.push(Math.floor((n+r*Math.sin(i))*a)), +h.push(s),h.push(Math.floor(n*a)),this.addPoly(t,h,o)},hide:function(t,e,i){if(t.querySelectorAll)for(var s=t.querySelectorAll('area[userdata="'+e+'"]'),n=0;n"+this.eo.join("\n")+"",t.t=e,this.eo=[]; +}}),webix.protoUI({name:"chart",$init:function(t){if(this.go=[this.s],this.ho=[],this.w.className+=" webix_chart",this.$ready.push(this.Mi),t.preset&&this.io(t),t.series){var e=t.series;delete t.series,t.series=e}this.attachEvent("onMouseMove",this.tA),this.data.provideApi(this,!0)},Mi:function(){this.data.attachEvent("onStoreUpdated",webix.bind(function(){ +this.render.apply(this,arguments)},this))},defaults:{ariaLabel:"chart",color:"default",alpha:"1",label:!1,value:"{obj.value}",padding:{},type:"pie",lineColor:"#ffffff",cant:.5,barWidth:30,line:{width:2,color:"#1293f8"},item:{radius:3,borderColor:"#636363",borderWidth:1,color:"#ffffff",alpha:1,type:"r", +shadow:!1},shadow:!0,gradient:!1,border:!0,labelOffset:20,origin:"auto",scale:"linear"},ad:"webix_area_id",on_click:{webix_chart_legend_item:function(t,e,i){var s=i.getAttribute("series_id");if(this.callEvent("onLegendClick",[t,s,i])){var n=this.s,r=n.legend.values,a=r&&r[s].toggle||n.legend.toggle;"undefined"!=typeof s&&this.go.length>1&&a&&(-1!=i.className.indexOf("hidden")?this.showSeries(s):this.hideSeries(s)); +}}},on_dblclick:{},on_mouse_move:{},locate:function(t){return webix.html.locate(t,this.ad)},$setSize:function(t,e){var i=webix.ui.view.prototype.$setSize.call(this,t,e);if(i){for(var s in this.canvases)this.canvases[s]._n(this.bc,this.dc);this.render()}return i},type_setter:function(t){return"undefined"==typeof this.s.offset&&(this.s.offset=!(-1!=t.toLowerCase().indexOf("area"))), +"radar"!=t||this.s.yAxis||this.define("yAxis",{}),"scatter"==t&&(this.s.yAxis||this.define("yAxis",{}),this.s.xAxis||this.define("xAxis",{})),t},destructor:function(){this.removeAllSeries(),webix.Destruction.destructor.apply(this,arguments)},removeAllSeries:function(){this.clearCanvas(),this.ko&&(this.ko.innerHTML="", +this.ko.parentNode.removeChild(this.ko),this.ko=null),this.canvases&&(this.canvases={}),this.w.innerHTML="";for(var t=0;te?(s&&(s=i-e>s?this.rC+2:this.rC+1), +this.rC=s):s%=i,this.qC[s]}},color_setter:function(t){return this.colormap[t]||webix.template(t)},fill_setter:function(t){return t&&"0"!=t?webix.template(t):!1},io:function(t){this.define("preset",t.preset),delete t.preset},preset_setter:function(t){var e,i,s;if(this.defaults=webix.extend({},this.defaults), +s=this.presets[t],"object"==typeof s){for(e in s)if("object"==typeof s[e])if(this.defaults[e]&&"object"==typeof this.defaults[e]){this.defaults[e]=webix.extend({},this.defaults[e]);for(i in s[e])this.defaults[e][i]=s[e][i]}else this.defaults[e]=webix.extend({},s[e]);else this.defaults[e]=s[e];return t; +}return!1},legend_setter:function(t){return t?("object"!=typeof t&&(t={template:t}),this.E(t,{width:150,height:18,layout:"y",align:"left",valign:"bottom",template:"",toggle:-1!=this.s.type.toLowerCase().indexOf("stacked")?"":"hide",marker:{type:"square",width:15,height:15,radius:3},margin:4,padding:3 +}),t.template=webix.template(t.template),t):(this.ko&&(this.ko.innerHTML="",this.ko=null),!1)},item_setter:function(t){"object"!=typeof t&&(t={color:t,borderColor:t}),this.E(t,webix.extend({},this.defaults.item));var e=["alpha","borderColor","color","radius"];return this.ro(e,t),t},line_setter:function(t){ +return"object"!=typeof t&&(t={color:t}),t=webix.extend(t,this.defaults.line),t.color=webix.template(t.color),t},padding_setter:function(t){return"object"!=typeof t&&(t={left:t,right:t,top:t,bottom:t}),this.E(t,{left:50,right:20,top:35,bottom:40}),t},xAxis_setter:function(t){if(!t)return!1;"object"!=typeof t&&(t={ +template:t}),this.E(t,{title:"",color:"#000000",lineColor:"#cfcfcf",template:"{obj}",lines:!0});var e=["lineColor","template","lines"];return this.ro(e,t),this.so=webix.extend({},t),t},yAxis_setter:function(t){this.E(t,{title:"",color:"#000000",lineColor:"#cfcfcf",template:"{obj}",lines:!0,bg:"#ffffff" +});var e=["lineColor","template","lines","bg"];return this.ro(e,t),this.to=webix.extend({},t),t},ro:function(t,e){for(var i=0;i=b;b+=a){var x=this.Bo?Math.pow(10,b):b;o.fixNum&&(x=parseFloat(x).toFixed(o.fixNum));var p=Math.floor(l-f*d)+.5;if(b==n&&"auto"==this.s.origin||!this.s.yAxis.lines.call(this,b)||this.zo(t,h,p,s.x,p,this.s.yAxis.lineColor.call(this,b),1), +b==this.s.origin&&(u=p),1>a&&!this.Bo){var w=Math.min(Math.floor(this.Do(a)),0>=n?0:Math.floor(this.Do(n))),v=Math.pow(10,-w);x=Math.round(x*v)/v,b=x}this.canvases.y.renderText(0,p-5,this.s.yAxis.template(x.toString()),"webix_axis_item_y",i.x-5),f++}return this.zo(t,h,l+1,h,c,this.s.yAxis.color,1),u} +}},Co:function(t,e){var i="webix_axis_title_y"+(webix.Eo&&9!=webix.Eo?" webix_ie_filter":""),s=this.canvases.y.renderTextAt("middle",!1,0,parseInt((e.y-t.y)/2+t.y,10),this.s.yAxis.title,i);s&&(s.style.left=(webix.env.transform?(s.offsetHeight-s.offsetWidth)/2:0)+"px")},Fo:function(t,e){var i=Math.floor(this.Do(t)),s=Math.ceil(this.Do(e)); +return{start:i,step:1,end:s}},Ao:function(t,e){if(this.Bo=!1,"logarithmic"==this.s.scale){var i=Math.floor(this.Do(t)),s=Math.ceil(this.Do(e));if(t>0&&e>0&&s-i>1)return this.Bo=!0,this.Fo(t,e)}"auto"!=this.s.origin&&this.s.origin5?10:5,n=parseInt(l,10)*h,n>Math.abs(t))r=0>t?-n:0;else{var c=Math.abs(t),u=Math.floor(this.Do(c)),d=c/Math.pow(10,u);for(r=Math.ceil(10*d)/10*Math.pow(10,u)-n,c>1&&n>.1&&(r=Math.ceil(r));0>t?t>=r:r>=t;)r-=n;0>t&&(r=-r-2*n)}for(a=r;e>a;)a+=n,a=parseFloat((1*a).toFixed(Math.abs(o)));return{start:r, +end:a,step:n,fixNum:0>o?Math.abs(o):0}},Go:function(t,e){var i,s,n=this.data.Df(),r=arguments.length&&"h"==t?this.so:this.to;if(e=e||"value",r&&"undefined"!=typeof r.end&&"undefined"!=typeof r.start&&r.step)i=parseFloat(r.end),s=parseFloat(r.start);else if(i=webix.GroupMethods.max(this.go[0][e],n),s=r&&"undefined"!=typeof r.start?parseFloat(r.start):webix.GroupMethods.min(this.go[0][e],n), +this.go.length>1)for(var a=1;ai&&(i=o),s>h&&(s=h)}return{max:i,min:s}},Do:function(t){var e="log";return Math[e](t)/Math.LN10},xo:function(t,e,i,s,n){if(this.s.xAxis){var r=this.canvases.x.renderTextAt(n,s,t,e-(n?2:0),this.s.xAxis.template(i)); +r&&(r.className+=" webix_axis_item_x")}},yo:function(t,e,i,s,n){this.s.xAxis&&this.s.xAxis.lines&&this.zo(t,e,i,e,s,this.s.xAxis.lineColor.call(this,n),1)},zo:function(t,e,i,s,n,r,a){t.strokeStyle=r,t.lineWidth=a,t.beginPath(),t.moveTo(e,i),t.lineTo(s,n),t.stroke(),t.lineWidth=1},Ho:function(t,e){var i,s=1; +return i=e!=t?e-t:t,[i,s]},qo:[function(t){return"#FF"+webix.color.toHex(t/2,2)+"00"},function(t){return"#FF"+webix.color.toHex(t/2+128,2)+"00"},function(t){return"#"+webix.color.toHex(255-t,2)+"FF00"},function(t){return"#00FF"+webix.color.toHex(t,2)},function(t){return"#00"+webix.color.toHex(255-t,2)+"FF"; +},function(t){return"#"+webix.color.toHex(t,2)+"00FF"}],qC:["#f55b50","#ff6d3f","#ffa521","#ffc927","#ffee54","#d3e153","#9acb61","#63b967","#21a497","#21c5da","#3ea4f5","#5868bf","#7b53c0","#a943ba","#ec3b77","#9eb0b8"],rC:0,addSeries:function(t){var e=webix.extend({},this.s);this.s=webix.extend({},e), +this.e(t,{}),this.go.push(this.s),this.s=e},tA:function(t,e,i){var s;if(i.getAttribute("userdata")&&(this.Io=1==this.go.length?i.getAttribute("userdata"):this.uA(e),this.go[this.Io])){for(var n=0;n=e[0]&&h<=e[3]&&h>=e[1]&&(a?i[s].index>a.index&&(a=i[s]):a=i[s]);return a?a.index:0},hideSeries:function(t){this.canvases[t].hideCanvas(); +var e=this.s.legend;e&&e.values&&e.values[t]&&(e.values[t].$hidden=!0,this.mo()),this.eo.hide(this.w,t,!0)},showSeries:function(t){this.canvases[t].showCanvas();var e=this.s.legend;e&&e.values&&e.values[t]&&(delete e.values[t].$hidden,this.mo()),this.eo.hide(this.w,t,!1)},mo:function(t,e){var i,s,n,r,a,o,h,l,c,u,d,f=0,b=0; +if(t=t||[],e=e||this.bc,l=this.canvases.legend.getCanvas(),s=this.s.legend,h="x"!=this.s.legend.layout?"width:"+s.width+"px":"",this.ko&&(this.ko.innerHTML="",this.ko.parentNode.removeChild(this.ko)),this.canvases.legend.clearCanvas(!0),n=webix.html.create("DIV",{"class":"webix_chart_legend",style:"left:"+f+"px; top:"+b+"px;"+h +},""),s.padding&&(n.style.padding=s.padding+"px"),this.ko=n,this.w.appendChild(n),a=[],s.values)for(i=0;io&&("x"==s.layout&&"center"==s.align&&(f=(e-o)/2),"right"==s.align&&(f=e-o),s.margin&&"center"!=s.align&&(f+=("left"==s.align?1:-1)*s.margin)),r2&&r.setAttribute("series_id",i),t.appendChild(r),r},Ko:function(t,e,i,s,n,r,a){var o=[],h=this.s.legend.marker,l=this.s.legend.values,c=l&&l[a].markerType?l[a].markerType:h.type;if(s&&(t.strokeStyle=t.fillStyle=s), +"round"!=c&&h.radius)if("item"==c){if(this.s.line&&"scatter"!=this.s.type&&!this.s.disableLines){t.beginPath(),t.lineWidth=this.go[a].line.width,t.strokeStyle=r?s:this.go[a].line.color.call(this,{});var u=e+5,d=i+n/2;t.moveTo(u,d);var f=u+h.width;t.lineTo(f,d),t.stroke()}var b=this.go[a].item,x=parseInt(b.radius.call(this,{}),10)||0; +x&&(t.beginPath(),r?(t.lineWidth=b.borderWidth,t.strokeStyle=s,t.fillStyle=s):(t.lineWidth=b.borderWidth,t.fillStyle=b.color.call(this,{}),t.strokeStyle=b.borderColor.call(this,{}),t.globalAlpha=b.alpha.call(this,{})),t.beginPath(),e+=h.width/2+5,i+=n/2,this.Lo(t,e,i,x+1,b.type),t.fill(),t.stroke()), +t.globalAlpha=1}else t.beginPath(),t.lineWidth=1,e+=5,i+=n/2-h.height/2,o=[[e+h.radius,i+h.radius,h.radius,Math.PI,3*Math.PI/2,!1],[e+h.width-h.radius,i],[e+h.width-h.radius,i+h.radius,h.radius,-Math.PI/2,0,!1],[e+h.width,i+h.height-h.radius],[e+h.width-h.radius,i+h.height-h.radius,h.radius,0,Math.PI/2,!1],[e+h.radius,i+h.height],[e+h.radius,i+h.height-h.radius,h.radius,Math.PI/2,Math.PI,!1],[e,i+h.radius]], +this.Mo(t,o),t.stroke(),t.fill();else{t.beginPath(),t.lineWidth=h.height,t.lineCap=h.type,e+=t.lineWidth/2+5,i+=n/2,t.moveTo(e,i);var f=e+h.width-h.height+1;t.lineTo(f,i),t.stroke(),t.fill()}},no:function(t,e){var i,s,n,r;if(i=this.s.padding.left,s=this.s.padding.top,n=t-this.s.padding.right,r=e-this.s.padding.bottom, +this.s.legend){var a=this.s.legend,o=this.s.legend.width,h=this.s.legend.height;"x"==a.layout?"center"==a.valign?"right"==a.align?n-=o:"left"==a.align&&(i+=o):"bottom"==a.valign?r-=h:s+=h:"right"==a.align?n-=o:"left"==a.align&&(i+=o)}return{start:{x:i,y:s},end:{x:n,y:r}}},No:function(t){var e,i,s,n,r; +if(this.s.yAxis&&"undefined"!=typeof this.s.yAxis.end&&"undefined"!=typeof this.s.yAxis.start&&this.s.yAxis.step)s=parseFloat(this.s.yAxis.end),n=parseFloat(this.s.yAxis.start);else{for(e=0;es&&(s=t[e].$sum),t[e].$min0&&(n=0)}return{max:s,min:n}},Oo:function(t,e,i,s,n,r,a,o){var h,l,c,u,d,f;return"light"==r?(h="x"==o?t.createLinearGradient(e,i,s,i):t.createLinearGradient(e,i,e,n),f=[[0,"#FFFFFF"],[.9,a],[1,a]], +l=2):"falling"==r||"rising"==r?(h="x"==o?t.createLinearGradient(e,i,s,i):t.createLinearGradient(e,i,e,n),c=webix.color.toRgb(a),u=webix.color.rgbToHsv(c[0],c[1],c[2]),u[1]*=.5,d="rgb("+webix.color.hsvToRgb(u[0],u[1],u[2])+")","falling"==r?f=[[0,d],[.7,a],[1,a]]:"rising"==r&&(f=[[0,a],[.3,a],[1,d]]),l=0):(t.globalAlpha=.37, +l=0,h="x"==o?t.createLinearGradient(e,n,e,i):t.createLinearGradient(e,i,s,i),f=[[0,"#9d9d9d"],[.3,"#e8e8e8"],[.45,"#ffffff"],[.55,"#ffffff"],[.7,"#e8e8e8"],[1,"#9d9d9d"]]),this.Po(h,f),{gradient:h,offset:l}},Qo:function(t,e,i,s){return t*=-1,e+=Math.cos(t)*s,i-=Math.sin(t)*s,{x:e,y:i}},Po:function(t,e){ +for(var i=0;i2&&(s="arc"),t[s].apply(t,e[i])},Ro:function(t,e,i,s,n){t.addRect(e,[i[0].x-s.x,i[0].y-s.y,i[1].x-s.x,i[1].y-s.y],n)}},webix.Group,webix.AutoTooltip,webix.DataLoader,webix.MouseEvents,webix.EventSystem,webix.ui.view), +webix.extend(webix.ui.chart,{$render_pie:function(t,e,i,s,n,r){this.So(t,e,i,s,1,r,n)},So:function(t,e,i,s,n,r,a){if(e.length){var o=this.To(i,s),h=this.s.radius?this.s.radius:o.radius;if(!(0>h)){var l=this.Uo(e),c=this.Vo(l),u=this.Wo(l,c),d=this.s.x?this.s.x:o.x,f=this.s.y?this.s.y:o.y;1==n&&this.s.shadow&&this.Xo(t,d,f,h), +f/=n;var b=-Math.PI/2,x=[];if(t.scale(1,n),this.s.gradient){var p=1!=n?d+h/3:d,w=1!=n?f+h/3:f;this.Yo(t,d,f,h,p,w)}for(var v=0;v=s&&n>=0||s>=0&&n<=Math.PI||Math.abs(s-Math.PI)>.003&&s<=Math.PI&&n>=Math.PI){0>=s&&n>=0&&(s=0,a=!1,this._o(t,e,i,r,s,n)),s<=Math.PI&&n>=Math.PI&&(n=Math.PI,a=!1,this._o(t,e,i,r,s,n));var o=(this.s.pieHeight||Math.floor(r/4))/this.s.cant;t.beginPath(), +t.arc(e,i,r,s,n,!1),t.lineTo(e+r*Math.cos(n),i+r*Math.sin(n)+o),t.arc(e,i+o,r,n,s,!0),t.lineTo(e+r*Math.cos(s),i+r*Math.sin(s)),t.fill(),a&&t.stroke()}},_o:function(t,e,i,s,n,r){t.beginPath(),t.arc(e,i,s,n,r,!1),t.stroke()},Xo:function(t,e,i,s){t.globalAlpha=.5;for(var n=["#c4c4c4","#c6c6c6","#cacaca","#dcdcdc","#dddddd","#e0e0e0","#eeeeee","#f5f5f5","#f8f8f8"],r=n.length-1;r>-1;r--)t.beginPath(), +t.fillStyle=n[r],t.arc(e+1,i+1,s+r,0,2*Math.PI,!0),t.fill();t.globalAlpha=1},ap:function(t){return t.addColorStop(0,"#ffffff"),t.addColorStop(.7,"#7a7a7a"),t.addColorStop(1,"#000000"),t},Yo:function(t,e,i,s,n,r){t.beginPath();var a;"function"!=typeof this.s.gradient?(a=t.createRadialGradient(n,r,s/4,e,i,s), +a=this.ap(a)):a=this.s.gradient(a),t.fillStyle=a,t.arc(e,i,s,0,2*Math.PI,!0),t.fill(),t.globalAlpha=.7},Zo:function(t,e,i,s,n,r,a,o){var h=this.canvases[0].renderText(0,0,a,0,1);if(h){var l=h.scrollWidth;h.style.width=l+"px",l>t&&(l=t);var c=.2>n-s?4:8;o&&(c=l/1.8);var u=s+(n-s)/2;i-=(c-8)/2;var d=-c,f=-8,b="right"; +(u>=Math.PI/2&&u=Math.PI)&&(d=-l-d+1,b="left");var x=0;!o&&1>r&&u>0&&u=Math.PI/2&&u=Math.PI)&&(w+=l/3):w=Math.min(w,t-l), +h.style.top=p+"px",h.style.left=w+"px",h.style.width=l+"px",h.style.textAlign=b,h.style.whiteSpace="nowrap"}},$render_pie3D:function(t,e,i,s,n,r){this.So(t,e,i,s,this.s.cant,r)},$render_donut:function(t,e,i,s,n,r){if(e.length){this.So(t,e,i,s,1,r,n);var a=this.s,o=this.To(i,s),h=a.radius?a.radius:o.radius,l=a.innerRadius&&a.innerRadiusu&&this.wo(t,e,i,s,o,s.y-p*(this.s.origin-u)),a=parseInt(this.s.barWidth,10);var m=0,y=0;for(h=0;ho&&(a=parseInt(o/m-4,10));var _=(o-a*m)/2,$="undefined"!=typeof this.s.radius?parseInt(this.s.radius,10):Math.round(a/5),C=!1,S=this.s.gradient;for(S&&"function"!=typeof S?(C=S,S=!1):S&&(S=t.createLinearGradient(0,s.y,0,i.y),this.s.gradient(S)),w||this.zo(t,i.x,s.y+.5,s.x,s.y+.5,"#000000",1), +h=0;hc&&(I=c),I-=u,I*=f;var k=i.x+_+h*o+(a+1)*y,E=s.y;if(0>I||this.s.yAxis&&0===I&&!("auto"!=this.s.origin&&this.s.origin>u))this.canvases[n].renderTextAt(!0,!0,k+Math.floor(a/2),E,this.s.label(e[h]));else{ +v||"auto"!=this.s.origin&&w||(I+=x/p);var M=S||this.s.color.call(this,e[h]);t.globalAlpha=this.s.alpha.call(this,e[h]);var A=this.bp(t,i,k,E,a,u,$,p,I,M,S,C);C&&this.cp(t,k,E,a,u,$,p,I,M,C),this.s.border&&this.dp(t,k,E,a,u,$,p,I,M),t.globalAlpha=1,A[0]!=k?this.canvases[n].renderTextAt(!1,!0,k+Math.floor(a/2),A[1],this.s.label(e[h])):this.canvases[n].renderTextAt(!0,!0,k+Math.floor(a/2),A[3],this.s.label(e[h])), +r.addRect(e[h].id,[k-i.x,A[3]-i.y,A[2]-i.x,A[1]-i.y],n)}}}},ep:function(t,e,i,s,n,r,a){var o=this.s.xAxis,h=i;return o&&"auto"!=this.s.origin&&this.s.origin>a&&(i-=(this.s.origin-a)*n,h=i,s-=this.s.origin-a,0>s&&(s*=-1,t.translate(e+r,i),t.rotate(Math.PI),e=0,i=0),i-=.5),{value:s,x0:e,y0:i,start:h}}, +bp:function(t,e,i,s,n,r,a,o,h,l,c,u){t.save(),t.fillStyle=l;var d=this.ep(t,i,s,h,o,n,r),f=this.fp(t,d.x0,d.y0,n,a,o,d.value,this.s.border?1:0);c&&!u&&t.lineTo(d.x0+(this.s.border?1:0),e.y),t.fill(),t.restore();var b=d.x0,x=d.x0!=i?i+f[0]:f[0],p=d.x0!=i?d.start-f[1]-d.y0:d.y0,w=d.x0!=i?d.start-d.y0:f[1]; +return[b,p,x,w]},gp:function(t,e){var i,s;s=webix.color.toRgb(e),i=webix.color.rgbToHsv(s[0],s[1],s[2]),i[2]/=1.4,e="rgb("+webix.color.hsvToRgb(i[0],i[1],i[2])+")",t.strokeStyle=e,1==t.globalAlpha&&(t.globalAlpha=.9)},dp:function(t,e,i,s,n,r,a,o,h){var l;t.save(),l=this.ep(t,e,i,o,a,s,n),this.gp(t,h), +this.fp(t,l.x0,l.y0,s,r,a,l.value,t.lineWidth/2,1),t.stroke(),t.restore()},cp:function(t,e,i,s,n,r,a,o,h,l){t.save();var c=this.ep(t,e,i,o,a,s,n),u=this.Oo(t,c.x0,c.y0,c.x0+s,c.y0-a*c.value+2,l,h,"y"),d=this.s.border?1:0;t.fillStyle=u.gradient,this.fp(t,c.x0+u.offset,c.y0,s-2*u.offset,r,a,c.value,u.offset+d), +t.fill(),t.restore()},fp:function(t,e,i,s,n,r,a,o,h){t.beginPath();var l=0;if(n>r*a){var c=(n-r*a)/n;1>=c&&c>=-1&&(l=-Math.acos(c)+Math.PI/2)}t.moveTo(e+o,i);var u=i-Math.floor(r*a)+n+(n?0:o);r*a>n&&t.lineTo(e+o,u);var d=e+n;n&&n>0&&t.arc(d,u,Math.max(n-o,0),-Math.PI+l,-Math.PI/2,!1);var f=e+s-n-o,b=u-n+(n?o:0); +t.lineTo(f,b),n&&n>0&&t.arc(f+o,u,Math.max(n-o,0),-Math.PI/2,0-l,!1);var x=e+s-o;return t.lineTo(x,i),h||t.lineTo(e+o,i),[x,b]}}),webix.extend(webix.ui.chart,{$render_line:function(t,e,i,s,n,r){var a,o,h,l,c,u,d,f,b,x,p,w;if(l=this.hp(t,e,i,s,n),a=this.s,e.length){for(c=a.offset?i.x+.5*l.cellWidth:i.x, +h=[],o=0;o=0;u--)t.globalAlpha=c[u],t.strokeStyle="#d0d0d0",t.beginPath(),this.Lo(t,e,i+2*h/3,h+u+1,o.type),t.stroke();t.beginPath(),t.globalAlpha=.3,t.fillStyle="#bdbdbd",this.Lo(t,e,i+2*h/3,h+1,o.type),t.fill()}t.restore(),t.lineWidth=o.borderWidth, +t.fillStyle=o.color.call(this,s),t.strokeStyle=o.borderColor.call(this,s),t.globalAlpha=o.alpha.call(this,s),t.beginPath(),this.Lo(t,e,i,h+1,o.type),t.fill(),t.stroke(),t.globalAlpha=1}if(n&&this.canvases[r].renderTextAt(!1,!0,e,i-h-this.s.labelOffset,this.s.label.call(this,s)),a){var d=this.s.eventRadius||h+1; +a.addRect(s.id,[e-d-l.x,i-d-l.y,e+d-l.x,i+d-l.y],r)}},Lo:function(t,e,i,s,n){var r=[];if(!n||"square"!=n&&"s"!=n)if(!n||"diamond"!=n&&"d"!=n)r=!n||"triangle"!=n&&"t"!=n?[[e,i,s,0,2*Math.PI,!0]]:[[e,i-s],[e+Math.sqrt(3)*s/2,i+s/2],[e-Math.sqrt(3)*s/2,i+s/2],[e,i-s]];else{var a=t.lineWidth>1?t.lineWidth*Math.sqrt(2)/4:0; +r=[[e,i-s],[e+s,i],[e,i+s],[e-s,i],[e+a,i-s-a]]}else s*=Math.sqrt(2)/2,r=[[e-s-t.lineWidth/2,i-s],[e+s,i-s],[e+s,i+s],[e-s,i+s],[e-s,i-s]];this.Mo(t,r)},ip:function(t,e,i,s){var n=s.minValue,r=s.maxValue,a=s.unit,o=s.valueFactor,h=this.s.value(t);this.Bo&&(h=this.Do(h));var l=(parseFloat(h||0)-n)*o;this.s.yAxis||(l+=s.startValue/a); +var c=i.y-a*l;return!this.s.fixOverflow||"line"!=this.s.type&&"area"!=this.s.type?(h>r&&(c=e.y),(0>l||n>h)&&(c=i.y)):h>r?c={y:e.y,y0:c,out:"max"}:(0>l||n>h)&&(c={y:i.y,y0:c,out:"min"}),c},hp:function(t,e,i,s,n){var r,a={};a.totalHeight=s.y-i.y,this.s.cellWidth?a.cellWidth=Math.min(s.x-i.x,this.s.cellWidth):a.cellWidth=(s.x-i.x)/(this.s.offset?e.length:e.length-1); +var o=!!this.s.yAxis,h=-1!=this.s.type.indexOf("stacked")?this.No(e):this.Go();a.maxValue=h.max,a.minValue=h.min,n||this.uo(e,i,s,a.minValue,a.maxValue,a.cellWidth),o&&(a.maxValue=parseFloat(this.s.yAxis.end),a.minValue=parseFloat(this.s.yAxis.start));var l=this.Ho(a.minValue,a.maxValue);return r=l[0], +a.valueFactor=l[1],a.unit=r?a.totalHeight/r:10,a.startValue=0,o||(a.startValue=10,a.unit!=a.totalHeight&&(a.unit=r?(a.totalHeight-a.startValue)/r:10)),a}}),webix.extend(webix.ui.chart,{$render_barH:function(t,e,i,s,n,r){var a,o,h,l,c,u,d,f,b,x,p,w,v,g,m,y,_,$,C,S,I;for(h=(s.y-i.y)/e.length,d=this.Go("h"), +f=d.max,b=d.min,y=s.x-i.x,I=!!this.s.xAxis,n||this.mp(t,e,i,s,b,f,h),I&&(f=parseFloat(this.s.xAxis.end),b=parseFloat(this.s.xAxis.start)),g=this.Ho(b,f),w=g[0],p=g[1],$=w?y/w:10,I||(m=10,$=w?(y-m)/w:10),o=parseInt(this.s.barWidth,10),o*this.go.length+4>h&&(o=h/this.go.length-4),a=Math.floor((h-o*this.go.length)/2), +v="undefined"!=typeof this.s.radius?parseInt(this.s.radius,10):Math.round(o/5),x=!1,c=this.s.gradient,c&&"function"!=typeof c?(x=c,c=!1):c&&(c=t.createLinearGradient(i.x,i.y,s.x,i.y),this.s.gradient(c)),I||this.zo(t,i.x-.5,i.y,i.x-.5,s.y,"#000000",1),u=0;uf&&(_=f),_-=b,_*=p,C=i.x,S=i.y+a+u*h+(o+1)*n,0>_&&"auto"==this.s.origin||this.s.xAxis&&0===_&&!("auto"!=this.s.origin&&this.s.origin>b))this.canvases[n].renderTextAt("middle","right",C+10,S+o/2+a,this.s.label(e[u]));else{0>_&&"auto"!=this.s.origin&&this.s.origin>b&&(_=0), +I||(_+=m/$),l=c||this.s.color.call(this,e[u]),this.s.border&&this.np(t,C,S,o,b,v,$,_,l),t.globalAlpha=this.s.alpha.call(this,e[u]);var k=this.op(t,s,C,S,o,b,v,$,_,l,c,x);x&&this.pp(t,C,S,o,b,v,$,_,l,x),t.globalAlpha=1,k[3]==S?(this.canvases[n].renderTextAt("middle","left",k[0]-5,k[3]+Math.floor(o/2),this.s.label(e[u])), +r.addRect(e[u].id,[k[0]-i.x,k[3]-i.y,k[2]-i.x,k[3]+o-i.y],n)):(this.canvases[n].renderTextAt("middle",!1,k[2]+5,k[1]+Math.floor(o/2),this.s.label(e[u])),r.addRect(e[u].id,[k[0]-i.x,S-i.y,k[2]-i.x,k[3]-i.y],n))}},qp:function(t,e,i,s,n,r,a,o,h){var l=0;if(n>r*a){var c=(n-r*a)/n;l=-Math.asin(c)+Math.PI/2; +}t.moveTo(e,i+o);var u=e+r*a-n-(n?0:o);u=Math.max(e,u),r*a>n&&t.lineTo(u,i+o);var d=i+n;n&&n>0&&t.arc(u,d,n-o,-Math.PI/2+l,0,!1);var f=i+s-n-(n?0:o),b=u+n-(n?o:0);t.lineTo(b,f),n&&n>0&&t.arc(u,f,n-o,0,Math.PI/2-l,!1);var x=i+s-o;return t.lineTo(e,x),h||t.lineTo(e,i+o),[b,x]},mp:function(t,e,i,s,n,r,a){ +var o=0;this.s.xAxis&&(this.canvases.x||(this.canvases.x=this.lo("axis_x")),o=this.rp(this.canvases.x.getCanvas(),e,i,s,n,r)),this.s.yAxis&&(this.canvases.y||(this.canvases.y=this.lo("axis_y")),this.sp(this.canvases.y.getCanvas(),e,i,s,a,o))},sp:function(t,e,i,s,n,r){if(this.s.yAxis){var a,o=parseInt(r?r:i.x,10)-.5,h=s.y+.5,l=i.y; +this.zo(t,o,h,o,l,this.s.yAxis.color,1);for(var c=0;c=x;x+=a){var p=this.Bo?Math.pow(10,x):x;o.fixNum&&(p=parseFloat(p).toFixed(o.fixNum));var w=Math.floor(c+b*f)+.5;if(x==n&&"auto"==this.s.origin||!h.lines.call(this,x)||this.zo(t,w,l,w,i.y,this.s.xAxis.lineColor.call(this,x),1), +x==this.s.origin&&(d=w+1),1>a&&!this.Bo){var v=Math.min(Math.floor(this.Do(a)),0>=n?0:Math.floor(this.Do(n))),g=Math.pow(10,-v);p=Math.round(p*g)/g,x=p}this.canvases.x.renderTextAt(!1,!0,w,l+2,h.template(p.toString()),"webix_axis_item_x"),b++}return this.canvases.x.renderTextAt(!0,!1,c,s.y+this.s.padding.bottom-3,this.s.xAxis.title,"webix_axis_title_x",s.x-i.x), +h.lines.call(this,{})||this.zo(t,c,i.y-.5,u,i.y-.5,this.s.xAxis.color,.2),d}}},tp:function(t,e,i,s,n,r,a){var o=this.s.yAxis,h=e;return o&&"auto"!=this.s.origin&&this.s.origin>a&&(e+=(this.s.origin-a)*n,h=e,s-=this.s.origin-a,0>s&&(s*=-1,t.translate(e,i+r),t.rotate(Math.PI),e=.5,i=0),e+=.5),{value:s, +x0:e,y0:i,start:h}},op:function(t,e,i,s,n,r,a,o,h,l,c,u){t.save();var d=this.tp(t,i,s,h,o,n,r);t.fillStyle=l,t.beginPath();var f=this.qp(t,d.x0,d.y0,n,a,o,d.value,this.s.border?1:0);c&&!u&&t.lineTo(e.x,d.y0+(this.s.border?1:0)),t.fill(),t.restore();var b=d.y0,x=d.y0!=s?s:f[1],p=d.y0!=s?d.start-f[0]:d.start,w=d.y0!=s?d.start:f[0]; +return[p,b,w,x]},np:function(t,e,i,s,n,r,a,o,h){t.save();var l=this.tp(t,e,i,o,a,s,n);t.beginPath(),this.gp(t,h),t.globalAlpha=.9,this.qp(t,l.x0,l.y0,s,r,a,l.value,t.lineWidth/2,1),t.stroke(),t.restore()},pp:function(t,e,i,s,n,r,a,o,h,l){t.save();var c=this.tp(t,e,i,o,a,s,n),u=this.Oo(t,c.x0,c.y0+s,c.x0+a*c.value,c.y0,l,h,"x"); +t.fillStyle=u.gradient,t.beginPath(),this.qp(t,c.x0,c.y0+u.offset,s-2*u.offset,r,a,c.value,u.offset),t.fill(),t.globalAlpha=1,t.restore()}}),webix.extend(webix.ui.chart,{$render_stackedBar:function(t,e,i,s,n,r){var a,o,h,l,c,u,d,f=this.s,b=s.y-i.y,x=!!f.yAxis,p=!!f.xAxis,w=this.No(e),v=0===f.origin;a=w.max, +o=w.min;var g=Math.floor((s.x-i.x)/e.length);n||(h=this.uo(e,i,s,o,a,g)),x&&(a=parseFloat(f.yAxis.end),o=parseFloat(f.yAxis.start));var m=this.Ho(o,a);d=m[0],u=m[1];var y=d?b/d:10,_=parseInt(f.barWidth,10);_+4>g&&(_=g-4);var $=Math.floor((g-_)/2),C=f.gradient?f.gradient:!1;p||this.zo(t,i.x,s.y+.5,s.x,s.y+.5,"#000000",1); +for(var S=0;SI;if(n?c=k?e[S].$startYN:e[S].$startY:(c=h-1,e[S].$startY=c,v&&(k&&(c=h+1),e[S].$startYN=h+1)),I&&!isNaN(I)&&(n||v||(I-=o),I*=u,!(cn&&(n=a),t.lineTo(e,n);var h=e+s,l=n;t.lineTo(h,l);var c=e+s;return t.lineTo(c,i),o||t.lineTo(e,i),[c,l]}}),webix.extend(webix.ui.chart,{$render_stackedBarH:function(t,e,i,s,n,r){ +var a,o,h,l,c=s.x-i.x,u=!!this.s.yAxis,d=this.No(e);a=d.max,o=d.min;var f=Math.floor((s.y-i.y)/e.length);n||this.mp(t,e,i,s,o,a,f),u&&(a=parseFloat(this.s.xAxis.end),o=parseFloat(this.s.xAxis.start));var b=this.Ho(o,a);l=b[0],h=b[1];var x=l?c/l:10,p=0;u||(p=10,x=l?(c-p)/l:10);var w=parseInt(this.s.barWidth,10); +w+4>f&&(w=f-4);var v=(f-w)/2,g=0,m=!1,y=this.s.gradient;y&&(m=!0),u||this.zo(t,i.x-.5,i.y,i.x-.5,s.y,"#000000",1);var _=0,$=0;for(C=0;Ca&&(S=a), +S-=o,S*=h;var I=i.x,k=i.y+v+C*f;if($?I=e[C].$startX:e[C].$startX=I,S&&!isNaN(S)){u||(S+=p/x);var E=this.s.color.call(this,e[C]);t.globalAlpha=this.s.alpha.call(this,e[C]),t.fillStyle=this.s.color.call(this,e[C]),t.beginPath();var M=this.qp(t,I,k,w,g,x,S,0);if(y&&!m&&t.lineTo(i.x+c,k+(this.s.border?1:0)), +t.fill(),m){var A=this.Oo(t,I,k+w,I,k,m,E,"x");t.fillStyle=A.gradient,t.beginPath(),M=this.qp(t,I,k,w,g,x,S,0),t.fill()}this.s.border&&this.np(t,I,k,w,o,g,x,S,E),t.globalAlpha=1,this.canvases[n].renderTextAt("middle",!0,e[C].$startX+(M[0]-e[C].$startX)/2-1,k+(M[1]-k)/2,this.s.label(e[C])),r.addRect(e[C].id,[e[C].$startX-i.x,k-i.y,M[0]-i.x,M[1]-i.y],n), +e[C].$startX=M[0]}}}}),webix.extend(webix.ui.chart,{$render_spline:function(t,e,i,s,n,r){var a,o,h,l,c,u,d,f,b,x,p,w,v;if(c=this.hp(t,e,i,s,n),a=this.s,this.kp=i,h=[],e.length){for(f=a.offset?i.x+.5*c.cellWidth:i.x,o=0;ol;l++){var g=this.wp(l,b,o,u.a,u.b,u.c,u.d);gs.y&&(g=s.y);var m=this.wp(l+1,b,o,u.a,u.b,u.c,u.d);ms.y&&(m=s.y),this.zo(t,l,g,l+1,m,a.line.color(e[o]),a.line.width); +}this.zo(t,x-1,this.wp(l,b,o,u.a,u.b,u.c,u.d),x,v,a.line.color(e[o]),a.line.width)}this.lp(t,b,w,e[h[o].index],a.label(e[h[o].index]),n,r)}}},vp:function(t){var e,i,s,n,r,a,o,h,l=[],c=[],u=t.length;for(r=0;u-1>r;r++)l[r]=t[r+1].x-t[r].x,c[r]=(t[r+1].y-t[r].y)/l[r];for(o=[],h=[],o[0]=0,o[1]=2*(l[0]+l[1]), +h[0]=0,h[1]=6*(c[1]-c[0]),r=2;u-1>r;r++)o[r]=2*(l[r-1]+l[r])-l[r-1]*l[r-1]/o[r-1],h[r]=6*(c[r]-c[r-1])-l[r-1]*h[r-1]/o[r-1];for(a=[],a[u-1]=a[0]=0,r=u-2;r>=1;r--)a[r]=(h[r]-l[r]*a[r+1])/o[r];for(e=[],i=[],s=[],n=[],r=0;u-1>r;r++)e[r]=t[r].y,i[r]=-l[r]*a[r+1]/6-l[r]*a[r]/3+(t[r+1].y-t[r].y)/l[r],s[r]=a[r]/2, +n[r]=(a[r+1]-a[r])/(6*l[r]);for(r=0;r0;c--)w-=x.cellWidth,v=e[c].$startY,v&&p.push([w,v]);for(p.push([p[0][0],p[0][1]]),t.globalAlpha=this.s.alpha.call(this,e[0]),t.fillStyle=this.s.color.call(this,e[0]), +t.beginPath(),this.Mo(t,p),t.fill(),c=0;c2&&this.Bp(t,p,r),(!c.disableItems||r.length<3)&&this.Cp(t,p,r,a,o),p=null},Cp:function(t,e,i,s,n){for(var r=0;rl&&(p=Math.min(this.Do(l),0>=o?0:this.Do(o)),w=Math.pow(10,-p));var y=[];this.canvases.scale||(this.canvases.scale=this.lo("radar_scale"));var _=this.canvases.scale.getCanvas();for(f=h;f>=o;f-=l){var $=this.Bo?Math.pow(10,f):f; +c.fixNum&&($=parseFloat(f).toFixed(c.fixNum)),v.push(Math.floor(g*m)+.5),w&&!this.Bo&&($=Math.round($*w)/w,f=$);var C=i-s+v[v.length-1];if(this.canvases.scale.renderTextAt("middle","left",e,C,r.template($.toString()),"webix_axis_item_y webix_radar"),t.length<2)return void this.Dp(_,"arc",e,i,s-v[v.length-1],-Math.PI/2,3*Math.PI/2,f); +var S,I=-Math.PI/2,k=I;for(b=0;b2?u.lineShape||"line":"arc",e,i,s-v[v.length-1],k,S,f,b,n[f]),k=S;g++}for(f=0;fn)return!1;l=this.Qo(r,i,s,n),c=this.Qo(a,i,s,n);var u=this.s.yAxis;u.bg&&(t.beginPath(),t.moveTo(i,s),"arc"==e?t.arc(i,s,n,r,a,!1):(t.lineTo(l.x,l.y),t.lineTo(c.x,c.y)),t.fillStyle=u.bg(o,h),t.moveTo(i,s),t.fill(),t.closePath()),u.lines.call(this,o)&&(t.lineWidth=1, +t.beginPath(),"arc"==e?t.arc(i,s,n,r,a,!1):(t.moveTo(l.x,l.y),t.lineTo(c.x,c.y)),t.strokeStyle=u.lineColor.call(this,o),t.stroke())},Ep:function(t,e,i,s,n,r){if(!r)return!1;var a=this.canvases.scale.renderText(0,0,r,"webix_axis_radar_title",1),o=a.scrollWidth,h=a.offsetHeight,l=.001,c=this.Qo(n,e,i,s+5),u=0,d=0; +(0>n||n>Math.PI)&&(d=-h),n>Math.PI/2&&(u=-o),Math.abs(n+Math.PI/2)h&&(c=i[r.toLowerCase()]),a>s.max&&(c=e[r.toLowerCase()]),al;l++){var _=this.wp(l,x,o,d.a,d.b,d.c,d.d);_s.y&&(_=s.y);var $=this.wp(l+1,x,o,d.a,d.b,d.c,d.d);$s.y&&($=s.y),y.push([l,_]),y.push([l+1,$])}y.push([p,g])}a=this.s.color.call(this,e[0]), +y.length&&(y.push([p,s.y]),y.push([y[0][0],s.y])),t.globalAlpha=this.s.alpha.call(this,e[0]),t.fillStyle=a,t.beginPath(),this.Mo(t,y),t.fill(),t.lineWidth=1,t.globalAlpha=1,m.border&&(t.lineWidth=m.borderWidth||1,m.borderColor?t.strokeStyle=m.borderColor.call(this,e[0]):this.gp(t,a),t.beginPath(),y.splice(y.length-3), +this.Mo(t,y),t.stroke())}}}),function(){function t(t){if(!t.BE){var i=t.s;i.cellWidth||(i.cellWidth=d),i.animateDuration||(i.animateDuration=u),i.offset=!1,t.BE=t.attachEvent("onBeforeRender",function(s,n){var r=t.no(t.bc,t.dc);h(t),a(s,r.start,r.end,i.cellWidth),"add"==n&&e(t)}),t.CE=t.attachEvent("onBeforeXAxis",function(e,i,s,n,r,a){ +return c(t,e,i,s,n,r,a),!1})}}function e(t){var e=t.s.cellWidth;t.DE!=e&&(t.DE=e,t.render()),t.DE=0,t.EE=null,window.requestAnimationFrame&&!document.hidden&&window.requestAnimationFrame(function(e){i(t,e)}),t.FE||(t.FE=t.attachEvent("onAfterRender",function(e){s(t,e)}))}function i(t,e){var s,n=t.s.animateDuration,r=t.s.cellWidth; +r&&t.count()>1&&(t.EE||(t.EE=e),s=e-t.EE,t.DE=Math.min(Math.max(s/n*r,1),r),t.render(),n>s&&window.requestAnimationFrame(function(e){i(t,e)}))}function s(t,e){function i(t,i,a,o){var l=t.getCanvas(),u=t.Zn,d=t.Wn,f=t.AE;if(c&&(e.lengtha-i)?(u.style.left=-c+"px",e.length>1&&(r(d,c,f), +l.clearRect(0,0,i+c,u.offsetHeight),l.clearRect(a+c,0,u.offsetWidth,u.offsetHeight))):(u.style.left="0px",o||c==h||l.clearRect(i+(e.length-1)*h-h+c,0,u.offsetWidth,u.offsetHeight)),d.length>1&&c&&c!=h){var b=d.length-1;n(f,d[b])&&(b-=1),d[b].style.display="none"}}var s=t.count(),a=t.no(t.bc,t.dc),h=t.s.cellWidth,c=t.DE||0,u=e.lengtha.end.x-a.start.x; +o(t,function(t,e){i(e,a.start.x,a.end.x,"x"==t)}),l(t,a,u?c:0)}function n(t,e){return"axis_x"===t&&-1!==e.className.indexOf("webix_axis_title_x")}function r(t,e,i){if(t.length){webix.html.remove(t[0]);for(var s=1;sn+1&&t.splice(0,t.length-n-1)}}function o(t,e){if(t.canvases){for(var i=0;ib-d||i.length1:!!h,c=Math.ceil(c)-.5,t.xo(c,f,i[h],o),h&&u.xAxis.lines.call(t,i[h])&&t.yo(e,c,n.y,s.y,i[h]); +t.canvases.x.renderTextAt(!0,!1,d,n.y+u.padding.bottom-3,u.xAxis.title,"webix_axis_title_x",n.x-s.x),t.zo(e,d,f,b+(l?t.DE:0),f,u.xAxis.color,1)}var u=400,d=30;webix.extend(webix.ui.chart,{dynamic_setter:function(e){return e&&t(this),e}})}(),webix.protoUI({name:"calendar",defaults:{date:new Date,select:!1, +navigation:!0,monthSelect:!0,weekHeader:!0,weekNumber:!1,skipEmptyWeeks:!1,calendarHeader:"%F %Y",calendarWeekHeader:"W#",events:webix.Date.isHoliday,minuteStep:5,icons:!1,timepickerHeight:30,headerHeight:70,dayTemplate:function(t){return t.getDate()},width:260,height:250},dayTemplate_setter:webix.template, +calendarHeader_setter:webix.Date.dateToStr,calendarWeekHeader_setter:webix.Date.dateToStr,calendarTime_setter:function(t){return this._w=t,webix.Date.dateToStr(t)},date_setter:function(t){return this.Jp(t)},maxDate_setter:function(t){return this.Jp(t)},minDate_setter:function(t){return this.Jp(t)},minTime_setter:function(t){ +return"string"==typeof t&&(t=webix.i18n.parseTimeFormatDate(t),t=[t.getHours(),t.getMinutes()]),t},maxTime_setter:function(t){return"string"==typeof t&&(t=webix.i18n.parseTimeFormatDate(t),t=[t.getHours(),t.getMinutes()]),t},fF:function(){var t="focus"+(webix.env.isIE?"in":"");webix.UE(this.$view,t,webix.bind(function(t){ +var e=t.target.className,i=-1!==e.indexOf("webix_cal_day")?"webix_cal_day":-1!==e.indexOf("webix_cal_block")?"webix_cal_block":"";if(new Date-webix.UIManager.XE>300&&i){var s=t.relatedTarget;if(s&&!webix.isUndefined(s.className)){var n="webix_cal_day"==i?this.gF(t.target):this.hF(t.target);this.ID(n,!1); +}}},this),{capture:!webix.env.isIE})},$init:function(){this.x.className+=" webix_calendar",this.x.setAttribute("role","region"),this.x.setAttribute("aria-label",webix.i18n.aria.calendar),this.Kp={},this.Lp=this.Mp=null,this.Np=0,this.fF(),this.attachEvent("onKeyPress",this.DD),this.attachEvent("onAfterZoom",function(t){ +t>=0&&this.$view.querySelector(".webix_cal_month_name").blur()})},type_setter:function(t){return"time"==t?(this.jq=!0,this.Np=-1):"year"==t&&(this.NC=!0),t},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e)&&this.render()},$getSize:function(t,e){if(this.s.cellHeight){var i=this.Op(this.s.date); +this.s.height=this.s.cellHeight*i.Sp+(webix.skin.$active.calendarHeight||70)}return webix.ui.view.prototype.$getSize.call(this,t,e)},moveSelection:function(t){if(!this.config.master){var e=webix.Date.copy(this.getSelectedDate()||this.getVisibleDate());this.ID(e,t)}},ID:function(t,e){var i=this.aq[this.Np].LD(t,e,this),s=this.x.querySelector("."+i+"[tabindex='0']"); +s&&s.focus()},Op:function(t,e){if(!this.Pp||e){var i=t.getMonth(),s=t.getFullYear(),n=new Date(s,i+1,1),r=webix.Date.weekStart(new Date(s,i,1)),a=Math.round((n.valueOf()-r.valueOf())/864e5),o=this.s.skipEmptyWeeks?Math.ceil(a/7):6;this.Pp={Qp:i,Rp:r,zc:n,Sp:o}}return this.Pp},$skin:function(){webix.skin.$active.calendar&&(webix.skin.$active.calendar.width&&(this.defaults.width=webix.skin.$active.calendar.width), +webix.skin.$active.calendar.height&&(this.defaults.height=webix.skin.$active.calendar.height),webix.skin.$active.calendar.headerHeight&&(this.defaults.headerHeight=webix.skin.$active.calendar.headerHeight),webix.skin.$active.calendar.timepickerHeight&&(this.defaults.timepickerHeight=webix.skin.$active.calendar.timepickerHeight)); +},Tp:function(t){for(var e=this.Op(t),i=this.s,s=[],n=[],r=this.bc-36,a=this.dc-this.s.headerHeight-10-(this.s.timepicker||this.ax?this.s.timepickerHeight:0),o=i.weekNumber?8:7,h=0;o>h;h++)n[h]=Math.ceil(r/(o-h)),r-=n[h];for(var l=e.Sp,c=0;l>c;c++)s[c]=Math.ceil(a/(l-c)),a-=s[c];return[n,s]},icons_setter:function(t){ +t?"object"==typeof t?this.ax=t:this.ax=this.Sx:this.ax=null},ax:[],Sx:[{template:function(){return""+webix.i18n.calendar.today+""},on_click:{webix_cal_icon_today:function(){this.setValue(new Date),this.callEvent("onTodaySet",[this.getSelectedDate()]); +}}},{template:function(){return""+webix.i18n.calendar.clear+""},on_click:{webix_cal_icon_clear:function(){this.setValue(""),this.callEvent("onDateClear",[this.getSelectedDate()])}}}],refresh:function(){this.render()}, +render:function(){this.Np=0,this.Up=!1;var t=this.s;if(this.isVisible(t.id)){this.Vp=webix.Date.datePart(new Date),this.callEvent("onBeforeRender",[]);var e=this.s.date,i=this.Op(e,!0),s=this.Tp(e),n=s[0],r=s[1],a="
"+t.calendarHeader(e)+""; +if(t.navigation&&(a+="
"),a+="
",t.weekHeader&&(a+=""), +a+="
"+this.Xp(n,r,i)+"
",(this.s.timepicker||this.ax)&&(a+=""),this.w.innerHTML=a,"time"==this.s.type){var o=this.s.date;o&&("string"==typeof o?e=webix.i18n.parseTimeFormatDate(o):webix.isArray(o)&&(e.setHours(o[0]), +e.setMinutes(o[1]))),this.yt(-1,e)}else"month"==this.s.type?this.yt(1,e):"year"==this.s.type&&this.yt(2,e);this.callEvent("onAfterRender",[])}},bx:function(t){for(var e="
",i=this.ax,s=0;s "+e(s[n])+"
"; +}else i="
"+e(t)+"
";return i},Wp:function(t){var e=this.s,i="",s=0;e.weekNumber&&(s=1,i+="
"+e.calendarWeekHeader()+"
"); +for(var n=webix.Date.startOnMonday?1:0,r=0;7>r;r++){var a=(n+r)%7,o=webix.i18n.calendar.dayShort[a];i+="
"+o+"
"}return i},blockDates_setter:function(t){return webix.toFunctor(t,this.$scope)},Zp:function(t,e){var i="";return webix.Date.equal(t,this.Vp)&&(i+=" webix_cal_today"), +this.sz(t)||(i+=" webix_cal_day_disabled"),webix.Date.equal(t,this.Lp)&&(i+=" webix_cal_select"),t.getMonth()!=e.Qp&&(i+=" webix_cal_outside"),this.s.events&&(i+=" "+(this.s.events(t)||"")),i+=" webix_cal_day"},Xp:function(t,e,i){for(var s=this.s,n="",r=webix.Date.datePart(webix.Date.copy(i.Rp)),a=s.weekNumber?1:0,o=webix.Date.getISOWeek(webix.Date.add(r,2,"day",!0)),h=(this.s.minDate||new Date(1,1,1), +this.s.maxDate||new Date(9999,1,1),0);h",a&&(!r.getMonth()&&r.getDate()<7&&(o=webix.Date.getISOWeek(webix.Date.add(r,2,"day",!0))),n+=""); +for(var l=a;l", +r=webix.Date.add(r,1,"day"),r.getHours()&&(r=webix.Date.datePart(r))}n+="",o++}return n},$p:function(t,e,i){var s=this.s.date;e||(e=this.aq[this.Np]._p),this.Np||(s=webix.Date.copy(s),s.setDate(1));var n=webix.Date.add(s,t*e,"month",!0);this.bq(s,n)},bq:function(t,e){this.callEvent("onBeforeMonthChange",[t,e])&&(this.Np?this.cq(e):this.showCalendar(e), +this.callEvent("onAfterMonthChange",[e,t]))},aq:{"-2":{lz:function(t){var e=this.s,i=e.date,s=!1,n=e.minTime?e.minTime[0]:0,r=e.maxTime?e.maxTime[0]+(e.maxTime[1]?1:0):24,a=e.minTime&&i.getHours()==n?e.minTime[1]:0,o=e.maxTime&&e.maxTime[1]&&i.getHours()==r-1?e.maxTime[1]:60;if(this.s.blockTime){var h=webix.Date.copy(i); +h.setMinutes(t),s=this.s.blockTime(h)}return a>t||t>=o||s},dq:function(t,e){t.setMinutes(e)},TD:function(t,e,i){if(!this.lz.call(i,t.getMinutes()))return t;var s=i.s.minuteStep,n=webix.Date.add(t,"right"==e?s:-s,"minute",!0);return t.getHours()===n.getHours()?this.TD(n,e,i):void 0}},"-1":{lz:function(t){ +var e=this.s,i=e.date,s=e.minTime?e.minTime[0]:0,n=e.maxTime?e.maxTime[0]+(e.maxTime[1]?1:0):24;if(s>t||t>=n)return!0;if(e.blockTime){var r=webix.Date.copy(i);r.setHours(t);for(var a=e.minTime&&t==s?e.minTime[1]:0,o=e.maxTime&&e.maxTime[1]&&t==n-1?e.maxTime[1]:60,h=a;o>h;h+=e.minuteStep)if(r.setMinutes(h), +!e.blockTime(r))return!1;return!0}},dq:function(t,e){t.setHours(e)},LD:function(t,e,i){var s,n,r=i.s.minuteStep;return"bottom"===e||"top"===e?(t.setHours("bottom"===e?23:0),t.setMinutes("bottom"===e?55:0),t.setSeconds(0),t.setMilliseconds(0),s=t):"left"===e||"right"===e?(n="right"===e?r:-r,"left"===e&&t.getMinutes()=60-r&&(n=r-60),n-=t.getMinutes()%r,s=i.aq[-2].TD(webix.Date.add(t,n,"minute"),e,i)):"up"===e||"down"===e?(n="down"===e?1:-1,"down"===e&&23===t.getHours()&&(n=-23),"up"===e&&0===t.getHours()&&(n=23),s=this.TD(webix.Date.add(t,n,"hour"),e,i)):e===!1&&(s=this.TD(t,e,i)),i.selectDate(s,!1), +s&&(i.cq(s),i.selectDate(s,!1)),"webix_cal_block"+("left"===e||"right"===e?"_min":"")},TD:function(t,e,i){if(!this.lz.call(i,t.getHours()))return t;var s=webix.Date.add(t,"down"==e?1:-1,"hour",!0);return t.getDate()===s.getDate()?this.TD(s,e,i):void 0}},0:{_p:1,LD:function(t,e,i){var s=t;return"pgup"===e||"pgdown"===e?s=webix.Date.add(t,"pgdown"===e?1:-1,"month"):"bottom"===e?s=new Date(t.getFullYear(),t.getMonth()+1,0):"top"===e?s=new Date(t.setDate(1)):"left"===e||"right"===e?s=webix.Date.add(t,"right"===e?1:-1,"day"):("up"===e||"down"===e)&&(s=webix.Date.add(t,"down"===e?1:-1,"week")), +i.sz(s)||(s=i.TD(t,e)),s&&i.selectDate(s,!0),"webix_cal_day"}},1:{lz:function(t,e){var i,s,n=!1,r=e.s.minDate||null,a=e.s.maxDate||null,o=e.s.date.getFullYear();return r&&a&&(i=r.getFullYear(),s=a.getFullYear(),(i>o||o==i&&r.getMonth()>t||o>s||o==s&&a.getMonth()e.s.maxDate&&(t=webix.Date.copy(e.s.maxDate)), +t},eq:function(t){return t.getFullYear()},fq:function(t){return webix.i18n.calendar.monthShort[t]},dq:function(t,e){e!=t.getMonth()&&t.setDate(1),t.setMonth(e)},_p:12,LD:function(t,e,i){var s=t;return"pgup"===e||"pgdown"===e?s=webix.Date.add(t,"pgdown"===e?1:-1,"year"):"bottom"===e?s=new Date(t.setMonth(11)):"top"===e?s=new Date(t.setMonth(0)):"left"===e||"right"===e?s=webix.Date.add(t,"right"===e?1:-1,"month"):("up"===e||"down"===e)&&(s=webix.Date.add(t,"down"===e?4:-4,"month")), +i.sz(s)||(s=i.TD(t,e)),s&&(i.cq(s),i.selectDate(s,!1)),"webix_cal_block"}},2:{lz:function(t,e){t+=e.gq;var i=!1,s=e.s.minDate,n=e.s.maxDate;return s&&n&&(s.getFullYear()>t||n.getFullYear()e.s.maxDate&&(t=webix.Date.copy(e.s.maxDate)), +t},eq:function(t,e){var i=t.getFullYear();return e.gq=i=i-i%10-1,i+" - "+(i+10+1)},fq:function(t,e){return e.gq+t},dq:function(t,e,i){t.setFullYear(i.gq+e)},_p:120,LD:function(t,e,i){var s=t;return"pgup"===e||"pgdown"===e?s=webix.Date.add(t,"pgdown"===e?10:-10,"year"):"bottom"===e?s=new Date(t.setYear(i.gq+10)):"top"===e?s=new Date(t.setYear(i.gq)):"left"===e||"right"===e?s=webix.Date.add(t,"right"===e?1:-1,"year"):("up"===e||"down"===e)&&(s=webix.Date.add(t,"down"===e?4:-4,"year")), +i.sz(s)||(s=i.TD(t,e)),s&&(i.cq(s),i.selectDate(s,!1)),"webix_cal_block"}}},mz:function(){var t,e,i;if(e=this.aq[-1].lz.call(this,this.s.date.getHours()))for(t=0;24>t;t++)if(!this.aq[-1].lz.call(this,t)){this.s.date.setHours(t);break}if(i=this.aq[-2].lz.call(this,this.s.date.getMinutes()))for(t=0;60>t;t+=this.s.minuteStep)if(!this.aq[-2].lz.call(this,t)){ +this.s.date.setMinutes(t);break}},cq:function(t){var e,i,s,n,r,a,o,h,l,c,u,d="";if(e=this.s,r=e.weekHeader?2:1,c=this.aq[this.Np],a=this.w.childNodes,t&&(e.date=t),h=e.type,this.Up||(this.hq=this.w.offsetHeight-e.headerHeight,"year"!=h&&"month"!=h?this.hq-=e.timepickerHeight:this.ax&&(this.hq-=10),this.iq=a[r].offsetWidth, +this.Up=1),this.jq){s=this.hq/6;var f=6,b=this._w||webix.i18n.timeFormat,x=b.match(/%([a,A])/);for(x&&f++,l=parseInt((this.iq-3)/f,10),d+="
"+this.kq(l,x)+"
",d+="
",this.mz(),d+="
",o=e.date.getHours(), +u=webix.Date.copy(e.date),n=0;24>n;n++){if(i="",x&&n%4===0){var p=n?12==n?webix.i18n.pm[0]:"":webix.i18n.am[0];d+="
"+p+"
"}this.aq[-1].lz.call(this,n)?i+=" webix_cal_day_disabled":o==n&&(i+=" webix_selected"),u.setHours(n), +d+="
"+webix.Date.toFixed(x?n&&12!=n?n%12:12:n)+"
"; +}for(d+="
",d+="
",o=e.date.getMinutes(),u=webix.Date.copy(e.date),n=0;60>n;n+=e.minuteStep)i="",this.aq[-2].lz.call(this,n)?i=" webix_cal_day_disabled":o==n&&(i=" webix_selected"),u.setMinutes(n),d+="
"+webix.Date.toFixed(n)+"
"; +d+="
",d+="
",d+="",this.w.innerHTML=d}else{var w=a[0].childNodes,v=webix.i18n.aria["nav"+(1==this.Np?"Year":"Decade")];for(w[0].innerHTML=c.eq(e.date,this),w[1].setAttribute("aria-label",v[0]),w[2].setAttribute("aria-label",v[1]),s=this.hq/3, +l=this.iq/4,this.sz(e.date)&&(o=1==this.Np?e.date.getMonth():e.date.getFullYear()),n=0;12>n;n++){i=o==(1==this.Np?n:c.fq(n,this))?" webix_selected":"",c.lz(n,this)&&(i+=" webix_cal_day_disabled");var g=webix.i18n.aria[(1==this.Np?"month":"year")+"Format"];d+="
"+c.fq(n,this)+"
"; +}r-1&&(a[r-1].style.display="none"),a[r].innerHTML=d,"year"!=h&&"month"!=h&&(a[r+1]?a[r+1].innerHTML=this.mq():this.w.innerHTML+=""),a[r].style.height=this.hq+"px"}},lq:function(t,e){return"width:"+t+"px; height:"+e+"px; line-height:"+e+"px;"},mq:function(){ +return""},kq:function(t,e){var i=t*(e?5:4),s=2*t;return"
"+webix.i18n.calendar.hours+"
"+webix.i18n.calendar.minutes+"
"; +},yt:function(t,e){var i=this.Np;this.callEvent("onBeforeZoom",[t,i])&&(this.Np=t,t?this.cq(e):this.showCalendar(e),this.callEvent("onAfterZoom",[t,i]))},Jv:function(t){return!this.sz(t)&&this.aq[this.Np].Jv&&(t=this.aq[this.Np].Jv(t,this)),t},nq:function(t){var e=this.hF(t),i=this.Np-(this.NC?0:1);if(e=this.Jv(e), +this.sz(e)){this.yt(i,e);var s=this.s.type;("month"==s||"year"==s)&&this.zt(e)}},zt:function(t){this.callEvent("onBeforeDateSelect",[t])&&(this.selectDate(t,!0),this.callEvent("onDateSelect",[t]),this.callEvent("onAfterDateSelect",[t]))},gF:function(t){var e=webix.html.index(t)-(this.s.weekNumber?1:0),i=webix.html.index(t.parentNode),s=webix.Date.add(this.Op().Rp,e+7*i,"day",!0); +return this.s.timepicker&&(s.setHours(this.s.date.getHours()),s.setMinutes(this.s.date.getMinutes())),s},hF:function(t){var e=1*t.getAttribute("data-value"),i=-1!=t.className.indexOf("webix_cal_block_min")?this.Np-1:this.Np,s=this.s.date,n=webix.Date.copy(s);return this.aq[i].dq(n,e,this),n},on_click:{ +webix_cal_prev_button:function(t,e,i){this.$p(-1)},webix_cal_next_button:function(t,e,i){this.$p(1)},webix_cal_day_disabled:function(){return!1},webix_cal_outside:function(){return this.s.navigation?void 0:!1},webix_cal_day:function(t,e,i){var s=this.gF(i);this.zt(s)},webix_cal_time:function(t){if(this.aq[this.Np-1]){ +this.jq=!0;var e=this.Np-1;this.yt(e)}},webix_range_time_start:function(){webix.$$(this.s.master).UD="start"},webix_range_time_end:function(){webix.$$(this.s.master).UD="end"},webix_cal_done:function(t){var e=webix.Date.copy(this.s.date);e=this.Jv(e),this.zt(e)},webix_cal_month_name:function(t){if(this.jq=!1, +2!=this.Np&&this.s.monthSelect){var e=Math.max(this.Np,0)+1;this.yt(e)}},webix_cal_block:function(t,e,i){if(this.jq){if(-1!==i.className.indexOf("webix_cal_day_disabled"))return!1;var s=this.hF(i);this.cq(s)}else-1==i.className.indexOf("webix_cal_day_disabled")&&this.nq(i)}},Jp:function(t,e){return t?("string"==typeof t&&(t=e?webix.Date.strToDate(e)(t):webix.i18n.parseFormatDate(t)), +t):webix.Date.datePart(new Date)},sz:function(t){var e=this.s.blockDates&&this.s.blockDates.call(this,t),i=this.s.minDate,s=this.s.maxDate,n=i>t||t>s;return!e&&!n},TD:function(t,e){var i="top"===e||"left"===e||"pgup"===e||"up"===e?-1:1,s=webix.Date.add(t,i,"day",!0);if(this.sz(s))return s;var n;return 0===this.Np?n=t.getMonth()===s.getMonth():1===this.Np?n=t.getFullYear()===s.getFullYear():2===this.Np&&(n=s.getFullYear()>this.gq&&s.getFullYear()"},color:function(t,e){return'
'+t+"
"}},on_edit:{label:!1},ad:"webix_f_id",on_click:{ +webix_property_check:function(t){var e=this.locate(t);return this.getItem(e).value=!this.getItem(e).value,this.callEvent("onCheck",[e,this.getItem(e).value]),!1}},on_dblclick:{},registerType:function(t,e){if(e.template&&(this.on_render[t]=e.template),e.editor&&(this.on_edit[t]=e.editor),e.click)for(var i in e.click)this.on_click[i]=e.click[i]; +},elements_setter:function(t){this.oq={};for(var e=0;e=0;r--)if(e.call(this,n[r].id))return n[r].id;return null},updateItem:function(t,e){e=e||{};var i=this.getItem(t); +i&&webix.extend(i,e,!0),this.refresh()},ug:function(t){var e=this.getItemNode(t);return{left:e.offsetLeft+this.s.nameWidth,top:e.offsetTop,height:e.firstChild.offsetHeight,width:this.pq,parent:this.w}},setValues:function(t,e){this.s.complexData&&(t=webix.CodeParser.collapseNames(t)),e||this.qq();for(var i in t){ +var s=this.getItem(i);s&&(s.value=t[i])}this.rq=t,this.refresh()},qq:function(){for(var t=this.s.elements,e=0;e';if("label"==s.type)t[i]=n+"
"+s.label+"
";else{ +var r,a=this.on_render[s.type],o="
"+s.label+"
";r=s.collection||s.options?s.template(s,s.value):s.format?s.format(s.value):s.value,a&&(r=a.call(this,s.value,s)),t[i]=n+o+r+"
"; +}}return t.join("")},type:{height:24,templateStart:webix.template(""),templateEnd:webix.template("")},$skin:function(){this.type.height=webix.skin.$active.propertyItemHeight||24}},webix.AutoTooltip,webix.EditAbility,webix.MapCollection,webix.MouseEvents,webix.Scrollable,webix.SingleRender,webix.AtomDataLoader,webix.EventSystem,webix.ui.view), +webix.protoUI({name:"colorboard",defaults:{template:'
',palette:null,height:220,width:220,cols:12,rows:10,minLightness:.15,maxLightness:1,navigation:!0},$init:function(t){webix.UE(this.x,"click",webix.bind(function(t){var e=webix.html.locate(t,"webix_val"); +this.setValue(e),this.callEvent("onItemClick",[this.s.value,t]),this.callEvent("onSelect",[this.s.value])},this)),this.$view.setAttribute("role","grid"),this.x.setAttribute("aria-readonly","true")},sq:function(t){var e=this.s.palette;t=t.toUpperCase();for(var i=0,s=e.length;s>i;i++)for(var n=0,r=e[i].length;r>n;n++)if(e[i][n].toUpperCase()==t)return{ +row:i,col:n};return null},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e)&&this.render()},getValue:function(){return this.s.value},re:function(){return this.x.firstChild},setValue:function(t){t&&"#"!=t.toString().charAt(0)&&(t="#"+t);var e=this.s.value;return this.s.value=t,this.$setValue(t,e), +t},uq:null,vq:function(){if(this.uq&&this.uq.parentNode)return this.uq;var t=this.uq=document.createElement("div");return t.className="webix_color_selector",this.x.lastChild.appendChild(t),t},$setValue:function(t,e){if(this.isVisible(this.s.id)){var i,s,n,r,a,o=0,h=0;if(e&&(n=this.sq(e)),n||(n={row:0, +col:0}),this.x.lastChild.childNodes[n.row].childNodes[n.col].setAttribute("tabindex","-1"),n=this.sq(t),n&&(i=this.x.lastChild.childNodes[n.row].childNodes[n.col]),!(i&&i.parentNode&&i.parentNode.parentNode))return this.uq&&(this.uq.style.left="-100px"),void this.x.lastChild.childNodes[0].childNodes[0].setAttribute("tabindex","0"); +r=i.parentNode,o=i.offsetLeft-r.offsetLeft,h=-(this.$height-(i.offsetTop-r.parentNode.offsetTop)),i.setAttribute("tabindex","0"),i.setAttribute("aria-selected","true"),i.setAttribute("tabindex","0"),i.setAttribute("aria-selected","true"),s=this.vq(),a=["left:"+o+"px","top:"+h+"px","width:"+i.style.width,"height:"+i.style.height].join(";"), +"undefined"!=typeof s.style.cssText?s.style.cssText=a:s.setAttribute("style",a)}},wq:function(t){function e(t){return webix.color.toHex(t,2)}function i(t,i,s){return"#"+e(Math.floor(t))+e(Math.floor(i))+e(Math.floor(s))}function s(t,e,i){var s,r,a;if(e){var o=.5>i?i*(1+e):i+e-i*e,h=2*i-o;s=n(h,o,t+1/3), +r=n(h,o,t),a=n(h,o,t-1/3)}else s=r=a=i;return{r:255*s,g:255*r,b:255*a}}function n(t,e,i){return 0>i&&(i+=1),i>1&&(i-=1),1/6>i?t+6*(e-t)*i:.5>=i?e:2/3>i?t+(e-t)*(2/3-i)*6:t}function r(t){for(var e=[],s=255,n=s/t,r=0;t>r;r++)s=Math.round(s>0?s:0),e.push(i(s,s,s)),s-=n;return e[e.length-1]="#000000",e}var a=[],o=t.rows-1,h=1/t.cols,l=(t.maxLightness-t.minLightness)/o,c=null; +a.push(r(t.cols));for(var u=0,d=t.minLightness;o>u;u++){c=[];for(var f=0,b=0;f=0&&(i=this.x.lastChild.childNodes[e.row].childNodes[e.col]),i)){s=i.getAttribute("webix_val"),this.setValue(s),this.callEvent("onSelect",[this.s.value]);var n=this.x.querySelector("div[tabindex='0']");n&&n.focus()}},render:function(){ +function t(t,e,i){for(var r='
',a=0;a'+(i.template||"")+"
"),n={ +width:0,height:0,val:0},r=this.$width,a=this.$height,o=[],h='
',l="object"==typeof e[0]?e[0]:e,c=0;c",this.x.innerHTML=h,this.uq=null,this.s.value?this.$setValue(this.s.value):this.x.lastChild.childNodes[0].childNodes[0].setAttribute("tabindex","0"),this.callEvent("onAfterRender",[])}},refresh:function(){this.render()}},webix.KeysNavigation,webix.ui.view,webix.EventSystem), +webix.protoUI({name:"resizer",defaults:{width:7,height:7},$init:function(t){this.x.className+=" webix_resizer";var e=this.getParentView().Cc;webix.UE(this.x,webix.env.mouse.down,this.xq,{bind:this}),webix.event(document.body,webix.env.mouse.up,this.yq,{bind:this});var i=this.zq();this.Aq=!1,this.Bq=i, +this.Cq="x"==i?"width":"height","x"==i?t.height=0:t.width=0,e>0?(this.x.className+=" webix_resizer_v"+i,this.x.style.marginRight="-"+e+"px","x"==i?t.width=e:t.height=e,this.$nospace=!0):this.x.className+=" webix_resizer_"+i,this.x.innerHTML="
","y"==i&&e>0&&(this.x.style.marginBottom="-"+(t.height||this.defaults.height)+"px"), +this.x.setAttribute("tabindex","-1"),this.x.setAttribute("aria-grabbed","false")},xq:function(t){var e=this.Dq();if(e&&!this.s.disabled){t=t||event,this.Aq=!0,this.Pl=webix.html.pos(t),this.Eq=[],this.x.setAttribute("aria-grabbed","true");for(var i=0;2>i;i++)e[i].$view.setAttribute("aria-dropeffect","move"); +this.x.setAttribute("aria-dropeffect","move"),this.Fq(t,e[0])}},yq:function(){this.Aq=!1,this.Pl=!1},Fq:function(t,e){var i,s,n,r,a;t=t||event,i=this.Bq,this.getParentView().x.style.position="relative",n=webix.html.offset(this.x),r=webix.html.offset(this.getParentView().x),a=n[i]-r[i],s=webix.html.offset(e.$view)[i]-webix.html.offset(this.getParentView().$view)[i], +this.Rl=[i,e,a,s],this.Gq=new webix.ui.resizearea({container:this.getParentView().x,dir:i,eventPos:this.Pl[i],start:a-1,height:this.$height,width:this.$width,border:1,margin:this.getParentView()["_padding"+i.toUpperCase()]}),this.Gq.attachEvent("onResizeEnd",webix.bind(this.Hq,this)),this.Gq.attachEvent("onResize",webix.bind(this.Iq,this)), +webix.html.addCss(document.body,"webix_noselect",1)},zq:function(){return this.getParentView().mc?"y":"x"},Iq:function(){var t,e,i,s,n,r,a,o,h,l;if(this.Rl)for(t=this.Dq(),n=this.Rl[0],s=this.Gq.Jl-this.Rl[2],h=this.Jq(t,n,s),l=t[0]["$"+this.Cq]+t[1]["$"+this.Cq],a="y"==n?["minHeight","maxHeight"]:["minWidth","maxWidth"], +r=0;2>r;r++){e=t[r].s,i=r?-s:s;var c=e[a[0]],u=e[a[1]];if(i>0&&u&&u<=h[r]||0>i&&(c||3)>=h[r])return this.Eq[r]=i>0?u:c||3,o=this.Kq(t,n),void(this.Gq.Dl.style["y"==n?"top":"left"]=this.Rl[3]+o[0]+"px");h[r]<3?this.Gq.Dl.style["y"==n?"top":"left"]=this.Rl[3]+r*l+1+"px":this.Eq[r]=null}},Dq:function(){ +var t,e;for(t=this.getParentView().q,e=0;en;n++){var o=e[n].$getSize(0,0);if(a?o[2]==o[3]:Math.abs(o[1]-o[0])<3)e[n].s[this.Cq]=r[n],e[n].tc&&e[n].tc(this.Cq,r[n],a);else{var h=e[n].$view[a?"offsetHeight":"offsetWidth"];e[n].s.gravity=r[n]/h*e[n].s.gravity}}e[0].resize();for(var n=0;2>n;n++)e[n].callEvent&&e[n].callEvent("onViewResize",[]), +e[n].$view.removeAttribute("aria-dropeffect");webix.callEvent("onLayoutResize",[e])}this.Rl=!1}this.Rl=!1,this.Aq=!1,this.Eq=null,webix.html.removeCss(document.body,"webix_noselect"),this.x.setAttribute("aria-grabbed","false"),this.x.removeAttribute("aria-dropeffect")}},Kq:function(t){var e,i,s;return s=t[0]["$"+this.Cq]+t[1]["$"+this.Cq], +this.Eq[0]?(e=this.Eq[0],i=s-e):this.Eq[1]&&(i=this.Eq[1],e=s-i),[e,i]},Jq:function(t,e,i){for(var s=[],n="height"==this.Cq?"offsetHeight":"offsetWidth",r=0;2>r;r++)s[r]=t[r].$view[n]+(r?-1:1)*i;return s},Mq:function(t,e,i){var s,n,r;if(this.Eq[0]||this.Eq[1])n=this.Kq(t,e);else for(n=this.Jq(t,e,i), +s=0;2>s;s++)n[s]<0&&(r=n[0]+n[1],n[s]=1,n[1-s]=r-1);return n}},webix.MouseEvents,webix.Destruction,webix.ui.view),webix.protoUI({name:"multiview",defaults:{animate:{}},setValue:function(t){webix.$$(t).show()},getValue:function(){return this.getActiveId()},$init:function(){this.Mh=0,this.mc=1,this.x.style.position="relative", +this.x.className+=" webix_multiview",this.Nq=[]},Oq:function(t,e){var i=webix.$$(t);i.Pq||(i.Qq=[],i.Pq={}),i.Pq[e]||(i.Pq[e]=!0,i.Qq.push(e))},Rq:function(t){var e=webix.$$(t);if(this.s.keepViews&&(e.x.style.display=""),this.Nq[this.Nq.length-2]!=t?(10==this.Nq.length&&this.Nq.splice(0,1),this.Nq.push(t)):this.Nq.splice(this.Nq.length-1,1), +e.Pq){for(var i=0;it?s?"bottom":"right":s?"top":"left"},fc:function(t,e){var i=this.getParentView();if(i&&i.getTabbar&&i.getTabbar().setValue(t.s.$id||t.s.id),this.Wh)return webix.delay(this.fc,this,[t,e],100); +for(var s=-1,n=0;ns||s==this.Mh)){var r=this.q[this.Mh],a=this.q[s];r.$getSize(0,0);if((e||"undefined"==typeof e)&&webix.animate.isSupported()&&this.s.animate){var o=webix.extend({},this.s.animate);this.s.keepViews&&(o.keepViews=!0),o.direction=this.Sq(s,this.Mh), +o=webix.Settings.E(e||{},o);var h=webix.animate.formLine(a.x,r.x,o);a.$getSize(0,0),a.$setSize(this.bc,this.dc);var l=o.callback;o.callback=function(){webix.animate.breakLine(h,this.s.keepViews),this.Wh=!1,l&&l.call(this),l=o.master=o.callback=null,this.resize()},o.master=this,this.Mh=s,this.Rq(this.getActiveId()), +webix.animate(h,o),this.Wh=!0}else this.s.keepViews?r.x.style.display="none":(webix.html.remove(r.x),this.x.appendChild(this.q[n].x)),this.Mh=s,r.resize(),this.Rq(this.getActiveId());a.callEvent&&(a.callEvent("onViewShow",[]),webix.ui.each(a,this.Lw)),this.callEvent("onViewChange",[r.s.id,a.s.id])}}, +$getSize:function(t,e){var i=this.q[this.Mh].$getSize(0,0);if(this.s.fitBiggest)for(var s=0;sr;r++)i[r]=Math.max(i[r],n[r]);var a=webix.ui.baseview.prototype.$getSize.call(this,0,0);return a[1]>=1e5&&(a[1]=0),a[3]>=1e5&&(a[3]=0), +a[0]=(a[0]||i[0])+t,a[1]=(a[1]||i[1])+t,a[2]=(a[2]||i[2])+e,a[3]=(a[3]||i[3])+e,a},$setSize:function(t,e){this.lc=[t,e],webix.ui.baseview.prototype.$setSize.call(this,t,e),this.q[this.Mh].$setSize(t,e)},isVisible:function(t,e){return e&&e!=this.getActiveId()?(t&&this.Oq(e,t),!1):webix.ui.view.prototype.isVisible.call(this,t,this.s.id); +},getActiveId:function(){return this.q.length?this.q[this.Mh].s.id:null},back:function(t){if(t=t||1,this.callEvent("onBeforeBack",[this.getActiveId(),t])){if(this.Nq.length>t){var e=this.Nq[this.Nq.length-t-1];return webix.$$(e).show(),e}return null}return null}},webix.ui.baselayout),webix.protoUI({name:"form", +defaults:{type:"form",autoheight:!0},Tq:-1,_f:"webix_form",ag:!0,$init:function(){this.x.setAttribute("role","form")},$getSize:function(t,e){this.cc&&!this.s.width&&(t+=webix.ui.scrollSize);var i=webix.ui.layout.prototype.$getSize.call(this,t,e);return(this.s.scroll||!this.s.autoheight)&&(i[2]=this.s.height||this.s.minHeight||0, +i[3]+=1e5),i}},webix.ui.toolbar),webix.protoUI({name:"menu",Oh:"webix_menu",$init:function(t){this.data.qf=webix.bind(function(t){t.disabled&&this.data.addMark(t.id,"webix_disabled",!0,1,!0)},this),t.autowidth&&(this.KA=!0,delete t.autowidth),this.data.attachEvent("onStoreUpdated",webix.bind(function(){ +this.Uq()},this)),this.attachEvent("onMouseMove",this.Vq),this.attachEvent("onMouseOut",function(){this.Wq()&&"click"==this.s.openAction||this.Xq||this.Uq()}),this.attachEvent("onItemClick",function(t,e,i){var s=this.getItem(t);if(s){if(s.$template)return;var n=this.getTopMenu();if(!this.data.getMark(t,"webix_disabled")){ +if(!n.callEvent("onMenuItemClick",[t,e,i]))return void(e.showpopup=!0);this!=n&&n.Le(t,e,i),s.submenu?(this!==n&&!webix.env.touch||"click"!=n.s.openAction||this.Yq(t,i),e.showpopup=!0):(n.Uq(!0),n.$q&&n.hide())}}}),this.attachEvent("onKeyPress",function(t,e){if(9===t)this.getTopMenu().Uq();else if(13===t||32===t){ +var i,s=this.getSelectedId();s&&(i=this.getItemNode(s)),i&&webix.html.triggerEvent(i,"MouseEvents","click")}}),this.data.attachEvent("onClearAll",function(){this._q=[]}),this.data._q=[],this.x.setAttribute("role","menubar")},sizeToContent:function(){if("y"==this.s.layout){var t=[],e=!1;this.data.each(function(i){ +t.push(this.jb(i)),i.submenu&&(e=!0)},this),this.config.width=webix.html.getTextSize(t,this.$view.className).width+16+2+(e?15:0),this.resize()}},getTopMenu:function(){for(var t=this;t.ar;)t=webix.$$(t.ar);return t},Rh:function(t){this.s.autoheight&&(t=this.count());for(var e=0,i=0;t>i;i++){var s=this.data.pull[this.data.order[i]]; +e+=s&&"Separator"==s.$template?4:this.type.height}return e},on_mouse_move:{},type:{css:"menu",width:"auto",aria:function(t,e,i){return'role="menuitem"'+(i&&i.webix_selected?' aria-selected="true" tabindex="0"':'tabindex="-1"')+(t.submenu?'aria-haspopup="true"':"")+(i&&i.webix_disabled?' aria-disabled="true"':""); +},templateStart:function(t,e,i){if("Separator"===t.$template||"Spacer"===t.$template)return'":""},templateSeparator:webix.template("
"),templateSpacer:webix.template("
")},getMenu:function(t){if(this.data.pull[t])return this;for(var e in this.data.pull){var i=this.getItem(e); +if(i.submenu){var s=this.br(i).getMenu(t);if(s)return s}}},getSubMenu:function(t){var e=this.getMenu(t),i=e.getItem(t);return i.submenu?e.br(i):null},getMenuItem:function(t){return this.getMenu(t).getItem(t)},br:function(t){var e=webix.$$(t.submenu);return e||(t.submenu=this.cr(t),e=webix.$$(t.submenu)), +e},Vq:function(t,e,i){this.Wq()&&this.Yq(t,i)},Wq:function(){var t=this.getTopMenu();if("click"==t.s.openAction){if(webix.env.touch)return!1;var e=t.dr;return e&&webix.$$(e).isVisible()?!0:!1}return!0},Yq:function(t,e){var i=this.getItem(t);if(i&&(this.Xq=null,this.dr&&i.submenu!=this.dr&&this.Uq(!0), +i.submenu&&!this.config.hidden)){var s=this.br(i);if(this.data.getMark(t,"webix_disabled"))return;s.show(e,{pos:this.s.subMenuPos}),s.ar=this.s.id,this.dr=i.submenu}},disableItem:function(t){this.getMenu(t).addCss(t,"webix_disabled")},enableItem:function(t){this.getMenu(t).removeCss(t,"webix_disabled"); +},er:function(t,e){var i=this.data;i._q[t]!=e&&(i._q[t]=e,i.filter(function(t){return!i._q[t.id]}),this.resize())},hideItem:function(t){var e=this.getMenu(t);e&&e.er(t,!0)},showItem:function(t){var e=this.getMenu(t);return e?(e.er(t,!1),webix.ui.list.prototype.showItem.call(e,t)):void 0},Uq:function(t){ +if(this.dr){var e=webix.$$(this.dr);e.Uq&&e.Uq(t),(t||!e.gr)&&(e.hide(),this.dr=null)}},cr:function(t){var e={view:"submenu",data:t.submenu},i=this.getTopMenu().s.submenuConfig;i&&webix.extend(e,i,!0);var s=this.getMenuItem(t.id);s&&s.config&&webix.extend(e,s.config,!0);var n=webix.ui(e);return n.ar=this, +n.s.id},OD:function(t,e,i){var s=this.getItem(t);if("Separator"==s.$template||"Spacer"==s.$template||this.data.getMark(t,"webix_disabled")){var n=this.getIndexById(t)+("up"==i?-1:1);return t=n>=0?this.getIdByIndex(n):null,t?this.OD(t,e,i):e}return t},$skin:function(){webix.ui.list.prototype.$skin.call(this), +this.type.height=webix.skin.$active.menuHeight},defaults:{scroll:"",layout:"x",mouseEventDelay:100,subMenuPos:"bottom"}},webix.ui.list),webix.protoUI({name:"submenu",$init:function(){this.gd=webix.clone(this.hr),this.gd.A=this,this.attachEvent("onMouseOut",function(){"click"!=this.getTopMenu().s.openAction&&(this.Xq||this.gr||this.hide()); +}),this.attachEvent("onMouseMoving",function(){this.ar&&(webix.$$(this.ar).Xq=!0)}),this.attachEvent("onBeforeShow",function(){this.getTopMenu().KA&&this.sizeToContent&&!this.isVisible()&&this.sizeToContent()}),this.y.setAttribute("role","menu")},$skin:function(){webix.ui.menu.prototype.$skin.call(this), +webix.ui.popup.prototype.$skin.call(this),this.type.height=webix.skin.$active.menuHeight},hr:{$getSize:function(t,e){var i=1*this.A.s.height,s=1*this.A.s.width,n=webix.ui.menu.prototype.$getSize.call(this.A,t,e);return this.A.s.height=i,this.A.s.width=s,n},$setSize:function(t,e){this.A.s.scroll&&(this.A.ed.style.height=e+"px"); +},destructor:function(){this.A=null}},body_setter:function(){},getChildViews:function(){return[]},defaults:{width:150,subMenuPos:"right",layout:"y",autoheight:!0},type:{height:webix.skin.menuHeight,subsign:!0}},webix.ui.menu,webix.ui.popup),webix.ContextHelper={defaults:{padding:"4",hidden:!0},body_setter:function(t){ +return t=webix.ui.window.prototype.body_setter.call(this,t),this.gd.x.style.borderWidth="0px",t},attachTo:function(t){var e;e=t.on_context?t.attachEvent("onAfterContextMenu",webix.bind(this.ir,this)):webix.event(t,"contextmenu",this.jr,{bind:this}),this.attachEvent("onDestruct",function(){t.detachEvent?t.detachEvent(e):webix.eventRemove(e), +t=null})},getContext:function(){return this.nh},setContext:function(t){this.nh=t},jr:function(t){return this.nh=webix.toNode(t||event),this.kr(t)},ir:function(t,e,i){return this.nh={obj:webix.$$(e),id:t},this.kr(e)},kr:function(t){var e=this.show(t,null,!0);return e===!1?e:(webix.callEvent("onClick",[]), +webix.html.preventEvent(t))},gr:!0,master_setter:function(t){return this.attachTo(t),null}},webix.protoUI({name:"context"},webix.ContextHelper,webix.ui.popup),webix.protoUI({name:"contextmenu",$q:!0,$init:function(t){t.submenuConfig&&webix.extend(t,t.submenuConfig)}},webix.ContextHelper,webix.ui.submenu), +webix.protoUI({name:"tabbar",$init:function(){this.attachEvent("onKeyPress",this.DD)},$skin:function(){var t=webix.skin.$active,e=this.defaults;e.topOffset=t.tabTopOffset||0,e.tabOffset="undefined"!=typeof t.tabOffset?t.tabOffset:10,e.bottomOffset=t.tabBottomOffset||0,e.height=t.tabbarHeight,e.tabMargin=t.tabMargin, +e.inputPadding=t.inputPadding,e.tabMinWidth=t.tabMinWidth||100,e.tabMoreWidth=t.tabMoreWidth||40},ut:function(){var t,e,i=this.s,s=this.OC||i.options,n=this.we-2*i.tabOffset,r=i.optionWidth||i.tabMinWidth;if(e=s.length,i.tabMinWidth&&r>n/e)return{max:parseInt(n/r,10)||1};if(!i.optionWidth)for(t=0;e>t;t++)s[t].width&&(n-=s[t].width+(t||i.type?0:i.tabMargin), +e--);return{width:e?n/e:i.tabMinWidth}},Je:function(){var t=this.s;if(!t.tabbarPopup){var e={view:"popup",width:t.popupWidth||200,body:{view:"list",borderless:!0,select:!0,css:"webix_tab_list",autoheight:!0,yCount:t.yCount,type:{template:t.popupTemplate}}},i=webix.ui(e);i.getBody().attachEvent("onBeforeSelect",webix.bind(function(t){ +return t&&this.callEvent("onBeforeTabClick",[t])?(this.setValue(t),webix.$$(this.s.tabbarPopup).hide(),this.callEvent("onAfterTabClick",[t]),!0):void 0},this)),i.getBody().attachEvent("onAfterSelect",webix.bind(function(t){this.refresh()},this)),t.tabbarPopup=i.s.id,this.Ns.push(i)}this.Je=function(){}; +},getPopup:function(){return this.Je(),webix.$$(this.s.tabbarPopup)},moreTemplate_setter:webix.template,popupTemplate_setter:webix.template,defaults:{popupWidth:200,popupTemplate:"#value#",yCount:7,moreTemplate:'',template:function(t,e){var i,s,n,r,a,o,h,l,c,u; +if(e.OC=l=e.yC(t.options),l.length){e.Be(l),!t.value&&l.length&&(t.value=l[0].id),s="",t.tabOffset&&(s+="
 
"),i=e.we-2*t.tabOffset-(t.type?0:t.tabMargin*(l.length-1)),c=t.topOffset+t.bottomOffset;var d=e.ut();if(d.max&&d.maxd.max)){var p=l.splice(n,1),w=l.splice(0,d.max-1).concat(p);l=w.concat(l)}b.clearAll(),b.parse(l.slice(d.max))}else b.clearAll()}else e.s.tabbarPopup&&webix.$$(e.s.tabbarPopup).hide(); +h=t.tabOffset;var v=!1;for(n=0;n1?t.tabMargin*(d.max-1):0),u=(i-t.tabMoreWidth)/d.max):u=d.width,u=l[n].width||t.optionWidth||u,h+=u+(n&&!t.type?t.tabMargin:0),t.tabMargin>0&&n&&!t.type&&(s+="
"), +s+=e.vt(l[n],u),v&&(s+='
'+t.moreTemplate(t,e)+"
",h+=t.tabMoreWidth);r=e.bc-h,r>0&&!t.type&&(s+="
 
"); +}else s="
";return a="",o=c&&!t.type?"height:"+(e.dc-c)+"px":"",t.topOffset&&!t.type&&(a+="
"),a+="
"+s+"
", +t.bottomOffset&&!t.type&&(a+="
"),a}},Ie:function(){return this.$view.querySelectorAll(".webix_item_tab")},vt:function(t,e){var i,s="",n=this.config;if(t.id==n.value&&(s=" webix_selected"),t.css&&(s+=" "+t.css),e=t.width||e, +i='"},ne:{image:"
#value#
", +icon:"
#value#
",iconTop:"
#value#
" +},type_setter:function(t){return this.s.tabOffset=0,this.ne[t]&&(this.lr=webix.template(this.ne[t])),t}},webix.ui.segmented),webix.protoUI({name:"tabview",defaults:{type:"clean"},setValue:function(t){this.q[0].setValue(t)},getValue:function(){return this.q[0].getValue()},getTabbar:function(){return this.q[0]; +},getMultiview:function(){return this.q[1]},addView:function(t){var e=t.body.id=t.body.id||webix.uid();this.getMultiview().addView(t.body),t.id=t.body.id,t.value=t.header,delete t.body,delete t.header;var i=this.getTabbar();return i.addOption(t),e},removeView:function(t){var e=this.getTabbar();e.removeOption(t), +e.refresh()},$init:function(t){this.$ready.push(this.Nv);for(var e=t.cells,i=[],s=e.length-1;s>=0;s--){var n=e[s].body||e[s];n.id||(n.id="view"+webix.uid()),i[s]={value:e[s].header,id:n.id,close:e[s].close,width:e[s].width,hidden:!!e[s].hidden},e[s]=n}var r={view:"tabbar",multiview:!0},a={view:"multiview", +cells:e,animate:!!t.animate};t.value&&(r.value=t.value),t.tabbar&&webix.extend(r,t.tabbar,!0),t.multiview&&webix.extend(a,t.multiview,!0),r.options=r.options||i,t.rows=[r,a],delete t.cells,delete t.tabs},Nv:function(){this.getTabbar().attachEvent("onOptionRemove",function(t){var e=webix.$$(t);e&&e.destructor(); +})}},webix.ui.layout),webix.protoUI({name:"fieldset",defaults:{borderless:!0,$cssName:"webix_fieldset",paddingX:18,paddingY:30},$init:function(t){this.x.className+=" "+this.defaults.$cssName,this.x.innerHTML="
"},label_setter:function(t){return this.x.firstChild.childNodes[0].innerHTML=t, +t},getChildViews:function(){return[this.os]},body_setter:function(t){return this.os=webix.ui(t,this.x.firstChild.childNodes[1]),this.os.Xb=this,t},getBody:function(){return this.os},resizeChildren:function(){var t=this.$width-this.s.paddingX,e=this.$height-this.s.paddingY,i=this.os.$getSize(0,0);i[0]>t&&(t=i[0]), +i[2]>e&&(e=i[2]),this.os.$setSize(t,e),this.resize()},$getSize:function(t,e){t+=this.s.paddingX,e+=this.s.paddingY;var i=this.os.$getSize(t,e),s=this.ps=webix.ui.view.prototype.$getSize.call(this,t,e);return s[0]i[1]&&(s[1]=i[1]),s[3]>i[3]&&(s[3]=i[3]),s; +},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e)&&(t=Math.min(this.ps[1],t),e=Math.min(this.ps[3],e),this.os.$setSize(t-this.s.paddingX,e-this.s.paddingY))}},webix.ui.view),webix.protoUI({name:"forminput",defaults:{$cssName:"webix_forminput",labelWidth:80,labelAlign:"left"},setValue:function(t){ +this.os.setValue(t)},focus:function(){this.os.focus()},getValue:function(){return this.os.getValue()},value_setter:function(t){this.setValue(t)},getBody:function(){return this.os},$skin:function(){this.tF=webix.skin.$active.inputPadding,this.$E=webix.skin.$active.inputSpacing},$init:function(t){this.$ready.push(function(){ +var t=this.x.firstChild.childNodes[0];t.style.width=this.s.paddingX+"px",t.style.textAlign=this.s.labelAlign,this.s.labelWidth||(t.style.display="none")});var e=webix.isUndefined(t.labelWidth)?this.defaults.labelWidth:t.labelWidth;t.paddingX=e-2*this.tF+2*this.$E},setBottomText:function(t){var e=this.s; +if("undefined"!=typeof t){if(e.bottomLabel==t)return;e.bottomLabel=t}var i=(e.invalid?e.invalidMessage:"")||e.bottomLabel;this._F&&webix.html.remove(this._F),i&&(this.$view.style.position="relative",this._F=webix.html.create("div",{"class":"webix_inp_bottom_label",role:e.invalid?"alert":"","aria-relevant":"all", +style:"position:absolute; bottom:0px; padding:2px; background: white; left:"+this.s.labelWidth+"px; "},i),this.x.appendChild(this._F))}},webix.ui.fieldset),webix.protoUI({name:"dbllist",defaults:{borderless:!0},$init:function(t){this.uF={},this.vF=webix.bind(function(t){return this.uF[t.id]},this),this.wF=webix.bind(function(t){ +return!this.uF[t.id]},this),this.$view.className+=" webix_dbllist",this.$ready.unshift(this.HE)},$onLoad:function(t,e){this.xF(function(){this.$$("left").data.driver=e,this.$$("left").parse(t),this.$$("right").data.driver=e,this.$$("right").parse(t)}),this.QE()},yF:function(){if(this.s.buttons===!1)return{ +width:10};var t=webix.i18n.dbllist,e=[this.zF("deselect_all",t.deselectAll),this.zF("select_all",t.selectAll),this.zF("deselect_one",t.deselectOne),this.zF("select_one",t.selectOne)],e={width:120,template:e.join(""),onClick:{dbllist_button:function(t,e,i){this.getTopParentView().AF(i.getAttribute("action")); +}}};return this.s.buttons&&(e.template=this.s.buttons),e},zF:function(t,e){return""},BF:function(t,e,i,s){var n={view:"list",select:"multiselect",multiselect:"touch",id:t,action:e,drag:!0,type:{margin:3,id:t},on:{onBeforeDrop:function(t){var e=t.from,i=t.to,s=e.getTopParentView(); +if(s===this.getTopParentView()){var n="select_one"!=i.s.action;s.select(t.source,n),s.QE()}return!1},onItemDblClick:function(){return this.getTopParentView().AF(this.config.action)}}};return this.s.list&&webix.extend(n,this.s.list,!0),i&&(n={rows:[{view:"label",label:i},n]}),s?{rows:[n,{view:"label", +height:20,label:s,css:"bottom_label"}]}:n},HE:function(){var t=[{margin:10,type:"clean",cols:[this.BF("left","select_one",this.s.labelLeft,this.s.labelBottomLeft),this.yF(),this.BF("right","deselect_one",this.s.labelRight,this.s.labelBottomRight)]}];this.cols_setter(t)},AF:function(t){var e=this.getTopParentView(),i=null,s=!1; +"select_all"===t?(i=e.$$("left").data.order,s=!0):"select_one"===t?(i=e.$$("left").getSelectedId(!0),s=!0):"deselect_all"===t?(i=e.$$("right").data.order,s=!1):"deselect_one"===t&&(i=e.$$("right").getSelectedId(!0),s=!1),e.select(i,s)},select:function(t,e){var i;if("object"!=typeof t&&(t=[t]),e)for(i=0;i",selectOne:"",deselectAll:"",deselectOne:"" +},function(){function t(t){return t.tagName?t.tagName.toLowerCase():null}function e(t,e){if(!t.getAttribute)return null;var i=t.getAttribute(e);return i?i.toLowerCase():null}function i(){var e=t(this);return n[e]?n[e](this):n.other(this)}function s(e){var i=t(this);return r[i]?r[i](this,e):r.other(this,e); +}var n={radio:function(t){for(var e=0;e1;)this.x.childNodes[0].appendChild(t.childNodes[0]);else this.x.childNodes[0].appendChild(t); +return this.pc(),!0},render:function(){webix.ui.template.prototype.render.apply(this,arguments),this.pc()},pc:function(){var n=this.x.querySelectorAll("[name]");this.elements={};for(var r=0;r");i.length>1&&(t=i[1],e=i[0])}else t&&t.mode&&(e=t.mode,t=t.url);return e?webix.proxy(e,t):t},master_setter:function(t){var e=t;return"DataStore"!=t.name&&(e=t.data),this.s.store=e, +t},Mi:function(){this.s.store.attachEvent("onStoreUpdated",webix.bind(this.Ar,this)),this.s.store.attachEvent("onDataMove",webix.bind(this.Br,this))},ignore:function(t,e){var i=this.vr;this.vr=!0,t.call(e||this),this.vr=i},off:function(){this.vr=!0},on:function(){this.vr=!1},Cr:function(t){var e={};for(var i in t)0!==i.indexOf("$")&&(e[i]=t[i]); +return e},save:function(t,e,i){e=e||"update",this.Dr(t,i||this.s.store.getItem(t),e)},Dr:function(t,e,i){if("object"==typeof t&&(t=t.toString()),!t||this.vr===!0||!i||"paint"==i)return!0;var s=this.s.store;s&&s.vf&&(e=s.vf(e));var n={id:t,data:this.Cr(e),operation:i};if(webix.isUndefined(e.$parent)||(n.data.parent=e.$parent), +"delete"!=n.operation){var r=this.s.master;r&&r.data&&r.data.getMark&&r.data.getMark(t,"webix_invalid")&&(n.Er=!0),this.validate(null,n.data)||(n.Er=!0)}return this.Fr(n)&&this.zr.push(n),this.s.autoupdate&&this.send(),!0},Br:function(t,e,i,s){if(this.s.trackMove){var n=webix.copy(this.s.store.getItem(t)); +this.s.store.order;n.webix_move_index=e,n.webix_move_id=s,n.webix_move_parent=i,this.Dr(t,n,"order")}},Ar:function(t,e,i){switch(i){case"save":i="update";break;case"update":i="update";break;case"add":i="insert";break;case"delete":i="delete";break;default:return!0}return this.Dr(t,e,i)},Fr:function(t){ +for(var e=0;e=0;t--)if(this.zr[t].Hr)return"saving"; +return!0},getItemState:function(t){var e=this.bt(t);return this.zr[e]||null},setItemState:function(t,e){if(e)this.save(t,e);else{var i=this.bt(t);i>-1&&this.zr.splice(i,1)}},bt:function(t){for(var e=-1,i=0;i=0;o--)s[o]=n[o];for(var o=0;o0?!1:!0},$r:{body:1,head:1, +data:1,rows:1,cols:1,cells:1,elements:1,ui:1,column:1,config:1},Vr:function(t,e,i){var s=this.Xr(t,{});s.name?(e[s.name]=s,delete s.name):s.stack?e[s.stack]=[]:e=s;for(var n=t.childNodes,r=0;r
"+t+"
"}function n(t){f.area||(f.area=document.createElement("DIV"), +f.area.className="webix_message_area",f.area.style[f.position]="5px",document.body.appendChild(f.area)),f.area.setAttribute("role","alert"),f.area.setAttribute("aria-atomic",!0),f.hide(t.id);var e=document.createElement("DIV");return e.innerHTML="
"+t.text+"
",e.className="webix_info webix_"+t.type, +e.onclick=function(){f.hide(t.id),t=null},webix.$testmode&&(e.className+=" webix_no_transition"),"bottom"==f.position&&f.area.firstChild?f.area.insertBefore(e,f.area.firstChild):f.area.appendChild(e),t.expire>0&&(f.timers[t.id]=window.setTimeout(function(){f.hide(t.id)},t.expire)),e.style.height=e.offsetHeight-2+"px", +f.pull[t.id]=e,e=null,t.id}function r(e,i,n){var r=document.createElement("DIV");r.className=" webix_modal_box webix_"+e.type,r.setAttribute("webixbox",1),r.setAttribute("role","alertdialog"),r.setAttribute("aria-label",e.title||""),r.setAttribute("tabindex","0");var a="";if(e.width&&(r.style.width=e.width+(webix.rules.isNumber(e.width)?"px":"")), +e.height&&(r.style.height=e.height+(webix.rules.isNumber(e.height)?"px":"")),e.title&&(a+='
'+e.title+"
"),a+='
'+(e.content?"":e.text)+'
',(i||e.ok)&&(a+=s(e.ok||"OK",!0,"confirm")),(n||e.cancel)&&(a+=s(e.cancel||"Cancel",!1)), +e.buttons)for(var o=0;o",r.innerHTML=a,e.content){var h=e.content;"string"==typeof h&&(h=document.getElementById(h)),"none"==h.style.display&&(h.style.display=""),r.childNodes[e.title?1:0].appendChild(h)}return r.onclick=function(i){i=i||event;var s=i.target||i.srcElement; +if(s.className||(s=s.parentNode),-1!=s.className.indexOf("webix_popup_button")){var n=s.getAttribute("result");n="true"==n||("false"==n?!1:n),t(e,n)}i.cancelBubble=!0},e.box=r,(i||n||e.buttons)&&(d=e),r}function a(t,s,n){var a=t.tagName?t:r(t,s,n);t.hidden||i(!0),document.body.appendChild(a);var o=t.left||Math.abs(Math.floor(((window.innerWidth||document.documentElement.offsetWidth)-a.offsetWidth)/2)),h=t.top||Math.abs(Math.floor(((window.innerHeight||document.documentElement.offsetHeight)-a.offsetHeight)/2)); +return"top"==t.position?a.style.top="-3px":a.style.top=h+"px",a.style.left=o+"px",a.onkeydown=e,a.focus(),t.hidden&&webix.modalbox.hide(a),a}function o(t){return a(t,!0,!1)}function h(t){return a(t,!0,!0)}function l(t){return a(t)}function c(t,e,i){return"object"!=typeof t&&("function"==typeof e&&(i=e, +e=""),t={text:t,type:e,callback:i}),t}function u(t,e,i,s){return"object"!=typeof t&&(t={text:t,type:e,expire:i,id:s}),t.id=t.id||f.uid(),t.expire=t.expire||f.expire,t}var d=null;webix.event(document,"keydown",e,{capture:!0}),webix.alert=function(){var t=c.apply(this,arguments);return t.type=t.type||"confirm", +o(t)},webix.confirm=function(){var t=c.apply(this,arguments);return t.type=t.type||"alert",h(t)},webix.modalbox=function(){var t=c.apply(this,arguments);return t.type=t.type||"alert",l(t)},webix.modalbox.hide=function(t){if(t){for(;t&&t.getAttribute&&!t.getAttribute("webixbox");)t=t.parentNode;t&&t.parentNode.removeChild(t); +}i(!1),d=null};var f=webix.message=function(t,e,i,s){t=u.apply(this,arguments),t.type=t.type||"info";var r=t.type.split("-")[0];switch(r){case"alert":return o(t);case"confirm":return h(t);case"modalbox":return l(t);default:return n(t)}};f.seed=(new Date).valueOf(),f.uid=function(){return f.seed++},f.expire=4e3, +f.keyboard=!0,f.position="top",f.pull={},f.timers={},f.hideAll=function(){for(var t in f.pull)f.hide(t)},f.hide=function(t){var e=f.pull[t];e&&e.parentNode&&(window.setTimeout(function(){e.parentNode.removeChild(e),e=null},2e3),e.style.height=0,e.className+=" hidden",f.area.removeAttribute("role"),f.timers[t]&&window.clearTimeout(f.timers[t]), +delete f.pull[t])}}(),webix.protoUI({name:"carousel",defaults:{scrollSpeed:"300ms",type:"clean",navigation:{},animate:!0},$init:function(t){this.x.className+=" webix_carousel",this.Ft=null,this.y=null,this.Mh=0,this.$ready.unshift(this.Gt),this.$ready.push(this.Mi)},addView:function(t,e){var i=this.Ft.addView(t,e); +return this.bG(),i},removeView:function(t){this.Ft.removeView(t),this.bG()},Qb:function(t,e){this.Ft.Qb(t,e),this.bG()},bG:function(){this.q=this.Ft.q,this.Ch(),this.setActiveIndex(Math.min(this.Mh,this.q.length-1))},Gt:function(){this.Ft&&this.Ft.destructor&&this.Ft.destructor();var t="";this.config.cols?(t="cols", +this.mc=0):(t="rows",this.mc=1);var e={borderless:!0,type:"clean"};e[t]=webix.copy(this.s[t]);for(var i=["type","margin","marginX","marginY","padding","paddingX","paddingY"],s={},n=0;ns||s==this.Mh||(this.Mh=s,n=i.mc?this.dc:this.bc,r=-(i.mc?0:s*n),a=-(i.mc?s*n:0),this.scrollTo(r,a),this.callEvent("onShow",[i.q[this.Mh].s.id]),this.s.navigation&&this.Ch())},scrollTo:function(t,e){webix.Touch&&webix.animate.isSupported()&&this.s.animate?webix.Touch.Nf(this.w,t,e,this.s.scrollSpeed||"100ms"):(this.w.style.marginLeft=t+"px", +this.w.style.marginTop=e+"px")},navigation_setter:function(t){return this.E(t,{type:"corner",buttons:!0,items:!0}),t},showNext:function(){this.Mh0&&this.setActiveIndex(this.Mh-1)},setActiveIndex:function(t){var e=this.Ft.q[t].s.id; +webix.$$(e).show()},getActiveIndex:function(){return this.Mh},$getSize:function(t,e){var i=this.Ft.$getSize(0,0),s=webix.ui.view.prototype.$getSize.call(this,t,e);return this.Ft.mc?(s[0]=Math.max(s[0],i[0]),s[1]=Math.min(s[1],i[1])):(s[2]=Math.max(s[2],i[2]),s[3]=Math.min(s[3],i[3])),s},$setSize:function(t,e){ +var i=this.Ft,s=i.q.length,n=webix.ui.view.prototype.$setSize.call(this,t,e),r=this.dc*(i.mc?s:1),a=this.bc*(i.mc?1:s);n?(this.w.style.height=r+"px",this.w.style.width=a+"px",i.$setSize(a,r),this.Ht()):i.$setSize(a,r)},Ht:function(){var t=this.Ft,e=this.Mh||0,i=t.mc?this.dc:this.bc,s=-(t.mc?0:e*i),n=-(t.mc?e*i:0); +this.scrollTo(s,n),this.s.navigation&&this.Ch()},getActiveId:function(){var t=this.Ft.q[this.Mh];return t?t.s.id:null},setActive:function(t){webix.$$(t).show()}},webix.EventSystem,webix.NavigationButtons,webix.ui.view),webix.type(webix.ui.list,{name:"uploader",template:"#name# {common.removeIcon()}{common.percent()}
#sizetext#
", +percent:function(t){return"transfer"==t.status?"
"+t.percent+"%
":"
"},removeIcon:function(t){return"
"; +},on_click:{webix_remove_upload:function(t,e){webix.$$(this.config.uploader).files.remove(e)}}}),webix.UploadDriver={flash:{$render:function(t){window.swfobject||webix.require("legacy/swfobject.js",!0);var e=this.s;e.swfId=e.swfId||"webix_swf_"+webix.uid(),this.re().innerHTML+="
", +this._r=this.re().lastChild,swfobject.embedSWF(webix.codebase+"/legacy/uploader.swf",e.swfId,"100%","100%","9",null,{uploaderId:e.id,ID:e.swfId,enableLogs:e.enableLogs?"1":"",paramName:e.inputName,multiple:e.multiple?"Y":""},{wmode:"transparent"});swfobject.getFlashPlayerVersion();webix.UE(this.x,"click",webix.bind(function(){ +var t=new Date;t-(this.ds||0)>250&&this.fileDialog()},this)),this.files.attachEvent("onBeforeDelete",webix.bind(this.as,this))},$applyFlash:function(t,e){return this[t].apply(this,e)},getSwfObject:function(){return swfobject.getObjectById(this.s.swfId)},fileDialog:function(){this.getSwfObject()&&this.getSwfObject().showDialog(); +},send:function(t){if("function"==typeof t&&(this.fs=t,t=0),!t){var e=this.files.data.order,i=!0;if(e.length)for(var s=0;s250&&this.fileDialog()},this)),webix.UE(this.x,"dragenter",webix.html.preventEvent),webix.UE(this.x,"dragexit",webix.html.preventEvent),webix.UE(this.x,"dragover",webix.html.preventEvent)},kF:function(t){ +return t.isDirectory},lF:function(t,e,i){if(t.isFile)t.file(function(t){e.addFile(t,null,null,{name:i+"/"+t.name})});else if(t.isDirectory){var s=t.createReader();s.readEntries(function(s){for(var n=0;n1024;)e++,t/=1024;return Math.round(100*t)/100+" "+webix.i18n.fileSize[e]},js:function(t,e){if("error"!=e.status){ +var i=this.files.getItem(t);i.status="server",i.progress=100,webix.extend(i,e,!0),this.callEvent("onFileUpload",[i,e]),this.callEvent("onChange",[]),this.files.updateItem(t)}this.isUploaded()&&this.gs(e)},gs:function(t){this.callEvent("onUploadComplete",[t]),this.fs&&(this.fs.call(this,t),this.fs=0)}, +isUploaded:function(){for(var t=this.files.data.order,e=0;e=7,r=i&&(356==e||208==e||306==e||158==e||444==e),a=568==window.screen.height,o=function(){ +var t=0,e=0;if(i&&!n)webix.ui.orientation?(t=a?568:480,e=r?268:300):(t=320,e=a?r?504:548:r?416:460);else if(webix.env.isAndroid){if(!webix.env.isFF){document.body.style.width=document.body.style.height="1px",document.body.style.overflow="hidden";var s=window.outerWidth/window.innerWidth;t=window.outerWidth/s, +e=window.outerHeight/s}}else webix.env.isIEMobile||(t=window.innerWidth,e=window.innerHeight);e&&(document.body.style.height=e+"px",document.body.style.width=t+"px"),webix.ui.$freeze=!1,webix.ui.resize()},h=function(){webix.ui.$freeze=!0,webix.env.isSafari?o():webix.delay(o,null,[],500)};webix.attachEvent("onRotate",h), +t(),webix.delay(h)}}}(),webix.history={track:function(t,e){if(this.ls(t,e),this.cG&&webix.$$(this.dG).detachEvent(this.cG),t){this.dG=t;var i=webix.$$(t),s=function(){webix.history.ms||i.getValue&&webix.history.push(t,i.getValue())};i.getActiveId?this.cG=i.attachEvent("onViewChange",s):this.cG=i.attachEvent("onChange",s); +}},ns:function(t,e){webix.history.ms=1,t=webix.$$(t),t.callEvent("onBeforeHistoryNav",[e])&&t.setValue&&t.setValue(e),webix.history.ms=0},push:function(t,e,i){t=webix.$$(t);var s="";e&&(s="#!/"+e),webix.isUndefined(i)&&(i=t.getValue?t.getValue():e),window.history.pushState({webix:!0,id:t.s.id,value:i +},"",s)},ls:function(t,e){webix.event(window,"popstate",function(t){t.state&&t.state.webix&&webix.history.ns(t.state.id,t.state.value)});var i=window.location.hash;webix.noanimate=!0,i&&0===i.indexOf("#!/")?webix.history.ns(t,i.replace("#!/","")):e&&(webix.history.push(t,e),webix.history.ns(t,e)),webix.noanimate=!1, +this.ls=function(){}}},webix.protoUI({name:"slider",$touchCapture:!0,defaults:{min:0,max:100,value:50,step:1,title:!1,template:function(t,e){var i=e.qs="x"+webix.uid(),s="
 
 
"; +return e.$renderInput(t,s,i)}},type_setter:function(t){this.x.className+=" webix_slider_"+t},title_setter:function(t){return"string"==typeof t?webix.template(t):t},rs:function(){return this.$view.querySelector(".webix_slider_handle")},oe:function(){var t=this.rs(),e=this.s;if(t){var i=this.Ee(e),s=e.value%e.step?Math.round(e.value/e.step)*e.step:e.value; +s=Math.max(Math.min(s,e.max),e.min);var n=e.max-e.min,r=Math.ceil((i-2*this.mF)*(s-e.min)/n),a=i-2*this.mF-r;t.style.left=this.mF+r-this.nF/2+"px",t.parentNode.style.width=i+"px",a=Math.min(Math.max(a,2*this.oF),i-2*this.mF-2*this.oF),r=Math.min(Math.max(r,2*this.oF),i-2*this.mF-2*this.oF);var o=t.previousSibling; +o.style.width=a+"px";var h=o.previousSibling;h.style.width=r+"px",this.s.title&&(t.parentNode.previousSibling.innerHTML=this.s.title(this.s,this))}},sE:function(){this.rs().setAttribute("aria-valuenow",this.s.value)},refresh:function(){var t=this.rs();t&&(this.sE(),this.s.title&&t.setAttribute("aria-label",this.s.label+" "+this.s.title(this.s,this)), +this.oe())},$setValue:function(){this.refresh()},$getValue:function(){return this.s.value},$init:function(){webix.env.touch?this.attachEvent("onTouchStart",webix.bind(this.ss,this)):webix.UE(this.x,"mousedown",webix.bind(this.ss,this)),webix.UE(this.$view,"keydown",webix.bind(this.tE,this))},$skin:function(){ +this.nF=webix.skin.$active.sliderHandleWidth,this.mF=webix.skin.$active.sliderPadding,this.oF=webix.skin.$active.sliderBorder},tE:function(t){var e=t.keyCode,i=this.s,s=i.value;if(e>32&&41>e){webix.html.preventEvent(t);var n=t.target||t.srcElement,r=/webix_slider_handle_(\d)/.exec(n.className);if(this.My=r?parseInt(r[1],10):-1, +r&&(s=i.value[this.My]),s=si.max?i.max:s,35===e)s=i.min;else if(36===e)s=i.max;else{var a=37===e||40===e||34===e?-1:1;(33===e||34===e||i.step>1)&&(a*=i.step),s=1*s+a}if(s>=i.min&&s<=i.max){if(r){for(var o=[],h=0;h
"),this.setPosition||(this.x.style.position="relative"),webix.html.insertBefore(this.cu,this.x.firstChild,this.x), +this.x.setAttribute("aria-busy","true"),!webix.Touch.$active&&this.getScrollState){var i=this.getScrollState();this.x.scrollWidth!=this.$width&&(this.cu.style.left=i.x+"px"),this.x.scrollHeight!=this.$height&&("bottom"!=t.type?this.cu.style.top=i.y+"px":this.cu.style.top=i.y+this.$height-this.cu.offsetHeight+"px"); +}this.du=1}t&&"icon"!=t.type?webix.delay(function(){if(this.cu){var e=t.position||1;if(this.cu.style[webix.env.transitionDuration]===webix.undefined&&t.delay){var i=0,s=0,n=e/t.delay*30,r=this;this.Oy&&(window.clearInterval(this.Oy),s=this.cu.firstChild.offsetWidth/this.cu.offsetWidth*100),this.Oy=window.setInterval(function(){ +30*i==t.delay?window.clearInterval(r.Oy):(r.cu&&r.cu.firstChild&&(r.cu.firstChild.style.width=s+i*n*e*100+"%"),i++)},30)}else this.cu.firstChild.style.width=100*e+"%",t.delay&&(this.cu.firstChild.style[webix.env.transitionDuration]=t.delay+"ms");t.hide&&webix.delay(this.hideProgress,this,[1],t.delay); +}this.du=0},this):t&&"icon"==t.type&&t.hide&&webix.delay(this.hideProgress,this,[1],t.delay)},hideProgress:function(t){this.du&&(t=!0),this.cu&&(t?(this.Oy&&window.clearInterval(this.Oy),webix.html.remove(this.cu),this.cu=null,this.x.removeAttribute("aria-busy")):this.showProgress({position:1.1,delay:300, +hide:!0}))}},webix.protoUI({name:"video",$init:function(t){t.id||(t.id=webix.uid()),this.$ready.push(this.Ms)},Ms:function(){var t=this.s;if(this.w=webix.html.create("video",{"class":"webix_view_video",style:"width:100%;height:100%;",autobuffer:"autobuffer"},""),t.poster&&(this.w.poster=t.poster),t.src){ +"object"!=typeof t.src&&(t.src=[t.src]);for(var e=0;e'}t.controls&&(this.w.controls=!0),t.autoplay&&(this.w.autoplay=!0),this.x.appendChild(this.w)},getVideo:function(){return this.w},defaults:{src:"",controls:!0}},webix.ui.view),webix.protoUI({ +name:"NonGPL",$init:function(){webix.message("GPL version does not support '"+this.name+"'","error",-1)}},webix.ui.view),webix.protoUI({name:"organogram"},webix.ui.NonGPL),webix.protoUI({name:"barcode"},webix.ui.NonGPL),webix.protoUI({name:"portlet"},webix.ui.NonGPL),webix.protoUI({name:"pdfviewer"},webix.ui.NonGPL), +webix.protoUI({name:"pdfbar"},webix.ui.NonGPL),webix.protoUI({name:"excelviewer"},webix.ui.NonGPL),webix.protoUI({name:"excelbar"},webix.ui.NonGPL),webix.protoUI({name:"datasuggest"},webix.ui.NonGPL),webix.protoUI({name:"gridsuggest"},webix.ui.NonGPL),webix.protoUI({name:"multitext"},webix.ui.NonGPL), +webix.protoUI({name:"multiselect"},webix.ui.NonGPL),webix.protoUI({name:"multicombo"},webix.ui.NonGPL),webix.protoUI({name:"multisuggest"},webix.ui.NonGPL),webix.protoUI({name:"checksuggest"},webix.ui.NonGPL),webix.protoUI({name:"treemap"},webix.ui.NonGPL),webix.protoUI({name:"rangeslider"},webix.ui.NonGPL), +webix.protoUI({name:"rangechart"},webix.ui.NonGPL),webix.protoUI({name:"datalayout"},webix.ui.NonGPL),webix.protoUI({name:"abslayout"},webix.ui.NonGPL),webix.protoUI({name:"sidemenu",defaults:{animate:!0,position:"left",width:200,borderless:!0},$init:function(){this.$view.className+=" webix_sidemenu"; +},$skin:function(){this.defaults.padding=0},position_setter:function(t){var e=this.s.position;return e&&webix.html.removeCss(this.$view," webix_sidemenu_"+e),webix.html.addCss(this.$view," webix_sidemenu_"+t),t},$getSize:function(){var t=webix.ui.window.prototype.$getSize.apply(this,arguments);return this.MA=t, +t},$setSize:function(t,e){webix.ui.view.prototype.$setSize.call(this,t,e),t=this.bc-2*this.s.padding,e=this.dc-2*this.s.padding,this.w.style.padding=this.s.padding+"px",this.bd.style.display="none",this.ed.style.height=e+"px",this.gd.$setSize(t,e)},show:function(){return this.callEvent("onBeforeShow",arguments)?(this.s.hidden=!1, +this.x.style.zIndex=this.s.zIndex||webix.ui.zIndex(),(this.s.modal||this.my)&&(this.Md(!0),this.my=null),this.x.style.display="block",this.Qd(),this.s.position&&this.Td(),this.Ww=1,webix.delay(function(){this.Ww=0},this,[],webix.env.touch?400:100),this.config.autofocus&&(this.Vd=webix.UIManager.getFocus(), +webix.UIManager.setFocus(this)),-1==webix.ui.et.find(this)&&webix.ui.et.push(this),void this.callEvent("onShow",[])):!1},Td:function(t){var e,i,s,n,r,a=0,o=0,h={};this.$view.style.position="fixed",s=window.innerWidth||document.documentElement.offsetWidth,n=window.innerHeight||document.documentElement.offsetHeight, +e=this.MA[0]||s,i=this.MA[2]||n,r=this.s.position,"top"==r?e=s:"right"==r?(i=n,a=s-e):"bottom"==r?(e=s,o=n-i):i=n,h={left:a,top:o,width:e,height:i,maxWidth:s,maxHeight:n},"function"==typeof this.s.state&&this.s.state.call(this,h),this.NA=h,this.$setSize(h.width,h.height),"undefined"==typeof t&&this.OA()?(webix.html.removeCss(this.$view,"webix_animate",!0), +this.Qf[this.s.position].beforeShow.call(this,h),webix.delay(function(){webix.html.addCss(this.$view,"webix_animate",!0)},this,null,1),webix.delay(function(){this.Qf[this.s.position].show.call(this,h)},this,null,10)):this.setPosition(h.left,h.top)},OA:function(){return webix.animate.isSupported()&&this.s.animate&&!(webix.env.isIE&&-1!=navigator.appVersion.indexOf("MSIE 9")); +},hidden_setter:function(t){return t?this.hide(!0):this.show(),!!t},Qf:{left:{beforeShow:function(t){this.$view.style.left=-t.width+"px",this.$view.style.top=t.top+"px"},show:function(){this.$view.style.left="0px"},hide:function(t){this.$view.style.left=-t.width+"px"}},right:{beforeShow:function(t){this.$view.style.left="auto", +this.$view.style.right=-t.width+"px",this.$view.style.top=t.top+"px"},show:function(){this.$view.style.right="0px"},hide:function(t){this.$view.style.right=-t.width+"px"}},top:{beforeShow:function(t){this.setPosition(t.left,t.top),this.$view.style.height="0px",this.ed.style.height="0px"},show:function(t){ +this.$view.style.height=t.height+"px",this.ed.style.height=t.height+"px"},hide:function(){this.$view.style.height="0px",this.ed.style.height="0px"}},bottom:{beforeShow:function(t){this.$view.style.left=t.left+"px",this.$view.style.top="auto";var e=t.bottom!=webix.undefined?t.bottom:t.maxHeight-t.top-t.height; +this.$view.style.bottom=e+"px",this.$view.style.height="0px"},show:function(t){this.$view.style.height=t.height+"px"},hide:function(){this.$view.style.height="0px"}}},hide:function(t){if(!this.$destructed){this.s.modal&&this.Md(!1);var e=window.innerWidth||document.documentElement.offsetWidth,i=window.innerHeight||document.documentElement.offsetHeight; +if(!t&&this.OA()&&e==this.NA.maxWidth&&i==this.NA.maxHeight){this.Qf[this.s.position].hide.call(this,this.NA);var s=webix.event(this.$view,webix.env.transitionEnd,webix.bind(function(t){this.Wd(),webix.eventRemove(s)},this))}else this.Wd();if(this.s.autofocus){var n=document.activeElement;n&&this.x&&this.x.contains(n)&&(webix.UIManager.setFocus(this.Vd), +this.Vd=null)}this.ny()}}},webix.ui.popup),function(){function t(t,e){return webix.csv.stringify(t)}function e(t,e){var i=[],s=0,n=0,r=t.getColumnConfig,a=e.columns,o=!!e.rawValues;if(a){if(!a.length){var h=[];for(var l in a)h.push(webix.extend({id:l},webix.extend({},a[l])));a=h}}else if(r)a=t.fj;else{ +a=[];var c=t.data.pull[t.data.order[0]];for(var l in c)"id"!==l&&a.push({id:l})}if(e.id&&i.push({id:"id",width:50,header:" ",template:function(t){return t.id}}),e.flatTree){for(var u=e.flatTree.id,d=[].concat(e.flatTree.columns),f=[],b=!!e.flatTree.fill,x=1;x<=d.length;x++)d[x-1].template=function(t,e){ +return function(e){return e.$level==t?f[t]=e[u]:b&&t=0;x--)a[x].id===u&&(p=x);a=[].concat(a.slice(0,p)).concat(d).concat(a.slice(p+1))}for(var w=0;w_;_++)i[x].header.push("");if(t.s.footer){y=n-i[x].footer.length;for(var _=0;y>_;_++)i[x].footer.push("")}}return i}function i(t,e,i){var s,n,r=!!e.filterHTML,a=/<[^>]*>/gi,o=[];if(e.header!==!1&&i.length)for(var h=0;h]*>/gi,"")}),o.push(n))}var c="TreeStore"==t.data.name,u=e.flatTree||e.plainOutput?"":" - ";if(t.data.each(function(s){if(s){for(var n=[],h=0;h<\/div>/,u)),d=d.replace(a,"")),"string"==typeof d&&"csv"===e.gB&&(d=d.trim()),"string"!=typeof d||"excel"!==e.gB&&"csv"!==e.gB||(d=d.replace(//gm,"\n")),n.push(d); +}o.push(n)}},t),e.footer!==!1)for(var d=i[0].footer?i[0].footer.length:0,f=0;d>f;f++){for(var b=[],l=0;lo&&(a.s.r=o),a.s.c>h&&(a.s.c=h),a.e.ra;a++)for(var b=d.tr(f),x=0;xa;a++)for(var m=d.tr(g),x=0;x"+this.getValue()+"",on:{onAfterRender:function(){webix.UE(t.getInputNode(),"input",function(){this.config.value=this.getInputNode().innerHTML},{bind:t}),webix.UE(t.getInputNode(),"keyup",function(){ +t.KE()})}},onClick:{webix_richtext_editor:function(){t.KE()}}},i={view:"toolbar",id:"toolbar",elements:[this.IE("underline"),this.IE("bold"),this.IE("italic"),{}]},s=[i,e];"top"!==this.config.labelPosition&&this.config.labelWidth?(this.config.borderless=!0,this.cols_setter([{template:this.config.label||" ", +width:this.config.labelWidth},{rows:s}])):(i.elements.push({view:"label",label:this.config.label,align:"right"}),this.rows_setter(s))},KE:function(){var t,e=this.getTopParentView(),i=e.$$("toolbar");i.setValues({italic:!1,underline:!1,bold:!1}),t=window.getSelection?window.getSelection():document.selection.createRange(); +for(var s=0;s0)for(var n=0;n1){ + target = arguments[0]; + source = arguments[1]; + } else + target = (webix.isArray(source)?[]:{}); + + for (var method in source){ + var from = source[method]; + if(from && typeof from == "object" && !(from instanceof RegExp)){ + if (!webix.isDate(from)){ + target[method] = (webix.isArray(from)?[]:{}); + webix.copy(target[method],from); + } else + target[method] = new Date(from); + } else { + target[method] = from; + } + } + + webix.assert_level_out(); + return target; +}; + +webix.single = function(source){ + var instance = null; + var t = function(config){ + if (!instance) + instance = new source({}); + + if (instance._reinit) + instance._reinit.apply(instance, arguments); + return instance; + }; + return t; +}; + +webix.protoUI = function(){ + if (webix.debug_proto) + webix.log("UI registered: "+arguments[0].name); + + var origins = arguments; + var selfname = origins[0].name; + + var t = function(data){ + if (!t) + return webix.ui[selfname].prototype; + + var origins = t.$protoWait; + if (origins){ + var params = [origins[0]]; + + for (var i=1; i < origins.length; i++){ + params[i] = origins[i]; + + if (params[i].$protoWait) + params[i] = params[i].call(webix, params[i].name); + + if (params[i].prototype && params[i].prototype.name) + webix.ui[params[i].prototype.name] = params[i]; + } + webix.ui[selfname] = webix.proto.apply(webix, params); + + if (t._webix_type_wait) + for (var i=0; i < t._webix_type_wait.length; i++) + webix.type(webix.ui[selfname], t._webix_type_wait[i]); + + t = origins = null; + } + + if (this != webix) + return new webix.ui[selfname](data); + else + return webix.ui[selfname]; + }; + t.$protoWait = Array.prototype.slice.call(arguments, 0); + return (webix.ui[selfname]=t); +}; + +webix.proto = function(){ + + if (webix.debug_proto) + webix.log("Proto chain:"+arguments[0].name+"["+arguments.length+"]"); + + var origins = arguments; + var compilation = origins[0]; + var has_constructor = !!compilation.$init; + var construct = []; + + webix.assert(compilation,"Invalid mixing target"); + + for (var i=origins.length-1; i>0; i--) { + webix.assert(origins[i],"Invalid mixing source"); + if (typeof origins[i]== "function") + origins[i]=origins[i].prototype; + if (origins[i].$init) + construct.push(origins[i].$init); + if (origins[i].defaults){ + var defaults = origins[i].defaults; + if (!compilation.defaults) + compilation.defaults = {}; + for (var def in defaults) + if (webix.isUndefined(compilation.defaults[def])) + compilation.defaults[def] = defaults[def]; + } + if (origins[i].type && compilation.type){ + for (var def in origins[i].type) + if (!compilation.type[def]) + compilation.type[def] = origins[i].type[def]; + } + + for (var key in origins[i]){ + if (!compilation[key] && compilation[key] !== false) + compilation[key] = origins[i][key]; + } + } + + if (has_constructor) + construct.push(compilation.$init); + + + compilation.$init = function(){ + for (var i=0; i handler + this._evs_handlers = {}; //hash of event handlers, ID => handler + this._evs_map = {}; + } + }, + //temporary block event triggering + blockEvent : function(){ + this._evs_events._block = true; + }, + //re-enable event triggering + unblockEvent : function(){ + this._evs_events._block = false; + }, + mapEvent:function(map){ + webix.extend(this._evs_map, map, true); + }, + on_setter:function(config){ + if(config){ + for(var i in config){ + var method = webix.toFunctor(config[i], this.$scope); + var sub = i.indexOf("->"); + if (sub !== -1){ + this[i.substr(0,sub)].attachEvent(i.substr(sub+2), webix.bind(method, this)); + } else + this.attachEvent(i, method); + } + } + }, + //trigger event + callEvent:function(type,params){ + if (this._evs_events._block) return true; + + type = type.toLowerCase(); + var event_stack =this._evs_events[type.toLowerCase()]; //all events for provided name + var return_value = true; + + if (webix.log) + if ((webix.debug || this.debug) && !webix.debug_blacklist[type]) //can slowdown a lot + webix.log("info","["+this.name+"@"+((this._settings||{}).id)+"] event:"+type,params); + + if (event_stack) + for(var i=0; i=0) this.splice(pos,(len||1)); + }, + //find element in collection and remove it + remove:function(value){ + this.removeAt(this.find(value)); + }, + //add element to collection at specific position + insertAt:function(data,pos){ + if (!pos && pos!==0) //add to the end by default + this.push(data); + else { + var b = this.splice(pos,(this.length-pos)); + this[pos] = data; + this.push.apply(this,b); //reconstruct array without loosing this pointer + } + }, + //return index of element, -1 if it doesn't exists + find:function(data){ + for (var i=0; i -1){ + webix.env.cssPrefix = css_list[found_index]; + var jp = webix.env.jsPrefix = js_list[found_index]; + + webix.env.transform = jp ? jp+"Transform" : "transform"; + webix.env.transition = jp ? jp+"Transition" : "transition"; + webix.env.transitionDuration = jp ? jp+"TransitionDuration" : "transitionDuration"; + + d.style[webix.env.transform] = "translate3d(0,0,0)"; + webix.env.translate = (d.style[webix.env.transform])?"translate3d":"translate"; + webix.env.transitionEnd = ((webix.env.cssPrefix == '-Moz-')?"transitionend":(jp ? jp+"TransitionEnd" : "transitionend")); + } + + webix.env.pointerevents = (!webix.env.isIE ||(new RegExp("Trident/.*rv:11")).exec(agent) !== null); +})(); + + +webix.env.svg = (function(){ + return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1"); +})(); + +webix.env.svganimation = (function(){ + return document.implementation.hasFeature("https://www.w3.org/TR/SVG11/feature#SVG-animation", "1.1"); +})(); + + +//html helpers +webix.html={ + _native_on_selectstart:0, + _style_element:{}, + denySelect:function(){ + if (!webix._native_on_selectstart) + webix._native_on_selectstart = document.onselectstart; + document.onselectstart = webix.html.stopEvent; + }, + allowSelect:function(){ + if (webix._native_on_selectstart !== 0){ + document.onselectstart = webix._native_on_selectstart||null; + } + webix._native_on_selectstart = 0; + + }, + index:function(node){ + var k=0; + //must be =, it is not a comparation! + while ((node = node.previousSibling)) k++; + return k; + }, + _style_cache:{}, + createCss:function(rule, sufix){ + var text = ""; + sufix = sufix || ""; + + for (var key in rule) + text+= key+":"+rule[key]+";"; + + var name = this._style_cache[text+sufix]; + if (!name){ + name = "s"+webix.uid(); + this.addStyle("."+name+(sufix||"")+"{"+text+"}"); + this._style_cache[text+sufix] = name; + } + return name; + }, + addStyle:function(rule, group){ + var style = group ? this._style_element[group] :this._style_element["default"]; + if(!style){ + style = document.createElement("style"); + style.setAttribute("type", "text/css"); + style.setAttribute("media", "screen,print"); + document.getElementsByTagName("head")[0].appendChild(style); + + if (group) + this._style_element[group] = style; + else + this._style_element["default"] = style; + } + /*IE8*/ + if (style.styleSheet) + style.styleSheet.cssText += rule; + else + style.appendChild(document.createTextNode(rule)); + }, + removeStyle:function(group){ + var box = this._style_element[group||"default"]; + if (box) + box.innerHTML = ""; + }, + create:function(name,attrs,html){ + attrs = attrs || {}; + var node = document.createElement(name); + for (var attr_name in attrs) + node.setAttribute(attr_name, attrs[attr_name]); + if (attrs.style) + node.style.cssText = attrs.style; + if (attrs["class"]) + node.className = attrs["class"]; + if (html) + node.innerHTML=html; + return node; + }, + //return node value, different logic for different html elements + getValue:function(node){ + node = webix.toNode(node); + if (!node) return ""; + return webix.isUndefined(node.value)?node.innerHTML:node.value; + }, + //remove html node, can process an array of nodes at once + remove:function(node){ + if (node instanceof Array) + for (var i=0; i < node.length; i++) + this.remove(node[i]); + else if (node && node.parentNode) + node.parentNode.removeChild(node); + }, + //insert new node before sibling, or at the end if sibling doesn't exist + insertBefore: function(node,before,rescue){ + if (!node) return; + if (before && before.parentNode) + before.parentNode.insertBefore(node, before); + else + rescue.appendChild(node); + }, + //return custom ID from html element + //will check all parents starting from event's target + locate:function(e,id){ + var trg; + if (e.tagName) + trg = e; + else { + e=e||event; + trg=e.target||e.srcElement; + } + + while (trg){ + if (trg.getAttribute){ //text nodes has not getAttribute + var test = trg.getAttribute(id); + if (test) return test; + } + trg=trg.parentNode; + } + return null; + }, + //returns position of html element on the page + offset:function(elem) { + if (elem.getBoundingClientRect) { //HTML5 method + var box = elem.getBoundingClientRect(); + var body = document.body; + var docElem = document.documentElement; + var scrollTop = window.pageYOffset || docElem.scrollTop || body.scrollTop; + var scrollLeft = window.pageXOffset || docElem.scrollLeft || body.scrollLeft; + var clientTop = docElem.clientTop || body.clientTop || 0; + var clientLeft = docElem.clientLeft || body.clientLeft || 0; + var top = box.top + scrollTop - clientTop; + var left = box.left + scrollLeft - clientLeft; + return { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight }; + } else { //fallback to naive approach + var top=0, left=0; + while(elem) { + top = top + parseInt(elem.offsetTop,10); + left = left + parseInt(elem.offsetLeft,10); + elem = elem.offsetParent; + } + return { y: top, x: left, width:elem.offsetHeight, height:elem.offsetWidth }; + } + }, + //returns relative position of event + posRelative:function(ev){ + ev = ev || event; + if (!webix.isUndefined(ev.offsetX)) + return { x:ev.offsetX, y:ev.offsetY }; //ie, webkit + else + return { x:ev.layerX, y:ev.layerY }; //firefox + }, + //returns position of event + pos:function(ev){ + ev = ev || event; + if (ev.touches && ev.touches[0]) + ev = ev.touches[0]; + + if(ev.pageX || ev.pageY) //FF, KHTML + return {x:ev.pageX, y:ev.pageY}; + //IE + var d = ((webix.env.isIE)&&(document.compatMode != "BackCompat"))?document.documentElement:document.body; + return { + x:ev.clientX + d.scrollLeft - d.clientLeft, + y:ev.clientY + d.scrollTop - d.clientTop + }; + }, + //prevent event action + preventEvent:function(e){ + if(e && e.preventDefault) e.preventDefault(); + if(e) e.returnValue = false; + return webix.html.stopEvent(e); + }, + //stop event bubbling + stopEvent:function(e){ + e = (e||event); + if(e.stopPropagation) e.stopPropagation(); + e.cancelBubble=true; + return false; + }, + triggerEvent:function(node, type, name){ + if(document.createEventObject){ + var ev = document.createEventObject(); + if (node.fireEvent) + node.fireEvent("on"+name, ev); + } else{ + var ev = document.createEvent(type); + ev.initEvent(name, true, true); + if (node.dispatchEvent) + node.dispatchEvent(ev); + } + }, + //add css class to the node + addCss:function(node,name,check){ + if (!check || node.className.indexOf(name) === -1) + node.className+=" "+name; + }, + //remove css class from the node + removeCss:function(node,name){ + node.className=node.className.replace(RegExp(" "+name,"g"),""); + }, + getTextSize:function(text, css, width){ + var d = webix.html.create("DIV",{"class":"webix_view webix_measure_size "+(css||"")},""); + d.style.cssText = "height:auto;visibility:hidden; position:absolute; top:0px; left:0px; overflow:hidden;"+(width?("width:"+width+"px;"):"width:auto;white-space:nowrap;"); + document.body.appendChild(d); + + var all = (typeof text !== "object") ? [text] : text; + var width = 0; + var height = 0; + + for (var i = 0; i < all.length; i++) { + d.innerHTML = all[i]; + width = Math.max(width, d.offsetWidth); + height = Math.max(height, d.offsetHeight); + } + + webix.html.remove(d); + return { width:width, height:height }; + }, + download:function(data, filename){ + var objUrl = false; + + if(typeof data =="object"){//blob + if(window.navigator.msSaveBlob) + return window.navigator.msSaveBlob(data, filename); + else { + data = window.URL.createObjectURL(data); + objUrl = true; + } + } + //data url or blob url + var link = document.createElement("a"); + link.href = data; + link.download = filename; + document.body.appendChild(link); + link.click(); + + webix.delay(function(){ + if(objUrl) window.URL.revokeObjectURL(data); + document.body.removeChild(link); + link.remove(); + }); + }, + _getClassName: function(node){ + if(!node) return ""; + + var className = node.className || ""; + if(className.baseVal)//'className' exist but not a string - IE svg element in DOM + className = className.baseVal; + + if(!className.indexOf) + className = ""; + + return className; + }, + setSelectionRange:function(node, start, end){ + start = start || 0; + end = end || start; + + node.focus(); + if(node.setSelectionRange) + node.setSelectionRange(start, end); + else{ + //ie8 + var textRange = node.createTextRange(); + textRange.collapse(true); + textRange.moveEnd('character', end); + textRange.moveStart('character', start); + textRange.select(); + } + }, + getSelectionRange:function(node){ + if("selectionStart" in node) + return {start:node.selectionStart || 0, end:node.selectionEnd || 0}; + else{ + //ie8 + node.focus(); + var selection = document.selection.createRange(); + var bookmark = selection.getBookmark(); + var textRange = node.createTextRange(); + + textRange.moveToBookmark(bookmark); + var length = textRange.text.length; + + textRange.collapse(true); + textRange.moveStart('character', -node.value.length); + + var start = textRange.text.length; + return {start:start, end: start + length}; + } + } +}; + +webix.ready = function(code){ + if (this._ready) code.call(); + else this._ready_code.push(code); +}; +webix.debug_ready = webix.ready; //same command but will work only in dev. build +webix._ready_code = []; + +//autodetect codebase folder +(function(){ + var temp = document.getElementsByTagName("SCRIPT"); //current script, most probably + webix.assert(temp.length,"Can't locate codebase"); + if (temp.length){ + //full path to script + temp = (temp[temp.length-1].getAttribute("src")||"").split("/"); + //get folder name + temp.splice(temp.length-1, 1); + webix.codebase = temp.slice(0, temp.length).join("/")+"/"; + } + + var ready = function(){ + if(webix.env.isIE) + document.body.className += " webix_ie"; + webix.callEvent("onReady",[]); + }; + + var doit = function(){ + webix._ready = true; + + //global plugins + if (window.webix_ready && webix.isArray(webix_ready)) + webix._ready_code = webix_ready.concat(webix._ready_code); + + for (var i=0; i < webix._ready_code.length; i++) + webix._ready_code[i].call(); + webix._ready_code=[]; + }; + + webix.attachEvent("onReady", function(force){ + if (force) + doit(); + else + webix.delay(doit); + }); + + if (document.readyState == "complete") ready(); + else webix.event(window, "load", ready); + +})(); + +webix.locale=webix.locale||{}; + + +webix.assert_core_ready(); + + +webix.ready(function(){ + webix.event(document.body,"click", function(e){ + webix.callEvent("onClick",[e||event]); + }); +}); +webix.editStop = function(){ + webix.callEvent("onEditEnd", []); +}; + + +webix.debug_blacklist={ + onmousemoving:1 +}; + +/** + +Bazed on Promiz - A fast Promises/A+ library +https://github.com/Zolmeister/promiz + +The MIT License (MIT) + +Copyright (c) 2014 Zolmeister + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +*/ + +/* jshint ignore:start */ +(function (self) { + var now = typeof setImmediate !== 'undefined' ? setImmediate : function(cb) { + setTimeout(cb, 0) + } + + /** + * @constructor + */ + function promise(fn, er) { + var self = this + + self.promise = self + self.state = 'pending' + self.val = null + self.fn = fn || null + self.er = er || null + self.next = []; + } + + promise.prototype.resolve = function (v) { + var self = this + if (self.state === 'pending') { + self.val = v + self.state = 'resolving' + + now(function () { + self.fire() + }) + } + } + + promise.prototype.reject = function (v) { + var self = this + if (self.state === 'pending') { + self.val = v + self.state = 'rejecting' + + now(function () { + self.fire() + }) + } + } + + promise.prototype.then = function (fn, er) { + var self = this + var p = new promise(fn, er) + self.next.push(p) + if (self.state === 'resolved') { + p.resolve(self.val) + } + if (self.state === 'rejected') { + p.reject(self.val) + } + return p + } + promise.prototype.fail = function (er) { + return this.then(null, er) + } + promise.prototype.finish = function (type) { + var self = this + self.state = type + + if (self.state === 'resolved') { + for (var i = 0; i < self.next.length; i++) + self.next[i].resolve(self.val); + } + + if (self.state === 'rejected') { + for (var i = 0; i < self.next.length; i++) + self.next[i].reject(self.val); + + if (webix.assert && !self.next.length) + throw(self.val); + } + } + + // ref : reference to 'then' function + // cb, ec, cn : successCallback, failureCallback, notThennableCallback + promise.prototype.thennable = function (ref, cb, ec, cn, val) { + var self = this + val = val || self.val + if (typeof val === 'object' && typeof ref === 'function') { + try { + // cnt protects against abuse calls from spec checker + var cnt = 0 + ref.call(val, function(v) { + if (cnt++ !== 0) return + cb(v) + }, function (v) { + if (cnt++ !== 0) return + ec(v) + }) + } catch (e) { + ec(e) + } + } else { + cn(val) + } + } + + promise.prototype.fire = function () { + var self = this + // check if it's a thenable + var ref; + try { + ref = self.val && self.val.then + } catch (e) { + self.val = e + self.state = 'rejecting' + return self.fire() + } + + self.thennable(ref, function (v) { + self.val = v + self.state = 'resolving' + self.fire() + }, function (v) { + self.val = v + self.state = 'rejecting' + self.fire() + }, function (v) { + self.val = v + + if (self.state === 'resolving' && typeof self.fn === 'function') { + try { + self.val = self.fn.call(undefined, self.val) + } catch (e) { + self.val = e + return self.finish('rejected') + } + } + + if (self.state === 'rejecting' && typeof self.er === 'function') { + try { + self.val = self.er.call(undefined, self.val) + self.state = 'resolving' + } catch (e) { + self.val = e + return self.finish('rejected') + } + } + + if (self.val === self) { + self.val = TypeError() + return self.finish('rejected') + } + + self.thennable(ref, function (v) { + self.val = v + self.finish('resolved') + }, function (v) { + self.val = v + self.finish('rejected') + }, function (v) { + self.val = v + self.state === 'resolving' ? self.finish('resolved') : self.finish('rejected') + }) + + }) + } + + promise.prototype.done = function () { + if (this.state = 'rejected' && !this.next) { + throw this.val + } + return null + } + + promise.prototype.nodeify = function (cb) { + if (typeof cb === 'function') return this.then(function (val) { + try { + cb(null, val) + } catch (e) { + setImmediate(function () { + throw e + }) + } + + return val + }, function (val) { + try { + cb(val) + } catch (e) { + setImmediate(function () { + throw e + }) + } + + return val + }) + + return this + } + + promise.prototype.spread = function (fn, er) { + return this.all().then(function (list) { + return typeof fn === 'function' && fn.apply(null, list) + }, er) + } + + promise.prototype.all = function() { + var self = this + return this.then(function(list){ + var p = new promise() + if(!(list instanceof Array)) { + p.reject(TypeError) + return p + } + + var cnt = 0 + var target = list.length + + function done() { + if (++cnt === target) p.resolve(list) + } + + for(var i=0, l=list.length; i": ">", + '"': """, + "'": "'", + "`": "`" +}; +var badChars = /[&<>"'`]/g; +var escapeChar = function(chr) { + return escape[chr] || "&"; +}; + + +webix.template = function(str){ + if (typeof str == "function") return str; + if (_cache[str]) + return _cache[str]; + + str=(str||"").toString(); + if (str.indexOf("->")!=-1){ + var teststr = str.split("->"); + switch(teststr[0]){ + case "html": //load from some container on the page + str = webix.html.getValue(teststr[1]); + break; + case "http": //load from external file + str = new webix.ajax().sync().get(teststr[1],{uid:webix.uid()}).responseText; + break; + default: + //do nothing, will use template as is + break; + } + } + + //supported idioms + // {obj.attr} => named attribute or value of sub-tag in case of xml + str=(str||"").toString(); + + // Content Security Policy enabled + if(webix.env.strict){ + if (!_csp_cache[str]){ + _csp_cache[str] = []; + + // get an array of objects (not sorted by position) + var temp_res = []; + str.replace(/\{obj\.([^}?]+)\?([^:]*):([^}]*)\}/g,function(search,s1,s2,s3,pos){ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + return obj[s1]?s2:s3; + }}); + }); + str.replace(/\{common\.([^}\(]*)\}/g,function(search,s,pos){ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + return common[s]||''; + }}); + }); + str.replace(/\{common\.([^\}\(]*)\(\)\}/g,function(search,s,pos){ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + return (common[s]?common[s].apply(this, arguments):""); + }}); + }); + str.replace(/\{obj\.([^:}]*)\}/g,function(search,s,pos){ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + return obj[s]; + }}); + }); + str.replace("{obj}",function(search,s,pos){ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + return obj; + }}); + }); + str.replace(/#([^#'";, ]+)#/gi,function(search,s,pos){ + if(s.charAt(0)=="!"){ + s = s.substr(1); + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + if(s.indexOf(".")!= -1) + obj = webix.CodeParser.collapseNames(obj); // apply complex properties + return webix.template.escape(obj[s]); + }}); + } + else{ + temp_res.push({pos: pos, str: search, fn: function(obj,common){ + if(s.indexOf(".")!= -1) + obj = webix.CodeParser.collapseNames(obj); // apply complex properties + return obj[s]; + }}); + } + + }); + + // sort template parts by position + temp_res.sort(function(a,b){ + return (a.pos > b.pos)?1:-1; + }); + + // create an array of functions that return parts of html string + if(temp_res.length){ + var lastPos = 0; + var addStr = function(str,n0,n1){ + _csp_cache[str].push(function(){ + return str.slice(n0,n1); + }); + }; + for(var i = 0; i< temp_res.length; i++){ + var pos = temp_res[i].pos; + addStr(str,lastPos,pos); + _csp_cache[str].push(temp_res[i].fn); + lastPos = pos + temp_res[i].str.length; + } + addStr(str,lastPos,str.length); + } + else + _csp_cache[str].push(function(){return str;}); + } + return function(){ + var s = ""; + for(var i=0; i < _csp_cache[str].length;i++){ + s += _csp_cache[str][i].apply(this,arguments); + } + return s; + }; + } + + str=str.replace(slashes,"\\\\"); + str=str.replace(newlines,"\\n"); + str=str.replace(quotes,"\\\""); + + str=str.replace(/\{obj\.([^}?]+)\?([^:]*):([^}]*)\}/g,"\"+(obj.$1?\"$2\":\"$3\")+\""); + str=str.replace(/\{common\.([^}\(]*)\}/g,"\"+(common.$1||'')+\""); + str=str.replace(/\{common\.([^\}\(]*)\(\)\}/g,"\"+(common.$1?common.$1.apply(this, arguments):\"\")+\""); + str=str.replace(/\{obj\.([^}]*)\}/g,"\"+(obj.$1)+\""); + str=str.replace("{obj}","\"+obj+\""); + str=str.replace(/#([^#'";, ]+)#/gi,function(str, key){ + if (key.charAt(0)=="!") + return "\"+webix.template.escape(obj."+key.substr(1)+")+\""; + else + return "\"+(obj."+key+")+\""; + }); + + try { + _cache[str] = Function("obj","common","return \""+str+"\";"); + } catch(e){ + webix.assert_error("Invalid template:"+str); + } + + return _cache[str]; +}; + + + +webix.template.escape = function(str){ + if (str === webix.undefined || str === null) return ""; + return (str.toString() || "" ).replace(badChars, escapeChar); +}; +webix.template.empty=function(){ return ""; }; +webix.template.bind =function(value){ return webix.bind(webix.template(value),this); }; + + + /* + adds new template-type + obj - object to which template will be added + data - properties of template + */ +webix.type=function(obj, data){ + if (obj.$protoWait){ + if (!obj._webix_type_wait) + obj._webix_type_wait = []; + obj._webix_type_wait.push(data); + return; + } + + //auto switch to prototype, if name of class was provided + if (typeof obj == "function") + obj = obj.prototype; + if (!obj.types){ + obj.types = { "default" : obj.type }; + obj.type.name = "default"; + } + + var name = data.name; + var type = obj.type; + if (name) + type = obj.types[name] = webix.clone(data.baseType?obj.types[data.baseType]:obj.type); + + for(var key in data){ + if (key.indexOf("template")===0) + type[key] = webix.template(data[key]); + else + type[key]=data[key]; + } + + return name; +}; + +})(); + + +webix.Settings={ + $init:function(){ + /* + property can be accessed as this.config.some + in same time for inner call it have sense to use _settings + because it will be minified in final version + */ + this._settings = this.config= {}; + }, + define:function(property, value){ + if (typeof property == "object") + return this._parseSeetingColl(property); + return this._define(property, value); + }, + _define:function(property,value){ + //method with name {prop}_setter will be used as property setter + //setter is optional + var setter = this[property+"_setter"]; + return (this._settings[property]=setter?setter.call(this,value,property):value); + }, + //process configuration object + _parseSeetingColl:function(coll){ + if (coll){ + for (var a in coll) //for each setting + this._define(a,coll[a]); //set value through config + } + }, + //helper for object initialization + _parseSettings:function(obj,initial){ + //initial - set of default values + var settings = {}; + if (initial) + settings = webix.extend(settings,initial); + + //code below will copy all properties over default one + if (typeof obj == "object" && !obj.tagName) + webix.extend(settings,obj, true); + //call config for each setting + this._parseSeetingColl(settings); + }, + _mergeSettings:function(config, defaults){ + for (var key in defaults) + switch(typeof config[key]){ + case "object": + config[key] = this._mergeSettings((config[key]||{}), defaults[key]); + break; + case "undefined": + config[key] = defaults[key]; + break; + default: //do nothing + break; + } + return config; + } +}; +/* + ajax operations + + can be used for direct loading as + webix.ajax(ulr, callback) + or + webix.ajax().getItem(url) + webix.ajax().post(url) + +*/ + + + + + +webix.proxy = function(name, source, extra){ + webix.assert(webix.proxy[name], "Invalid proxy name: "+name); + + var copy = webix.copy(webix.proxy[name]); + copy.source = source; + + if (extra) + webix.extend(copy, extra, true); + + if (copy.init) copy.init(); + return copy; +}; + +webix.proxy.$parse = function(value){ + if (typeof value == "string" && value.indexOf("->") != -1){ + var parts = value.split("->"); + return webix.proxy(parts[0], parts[1]); + } + return value; +}; + +webix.proxy.post = { + $proxy:true, + load:function(view, callback, params){ + params = webix.extend(params||{}, this.params || {}, true); + webix.ajax().bind(view).post(this.source, params, callback); + } +}; + +webix.proxy.sync = { + $proxy:true, + load:function(view, callback){ + webix.ajax().sync().bind(view).get(this.source, null, callback); + } +}; + +webix.proxy.connector = { + $proxy:true, + + connectorName:"!nativeeditor_status", + load:function(view, callback){ + webix.ajax(this.source, callback, view); + }, + saveAll:function(view, updates, dp, callback){ + var url = this.source; + + var data = {}; + var ids = []; + for (var i = 0; i < updates.length; i++) { + var action = updates[i]; + ids.push(action.id); + + for (var j in action.data) + if (j.indexOf("$")!==0) + data[action.id+"_"+j] = action.data[j]; + data[action.id+"_"+this.connectorName] = action.operation; + } + + data.ids = ids.join(","); + data.webix_security = webix.securityKey; + + url += (url.indexOf("?") == -1) ? "?" : "&"; + url += "editing=true"; + + webix.ajax().post(url, data, callback); + }, + result:function(state, view, dp, text, data, loader){ + data = data.xml(); + if (!data) + return dp._processError(null, text, data, loader); + + + var actions = data.data.action; + if (!actions.length) + actions = [actions]; + + + var hash = []; + + for (var i = 0; i < actions.length; i++) { + var obj = actions[i]; + hash.push(obj); + + obj.status = obj.type; + obj.id = obj.sid; + obj.newid = obj.tid; + + dp.processResult(obj, obj, {text:text, data:data, loader:loader}); + } + + return hash; + } +}; + +webix.proxy.debug = { + $proxy:true, + load:function(){}, + save:function(v,u,d,c){ + webix.delay(function(){ + window.console.log("[DP] "+u.id+" -> "+u.operation, u.data); + var data = { + id:u.data.id, + newid:u.data.id, + status:u.data.operation + }; + d.processResult(data, data); + }); + } +}; + +webix.proxy.rest = { + $proxy:true, + load:function(view, callback){ + webix.ajax(this.source, callback, view); + }, + save:function(view, update, dp, callback){ + return webix.proxy.rest._save_logic.call(this, view, update, dp, callback, webix.ajax()); + }, + _save_logic:function(view, update, dp, callback, ajax){ + var url = this.source; + var query = ""; + var mark = url.indexOf("?"); + + if (mark !== -1){ + query = url.substr(mark); + url = url.substr(0, mark); + } + + url += url.charAt(url.length-1) == "/" ? "" : "/"; + var mode = update.operation; + + + var data = update.data; + if (mode == "insert") delete data.id; + + //call rest URI + if (mode == "update"){ + ajax.put(url + data.id + query, data, callback); + } else if (mode == "delete") { + ajax.del(url + data.id + query, data, callback); + } else { + ajax.post(url + query, data, callback); + } + } +}; + +webix.proxy.json = { + $proxy:true, + load:function(view, callback){ + webix.ajax(this.source, callback, view); + }, + save:function(view, update, dp, callback){ + var ajax = webix.ajax().headers({ "Content-Type":"application/json" }); + return webix.proxy.rest._save_logic.call(this, view, update, dp, callback, ajax); + } +}; + +webix.proxy.faye = { + $proxy:true, + init:function(){ + this.clientId = this.clientId || webix.uid(); + }, + load:function(view){ + var selfid = this.clientId; + + this.client.subscribe(this.source, function(update){ + if (update.clientId == selfid) return; + + webix.dp(view).ignore(function(){ + if (update.operation == "delete") + view.remove(update.data.id); + else if (update.operation == "insert") + view.add(update.data); + else if (update.operation == "update"){ + var item = view.getItem(update.data.id); + if (item){ + webix.extend(item, update.data, true); + view.refresh(item.id); + } + } + }); + }); + }, + save:function(view, update, dp, callback){ + update.clientId = this.clientId; + this.client.publish(this.source, update); + } +}; + +//indexdb->database/collection +webix.proxy.indexdb = { + $proxy:true, + create:function(db, config, version, callback){ + this.source = db + "/"; + this._get_db(callback, version, function(e){ + var db = e.target.result; + for (var key in config){ + var data = config[key]; + var store = db.createObjectStore(key, { keyPath: "id", autoIncrement:true }); + for (var i = 0; i < data.length; i++) + store.put(data[i]); + } + }); + }, + _get_db:function(callback, version, upgrade){ + if (this.source.indexOf("/") != -1){ + var parts = this.source.split("/"); + this.source = parts[1]; + version = version || parts[2]; + + var _index = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB; + + var db; + if (version) + db = _index.open(parts[0], version); + else + db = _index.open(parts[0]); + + if (upgrade) + db.onupgradeneeded = upgrade; + db.onerror = function(){ }; + db.onblocked = function(){ }; + db.onsuccess = webix.bind(function(e){ + this.db = e.target.result; + if (callback) + callback.call(this); + },this); + } else if (this.db) + callback.call(this); + else + webix.delay(this._get_db, this, [callback], 50); + }, + + load:function(view, callback){ + this._get_db(function(){ + var store = this.db.transaction(this.source).objectStore(this.source); + var data = []; + + store.openCursor().onsuccess = function(e) { + var result = e.target.result; + if(result){ + data.push(result.value); + result["continue"](); + } else { + view.parse(data); + webix.ajax.$callback(view, callback, "[]", data); + } + }; + }); + }, + save:function(view, update, dp, callback){ + this._get_db(function(){ + var mode = update.operation; + var data = update.data; + var id = update.id; + + var store = this.db.transaction([this.source], "readwrite").objectStore(this.source); + + var req; + if (mode == "delete") + req = store["delete"](id); + else if (mode == "update") + req = store.put(data); + else if (mode == "insert"){ + delete data.id; + req = store.add(data); + } + + req.onsuccess = function(e) { + var result = { status: mode, id:update.id }; + if (mode == "insert") + result.newid = e.target.result; + dp.processResult(result, result); + }; + }); + } +}; + +webix.proxy.binary = { + $proxy:true, + load:function(view, callback){ + var parts = this.source.split("@"); + var ext = parts[0].split(".").pop(); + return webix.ajax().response("arraybuffer").get(parts[0]).then(function(res){ + var options = { ext:ext, dataurl : parts[1] }; + webix.ajax.$callback(view, callback, "", { data:res, options:options }, -1); + }); + } +}; + +webix.ajax = function(url,params,call){ + //if parameters was provided - made fast call + if (arguments.length!==0) + return (new webix.ajax()).get(url,params,call); + + if (!this.getXHR) return new webix.ajax(); //allow to create new instance without direct new declaration + + return this; +}; +webix.ajax.count = 0; +webix.ajax.prototype={ + master:null, + //creates xmlHTTP object + getXHR:function(){ + return new XMLHttpRequest(); + }, + stringify:function(obj){ + return webix.stringify(obj); + }, + /* + send data to the server + params - hash of properties which will be added to the url + call - callback, can be an array of functions + */ + _send:function(url, params, call, mode){ + var master; + if (params && (webix.isArray(params) || (typeof (params.success || params.error || params) == "function"))){ + master = call; + call = params; + params = null; + } + + var defer = webix.promise.defer(); + + var x=this.getXHR(); + if (!webix.isArray(call)) + call = [call]; + + call.push({ success: function(t, d){ defer.resolve(d); }, + error: function(t, d){ defer.reject(x); }}); + + var headers = this._header || {}; + + if (!webix.callEvent("onBeforeAjax", [mode, url, params, x, headers, null, defer])) return; + + //add content-type to POST|PUT|DELETE + var json_mode = false; + if (mode !== 'GET'){ + var found = false; + for (var key in headers) + if (key.toString().toLowerCase() == "content-type"){ + found = true; + if (headers[key] == "application/json") + json_mode = true; + } + if (!found) + headers['Content-Type'] = 'application/x-www-form-urlencoded'; + } + + //add extra params to the url + if (typeof params == "object" && !(window.FormData && (params instanceof window.FormData))){ + if (json_mode) + params = this.stringify(params); + else { + var t=[]; + for (var a in params){ + var value = params[a]; + if (value === null || value === webix.undefined) + value = ""; + if(typeof value==="object") + value = this.stringify(value); + t.push(a+"="+encodeURIComponent(value));// utf-8 escaping + } + params=t.join("&"); + } + } + + if (params && mode==='GET'){ + url=url+(url.indexOf("?")!=-1 ? "&" : "?")+params; + params = null; + } + + x.open(mode, url, !this._sync); + + var type = this._response; + if (type) x.responseType = type; + + //if header was provided - use it + for (var key in headers) + x.setRequestHeader(key, headers[key]); + + //async mode, define loading callback + var self=this; + this.master = this.master || master; + x.onreadystatechange = function(){ + if (!x.readyState || x.readyState == 4){ + if (webix.debug_time) webix.log_full_time("data_loading"); //log rendering time + + webix.ajax.count++; + if (call && self && !x.aborted){ + //IE8 and IE9, handling .abort call + if (webix._xhr_aborted.find(x) != -1) + return webix._xhr_aborted.remove(x); + + var owner = self.master||self; + + var is_error = x.status >= 400 || x.status === 0; + var text, data; + if (x.responseType == "blob" || x.responseType == "arraybuffer"){ + text = ""; + data = x.response; + } else { + text = x.responseText||""; + data = self._data(x); + } + + webix.ajax.$callback(owner, call, text, data, x, is_error); + } + if (self) self.master=null; + call=self=master=null; //anti-leak + } + }; + + if (this._timeout) + x.timeout = this._timeout; + + //IE can use sync mode sometimes, fix it + if (!this._sync) + setTimeout(function(){ + if (!x.aborted){ + //abort handling in IE9 + if (webix._xhr_aborted.find(x) != -1) + webix._xhr_aborted.remove(x); + else + x.send(params||null); + } + }, 1); + else + x.send(params||null); + + if (this.master && this.master._ajax_queue) + this.master._ajax_queue.push(x); + + return this._sync?x:defer; //return XHR, which can be used in case of sync. mode + }, + _data:function(x){ + return { + xml:function(){ + try{ + return webix.DataDriver.xml.tagToObject(webix.DataDriver.xml.toObject(x.responseText, this)); + } + catch(e){ + webix.log(x.responseText); + webix.log(e.toString()); webix.assert_error("Invalid xml data for parsing"); + } + }, + rawxml:function(){ + if (!window.XPathResult) + return webix.DataDriver.xml.fromString(x.responseText); + return x.responseXML; + }, + text:function(){ return x.responseText; }, + json:function(){ + return webix.DataDriver.json.toObject(x.responseText, false); + } + }; + }, + //GET request + get:function(url,params,call){ + return this._send(url,params,call,"GET"); + }, + //POST request + post:function(url,params,call){ + return this._send(url,params,call,"POST"); + }, + //PUT request + put:function(url,params,call){ + return this._send(url,params,call,"PUT"); + }, + //DELETE request + del:function(url,params,call){ + return this._send(url,params,call,"DELETE"); + }, + //PATCH request + patch:function(url,params,call){ + return this._send(url,params,call,"PATCH"); + }, + + sync:function(){ + this._sync = true; + return this; + }, + timeout:function(num){ + this._timeout = num; + return this; + }, + response:function(value){ + this._response = value; + return this; + }, + //deprecated, remove in 3.0 + //[DEPRECATED] + header:function(header){ + webix.assert(false, "ajax.header is deprecated in favor of ajax.headers"); + this._header = header; + return this; + }, + headers:function(header){ + this._header = webix.extend(this._header||{},header); + return this; + }, + bind:function(master){ + this.master = master; + return this; + } +}; +webix.ajax.$callback = function(owner, call, text, data, x, is_error){ + if (owner.$destructed) return; + if (x === -1 && data && typeof data.json == "function") + data = data.json(); + + if (is_error) + webix.callEvent("onAjaxError", [x]); + + if (!webix.isArray(call)) + call = [call]; + + if (!is_error) + for (var i=0; i < call.length; i++){ + if (call[i]){ + var before = call[i].before; + if (before) + before.call(owner, text, data, x); + } + } + + for (var i=0; i < call.length; i++) //there can be multiple callbacks + if (call[i]){ + var method = (call[i].success||call[i]); + if (is_error) + method = call[i].error; + if (method && method.call) + method.call(owner,text,data,x); + } +}; + +/*submits values*/ +webix.send = function(url, values, method, target){ + var form = webix.html.create("FORM",{ + "target":(target||"_self"), + "action":url, + "method":(method||"POST") + },""); + for (var k in values) { + var field = webix.html.create("INPUT",{"type":"hidden","name": k,"value": values[k]},""); + form.appendChild(field); + } + form.style.display = "none"; + document.body.appendChild(form); + form.submit(); + document.body.removeChild(form); +}; + + +webix.AtomDataLoader={ + $init:function(config){ + //prepare data store + this.data = {}; + this.waitData = webix.promise.defer(); + + if (config) + this._settings.datatype = config.datatype||"json"; + this.$ready.push(this._load_when_ready); + }, + _load_when_ready:function(){ + this._ready_for_data = true; + + if (this._settings.url) + this.url_setter(this._settings.url); + if (this._settings.data) + this.data_setter(this._settings.data); + }, + url_setter:function(value){ + value = webix.proxy.$parse(value); + + if (!this._ready_for_data) return value; + this.load(value, this._settings.datatype); + return value; + }, + data_setter:function(value){ + if (!this._ready_for_data) return value; + this.parse(value, this._settings.datatype); + return true; + }, + //loads data from external URL + load:function(url,call){ + var details = arguments[2] || null; + + if(!this.callEvent("onBeforeLoad",[])) + return webix.promise.reject(); + + if (typeof call == "string"){ //second parameter can be a loading type or callback + //we are not using setDriver as data may be a non-datastore here + this.data.driver = webix.DataDriver[call]; + call = arguments[2]; + } else if (!this.data.driver) + this.data.driver = webix.DataDriver.json; + + //load data by async ajax call + //loading_key - can be set by component, to ignore data from old async requests + var callback = [{ + success: this._onLoad, + error: this._onLoadError + }]; + + if (call){ + if (webix.isArray(call)) + callback.push.apply(callback,call); + else + callback.push(call); + } + + //proxy + url = webix.proxy.$parse(url); + if (url.$proxy && url.load) + return url.load(this, callback, details); + + //promize + if (typeof url === "function"){ + return url(details).then( + webix.bind(function(data){ + webix.ajax.$callback(this, callback, "", data, -1); + }, this), + webix.bind(function(x){ + webix.ajax.$callback(this, callback, "", null, x, true); + }, this) + ); + } + + //normal url + return webix.ajax(url,callback,this); + }, + //loads data from object + parse:function(data,type){ + //[webix.remote] + if (data && data.then && typeof data.then == "function"){ + return data.then(webix.bind(function(data){ + if (data && typeof data.json == "function") + data = data.json(); + this.parse(data, type); + }, this)); + } + + //loading data from other component + if (data && data.sync && this.sync) + return this._syncData(data); + + if(!this.callEvent("onBeforeLoad",[])) + return webix.promise.reject(); + + this.data.driver = webix.DataDriver[type||"json"]; + this._onLoad(data,null); + }, + _syncData: function(data){ + if(this.data) + this.data.attachEvent("onSyncApply",webix.bind(function(){ + if(this._call_onready) + this._call_onready(); + },this)); + + this.sync(data); + }, + _parse:function(data){ + var parsed, record, + driver = this.data.driver; + + record = driver.getRecords(data)[0]; + parsed = record?driver.getDetails(record):{}; + + if (this.setValues) + this.setValues(parsed); + else + this.data = parsed; + }, + _onLoadContinue:function(data, text, response, loader){ + if (data){ + if(!this.$onLoad || !this.$onLoad(data, this.data.driver)){ + if(this.data && this.data._parse) + this.data._parse(data); //datastore + else + this._parse(data); + } + } + else + this._onLoadError(text, response, loader); + + //data loaded, view rendered, call onready handler + if(this._call_onready) + this._call_onready(); + + this.callEvent("onAfterLoad",[]); + this.waitData.resolve(); + }, + //default after loading callback + _onLoad:function(text, response, loader){ + var driver = this.data.driver; + var data; + + if (loader === -1) + data = driver.toObject(response); + else{ + //ignore data loading command if data was reloaded + if(this._ajax_queue) + this._ajax_queue.remove(loader); + data = driver.toObject(text, response); + } + + if(!data || !data.then) + this._onLoadContinue(data); + else if(data.then && typeof data.then == "function") + data.then(webix.bind(this._onLoadContinue, this)); + }, + _onLoadError:function(text, xml, xhttp){ + this.callEvent("onAfterLoad",[]); + this.callEvent("onLoadError",arguments); + webix.callEvent("onLoadError", [text, xml, xhttp, this]); + }, + _check_data_feed:function(data){ + if (!this._settings.dataFeed || this._ignore_feed || !data) return true; + var url = this._settings.dataFeed; + if (typeof url == "function") + return url.call(this, (data.id||data), data); + url = url+(url.indexOf("?")==-1?"?":"&")+"action=get&id="+encodeURIComponent(data.id||data); + if(!this.callEvent("onBeforeLoad",[])) + return false; + webix.ajax(url, function(text,xml,loader){ + this._ignore_feed=true; + var driver = webix.DataDriver.json; + var data = driver.toObject(text, xml); + if (data) + this.setValues(driver.getDetails(driver.getRecords(data)[0])); + else + this._onLoadError(text,xml,loader); + this._ignore_feed=false; + this.callEvent("onAfterLoad",[]); + }, this); + return false; + } +}; + +/* + Abstraction layer for different data types +*/ + +webix.DataDriver={}; +webix.DataDriver.json={ + //convert json string to json object if necessary + toObject:function(data){ + if (!data) return null; + if (typeof data == "string"){ + try{ + if (this.parseDates){ + var isodate = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(.\d{1-3})?Z/; + data = JSON.parse(data, function(key, value){ + if (typeof value == "string"){ + if (isodate.test(value)) + return new Date(value); + } + return value; + }); + } else { + data =JSON.parse(data); + } + } catch(e){ + webix.log(e); + webix.log(data); + webix.assert_error("Invalid JSON data for parsing"); + return null; + } + } + + return data; + }, + //get array of records + getRecords:function(data){ + if (data && data.data) + data = data.data; + + if (data && !webix.isArray(data)) + return [data]; + return data; + }, + //get hash of properties for single record + getDetails:function(data){ + if (typeof data == "string") + return { id:(data||webix.uid()), value:data }; + return data; + }, + getOptions:function(data){ + return data.collections; + }, + //get count of data and position at which new data need to be inserted + getInfo:function(data){ + return { + size:(data.total_count||0), + from:(data.pos||0), + parent:(data.parent||0), + config:(data.config), + key:(data.webix_security) + }; + }, + child:"data", + parseDates:false +}; + +webix.DataDriver.html={ + /* + incoming data can be + - ID of parent container + - HTML text + */ + toObject:function(data){ + if (typeof data == "string"){ + var t=null; + if (data.indexOf("<")==-1) //if no tags inside - probably its an ID + t = webix.toNode(data); + if (!t){ + t=document.createElement("DIV"); + t.innerHTML = data; + } + + return t.firstChild; + } + return data; + }, + //get array of records + getRecords:function(node){ + return node.getElementsByTagName(this.tag); + }, + //get hash of properties for single record + getDetails:function(data){ + return webix.DataDriver.xml.tagToObject(data); + }, + getOptions:function(){ + return false; + }, + //dyn loading is not supported by HTML data source + getInfo:function(data){ + return { + size:0, + from:0 + }; + }, + tag: "LI" +}; + +webix.DataDriver.jsarray={ + //parse jsarray string to jsarray object if necessary + toObject:function(data){ + if (typeof data == "string") + return JSON.parse(data); + return data; + }, + //get array of records + getRecords:function(data){ + if (data && data.data) + data = data.data; + return data; + }, + //get hash of properties for single record, in case of array they will have names as "data{index}" + getDetails:function(data){ + var result = {}; + for (var i=0; i < data.length; i++) + result["data"+i]=data[i]; + if (this.idColumn !== null) + result.id = data[this.idColumn]; + + return result; + }, + getOptions:function(){ return false; }, + //dyn loading is not supported by js-array data source + getInfo:function(data){ + return { + size:0, + from:0 + }; + }, + idColumn:null +}; + +webix.DataDriver.csv={ + //incoming data always a string + toObject:function(data){ + return data; + }, + //get array of records + getRecords:function(data){ + return data.split(this.row); + }, + //get hash of properties for single record, data named as "data{index}" + getDetails:function(data){ + data = this.stringToArray(data); + var result = {}; + for (var i=0; i < data.length; i++) + result["data"+i]=data[i]; + + if (this.idColumn !== null) + result.id = data[this.idColumn]; + + return result; + }, + getOptions:function(){ return false; }, + //dyn loading is not supported by csv data source + getInfo:function(data){ + return { + size:0, + from:0 + }; + }, + //split string in array, takes string surrounding quotes in account + stringToArray:function(data){ + data = data.split(this.cell); + for (var i=0; i < data.length; i++) + data[i] = data[i].replace(/^[ \t\n\r]*(\"|)/g,"").replace(/(\"|)[ \t\n\r]*$/g,""); + return data; + }, + idColumn:null, + row:"\n", //default row separator + cell:"," //default cell separator +}; + +webix.DataDriver.xml={ + _isValidXML:function(data){ + if (!data || !data.documentElement) + return null; + if (data.getElementsByTagName("parsererror").length) + return null; + return data; + }, + //convert xml string to xml object if necessary + toObject:function(text, response){ + var data = response ? (response.rawxml ? response.rawxml() : response) :null; + if (this._isValidXML(data)) + return data; + if (typeof text == "string") + data = this.fromString(text.replace(/^[\s]+/,"")); + else + data = text; + + if (this._isValidXML(data)) + return data; + return null; + }, + //get array of records + getRecords:function(data){ + return this.xpath(data,this.records); + }, + records:"/*/item", + child:"item", + config:"/*/config", + //get hash of properties for single record + getDetails:function(data){ + return this.tagToObject(data,{}); + }, + getOptions:function(){ + return false; + }, + //get count of data and position at which new data_loading need to be inserted + getInfo:function(data){ + + var config = this.xpath(data, this.config); + if (config.length) + config = this.assignTypes(this.tagToObject(config[0],{})); + else + config = null; + + return { + size:(data.documentElement.getAttribute("total_count")||0), + from:(data.documentElement.getAttribute("pos")||0), + parent:(data.documentElement.getAttribute("parent")||0), + config:config, + key:(data.documentElement.getAttribute("webix_security")||null) + }; + }, + //xpath helper + xpath:function(xml,path){ + if (window.XPathResult){ //FF, KHTML, Opera + var node=xml; + if(xml.nodeName.indexOf("document")==-1) + xml=xml.ownerDocument; + var res = []; + var col = xml.evaluate(path, node, null, XPathResult.ANY_TYPE, null); + var temp = col.iterateNext(); + while (temp){ + res.push(temp); + temp = col.iterateNext(); + } + return res; + } + else { + var test = true; + try { + if (typeof(xml.selectNodes)=="undefined") + test = false; + } catch(e){ /*IE7 and below can't operate with xml object*/ } + //IE + if (test) + return xml.selectNodes(path); + else { + //there is no interface to do XPath + //use naive approach + var name = path.split("/").pop(); + + return xml.getElementsByTagName(name); + } + } + }, + assignTypes:function(obj){ + for (var k in obj){ + var test = obj[k]; + if (typeof test == "object") + this.assignTypes(test); + else if (typeof test == "string"){ + if (test === "") + continue; + if (test == "true") + obj[k] = true; + else if (test == "false") + obj[k] = false; + else if (test == test*1) + obj[k] = obj[k]*1; + } + } + return obj; + }, + //convert xml tag to js object, all subtags and attributes are mapped to the properties of result object + tagToObject:function(tag,z){ + var isArray = tag.nodeType == 1 && tag.getAttribute("stack"); + var hasSubTags = 0; + + if (!isArray){ + z=z||{}; + + + //map attributes + var a=tag.attributes; + if(a && a.length) + for (var i=0; inot as file://", + expire:-1 + }); + else + window.alert("Please open sample by http, not as file://"); + } + }); + +}); + + + +//UI interface +webix.BaseBind = { + bind:function(target, rule, format){ + if (!this.attachEvent) + webix.extend(this, webix.EventSystem); + + if (typeof target == 'string') + target = webix.$$(target); + + if (target._initBindSource) target._initBindSource(); + if (this._initBindSource) this._initBindSource(); + + + + if (!target.getBindData) + webix.extend(target, webix.BindSource); + + this._bind_ready(); + + target.addBind(this._settings.id, rule, format); + this._bind_source = target._settings.id; + + if (webix.debug_bind) + webix.log("[bind] "+this.name+"@"+this._settings.id+" <= "+target.name+"@"+target._settings.id); + + var target_id = this._settings.id; + //FIXME - check for touchable is not the best solution, to detect necessary event + this._bind_refresh_handler = this.attachEvent(this.touchable?"onAfterRender":"onBindRequest", function(){ + return target.getBindData(target_id); + }); + + if (this.refresh && this.isVisible(this._settings.id)) + this.refresh(); + }, + unbind:function(){ + if (this._bind_source){ + var target = webix.$$(this._bind_source); + if (target) + target.removeBind(this._settings.id); + this.detachEvent(this._bind_refresh_handler); + this._bind_source = null; + } + }, + _bind_ready:function(){ + var config = this._settings; + if (this.filter){ + var key = config.id; + this.data._on_sync = webix.bind(function(){ + webix.$$(this._bind_source)._bind_updated[key] = false; + }, this); + } + + var old_render = this.render; + this.render = function(){ + if (this._in_bind_processing) return; + + this._in_bind_processing = true; + var result = this.callEvent("onBindRequest"); + this._in_bind_processing = false; + + return old_render.apply(this, ((result === false)?arguments:[])); + }; + + if (this.getValue||this.getValues) + this.save = function(data){ + var source = webix.$$(this._bind_source); + if (data) + source.setBindData(data); + else { + if (this.validate && !this.validate()) return false; + var values = this.getValue?this.getValue:this.getValues(); + source.setBindData(values,this._settings.id); + //reset form, so it will be counted as saved + if (this.setDirty) + this.setDirty(false); + } + }; + + this._bind_ready = function(){}; + } +}; + +//bind interface +webix.BindSource = { + $init:function(){ + this._bind_hash = {}; //rules per target + this._bind_updated = {}; //update flags + this._ignore_binds = {}; + + //apply specific bind extension + this._bind_specific_rules(this); + }, + saveBatch:function(code){ + this._do_not_update_binds = true; + code.call(this); + this._do_not_update_binds = false; + this._update_binds(); + }, + setBindData:function(data, key){ + //save called, updating master data + if (key) + this._ignore_binds[key] = true; + + if (webix.debug_bind) + webix.log("[bind:save] "+this.name+"@"+this._settings.id+" <= "+"@"+key); + if (this.setValue) + this.setValue(data); + else if (this.setValues) + this.setValues(data); + else { + var id = this.getCursor(); + if (id) + this.updateItem(id, data); + else + this.add(data); + } + this.callEvent("onBindUpdate", [data, key]); + if (this.save) + this.save(); + + if (key) + this._ignore_binds[key] = false; + }, + //fill target with data + getBindData:function(key, update){ + //fire only if we have data updates from the last time + if (this._bind_updated[key]) return false; + var target = webix.$$(key); + //fill target only when it visible + if (target.isVisible(target._settings.id)){ + this._bind_updated[key] = true; + if (webix.debug_bind) + webix.log("[bind:request] "+this.name+"@"+this._settings.id+" => "+target.name+"@"+target._settings.id); + this._bind_update(target, this._bind_hash[key][0], this._bind_hash[key][1]); //trigger component specific updating logic + if (update && target.filter) + target.refresh(); + } + }, + //add one more bind target + addBind:function(source, rule, format){ + this._bind_hash[source] = [rule, format]; + }, + removeBind:function(source){ + delete this._bind_hash[source]; + delete this._bind_updated[source]; + delete this._ignore_binds[source]; + }, + //returns true if object belong to "collection" type + _bind_specific_rules:function(obj){ + if (obj.filter) + webix.extend(this, webix.CollectionBind); + else if (obj.setValue) + webix.extend(this, webix.ValueBind); + else + webix.extend(this, webix.RecordBind); + }, + //inform all binded objects, that source data was updated + _update_binds:function(){ + if (!this._do_not_update_binds) + for (var key in this._bind_hash){ + if (this._ignore_binds[key]) continue; + this._bind_updated[key] = false; + this.getBindData(key, true); + } + }, + //copy data from source to the target + _bind_update_common:function(target, rule, data){ + if (target.setValue) + target.setValue((data&&rule)?data[rule]:data); + else if (!target.filter){ + if (!data && target.clear) + target.clear(); + else { + if (target._check_data_feed(data)) + target.setValues(webix.clone(data)); + } + } else { + target.data.silent(function(){ + this.filter(rule,data); + }); + } + target.callEvent("onBindApply", [data,rule,this]); + } +}; + + +//pure data objects +webix.DataValue = webix.proto({ + name:"DataValue", + isVisible:function(){ return true; }, + $init:function(config){ + if (!config || webix.isUndefined(config.value)) + this.data = config||""; + + var id = (config&&config.id)?config.id:webix.uid(); + this._settings = { id:id }; + webix.ui.views[id] = this; + }, + setValue:function(value){ + this.data = value; + this.callEvent("onChange", [value]); + }, + getValue:function(){ + return this.data; + }, + refresh:function(){ this.callEvent("onBindRequest"); } +}, webix.EventSystem, webix.BaseBind); + +webix.DataRecord = webix.proto({ + name:"DataRecord", + isVisible:function(){ return true; }, + $init:function(config){ + this.data = config||{}; + var id = (config&&config.id)?config.id:webix.uid(); + this._settings = { id:id }; + webix.ui.views[id] = this; + }, + getValues:function(){ + return this.data; + }, + setValues:function(data, update){ + this.data = update?webix.extend(this.data, data, true):data; + this.callEvent("onChange", [data]); + }, + refresh:function(){ this.callEvent("onBindRequest"); } +}, webix.EventSystem, webix.BaseBind, webix.AtomDataLoader, webix.Settings); + + +webix.ValueBind={ + $init:function(){ + this.attachEvent("onChange", this._update_binds); + }, + _bind_update:function(target, rule, format){ + rule = rule || "value"; + var data = this.getValue()||""; + if (format) data = format(data); + + if (target.setValue) + target.setValue(data); + else if (!target.filter){ + var pod = {}; pod[rule] = data; + if (target._check_data_feed(data)) + target.setValues(pod); + } else{ + target.data.silent(function(){ + this.filter(rule,data); + }); + } + target.callEvent("onBindApply", [data,rule,this]); + } +}; + +webix.RecordBind={ + $init:function(){ + this.attachEvent("onChange", this._update_binds); + }, + _bind_update:function(target, rule, format){ + var data = this.getValues()||null; + if (format) + data = format(data); + this._bind_update_common(target, rule, data); + } +}; + +webix.CollectionBind={ + $init:function(){ + this._cursor = null; + this.attachEvent("onSelectChange", function(data){ + var sel = this.getSelectedId(); + this.setCursor(sel?(sel.id||sel):null); + }); + this.attachEvent("onAfterCursorChange", this._update_binds); + this.attachEvent("onAfterDelete", function(id){ + if (id == this.getCursor()) + this.setCursor(null); + }); + this.data.attachEvent("onStoreUpdated", webix.bind(function(id, data, mode){ + //paint - ignored + //delete - handled by onAfterDelete above + if (id && id == this.getCursor() && mode != "paint" && mode != "delete") + this._update_binds(); + + },this)); + this.data.attachEvent("onClearAll", webix.bind(function(){ + this._cursor = null; + },this)); + this.data.attachEvent("onIdChange", webix.bind(function(oldid, newid){ + if (this._cursor == oldid){ + this._cursor = newid; + this._update_binds(); + } + },this)); + }, + refreshCursor:function(){ + if (this._cursor) + this.callEvent("onAfterCursorChange",[this._cursor]); + }, + setCursor:function(id){ + if (id == this._cursor || (id !== null && !this.getItem(id))) return; + + this.callEvent("onBeforeCursorChange", [this._cursor]); + this._cursor = id; + this.callEvent("onAfterCursorChange",[id]); + }, + getCursor:function(){ + return this._cursor; + }, + _bind_update:function(target, rule, format){ + if (rule == "$level" && this.data.getBranch) + return (target.data || target).importData(this.data.getBranch(this.getCursor())); + + var data = this.getItem(this.getCursor())|| this._settings.defaultData || null; + if (rule == "$data"){ + if (typeof format === "function") + format.call(target, data, this); + else + target.data.importData(data?data[format]:[]); + target.callEvent("onBindApply", [data,rule,this]); + } else { + if (format) + data = format(data); + this._bind_update_common(target, rule, data); + } + } +}; + + + +/* + REnders single item. + Can be used for elements without datastore, or with complex custom rendering logic + + @export + render +*/ + + + +webix.AtomRender={ + //convert item to the HTML text + _toHTML:function(obj){ + if (obj.$empty ) + return ""; + return this._settings.template(obj, this); + }, + //render self, by templating data object + render:function(){ + var cfg = this._settings; + if (this.isVisible(cfg.id)){ + if (webix.debug_render) + webix.log("Render: "+this.name+"@"+cfg.id); + if (!this.callEvent || this.callEvent("onBeforeRender",[this.data])){ + if (this.data && !cfg.content){ + //it is critical to have this as two commands + //its prevent destruction race in Chrome + this._dataobj.innerHTML = ""; + this._dataobj.innerHTML = this._toHTML(this.data); + } + if (this.callEvent) this.callEvent("onAfterRender",[]); + } + return true; + } + return false; + }, + sync:function(source){ + this._backbone_sync = false; + if (source.name != "DataStore"){ + if (source.data && source.name == "DataStore"){ + source = source.data; + } else { + this._backbone_sync = true; + } + } + + + if (this._backbone_sync) + source.bind("change", webix.bind(function(data){ + if (data.id == this.data.id){ + this.data = data.attributes; + this.refresh(); + } + }, this)); + else + source.attachEvent("onStoreUpdated", webix.bind(function(id){ + if (!id || id == this.data.id){ + this.data = source.pull[id]; + this.refresh(); + } + }, this)); + }, + template_setter:webix.template +}; + +webix.SingleRender=webix.proto({ + template_setter:function(value){ + this.type.template=webix.template(value); + }, + //convert item to the HTML text + _toHTML:function(obj){ + var type = this.type; + return (type.templateStart?type.templateStart(obj,type):"") + type.template(obj,type) + (type.templateEnd?type.templateEnd(obj,type):""); + }, + customize:function(obj){ + webix.type(this,obj); + } +}, webix.AtomRender); + +webix.UIManager = { + _view: null, + _hotkeys: {}, + _focus_time:0, + _controls: { + 'enter': 13, + 'tab': 9, + 'esc': 27, + 'escape': 27, + 'up': 38, + 'down': 40, + 'left': 37, + 'right': 39, + 'pgdown': 34, + 'pagedown': 34, + 'pgup': 33, + 'pageup': 33, + 'end': 35, + 'home': 36, + 'insert': 45, + 'delete': 46, + 'backspace': 8, + 'space': 32, + 'meta': 91, + 'win': 91, + 'mac': 91, + 'multiply': 106, + 'add': 107, + 'subtract': 109, + 'decimal': 110, + 'divide': 111, + 'scrollock':145, + 'pausebreak':19, + 'numlock':144, + '5numlocked':12, + 'shift':16, + 'capslock':20 + }, + _inputs:{ + "input": 1, + "button":1, + "textarea":1, + "select":1 + }, + _enable: function() { + // attaching events here + webix.event(document.body, "click", webix.bind(this._focus_click, this)); + webix.event(document, "keydown", webix.bind(this._keypress, this)); + + if (document.body.addEventListener) + webix.event(document.body, "focus", this._focus_tab, { capture:true, bind: this }); + + webix.destructors.push({obj:this}); + }, + destructor:function(){ + webix.UIManager._view = null; + }, + getFocus: function() { + return this._view; + }, + _focus_action:function(view){ + this._focus_was_there = this._focus_was_there || view._settings.id; + }, + setFocus: function(view, only_api){ + //view can be empty + view = webix.$$(view); + //unfocus if view is hidden + if (view && !view.$view) view = null; + + //store last click time, it is necessary to prevent refocusing + //for example when user moves focus from onclick handler somewher + //and we want to prevent autofocusing, when event will reach document.body + this._focus_time = webix._focus_time = new Date(); + + if (this._view === view) return true; + if (this._view && this._view.callEvent) + this._view.callEvent("onBlur", [this._view]); + + if (view && view.callEvent) + view.callEvent("onFocus", [view, this._view]); + webix.callEvent("onFocusChange", [view, this._view]); + + if (this._view && this._view.blur && !only_api) this._view.blur(); + this._view = view; + if (view && view.focus && !only_api) view.focus(); + return true; + }, + applyChanges: function(element){ + var view = this.getFocus(); + if (view && view != element && view._applyChanges) + view._applyChanges(element); + }, + hasFocus: function(view) { + return (view === this._view) ? true : false; + }, + _focus: function(e, dont_clear) { + var view = webix.html.locate(e, "view_id") || this._focus_was_there; + + //if html was repainted we can miss the view, so checking last processed one + view = webix.$$(view); + this._focus_was_there = null; + + //set timer, to fix issue with Android input focusin + webix._focus_time = new Date(); + + if (view == this._view) return; + + if (!dont_clear) + this._focus_was_there = null; + + if (view){ + view = webix.$$(view); + if (this.canFocus(view)){ + //[ACTIVECONTENT] focus operations for active content + if (view.getNode) view.getNode(e); + this.setFocus(view); + } + } else if (!dont_clear) + this.setFocus(null); + + return true; + }, + _focus_click:function(e){ + // if it was onfocus/onclick less then 100ms behore then we ignore it + if ((new Date())-this._focus_time < 100) { + this._focus_was_there = null; + return false; + } + return this._focus(e); + }, + _focus_tab: function(e) { + if(!this._inputs[e.target.nodeName.toLowerCase()]) + return false; + return this._focus(e, true); + }, + canFocus:function(view){ + return view.isVisible() && view.isEnabled(); + }, + + _moveChildFocus: function(check_view){ + var focus = this.getFocus(); + //we have not focus inside of closing item + if (check_view && !this._is_child_of(check_view, focus)) + return false; + + if (!this._focus_logic("getPrev", check_view)) + this._view = null; + }, + _translation_table:{ + }, + _is_child_of: function(parent, child) { + if (!parent) return false; + if (!child) return false; + while (child) { + if (child === parent) return true; + child = child.getParentView(); + } + return false; + }, + _keypress_timed:function(){ + if (this && this.callEvent) + this.callEvent("onTimedKeyPress",[]); + }, + _isNumPad: function(code){ + return code < 112 && code>105; + }, + _keypress: function(e) { + var code = e.which || e.keyCode; + if(code>95 && code< 106) + code -= 48; //numpad support (numbers) + code = this._translation_table[code] || code; + + var ctrl = e.ctrlKey; + var shift = e.shiftKey; + var alt = e.altKey; + var meta = e.metaKey; + var codeid = this._keycode(code, ctrl, shift, alt, meta); + var view = this.getFocus(); + if (view && view.callEvent) { + if (view.callEvent("onKeyPress", [code,e]) === false) + webix.html.preventEvent(e); + if (view.hasEvent("onTimedKeyPress")){ + clearTimeout(view._key_press_timeout); + view._key_press_timeout = webix.delay(this._keypress_timed, view, [], (view._settings.keyPressTimeout||250)); + } + } + + if(!this._isNumPad(code)) + codeid = this._keycode(String.fromCharCode(code), ctrl, shift, alt, meta); + //flag, that some non-special key was pressed + var is_any = !ctrl && !alt && !meta && (code!=9)&&(code!=27)&&(code!=13); + + if (this._check_keycode(codeid, is_any, e) === false) { + webix.html.preventEvent(e); + return false; + } + }, + + // dir - getNext or getPrev + _focus_logic: function(dir) { + if (!this.getFocus()) return null; + + dir = dir || "getNext"; + var next = this.getFocus(); + var start = next; + var marker = webix.uid(); + + while (true) { + next = this[dir](next); + // view with focus ability + if (next && this.canFocus(next)) + return this.setFocus(next); + + // elements with focus ability not found + if (next === start || next.$fmarker == marker) + return null; + + //prevents infinity loop + next.$fmarker = marker; + } + }, + _tab_logic:function(view, e){ + var mode = !e.shiftKey; + webix.UIManager._tab_time = new Date(); + if (view && view._custom_tab_handler && !view._custom_tab_handler(mode, e)) + return false; + + if (view && view._in_edit_mode){ + if (view.editNext) + return view.editNext(mode); + else if (view.editStop){ + view.editStop(); + return true; + } + } else + webix.delay(function(){ + webix.UIManager.setFocus(webix.$$(document.activeElement), true); + },1); + }, + getTop: function(id) { + var next, view = webix.$$(id); + + while (view && (next = view.getParentView())) + view = next; + return view; + }, + + getNext: function(view, _inner_call) { + var cells = view.getChildViews(); + //tab to first children + if (cells.length && !_inner_call) return cells[0]; + + //unique case - single view without child and parent + var parent = view.getParentView(); + if (!parent) + return view; + + var p_cells = parent.getChildViews(); + if (p_cells.length){ + var index = webix.PowerArray.find.call(p_cells, view)+1; + while (index < p_cells.length) { + //next visible child + if (this.canFocus(p_cells[index])) + return p_cells[index]; + + index++; + } + } + + //sibling of parent + return this.getNext(parent, true); + }, + + getPrev: function(view, _inner_call) { + var cells = view.getChildViews(); + //last child of last child + if (cells.length && _inner_call) + return this.getPrev(cells[cells.length - 1], true); + if (_inner_call) return view; + + //fallback from top to bottom + var parent = view.getParentView(); + if (!parent) return this.getPrev(view, true); + + + var p_cells = parent.getChildViews(); + if (p_cells) { + var index = webix.PowerArray.find.call(p_cells, view)-1; + while (index >= 0) { + if (this.canFocus(p_cells[index])) + return this.getPrev(p_cells[index], true); + index--; + } + } + + return parent; + }, + addHotKey: function(keys, handler, view) { + webix.assert(handler, "Hot key handler is not defined"); + var pack = this._parse_keys(keys); + webix.assert(pack.letter, "Unknown key code"); + if (!view) view = null; + pack.handler = handler; + pack.view = view; + + + var code = this._keycode(pack.letter, pack.ctrl, pack.shift, pack.alt, pack.meta); + if (!this._hotkeys[code]) this._hotkeys[code] = []; + this._hotkeys[code].push(pack); + + return keys; + }, + removeHotKey: function(keys, func, view){ + var pack = this._parse_keys(keys); + var code = this._keycode(pack.letter, pack.ctrl, pack.shift, pack.alt, pack.meta); + if (!func && !view) + delete this._hotkeys[code]; + else { + var t = this._hotkeys[code]; + if (t){ + for (var i = t.length - 1; i >= 0; i--) { + if (view && t[i].view !== view) continue; + if (func && t[i].handler !== func) continue; + t.splice(i,1); + } + if (!t.length) + delete this._hotkeys[code]; + } + + } + }, + _keycode: function(code, ctrl, shift, alt, meta) { + return code+"_"+["", (ctrl ? '1' : '0'), (shift ? '1' : '0'), (alt ? '1' : '0'), (meta ? '1' : '0')].join(''); + }, + + _check_keycode: function(code, is_any, e){ + var focus = this.getFocus(); + if (this._hotkeys[code]) + return this._process_calls(this._hotkeys[code], focus, e); + else if (is_any && this._hotkeys["ANY_0000"]) + return this._process_calls(this._hotkeys["ANY_0000"], focus, e); + + return true; + }, + _process_calls:function(calls, focus, e){ + for (var i = 0; i < calls.length; i++) { + var key = calls[i]; + var call = false; + if ((key.view !== null) && //common hot-key + (focus !== key.view) && //hot-key for current view + //hotkey for current type of view + (typeof(key.view) !== 'string' || !focus || focus.name !== key.view)) continue; + + var temp_result = key.handler(focus, e); + if (!!temp_result === temp_result) return temp_result; + } + return true; + }, + _parse_keys: function(keys) { + var controls = this._controls; + var parts = keys.toLowerCase().split(/[\+\-_]/); + var ctrl, shift, alt, meta; + ctrl = shift = alt = meta = 0; + var letter = ""; + for (var i = 0; i < parts.length; i++) { + if (parts[i] === 'ctrl') ctrl = 1; + else if (parts[i] === 'shift') shift = 1; + else if (parts[i] === 'alt') alt = 1; + else if (parts[i] === 'command') meta = 1; + else { + if (controls[parts[i]]) { + var code = controls[parts[i]]; + if(this._isNumPad(code)) + letter = code.toString(); + else + letter = String.fromCharCode(code); + } else { + letter = parts[i]; + } + } + } + return { + letter: letter.toUpperCase(), + ctrl: ctrl, + shift: shift, + alt: alt, + meta: meta, + debug:keys + }; + } +}; + +webix.ready(function() { + webix.UIManager._enable(); + + webix.UIManager.addHotKey("enter", function(view, ev){ + if (view && view.editStop && view._in_edit_mode){ + view.editStop(); + return true; + } else if (view && view.touchable){ + var form = view.getFormView(); + if (form && !view._skipSubmit) + form.callEvent("onSubmit",[view,ev]); + } + }); + webix.UIManager.addHotKey("esc", function(view){ + if (view){ + if (view.editCancel && view._in_edit_mode){ + view.editCancel(); + return true; + } + var top = view.getTopParentView(); + if (top && top.setPosition) + top._hide(); + } + }); + webix.UIManager.addHotKey("shift+tab", webix.UIManager._tab_logic); + webix.UIManager.addHotKey("tab", webix.UIManager._tab_logic); +}); + +webix.IdSpace = { + $init:function(){ + this._elements = {}; + this._translate_ids = {}; + this.getTopParentView = this._get_self = webix.bind(function(){ return this;}, this); + + this._run_inner_init_logic(); + this.$ready.push(this._run_after_inner_init_logic); + }, + $$:function(id){ + return this._elements[id]; + }, + innerId:function(id){ + return this._translate_ids[id]; + }, + _run_inner_init_logic:function(callback){ + this._prev_global_col = webix._global_collection; + webix._global_collection = this; + }, + _run_after_inner_init_logic:function(temp){ + for (var name in this._elements){ + var input = this._elements[name]; + if (this.callEvent && input.mapEvent && !input._evs_map.onitemclick) + input.mapEvent({ + onitemclick:this + }); + input.getTopParentView = this._get_self; + } + + webix._global_collection = this._prev_global_col; + this._prev_global_col = 0; + }, + _destroy_child:function(id){ + delete this._elements[id]; + }, + ui:function(){ + this._run_inner_init_logic(); + var temp = webix.ui.apply(webix, arguments); + this._run_after_inner_init_logic(); + return temp; + } +}; + + +(function(){ + +var resize = []; +var ui = webix.ui; + +if (!webix.ui){ + ui = webix.ui = function(config, parent, id){ + webix._ui_creation = true; + var multiset = webix.isArray(config); + var node = webix.toNode((config.container||parent)||document.body); + + // solve problem with non-unique ids + if(node._settings) + id = _correctId(node, multiset, id); + + var top_node; + var body_child = (node == document.body); + if (config._settings || (node && multiset)){ + top_node = config; + } else { + if (node && body_child) + config.$topView = true; + if (!config._inner) + config._inner = {}; + + top_node = ui._view(config); + } + + if (body_child && !top_node.setPosition && !top_node.$apiOnly) + webix.ui._fixHeight(); + + if (top_node._settings && top_node._settings._hidden && !node.$view){ + top_node._settings._container = node; + } else if (!top_node.$apiOnly){ + if (node.appendChild) + _appendDom(node, top_node, config); + else if (node.destructor){ + var target = node; + + //addView or view moving with target id + if (!id && id!==0 && !webix.isArray(top_node)){ + id = node; + node = node.getParentView(); + } + + //if target supports view adding + if (node && node._replace){ + //if source supports view removing + if (top_node.getParentView && top_node.getParentView()) + top_node.getParentView()._remove(top_node); + + node._replace(top_node, id); + } else { + var parent = target.$view.parentNode; + target.destructor(); + _appendDom(parent, top_node, config); + } + } else + webix.assert_error("Not existing parent:"+config.container); + } + + webix._ui_creation = false; + return top_node; + }; + + var _appendDom = function(node, top_node, config){ + node.appendChild(top_node._viewobj); + //resize window with position center or top + //do not resize other windows and elements + // which are attached to custom html containers + if (((!top_node.setPosition || top_node._settings.fullscreen) && node == document.body) || top_node._settings.position ) + resize.push(top_node._destructor_handler); + if (!config.skipResize) + top_node.adjust(); + }; + + var _correctId = function(target, multiset, id){ + //replace view + var views = [target]; + //replace content of layout + if (multiset) + views = target.getChildViews(); + //replace content of window + else if (target._body_cell) + views = [target._body_cell]; + //add cell in layout by number + else if (typeof id == "number"){ + return id; + //replace cell in layout by id + } else if (id){ + views = [webix.$$(id)]; + _deleteIds(views); + return views[0].config.id; + } + + _deleteIds(views); + return id; + }; + + var _deleteIds = function(views){ + for (var i = views.length - 1; i >= 0; i--){ + //remove original id + delete webix.ui.views[views[i].config.id]; + //create temp id + views[i].config.id = "x"+webix.uid(); + webix.ui.views[views[i].config.id] = views[i]; + //process childs + _deleteIds(views[i].getChildViews()); + } + }; +} + +webix.ui.animate = function(ui, parent, config){ + var pobj = webix.$$(parent); + if (pobj){ + var aniset = config || { type:"slide", direction:"left" }; + var d = pobj._viewobj.cloneNode(true); + var view = webix.ui(ui, parent); + + view._viewobj.parentNode.appendChild(d); + var line = webix.animate.formLine( + view._viewobj, + d, + aniset + ); + + aniset.callback = function(){ + webix.animate.breakLine(line); + }; + webix.animate(line, aniset); + + return view; + } +}; + +webix.ui.animateView = function(view, stateHandler, config){ + view = webix.$$(view); + if (view){ + config = config || { type:"slide", direction:"left" }; + + var getHTML = function(view){ + var el = view._viewobj; + var css = el.className; + var content =el.innerHTML; + return "
"+content+"
"; + }; + + // get 'display' state of child nodes + var display = []; + for(var i =0; i< view._viewobj.childNodes.length;i++){ + var node = view._viewobj.childNodes[i]; + var value = node.currentStyle ?node.currentStyle.display : getComputedStyle(node, null).display; + display.push(value||""); + } + // get current html content + var currentState = getHTML(view); + + // apply new state + if(typeof stateHandler == "function"){ + stateHandler.call(this); + } + + // get new html content + var newState = getHTML(view); + + // insert elements into the view + var tempParent = view._viewobj.insertBefore(webix.html.create("DIV",{ + "class" : "webix_view_animate", + "style" : "width:"+view._viewobj.offsetWidth+"px;height:"+view._viewobj.offsetHeight+"px;" + }, newState+currentState),view._viewobj.firstChild); + + // hide child nodes + for(var i =1; i< view._viewobj.childNodes.length;i++){ + view._viewobj.childNodes[i].style.display = "none"; + } + + // animate inserted elements + var line = webix.animate.formLine( + tempParent.childNodes[0], + tempParent.childNodes[1], + config + ); + config.callback = function(){ + if(tempParent){ + view._viewobj.removeChild(tempParent); + tempParent = null; + // restore 'display' state of child nodes + for(var i =0; i< view._viewobj.childNodes.length;i++){ + view._viewobj.childNodes[i].style.display = display[i]; + } + } + }; + webix.animate(line, config); + + return view; + } +}; + +/*called in baseview $init for calculate scrollSize*/ +webix.ui._detectScrollSize = function(){ + var div = webix.html.create("div"); + div.className = "webix_skin_mark"; + div.style.cssText="position:absolute;left:-1000px;width:100px;padding:0px;margin:0px;min-height:100px;overflow-y:scroll;"; + + document.body.appendChild(div); + var width = div.offsetWidth-div.clientWidth; + var skin = { 110:"air", 120:"aircompact", 130:"clouds", 140:"web", 150:"terrace", 160:"metro", 170:"light", 180:"glamour", 190:"touch", 200:"flat" , 210:"compact", 220:"material", 230: "contrast" }[Math.floor(div.offsetHeight/10)*10]; + document.body.removeChild(div); + + if (skin){ + var skinobj = webix.skin[skin]; + if (skinobj && skinobj != webix.skin.$active) + webix.skin.set(skin); + } + + if (webix.env.$customScroll) return 0; + return width; +}; +webix.ui.scrollSize = ((webix.env.touch||webix.env.$customScroll)?0:17); +webix.ready(function(){ + var size = webix.ui._detectScrollSize(); + webix.ui.scrollSize = webix.env.touch ? 0 : size; +}); + +webix.ui._uid = function(name){ + return "$"+name+(this._namecount[name] = (this._namecount[name]||0)+1); +}; +webix.ui._namecount = {}; + +webix.ui._fixHeight = function (){ + webix.html.addStyle("html, body{ height:100%; }"); + document.body.className+=" webix_full_screen"; + webix.ui._fixHeight = function(){}; + webix.Touch.limit(false); +}; +webix.ui.resize = function(){ + webix.UIManager.applyChanges(); + webix.callEvent("onClick",[]); + if (!webix.ui.$freeze) + for (var i=resize.length - 1; i>=0; i--){ + if (resize[i].obj) + resize[i].obj.adjust(); + } +}; +webix.ui.each = function(parent, logic, master, include){ + if (parent){ + var children = include ? [parent] : parent.getChildViews(); + for (var i = 0; i < children.length; i++){ + if (logic.call((master || webix), children[i]) !== false) + webix.ui.each(children[i], logic, master); + } + } +}; +webix.event(window, "resize", function() { + // check for virtual keyboard + if(webix.env.touch && ( webix.edit_open_time && (new Date())-webix.edit_open_time < 750 || webix._focus_time && (new Date())-webix._focus_time < 750)){ + //workaround for android chrome bug with scrolling to the focused input if overflow:hidden on container + if(webix.env.isWebKit && document.activeElement){ + var wactiv = webix.$$(document.activeElement); + if (wactiv && wactiv.getInputNode && document.activeElement.scrollIntoView) + document.activeElement.scrollIntoView(); + } + return; + } else { + webix.ui.resize(); + } +}); + +ui._delays = {}; +ui.delay = function(config){ + webix.ui._delays[config.id] = config; +}; +ui.hasMethod = function(view, method){ + var obj = webix.ui[view]; + if (!obj) return false; + + if (obj.$protoWait) + obj = obj.call(webix); + + return !!webix.ui[view].prototype[method]; +}; +webix.ui.zIndex = function(){ + return webix.ui.zIndexBase++; +}; +webix.ui.zIndexBase = 100; + +ui._view = function(config){ + webix.assert_config(config); + if (config.view){ + var view = config.view; + webix.assert(ui[view], "unknown view:"+view); + return new ui[view](config); + } else if (config.rows || config.cols){ + var cells = config.rows||config.cols; + var accordion = false; + for (var i=0; ix) x = sizes[0]; + //minHeight + if (sizes[2]>y) y = sizes[2]; + + //maxWidth rule + if ((!fullscreen || this._settings.width) && x>sizes[1]) x = sizes[1]; + //maxHeight rule + if ((!fullscreen || this._settings.height) && y>sizes[3]) y = sizes[3]; + + this.$setSize(x,y); + if (webix._responsive_exception){ + webix._responsive_exception = false; + this.adjust(); + } + }, + resize:function(force){ + if (webix._child_sizing_active || webix.ui.$freeze || webix._responsive_tinkery ) return; + + var parent = this.getParentView(); + if (parent){ + if (parent.resizeChildren) + parent.resizeChildren(); + else + parent.resize(); + } else { + this.adjust(); + webix.callEvent("onResize",[]); + } + } +}, webix.Settings, webix.Destruction, webix.BaseBind, webix.UIExtension); + + + +/* + don't render borders itself , but aware of layout , which can set some borders +*/ +webix.protoUI({ + name:"view", + $init:function(config){ + this._set_inner(config); + }, + + //deside, will component use borders or not + _set_inner:function(config){ + var border_not_set = webix.isUndefined(config.borderless); + if (border_not_set && !this.setPosition && config.$topView){ + config.borderless = true; + border_not_set = false; + } + + if ((border_not_set && this.defaults.borderless) || config.borderless){ + //button and custom borderless + config._inner = { top:true, left:true, bottom:true, right:true }; + } else { + //default borders + if (!config._inner) + config._inner = {}; + this._contentobj.style.borderWidth="1px"; + } + }, + + $getSize:function(dx, dy){ + + var _borders = this._settings._inner; + if (_borders){ + dx += (_borders.left?0:1)+(_borders.right?0:1); + dy += (_borders.top?0:1)+(_borders.bottom?0:1); + } + + var size = webix.ui.baseview.prototype.$getSize.call(this, dx, dy); + + webix.debug_size_box(this, size, true); + return size; + }, + $setSize:function(x,y){ + webix.debug_size_box(this, [x,y]); + + var _borders = this._settings._inner; + if (_borders){ + x -= (_borders.left?0:1)+(_borders.right?0:1); + y -= (_borders.top?0:1)+(_borders.bottom?0:1); + } + + return webix.ui.baseview.prototype.$setSize.call(this,x,y); + } +}, webix.ui.baseview); + +})(); + +webix.ui.view.call(webix); + +webix.debug_size_indent = 0; +webix.debug_size_step = function(){ + var str = ""; + for (var i=0; i this._cells.length) + target_id = this._cells.length; + var prev_node = (this._cells[target_id]||{})._viewobj; + webix.PowerArray.insertAt.call(this._cells, new_view, target_id); + if (!new_view._settings.hidden) + webix.html.insertBefore(new_view._viewobj, prev_node, this._dataobj); + } else { + source = webix.$$(target_id); + target_id = webix.PowerArray.find.call(this._cells, source); + webix.assert(target_id!=-1, "Attempt to replace the non-existing view"); + var parent = source._viewobj.parentNode; + if (parent && !new_view._settings.hidden) + parent.insertBefore(new_view._viewobj, source._viewobj); + + source.destructor(); + this._cells[target_id] = new_view; + } + + if (!this._vertical_orientation) + this._fix_vertical_layout(new_view); + + this._cells[target_id]._parent_cell = this; + } + this.resizeChildren(true); + + var form = this.elements ? this : this.getFormView(); + if (form) form._recollect_elements(); + + webix.callEvent("onReconstruct",[this]); + }, + _fix_vertical_layout:function(cell){ + cell._viewobj.style.display = "inline-block"; + cell._viewobj.style.verticalAlign = "top"; + }, + addView:function(view, index){ + if (webix.isUndefined(index)) + index = this._cells.length; + var top = this.$$ ? this : this.getTopParentView(); + top = (top && top.ui) ? top : webix; + return top.ui(view, this, index)._settings.id; + }, + removeView:function(id){ + var view; + if (typeof id != "object") + view = webix.$$(id) || (this.$$ ? this.$$(id) : null); + else + view = id; + + var target = webix.PowerArray.find.call(this._cells, view); + if (target >= 0){ + if (this._beforeRemoveView) + this._beforeRemoveView(target, view); + + var form = this.elements ? this : this.getFormView(); + + this._cells.splice(target, 1); + if (form) + webix.ui.each(view, function(sub){ + if (sub.name) + delete form.getCleanValues()[sub.config.name]; + }, form, true); + + view.destructor(); + this.resizeChildren(true); + + if (form) + form._recollect_elements(); + } else + webix.assert(false, "Attemp to remove not existing view: "+id); + + webix.callEvent("onReconstruct",[this]); + }, + reconstruct:function(){ + this._hiddencells = 0; + this._replace(this._collection); + }, + _hide:function(obj, settings, silent){ + if (obj._settings.hidden) return; + obj._settings.hidden = true; + webix.html.remove(obj._viewobj); + this._hiddencells++; + if (!silent && !webix._ui_creation) + this.resizeChildren(true); + }, + _signal_hidden_cells:function(view){ + if (view.callEvent) + view.callEvent("onViewShow",[]); + }, + resizeChildren:function(){ + if (webix.ui.$freeze) return; + + if (this._layout_sizes){ + var parent = this.getParentView(); + if (parent){ + if (parent.resizeChildren) + return parent.resizeChildren(); + else + return parent.resize(); + } + + var sizes = this.$getSize(0,0); + + var x,y,nx,ny; + nx = x = this._layout_sizes[0] || 0; + ny = y = this._layout_sizes[1] || 0; + + //for auto-fill content, use adjust strategy + if ((sizes[1]>=100000 || sizes[3] >= 100000) && this._viewobj.parentNode){ + //in hidden container adjust doesn't work, so fallback to last known size + //also, ensure that min-size is not violated + nx = x = Math.max(sizes[0], (this._settings.width || this._viewobj.parentNode.offsetWidth || x || 0)); + ny = y = Math.max(sizes[2], (this._settings.height || this._viewobj.parentNode.offsetHeight || y || 0)); + } + + if (!parent){ + //minWidth + if (sizes[0]>x) nx = sizes[0]; + //minHeight + if (sizes[2]>y) ny = sizes[2]; + + //maxWidth rule + if (x>sizes[1]) nx = sizes[1]; + //maxHeight rule + if (y>sizes[3]) ny = sizes[3]; + + this.$setSize(nx,ny); + } else + this._set_child_size(x,y); + + if (webix._responsive_exception){ + webix._responsive_exception = false; + this.resizeChildren(); + } + + webix.callEvent("onResize",[]); + } + }, + getChildViews:function(){ + return this._cells; + }, + index:function(obj){ + if (obj._settings) + obj = obj._settings.id; + for (var i=0; i < this._cells.length; i++) + if (this._cells[i]._settings.id == obj) + return i; + return -1; + }, + _show:function(obj, settings, silent){ + + if (!obj._settings.hidden) return; + obj._settings.hidden = false; + + //index of sibling cell, next to which new item will appear + var index = this.index(obj)+1; + //locate nearest visible cell + while (this._cells[index] && this._cells[index]._settings.hidden) index++; + var view = this._cells[index] ? this._cells[index]._viewobj : null; + + webix.html.insertBefore(obj._viewobj, view, (this._dataobj||this._viewobj)); + this._hiddencells--; + + if (!silent){ + this.resizeChildren(true); + if (obj.refresh) + obj.refresh(); + } + + if (obj.callEvent){ + obj.callEvent("onViewShow", []); + webix.ui.each(obj, this._signal_hidden_cells); + } + }, + showBatch:function(name, mode){ + var preserve = typeof mode != "undefined"; + mode = mode !== false; + + if (!preserve){ + if (this._settings.visibleBatch == name ) return; + this._settings.visibleBatch = name; + } else + this._settings.visibleBatch = ""; + + var show = []; + for (var i=0; i < this._cells.length; i++){ + if (!this._cells[i]._settings.batch) + show.push(this._cells[i]); + else if (this._cells[i]._settings.batch == name){ + if (mode) + show.push(this._cells[i]); + else + this._hide(this._cells[i], null, true); + } else if (!preserve) + this._hide(this._cells[i], null, true); + } + + for (var i=0; i < show.length; i++){ + this._show(show[i], null, true); + show[i]._render_hidden_views(); + } + + this.resizeChildren(true); + }, + _parse_cells:function(collection){ + this._cells=[]; + + webix.assert(collection,this.name+" was incorrectly defined.

You have missed rows|cols|cells|elements collection"); + for (var i=0; i