.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 !important;
}
.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;
  position: relative;
}
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_view.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,
.webix_view span,
.webix_view a.webix_list_item {
  outline: none;
}
.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_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: ew-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: ew-resize;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
}
.webix_resize_handle_y {
  cursor: ns-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: ns-resize;
  height: 3px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
}
.webix_resizer.webix_disabled_view {
  cursor: default;
}
.webix_resizer_vy {
  cursor: ns-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: ew-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: ns-resize;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;
  background-color: #ffffff;
}
.webix_resizer_x {
  cursor: ew-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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
.webix_list .webix_list_item.webix_selected {
  border-bottom: 1px solid #bafeba;
  box-shadow: 0 1px #e7ffe7 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 #bafeba;
  border-left: 1px solid #bafeba;
  padding-left: 3px;
}
.webix_list-x .webix_scroll_cont {
  display: inline-block;
}
.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: auto;
  min-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: #cefece;
  border: 1px solid #bafeba;
}
.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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
  border-bottom: 1px solid #bafeba;
  border-right: 1px solid #bafeba;
}
.webix_dataview_item.webix_invalid {
  background-color: #ffeeee;
}
/*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: 2000px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  left: 0px;
  top: 0px;
  white-space: pre-wrap;
  position: fixed;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.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_cell,
.webix_hcell {
  background: inherit;
  font: inherit;
  text-align: inherit;
  color: inherit;
}
.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;
}
.webix_size_row td {
  border: none;
}
/*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 #bafeba;
}
.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 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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
/*extra borders, for selection in cell mode*/
.webix_column > div.webix_cell_select {
  border-bottom: 1px solid #bafeba;
  box-shadow: 0 1px #e7ffe7 inset;
  border-right: 1px solid #bafeba;
  border-left: 1px solid #bafeba;
  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 #bafeba;
  box-shadow: 0 1px #e7ffe7 inset;
  padding-top: 0px;
}
/*extra borders for selection in column mode*/
.webix_column > div.webix_column_select {
  border-right: 1px solid #bafeba;
  border-left: 1px solid #bafeba;
  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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
.webix_cell.webix_dtable_colrow,
.webix_cell.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_cell.webix_dtable_colrow.webix_selected {
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
  color: #1e2022;
  background: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
.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,
.webix_span_layer_top {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 0px;
  overflow: visible;
}
.webix_span_layer_top {
  z-index: 1;
}
.webix_ss_right .webix_span_layer,
.webix_ss_right .webix_span_layer_top {
  border-left: 1px solid #a4bed4;
}
.webix_dtable_span {
  position: absolute;
  background: #fff;
  text-align: left;
}
.webix_dtable_span.webix_selected {
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
  color: #1e2022;
  background: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
.webix_hcell span.webix_input_icon {
  background-color: #a4bed4;
}
.webix_area_selection_layer {
  position: absolute;
  z-index: 2;
}
.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;
  z-index: 2;
  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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !important;
}
.webix_tree_item.webix_invalid {
  background-color: #ffeeee;
}
.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;
  position: static !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: #cefece;
}
.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: #cefece;
  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: 3px;
  width: 16px;
  cursor: pointer;
  height: 16px;
  margin: 4px 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: #cefece;
  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;
}
.webixtype_prev,
.webixtype_next {
  position: absolute;
  z-index: 1;
  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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !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_checksuggest_select_all {
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-color: #ebebeb;
  margin-bottom: 1px;
}
.webix_checksuggest_select_all .webix_label_right {
  text-transform: capitalize;
  display: block;
  padding-top: 2px;
  padding-bottom: 4px;
}
.webix_checksuggest_select_all input {
  display: none;
}
.webix_checksuggest_select_all:hover .webix_label_right {
  cursor: pointer;
  color: #e6e6e6;
}
.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: #cefece;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cefece)) !important;
  /* old webkit */
  background-image: -webkit-linear-gradient(#ffffff, #cefece) !important;
  background-image: -moz-linear-gradient(#ffffff, #cefece) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #cefece) !important;
  background-image: -o-linear-gradient(top, #ffffff, #cefece) !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: 10.5px;
  float: left;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -11px;
  padding-top: 12.5px;
}
.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: 14px;
  height: 14px;
  top: 7.5px;
  border-radius: 8px;
}
.webix_slider_box .webix_slider_left,
.webix_slider_box .webix_slider_right {
  background: #f5f9ff;
  height: 6px;
}
.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);
  top: 8.5px;
  width: 12px;
  height: 12px;
}
.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_rangeslider .webix_slider_title_box {
  position: relative;
  float: left;
  height: 18px;
  width: 1px;
}
.webix_rangeslider .webix_slider_title.webix_slider_move {
  position: absolute;
}
.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move {
  display: block;
  position: relative;
}
.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: 14px;
  top: 7.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;
  top: 8.5px;
  height: 12px;
}
.webix_slider_vertical .webix_slider_box .webix_slider_left,
.webix_slider_vertical .webix_slider_box .webix_slider_right {
  width: 10px;
  float: none;
}
.webix_slider_vertical .webix_slider_box .webix_slider_left {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}
.webix_slider_vertical .webix_slider_box .webix_slider_right {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
}
.webix_slider_vertical .webix_slider_box .webix_slider_handle {
  left: 7px;
}
.webix_slider_vertical .webix_slider_title {
  padding-top: 1px;
  text-align: left;
}
.webix_slider_vertical.webix_slider_alt .webix_slider_handle {
  height: 11px;
  width: 14px;
  left: 5px;
  background-position: 4px center;
}
.webix_slider_title {
  text-align: center;
}
.webix_slider_title.webix_slider_move {
  position: relative;
  text-align: left;
  display: inline-block;
  width: auto;
  white-space: nowrap;
}
.webix_el_box .webix_switch_box {
  margin-top: 4px;
}
.webix_switch_toggle {
  position: absolute;
  visibility: hidden;
}
.webix_switch_box {
  display: block;
  position: relative;
  cursor: pointer;
  height: 24px;
  width: 60px;
  background-color: #f1f1f1;
  border: 1px solid #a4bed4;
  border-radius: 60px;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
  color: #666;
  text-align: center;
  float: left;
}
.webix_el_switch .webix_label_right {
  display: inline-block;
  padding-top: 3px;
  margin-top: 4px;
}
.webix_switch_handle {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #eee;
  position: absolute;
  top: 0px;
  background-color: #fff;
  transition: left 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.webix_switch_handle:focus,
.webix_switch_box:active .webix_switch_handle {
  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.webix_switch_text {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 0 0 18px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.webix_switch_on .webix_switch_text {
  padding: 1px 18px 0 0;
}
.webix_switch_box.webix_switch_on {
  background-color: #e6e6e6;
  color: #fff;
}
.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: #cefece;
  -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: #cefece;
  border-color: #cefece;
}
.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;
}
.webix_icon,
.webix_icon_btn,
.webix_input_icon {
  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);
}
.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;
  cursor: pointer;
}
.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: #cefece;
  box-shadow: inset 0 0 1px 2px #cefece;
}
.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;
  z-index: 2;
  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%;
}
.panel_icon {
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 5px;
  line-height: normal;
  font-size: 13px;
  width: 18px;
  opacity: 0.5;
  cursor: pointer;
}
.panel_target {
  position: absolute;
  background: rgba(120, 120, 120, 0.84);
  box-shadow: 0px 0px 10px 5px #666;
  z-index: 3;
}
.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;
}
/* SideBar*/
.webix_sidebar {
  background: #ECEFF1;
}
.webix_sidebar .webix_tree_item {
  color: #454545;
  height: 35px;
  line-height: 35px;
}
.webix_sidebar .webix_scroll_cont > .webix_tree_leaves {
  padding: 0;
}
.webix_sidebar .webix_tree_leaves .webix_tree_leaves {
  margin-left: 0px;
}
.webix_sidebar_selected,
.webix_sidebar_expanded .webix_tree_item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.webix_sidebar .webix_tree_item.webix_selected,
.webix_sidebar .webix_tree_item.webix_selected span {
  background-color: #27ae60;
  padding-right: 0;
}
.webix_sidebar .webix_tree_branch_1 .webix_tree_item {
  padding-left: 40px;
}
.webix_sidebar .webix_tree_branch_1 > .webix_tree_item {
  height: 40px;
  line-height: 40px;
  padding-left: 0;
}
.webix_sidebar .webix_tree_branch_1 {
  border-bottom: 1px solid #e5e5e5;
}
.webix_sidebar .webix_tree_item.webix_selected span,
.webix_sidebar .webix_tree_item span {
  margin: 0;
  padding: 0px;
}
.webix_sidebar_icon {
  width: 40px;
  text-align: center;
}
.webix_sidebar_dir_icon {
  float: right;
  line-height: inherit;
}
/*SubMenu (Popup) */
.webix_sidebar_popup {
  border: none !important;
  box-shadow: 2px 3px 3px #ddd;
}
.webix_sidebar_popup,
.webix_sidebar_popup .webix_list_item {
  border-radius: 0;
}
.webix_sidebar_popup_right {
  box-shadow: -1px 3px 3px #dddddd;
}
.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon {
  float: right;
  line-height: inherit;
  width: 7px;
}
/*SubMenu: title*/
.webix_sidebar_popup_title {
  background: #ECEFF1;
}
.webix_sidebar_popup_title.webix_selected {
  border-left-color: #27ae60;
  background: #27ae60;
}
.webix_sidebar_popup_title .webix_template {
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #E5E5E5;
  border-left: none;
}
.webix_sidebar_selected.webix_sidebar_popup_title .webix_template {
  background: rgba(0, 0, 0, 0.03);
  border-left: none;
}
.webix_sidebar_popup_list .webix_list_item {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
/*SubMenu: list*/
.webix_sidebar_popup_list .webix_list_item:first-child {
  border-top: 1px solid #E5E5E5;
}
.webix_sidebar_popup_list .webix_list_item:hover {
  background: #f6f9fb;
}
.webix_sidebar_popup_list .webix_list_item.webix_selected:hover {
  background: #27ae60;
}
.webix_menu .webix_list_item.webix_sidebar_selected {
  background: rgba(0, 0, 0, 0.02);
}
.webix_menu .webix_list_item.webix_sidebar_selected:hover {
  background: rgba(0, 0, 0, 0.02) !important;
}
.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_slider_vertical .webix_slider_box {
  margin-top: -8px;
}
.webix_slider_vertical .webix_slider_box .webix_slider_left,
.webix_slider_vertical .webix_slider_box .webix_slider_right {
  width: 6px;
}
.webix_slider_vertical .webix_slider_box .webix_slider_handle {
  left: 6px;
}
.webix_slider_vertical.webix_slider_alt .webix_slider_handle {
  left: 3px;
  height: 12px;
}
.webix_rangeslider .webix_slider_title_box {
  height: 15px;
}
.webix_switch_box {
  margin-top: 1px;
  height: 22px;
}
.webix_switch_box .webix_switch_handle {
  height: 20px;
  width: 20px;
}
.webix_switch_box .webix_switch_text {
  line-height: 20px;
}
.webix_switch_box.webix_switch_on {
  background-color: #a4bed4;
}
.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: #ffffff;
}
.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 .webix_rotate {
    transform-origin: center 40% !important;
    -webkit-transform-origin: center 40% !important;
  }
  .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;
  }
}
/*!
 *  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;
}
.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;
}
/*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;
}
.dataview_column .webix_scroll_cont{
  display: inline-flex !important;
}
.circular-progress {
  margin-top: 0;
  position: relative;
  display: inline-block;
  width: 140px;
  border-radius: 50%;
}
.circular-progress svg {
  transform: rotate(270deg);
}
.circular-progress circle {
  stroke-width: 5;
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle:nth-of-type(1) {
  stroke: #dee2e6;
}
.circular-progress circle:nth-of-type(2) {
  stroke: #d8503a;
  stroke-dasharray: 251.4285714286;
  stroke-dashoffset: 251.429;
}
.circular-progress .pct {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circular-text {
  text-align: center;
  font-size: 10px;
  width: 100%;
}
.desktop-items-transparent{
    background: transparent !important;
    overflow-y: hidden !important;
}
.desktop-items-transparent .webix_scroll_cont{
  display: inline-flex !important;
}
.desktop-items-transparent .webix_dataview_item{
  border-bottom: 0px solid #ebebeb;
  border-right: 0px solid #ebebeb;
}
.desktop-items-transparent .webix_axis_item_y{
  color:white !important;
  font-size: 10px !important;
}
.toolbar-transparent{
  background: transparent !important;
}
.btnWhatsView {
  background-image: url(/web/img16/whatsapp2.png) !important;
  background-repeat: no-repeat;
  cursor: pointer  !important;
  width: 14px !important;
  height: 14px !important;
}
@font-face {
font-family: "FileManager";
src: url(/fonts/filemanager.eot);
src: url(/fonts/filemanager.eot?#iefix) format("embedded-opentype"), url(/fonts/filemanager.woff) format("woff"), url(/fonts/filemanager.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSAiLi9mb250cy9maWxlbWFuYWdlci5zdmciOw==#filemanager) format("svg");
font-weight: normal;
font-style: normal;
}
[class*=" fm-"],
[class*=" fa-"] {
display: inline-block;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #8a8a8a;
}
[class^="fa-"]:not(.fa-),
[class*=" fa-"]:not(.fa-) {
font-family: "FontAwesome" !important;
}
.fm-angle-down:before {
content: "\E000";
}
.fm-up:before {
content: "\E001";
}
.fm-angle-left:before {
content: "\E002";
}
.fm-angle-right:before {
content: "\E003";
}
.fm-file-image:before {
content: "\E004";
}
.fm-angle-up:before {
content: "\E005";
}
.fm-back:before {
content: "\E006";
}
.fm-expand-all:before {
content: "\E009";
}
.fm-file-archive:before {
content: "\E00A";
}
.fm-file-audio:before {
content: "\E00B";
}
.fm-file-code:before {
content: "\E00C";
}
.fm-file-excel:before {
content: "\E00D";
}
.fm-file-pdf:before {
content: "\E00E";
}
.fm-file-powerpoint:before {
content: "\E00F";
}
.fm-file-sound:before {
content: "\E010";
}
.fm-file-text:before {
content: "\E011";
}
.fm-copy:before {
content: "\E014";
}
.fm-folder:before {
content: "\E015";
}
.fm-folder-open:before {
content: "\E016";
}
.fm-forward:before {
content: "\E017";
}
.fm-hide:before {
content: "\E018";
}
.fm-menu:before {
content: "\E01A";
}
.fm-show:before {
content: "\E01B";
}
.fm-table:before {
content: "\E01C";
}
.fm-cut:before {
content: "\E01D";
}
.fm-collapse-all:before {
content: "\E007";
}
.fm-files:before {
content: "\E008";
}
.fm-file-word:before {
content: "\E012";
}
.fm-file-video:before {
content: "\E013";
}
.fm-upload:before {
content: "\E020";
}
.fm-paste:before {
content: "\E021";
}
.fm-edit:before {
content: "\E01F";
}
.fm-search:before {
content: "\E022";
}
.fm-delete:before {
content: "\E019";
}
.fm-file:before {
content: "\E01E";
}
.webix_fmanager {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.webix_fmanager {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*Toolbar*/
.webix_fmanager_toolbar {
background-color: #fdfdfd;
}
.webix_fmanager_toolbar input {
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
background: #fdfdfd;
}
.webix_fmanager_toolbar input:focus {
background: #ffffff;
}
.webix_fmanager_toolbar .webixtype_base {
background-color: transparent;
border-color: #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.webix_fmanager_toolbar .webix_control .webix_disabled_box .webixtype_base {
background-color: transparent;
border-color: #ccc;
}
/* group of back and forward buttons*/
.webix_fmanager_back .webix_el_box {
padding-right: 0;
padding-left: 4px;
}
.webix_fmanager_back .webixtype_base {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.webix_fmanager_forward .webix_el_box {
padding-left: 0;
padding-right: 5px;
}
.webix_fmanager_forward .webix_disabled_box .webixtype_base,
.webix_fmanager_forward .webixtype_base {
border-left: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.webix_fmanager_bar_icon,
.webix_fmanager_icon,
.webix_fmanager_tree .webix_fmanager_icon {
font-family: 'FileManager';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.webix_fmanager_bar_icon {
width: 100%;
height: 100%;
line-height: 30px;
font-size: 22px;
color: #8a8a8a;
}
.webix_disabled_box .webix_fmanager_bar_icon {
color: #dadada;
}
.webix_fmanager_files_mode,
.webix_fmanager_table_mode {
width: 100%;
height: 100%;
}
.webix_fmanager_menu .webix_fmanager_bar_icon:before {
content: '\E01A';
}
.webix_fmanager_back .webix_fmanager_bar_icon:before {
content: '\E006';
}
.webix_fmanager_forward .webix_fmanager_bar_icon:before {
content: '\E017';
}
.webix_fmanager_up .webix_fmanager_bar_icon:before {
content: '\E001';
}
.webix_fmanager_search input {
padding: 0 32px 0 12px;
}
.webix_fmanager_search span.webix_fmanager_icon {
color: #8a8a8a;
width: 32px;
margin-top: -1px;
font-size: 23px;
text-align: left;
}
.webix_fmanager_search .webix_fmanager_icon:before {
content: '\E022';
}
.webix_fmanager_table_mode:before {
content: '\E01C';
}
.webix_fmanager_files_mode:before {
content: '\E008';
}
/*segment button*/
.webix_fmanager_modes .webix_segment_0,
.webix_fmanager_modes .webix_segment_1,
.webix_fmanager_modes .webix_segment_N {
background-color: transparent;
border-color: #ccc;
color: #777;
float: left;
}
.webix_fmanager_modes .webix_segment_0 {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.webix_fmanager_modes .webix_segment_1,
.webix_fmanager_modes .webix_segment_N {
margin-left: 0;
}
.webix_fmanager_modes .webix_segment_N {
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.webix_fmanager_modes .webix_selected.webix_segment_0,
.webix_fmanager_modes .webix_selected.webix_segment_1,
.webix_fmanager_modes .webix_selected.webix_segment_N {
background-color: #e6e6e6;
}
/*path*/
.webix_fmanager .webix_path {
background-color: transparent;
}
.webix_path .webix_list_item:before {
color: #cecece;
font-family: 'FileManager';
content: "\E003";
padding-right: 7px;
float: left;
}
.webix_path .webix_list_item:first-child:before {
content: "";
padding-right: 0;
}
.webix_path .webix_list_item {
padding-left: 2px;
padding-right: 7px;
border: none;
}
.webix_path {
box-sizing: border-box;
padding: 3px 2px;
overflow: hidden;
}
.webix_path .webix_list_item:first-child {
padding-left: 10px;
}
.webix_path {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*Body*/
.webix_fmanager_body.webix_view {
background-color: #f8f8f8;
box-shadow: inset 0 1px 3px #eaeaea;
}
/*resizer*/
/*tree toolbar, panel*/
.webix_fmanager_tree_toolbar,
.webix_fmanager_panel {
background-color: #f0f3f5;
}
.webix_fmanager_tree_toolbar .webix_view,
.webix_fmanager_panel .webix_view {
background-color: #f0f3f5;
}
.webix_fmanager_tree_toolbar .webixtype_base,
.webix_fmanager_panel .webixtype_base {
border-radius: 3px;
background-color: #f0f3f5;
border: none;
}
.webix_fmanager_tree_toolbar .webix_fmanager_bar_icon,
.webix_fmanager_panel .webix_fmanager_bar_icon {
line-height: 26px;
}
.webix_fmanager_expand .webix_fmanager_bar_icon,
.webix_fmanager_collapse .webix_fmanager_bar_icon {
font-size: 18px;
}
.webix_fmanager_expand .webix_fmanager_bar_icon:before {
content: '\E009';
}
.webix_fmanager_collapse .webix_fmanager_bar_icon:before {
content: '\E007';
}
.webix_fmanager_toggle .webix_fmanager_bar_icon {
font-size: 18px;
}
.webix_fmanager_toggle .webix_fmanager_bar_icon:before {
content: '\E018';
}
.webix_fmanager_panel .webix_fmanager_toggle .webix_fmanager_bar_icon:before {
content: '\E01B';
}
/*tree*/
.webix_tree_item .webix_fmanager_icon {
float: left;
width: 20px;
text-align: center;
color: #8a8a8a;
}
.webix_fmanager_tree .webix_tree_none {
width: 20px;
}
.webix_fmanager_tree .webix_tree_item > div:first-child {
margin-left: 7px;
}
.webix_fmanager_tree .webix_folder,
.webix_fmanager_tree .webix_folder_open {
color: #709fbe;
}
.webix_fmanager_tree .webix_folder:before {
content: '\E015';
}
.webix_fmanager_tree .webix_folder_open:before {
content: '\E016';
}
.webix_fmanager_tree .webix_tree_leaves {
margin-left: 0;
}
.webix_fmanager_tree .webix_scroll_cont > .webix_tree_leaves {
padding: 9px 4px 9px 4px;
}
.webix_fmanager_tree .webix_selected {
background-color: #27ae60;
}
.webix_fmanager_tree .webix_selected .webix_fmanager_icon {
color: #fff;
}
.webix_fmanager_tree .webix_selected span {
background-color: transparent;
}
.webix_fmanager_tree .webix_tree_item span {
padding-left: 5px;
padding-right: 5px;
}
.webix_fmanager_tree .webix_tree_item.webix_selected span {
margin-left: 0;
padding: 0 5px;
}
.webix_fmanager_tree.webix_view {
background-color: #f0f3f5;
}
.webix_fmanager_tree .webix_dt_editor {
height: 29px !important;
}
.webix_blur.webix_fmanager_tree .webix_selected {
background-color: #d3f6e2;
border: 1px solid #27ae60;
line-height: 26px;
box-sizing: border-box;
}
.webix_blur.webix_fmanager_tree .webix_selected span {
color: #666666;
}
.webix_blur.webix_fmanager_tree .webix_selected .webix_fmanager_icon {
color: #8a8a8a;
}
.webix_blur.webix_fmanager_tree .webix_selected .webix_tree_none {
width: 19px;
}
.webix_blur.webix_fmanager_tree .webix_selected .webix_folder_open,
.webix_blur.webix_fmanager_tree .webix_selected .webix_folder {
color: #709fbe;
}
.webix_fmanager_tree .webix_tree_open,
.webix_fmanager_tree .webix_tree_close {
font-size: 15px;
}
.webix_fmanager_drag.webix_tree_item {
padding: 0 10px;
}
.webix_fmanager_tree .webix_tree_open:before {
content: '\E000';
}
.webix_fmanager_tree .webix_tree_close:before {
content: '\E003';
}
/*files mode*/
.webix_fmanager_files .webix_dataview_item {
border-color: #fff;
border-right-color: #fff;
padding: 10px 10px 1px 1px;
}
.webix_fmanager_files .webix_dataview_item:first-child {
padding-left: 10px;
}
.webix_fmanager_files .webix_dataview_item.webix_selected {
background-color: transparent;
}
.webix_fmanager_files .webix_dataview_item.webix_selected,
.webix_fmanager_files .webix_dataview_item.webix_drag_over {
background-color: transparent;
}
.webix_fmanager .webix_list .webix_drag_over,
.webix_fmanager .webix_drag_over .webix_fmanager_file,
.webix_fmanager .webix_selected.webix_drag_over .webix_fmanager_file,
.webix_fmanager .webix_column > .webix_drag_over.webix_cell,
.webix_fmanager .webix_column > .webix_drag_over.webix_cell .webix_fmanager_icon,
.webix_fmanager_tree .webix_drag_over {
background-color: #d3f6e2;
color: #666;
}
.webix_drag_over .webix_fmanager_file .webix_fmanager_icon,
.webix_selected.webix_drag_over .webix_fmanager_file .webix_fmanager_icon {
color: #666;
}
.webix_fmanager_table .webix_column > .webix_drag_over.webix_cell .webix_fmanager_icon {
color: #888;
}
.webix_fmanager_drag .webix_fmanager_icon {
color: #888;
}
.webix_fmanager_file {
font-size: 14px;
line-height: 20px;
text-align: center;
width: 100%;
height: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
word-break: break-all;
}
.webix_fmanager_files .webix_selected .webix_fmanager_file {
background: #27ae60;
}
.webix_fmanager_files .webix_selected .webix_fmanager_icon {
color: #fff;
}
.webix_blur .webix_selected {
background-color: #d3f6e2;
}
.webix_blur.webix_fmanager_files .webix_selected .webix_fmanager_file {
background-color: #d3f6e2;
}
.webix_blur .webix_selected {
color: #666666;
}
.webix_fmanager_files .webix_fmanager_icon {
padding-top: 10px;
line-height: 1;
width: 40px;
display: inline-block;
padding-bottom: 5px;
font-size: 40px;
color: #709fbe;
}
/*list view*/
.webix_fmanager_table .webix_fmanager_icon,
.webix_dd_drag .webix_fmanager_icon {
float: left;
margin-right: 5px;
}
.webix_fmanager_table .webix_ss_header td {
border-right: 1px solid #d8e5f0;
border-bottom: 1px solid #d8e5f0;
}
.webix_fmanager_table .webix_ss_header,
.webix_fmanager_table .webix_ss_header TD,
.webix_fmanager_table .webix_ss_vscroll_header,
.webix_fmanager_table .webix_dd_drag_column {
background: #f1f9ff;
}
.webix_fmanager_table .webix_ss_vscroll_header {
border-left: 1px solid #f1f9ff;
border-bottom: 1px solid #d8e5f0;
}
.webix_fmanager_table .webix_ss_sort_asc,
.webix_fmanager_table .webix_ss_sort_desc {
font-size: 14px;
color: #8a8a8a;
font-family: FileManager;
}
.webix_fmanager_table .webix_ss_sort_asc:before {
content: '\E005';
}
.webix_fmanager_table .webix_ss_sort_desc:before {
content: '\E000';
}
.webix_fmanager_icon {
font-size: 16px;
}
.webix_fmanager_icon {
color: #709fbe;
}
.webix_fmanager_table .webix_row_select .webix_fmanager_icon {
color: #fff;
}
.webix_blur .webix_fmanager_icon {
color: #709fbe;
}
.webix_fmanager_icon.fm-file-pdf .webix_blur .webix_fmanager_icon.fm-file-pdf {
color: #eb6e1a;
}
.webix_fmanager_icon.fm-file-excel,
.webix_blur .webix_fmanager_icon.fm-file-excel {
color: #39be71;
}
.webix_fmanager_icon.fm-file-word,
.webix_blur .webix_fmanager_icon.fm-file-word {
color: #5cbaff;
}
.webix_fmanager_icon.fm-file-powerpoint,
.webix_blur .webix_fmanager_icon.fm-file-powerpoint {
color: #eb6e1a;
}
.webix_fmanager_icon.fm-file-video,
.webix_blur .webix_fmanager_icon.fm-file-video {
color: #a693eb;
}
.webix_fmanager_icon.fm-file-image,
.webix_blur .webix_fmanager_icon.fm-file-image {
color: #d76956;
}
.webix_fmanager_icon.fm-file-archive,
.webix_blur .webix_fmanager_icon .fm-file-archive {
color: #e1c74d;
}
.webix_list_item .webix_fmanager_icon {
float: left;
margin-right: 7px;
}
.webix_list_item.webix_selected .webix_fmanager_icon {
color: #fff;
}
.webix_fmanager_actions .webix_fmanager_icon {
margin-right: 10px;
text-align: center;
float: left;
color: #8a8a8a;
}
.webix_blur .webix_column > div.webix_cell_select,
.webix_blur .webix_column > div.webix_column_select,
.webix_blur .webix_column > div.webix_row_select {
color: #666666;
background-color: #d3f6e2;
}
.webix_fmanager_drag > div {
vertical-align: top;
}
.webix_fmanager_save_message {
position: absolute;
bottom: 30px;
right: 30px;
width: auto;
height: auto;
z-index: 100;
font-family: 'PT Sans', Tahoma;
font-size: 14px;
}
/*upload in IE9*/
.webix_upload_select_ie button {
background: #fff;
color: #666666;
border-color: #fff;
}
.webix_upload_select_ie:hover button {
background: rgba(100, 100, 100, 0.1);
}
.webix_upload_select_ie button .webix_icon {
color: #666666;
}

.webix_pivot .webix_hs_left .webix_first:hover {
cursor: pointer;
}
.webix_pivot .webix_pivot_readonly .webix_hs_left .webix_first:hover {
cursor: default;
}
.webix_pivot_configuration {
border-radius: 2px;
}
.webix_pivot_configuration .webix_list_item {
padding: 7px 9px;
}
.webix_pivot_configuration .webix_list {
overflow-y: auto;
position: relative;
}
.webix_pivot_configuration .webix_list:after {
content: attr(window-message);
display: block;
position: absolute;
bottom: 10px;
color: #C7C7C7;
font-family: "PT Sans";
font-size: 15px;
line-height: 20px;
width: 100%;
text-align: center;
}
.webix_pivot_configuration .webix_list .webix_scroll_cont {
z-index: 1;
position: absolute;
background-color: #fff;
}
.webix_pivot_configuration .webix_view.webix_layout_line {
border-color: #CDDEEA;
border-radius: 2px;
}
.webix_view.webix_popup .webix_pivot_configuration.webix_layout_wide {
border-radius: 2px;
}
.webix_view.webix_popup.webix_pivot,
.webix_view.webix_window.webix_pivot_chart_popup {
border: none;
}
.webix_pivot_fields {
border-color: #CDDEEA;
border-radius: 0;
}
.webix_pivot_fields .webix_list {
overflow-y: auto;
position: relative;
}
.webix_popup.webix_pivot .webix_win_head .fa-times {
font-size: 14px;
margin-top: 1px;
}
.webix_popup.webix_pivot .webix_win_head .fa-check {
font-size: 15px;
}
.webix_popup.webix_pivot .webix_win_head .webix_img_btn_abs .webix_icon {
margin-left: 5px;
}
.webix_link_selection {
display: inline-block;
padding: 0 0 0 5px;
color: #888;
}
.webix_pivot_fields .webix_list_item {
line-height: 35px;
}
.pivot_config_title {
font-size: 15px;
}
.wevix_pivot_filter {
float: left;
}
.webix_pivot_link {
border-bottom: 1px dashed #888888;
display: block;
float: left;
border: 1px solid #aaa;
padding: 0px 6px;
margin-right: 3px;
margin-bottom: 3px;
border-radius: 2px;
}
.webix_pivot_popup_icon {
background-repeat: no-repeat;
background-position: center center;
width: 18px;
margin-right: 5px;
height: 100%;
display: block;
float: left;
}
.webix_pivot .webix_pivot_link .webix_icon {
font-size: 13px;
color: #aaa;
text-align: right;
}
.webix_pivot .webix_pivot_plus {
font-size: 17px;
color: #0cb42e;
margin: 2px 0px;
display: block;
float: right;
}
.webix_pivot_transparent {
background-color: transparent;
color: #fff;
}
.webix_pivot .webix_pivot_list_marker,
.webix_pivot_chart_popup .webix_pivot_list_marker {
border: 1px solid #758da3;
width: 8px;
height: 8px;
border-radius: 50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-right: 10px;
margin-bottom: 1px;
display: inline-block;
}
.webix_column > .webix_max {
background-color: #D4F6E2;
}
.webix_column > .webix_min {
background-color: #FFC7C1;
}
.webix_window.webix_popup.webix_pivot_popup {
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
}
.webix_window.webix_popup.webix_pivot_popup .webix_scroll_cont .webix_list_item {
padding: 0 7px;
}
.webix_pivot .webix_input_icon.fa-calendar {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5DYWxlbmRhciBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhpZGUtcmlnaHQtcGFuZWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MzIuMDAwMDAwLCAtMjIuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjNjY2NjY2Ij4KICAgICAgICAgICAgPGcgaWQ9IkZpbHRlcnMtUGFuZWwiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkZpbHRlci1JdGVtIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjIuMDAwMDAwLCAxMy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iSW5wdXQtRGF0ZXBpY2tlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2FsZW5kYXItSWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY5LjAwMDAwMCwgOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LDMgTDQuMDQxNjIwOTIsMyBDNC40NTU4NjkyOCwzIDQuNzkxNjMzOTksMi42NjQyNjE0NCA0Ljc5MTYzMzk5LDIuMjQ5OTg2OTMgTDQuNzkxNjMzOTksMiBMNC43OTE2MzM5OSwwLjc1MDAxMzA3MiBDNC43OTE2MzM5OSwwLjMzNTczODU2MiA0LjQ1NTg2OTI4LDAgNC4wNDE2MjA5MiwwIEw0LDAgQzMuNTg1NzUxNjMsMCAzLjI0OTk4NjkzLDAuMzM1NzM4NTYyIDMuMjQ5OTg2OTMsMC43NTAwMTMwNzIgTDMuMjQ5OTg2OTMsMiBMMy4yNDk5ODY5MywyLjI0OTk4NjkzIEMzLjI0OTk4NjkzLDIuNjY0MjYxNDQgMy41ODU3NTE2MywzIDQsMyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS43NTAwMTMxLDMgTDExLjc5MTYzNCwzIEMxMi4yMDU5MDg1LDMgMTIuNTQxNjQ3MSwyLjY2NDI2MTQ0IDEyLjU0MTY0NzEsMi4yNDk5ODY5MyBMMTIuNTQxNjQ3MSwyIEwxMi41NDE2NDcxLDAuNzUwMDEzMDcyIEMxMi41NDE2MjA5LDAuMzM1NzM4NTYyIDEyLjIwNTg4MjQsMCAxMS43OTE2MDc4LDAgTDExLjc0OTk4NjksMCBDMTEuMzM1NzM4NiwwIDEwLjk5OTk3MzksMC4zMzU3Mzg1NjIgMTAuOTk5OTczOSwwLjc1MDAxMzA3MiBMMTAuOTk5OTczOSwyIEwxMC45OTk5NzM5LDIuMjQ5OTg2OTMgQzExLDIuNjY0MjYxNDQgMTEuMzM1NzY0NywzIDExLjc1MDAxMzEsMyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNCwyIEwxMy4yOTE2MDc4LDIgTDEzLjI5MTYwNzgsMi4yNDk5ODY5MyBDMTMuMjkxNjA3OCwzLjA3NzEyNDE4IDEyLjYxODc0NTEsMy43NDk5ODY5MyAxMS43OTE2MDc4LDMuNzQ5OTg2OTMgTDExLjc0OTk4NjksMy43NDk5ODY5MyBDMTAuOTIyODQ5NywzLjc0OTk4NjkzIDEwLjI0OTk4NjksMy4wNzcxMjQxOCAxMC4yNDk5ODY5LDIuMjQ5OTg2OTMgTDEwLjI0OTk4NjksMiBMNS41NDE2MjA5MiwyIEw1LjU0MTYyMDkyLDIuMjQ5OTg2OTMgQzUuNTQxNjIwOTIsMy4wNzcxMjQxOCA0Ljg2ODczMjAzLDMuNzQ5OTg2OTMgNC4wNDE2MjA5MiwzLjc0OTk4NjkzIEw0LDMuNzQ5OTg2OTMgQzMuMTcyODYyNzUsMy43NDk5ODY5MyAyLjUsMy4wNzcxMjQxOCAyLjUsMi4yNDk5ODY5MyBMMi41LDIgTDIsMiBDMC44OTU1MDMyNjgsMiAwLDIuODk1NTAzMjcgMCw0IEwwLDE0IEMwLDE1LjEwNDQ5NjcgMC44OTU1MDMyNjgsMTYgMiwxNiBMMTQsMTYgQzE1LjEwNDQ5NjcsMTYgMTYsMTUuMTA0NDk2NyAxNiwxNCBMMTYsNCBDMTYsMi44OTU1MDMyNyAxNS4xMDQ0OTY3LDIgMTQsMiBaIE0xNSwxNCBDMTUsMTQuNTUxNzM4NiAxNC41NTE3Mzg2LDE1IDE0LDE1IEwyLDE1IEMxLjQ0ODc1ODE3LDE1IDEsMTQuNTUxNzM4NiAxLDE0IEwxLDYgTDE1LDYgTDE1LDE0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjQiIGN5PSI4LjUiIHI9IjEuMjI5MjU0OSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iOCIgY3k9IjguNSIgcj0iMS4yMjkyNTQ5Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIxMiIgY3k9IjguNSIgcj0iMS4yMjkyNTQ5Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI0IiBjeT0iMTIuNSIgcj0iMS4yMjkyNTQ5Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4IiBjeT0iMTIuNSIgcj0iMS4yMjkyNTQ5Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIxMiIgY3k9IjEyLjUiIHI9IjEuMjI5MjU0OSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
background-position: 0% 50%;
}
.webix_pivot .webix_input_icon.fa-calendar:before {
display: none;
}
.webix_pivot_header {
line-height: 30px;
}
.webix_pivot_header_icon {
font-size: 17px;
height: 18px;
vertical-align: middle;
width: 20px;
display: inline-block;
text-align: center;
margin-right: 5px;
}
.webix_pivot_fields_msg {
line-height: 1;
font-size: 14px;
font-style: italic;
color: #666;
}
.webix_pivot_config_msg {
text-align: center;
}
.webix_pivot_field_selected .webix_pivot_list_marker {
border-color: #729FBD;
background-color: #729FBD;
}
.webix_pivot.webix_popup .webix_layout_space,
.webix_pivot.webix_popup .webix_layout_wide {
background: #f3f3f3;
}
.webix_pivot.webix_popup .webix_layout_wide {
border-radius: 0;
}
.webix_pivot.webix_popup .webix_pivot_popup_title {
background: #CEE4F3;
color: #000;
}
.webix_pivot_drag_zone {
background: transparent;
box-shadow: none;
border-bottom: none;
}
.webix_pivot_drag_zone > div {
background: transparent;
border: none;
}
.webix_pivot_drag_zone .webix_pivot_link {
background: #FFF;
padding-left: 10px;
padding-right: 10px;
box-shadow: 1px 1px 5px #ddd;
}
.webix_pivot .webix_dtable .webix_ss_right .webix_column.webix_first > div,
.webix_pivot .webix_dtable .webix_hs_right td.webix_first {
border-left: 1px solid #C6C6C6;
}
.webix_pivot .webix_dtable {
color: #000000;
font-family: "PT Sans";
font-size: 15px;
line-height: 22px;
}
.webix_pivot .webix_dtable .webix_cell {
font-size: 14px;
}
.webix_pivot .webix_dtable .webix_ss_left .webix_cell {
font-size: 15px;
}
.webix_pivot_label {
padding: 3px 10px 3px 6px;
}
.webix_pivot .webix_ss_footer TD,
.webix_pivot .webix_ss_vscroll_footer {
background: #F4F4F4;
}
.webix_pivot .webix_el_label {
overflow: visible;
white-space: nowrap;
}
.webix_pivot .webix_ss_left .webix_cell {
background: #F0F3F5;
border-color: #DDDDDD;
color: #666666;
}
.webix_pivot .webix_ss_left .webix_cell .webix_row_select {
color: #000;
}
.webix_pivot .webix_ss_footer {
border-top: 1px solid #C6C6C6;
}
.webix_pivot .webix_ss_footer TD {
border-right: 1px solid #DDDDDD;
border-top: none;
}
.webix_pivot .webix_dtable .webix_dd_drag_column,
.webix_pivot .webix_ss_header,
.webix_pivot .webix_ss_header TD,
.webix_pivot .webix_ss_vscroll_header {
background: #F1F9FF;
}
.webix_pivot .webix_ss_header td {
border-color: #CCDEEB;
}
.webix_pivot .webix_column > div.webix_cell_select,
.webix_pivot .webix_column > div.webix_column_select,
.webix_pivot .webix_column > div.webix_row_select {
background: #CDE4F4;
color: #000000;
}
.webix_pivot_operation {
color: #97ADBD;
font-size: 15px;
line-height: 22px;
}
.webix_pivot_icon_settings {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TZXR0aW5ncyBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDbGljay10by1jb25maWd1cmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MS4wMDAwMDAsIC00Mi4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3MDlGQkUiPgogICAgICAgICAgICA8ZyBpZD0iU2V0dGluZ3MtSWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCA0Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS4xNTI3NDk1LDcuNDM1ODQ1MjEgTDE3Ljk2NzQxMzQsNy40MzU4NDUyMSBDMTcuODQxMTQwNSw3LjAxMjIxOTk2IDE3LjY3MDA2MTEsNi41ODg1OTQ3IDE3LjQ1ODI0ODUsNi4yMDU3MDI2NSBMMTguMzA1NDk5LDUuMzU4NDUyMTQgQzE4LjY0MzU4NDUsNS4wMjAzNjY2IDE4LjY0MzU4NDUsNC41MTEyMDE2MyAxOC4zMDU0OTksNC4xNzMxMTYwOSBMMTUuODQ5Mjg3MiwxLjcxNjkwNDI4IEMxNS41MTEyMDE2LDEuMzc4ODE4NzQgMTQuOTg1NzQzNCwxLjM5NTExMjAyIDE0LjY2Mzk1MTEsMS43MTY5MDQyOCBMMTMuODE2NzAwNiwyLjU2NDE1NDc5IEMxMy40MzM4MDg2LDIuMzUyMzQyMTYgMTMuMDEwMTgzMywyLjE4MTI2MjczIDEyLjU4NjU1OCwyLjA1NDk4OTgyIEwxMi41ODY1NTgsMC44NjU1ODA0NDggQzEyLjU4NjU1OCwwLjQwMTIyMTk5NiAxMi4yMDM2NjYsMC4wMTgzMjk5Mzg5IDExLjczOTMwNzUsMC4wMTgzMjk5Mzg5IEw4LjI2NDc2NTc4LDAuMDE4MzI5OTM4OSBDNy44MDA0MDczMywwLjAxODMyOTkzODkgNy40MTc1MTUyNywwLjQwMTIyMTk5NiA3LjQxNzUxNTI3LDAuODY1NTgwNDQ4IEw3LjQxNzUxNTI3LDIuMDk1NzIzMDEgQzYuOTkzODkwMDIsMi4yMjE5OTU5MyA2LjYxMDk5Nzk2LDIuMzkzMDc1MzYgNi4xODczNzI3MSwyLjU2MDA4MTQ3IEw1LjM0MDEyMjIsMS43MTI4MzA5NiBDNS4wMDIwMzY2NiwxLjM3NDc0NTQyIDQuNDkyODcxNjksMS4zNzQ3NDU0MiA0LjE1NDc4NjE1LDEuNzEyODMwOTYgTDEuNjk0NTAxMDIsNC4xNzMxMTYwOSBDMS4zNTY0MTU0OCw0LjUxMTIwMTYzIDEuMzU2NDE1NDgsNS4wMjAzNjY2IDEuNjk0NTAxMDIsNS4zNTg0NTIxNCBMMi41NDE3NTE1Myw2LjIwNTcwMjY1IEMyLjMyOTkzODksNi41ODg1OTQ3IDIuMTU4ODU5NDcsNy4wMTIyMTk5NiAyLjAzMjU4NjU2LDcuNDM1ODQ1MjEgTDAuODQ3MjUwNTA5LDcuNDM1ODQ1MjEgQzAuMzgyODkyMDU3LDcuNDM1ODQ1MjEgMCw3LjgxODczNzI3IDAsOC4yODMwOTU3MiBMMCwxMS43NTc2Mzc1IEMwLDEyLjIyMTk5NTkgMC4zODI4OTIwNTcsMTIuNjA0ODg4IDAuODQ3MjUwNTA5LDEyLjYwNDg4OCBMMi4wNzczOTMwOCwxMi42MDQ4ODggQzIuMjAzNjY1OTksMTMuMDI4NTEzMiAyLjM3NDc0NTQyLDEzLjQxMTQwNTMgMi41NDE3NTE1MywxMy43OTAyMjQgTDEuNjk0NTAxMDIsMTQuNjM3NDc0NSBDMS41MjM0MjE1OSwxNC44MDg1NTQgMS40NDE5NTUxOSwxNS4wMjAzNjY2IDEuNDQxOTU1MTksMTUuMjMyMTc5MiBDMS40NDE5NTUxOSwxNS40NDM5OTE5IDEuNTI3NDk0OTEsMTUuNjU1ODA0NSAxLjY5NDUwMTAyLDE1LjgyNjg4MzkgTDQuMTUwNzEyODMsMTguMjgzMDk1NyBDNC40ODg3OTgzNywxOC42MjExODEzIDQuOTk3OTYzMzQsMTguNjIxMTgxMyA1LjMzNjA0ODg4LDE4LjI4MzA5NTcgTDYuMTgzMjk5MzksMTcuNDM1ODQ1MiBDNi41NjYxOTE0NSwxNy42NDc2NTc4IDYuOTg5ODE2NywxNy44MTg3MzczIDcuNDEzNDQxOTYsMTcuOTQ1MDEwMiBMNy40MTM0NDE5NiwxOS4xMzAzNDYyIEM3LjQxMzQ0MTk2LDE5LjU5NDcwNDcgNy43OTYzMzQwMSwxOS45Nzc1OTY3IDguMjYwNjkyNDYsMTkuOTc3NTk2NyBMMTEuNzM1MjM0MiwxOS45Nzc1OTY3IEMxMi4xOTk1OTI3LDE5Ljk3NzU5NjcgMTIuNTgyNDg0NywxOS42Mzk1MTEyIDEyLjU4MjQ4NDcsMTkuMTcxMDc5NCBMMTIuNTgyNDg0NywxNy45ODU3NDM0IEMxMy4wMDYxMSwxNy44NTk0NzA1IDEzLjQyOTczNTIsMTcuNjg4MzkxIDEzLjgxMjYyNzMsMTcuNDc2NTc4NCBMMTQuNjU5ODc3OCwxOC4zMjM4Mjg5IEMxNC45OTc5NjMzLDE4LjY2MTkxNDUgMTUuNTA3MTI4MywxOC42NjE5MTQ1IDE1Ljg0NTIxMzgsMTguMzIzODI4OSBMMTguMzAxNDI1NywxNS44Njc2MTcxIEMxOC42Mzk1MTEyLDE1LjUyOTUzMTYgMTguNjM5NTExMiwxNS4wMjAzNjY2IDE4LjMwMTQyNTcsMTQuNjgyMjgxMSBMMTcuNDU0MTc1MiwxMy44MzUwMzA1IEMxNy42NjU5ODc4LDEzLjQ1MjEzODUgMTcuODM3MDY3MiwxMy4wMjg1MTMyIDE3Ljk2MzM0MDEsMTIuNjA0ODg4IEwxOS4xNDg2NzYyLDEyLjYwNDg4OCBDMTkuNjEzMDM0NiwxMi42MDQ4ODggMTkuOTk1OTI2NywxMi4yMjE5OTU5IDE5Ljk5NTkyNjcsMTEuNzU3NjM3NSBMMTkuOTk1OTI2Nyw4LjI4MzA5NTcyIEMyMCw3LjgxNDY2Mzk1IDE5LjYyMTE4MTMsNy40MzU4NDUyMSAxOS4xNTI3NDk1LDcuNDM1ODQ1MjEgWiBNMTguMzA1NDk5LDEwLjk1MTEyMDIgTDE3LjI4NzE2OSwxMC45NTExMjAyIEMxNi45MDQyNzcsMTAuOTUxMTIwMiAxNi41NjYxOTE0LDExLjIwMzY2NiAxNi40ODA2NTE3LDExLjU4NjU1OCBDMTYuMzA5NTcyMywxMi4yNjI3MjkxIDE2LjA1NzAyNjUsMTIuOTQyOTczNSAxNS42NzQxMzQ0LDEzLjUzNzY3ODIgQzE1LjQ2MjMyMTgsMTMuODc1NzYzNyAxNS41NDc4NjE1LDE0LjI5OTM4OSAxNS44MDA0MDczLDE0LjU1NjAwODEgTDE2LjUyMTM4NDksMTUuMjc2OTg1NyBMMTUuMjU0NTgyNSwxNi41NDM3ODgyIEwxNC41MzM2MDQ5LDE1LjgyMjgxMDYgQzE0LjI4MTA1OTEsMTUuNTI1NDU4MiAxMy44NTc0MzM4LDE1LjQ4NDcyNTEgMTMuNTE1Mjc0OSwxNS42OTY1Mzc3IEMxMi45MjA1NzAzLDE2LjA3OTQyOTcgMTIuMjQ0Mzk5MiwxNi4zMzE5NzU2IDExLjU2NDE1NDgsMTYuNTAzMDU1IEMxMS4xODEyNjI3LDE2LjU4ODU5NDcgMTAuOTI4NzE2OSwxNi45MjY2ODAyIDEwLjkyODcxNjksMTcuMzA5NTcyMyBMMTAuOTI4NzE2OSwxOC4zMjc5MDIyIEw5LjEwNzk0Mjk3LDE4LjMyNzkwMjIgTDkuMDY3MjA5NzgsMTguMzI3OTAyMiBMOS4wNjcyMDk3OCwxNy4yNjg4MzkxIEM5LjA2NzIwOTc4LDE2Ljg4NTk0NyA4LjgxNDY2Mzk1LDE2LjU0Nzg2MTUgOC40MzE3NzE4OSwxNi40NjIzMjE4IEM3Ljc1NTYwMDgxLDE2LjI5MTI0MjQgNy4wNzUzNTY0MiwxNi4wMzg2OTY1IDYuNDgwNjUxNzMsMTUuNjU1ODA0NSBDNi4xNDI1NjYxOSwxNS40NDM5OTE5IDUuNzE4OTQwOTQsMTUuNTI5NTMxNiA1LjQ2MjMyMTc5LDE1Ljc4MjA3NzQgTDQuNzQ1NDE3NTIsMTYuNTAzMDU1IEwzLjQ3NDU0MTc1LDE1LjIzMjE3OTIgTDQuMTk1NTE5MzUsMTQuNTExMjAxNiBDNC40OTI4NzE2OSwxNC4yNTg2NTU4IDQuNTMzNjA0ODksMTMuODM1MDMwNSA0LjMyMTc5MjI2LDEzLjQ5Mjg3MTcgQzMuOTM4OTAwMiwxMi44OTgxNjcgMy42ODYzNTQzOCwxMi4yMjE5OTU5IDMuNTE1Mjc0OTUsMTEuNTQxNzUxNSBDMy40Mjk3MzUyMywxMS4xNTg4NTk1IDMuMDkxNjQ5NjksMTAuOTA2MzEzNiAyLjcwODc1NzY0LDEwLjkwNjMxMzYgTDEuNjkwNDI3NywxMC45MDYzMTM2IEwxLjY5MDQyNzcsOS4wODU1Mzk3MSBMMi43NDk0OTA4NCw5LjA4NTUzOTcxIEMzLjEzMjM4Mjg5LDkuMDg1NTM5NzEgMy40NzA0Njg0Myw4LjgzMjk5Mzg5IDMuNTU2MDA4MTUsOC40NTAxMDE4MyBDMy43MjcwODc1OCw3Ljc3MzkzMDc1IDMuOTc5NjMzNCw3LjA5MzY4NjM1IDQuMzYyNTI1NDYsNi40OTg5ODE2NyBDNC41NzQzMzgwOSw2LjE2MDg5NjEzIDQuNDg4Nzk4MzcsNS43MzcyNzA4OCA0LjIzNjI1MjU1LDUuNDgwNjUxNzMgTDMuNTE1Mjc0OTUsNC43NTk2NzQxMyBMNC43ODYxNTA3MSwzLjQ5Mjg3MTY5IEw1LjUwNzEyODMxLDQuMjEzODQ5MjkgQzUuNzU5Njc0MTMsNC41MTEyMDE2MyA2LjE4MzI5OTM5LDQuNTUxOTM0ODMgNi41MjU0NTgyNSw0LjM0MDEyMjIgQzcuMTIwMTYyOTMsMy45NTcyMzAxNCA3Ljc5NjMzNDAxLDMuNzA0Njg0MzIgOC40NzY1Nzg0MSwzLjUzMzYwNDg5IEM4Ljg1OTQ3MDQ3LDMuNDQ4MDY1MTcgOS4xMTIwMTYyOSwzLjEwOTk3OTYzIDkuMTEyMDE2MjksMi43MjcwODc1OCBMOS4xMTIwMTYyOSwxLjcwODc1NzY0IEwxMC45MzI3OTAyLDEuNzA4NzU3NjQgTDEwLjkzMjc5MDIsMi43Njc4MjA3NyBDMTAuOTMyNzkwMiwzLjE1MDcxMjgzIDExLjE4NTMzNiwzLjQ4ODc5ODM3IDExLjU2ODIyODEsMy41NzQzMzgwOSBDMTIuMjQ0Mzk5MiwzLjc0NTQxNzUyIDEyLjkyNDY0MzYsMy45OTc5NjMzNCAxMy41MTkzNDgzLDQuMzgwODU1NCBDMTMuODU3NDMzOCw0LjU5MjY2ODAyIDE0LjI4MTA1OTEsNC41MDcxMjgzMSAxNC41Mzc2NzgyLDQuMjU0NTgyNDggTDE1LjI1NDU4MjUsMy41MzM2MDQ4OSBMMTYuNTI1NDU4Miw0LjgwNDQ4MDY1IEwxNS44MDQ0ODA3LDUuNTI1NDU4MjUgQzE1LjUwNzEyODMsNS43NzgwMDQwNyAxNS40NjYzOTUxLDYuMjAxNjI5MzMgMTUuNjc4MjA3Nyw2LjU0Mzc4ODE5IEMxNi4wNjEwOTk4LDcuMTM4NDkyODcgMTYuMzEzNjQ1Niw3LjgxNDY2Mzk1IDE2LjQ4NDcyNTEsOC40OTQ5MDgzNSBDMTYuNTcwMjY0OCw4Ljg3NzgwMDQxIDE2LjkwODM1MDMsOS4xMzAzNDYyMyAxNy4yOTEyNDI0LDkuMTMwMzQ2MjMgTDE4LjMwOTU3MjMsOS4xMzAzNDYyMyBMMTguMzA5NTcyMywxMC45NTExMjAyIEwxOC4zMDU0OTksMTAuOTUxMTIwMiBMMTguMzA1NDk5LDEwLjk1MTEyMDIgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsNS41NzAyNjQ3NyBDNy41NDM3ODgxOSw1LjU3MDI2NDc3IDUuNTUxOTM0ODMsNy41NjIxMTgxMyA1LjU1MTkzNDgzLDEwLjAxODMyOTkgQzUuNTUxOTM0ODMsMTIuNDc0NTQxOCA3LjU0Mzc4ODE5LDE0LjQ2NjM5NTEgMTAsMTQuNDY2Mzk1MSBDMTIuNDU2MjExOCwxNC40NjYzOTUxIDE0LjQ0ODA2NTIsMTIuNDc0NTQxOCAxNC40NDgwNjUyLDEwLjAxODMyOTkgQzE0LjQ0ODA2NTIsNy41NjIxMTgxMyAxMi40NTYyMTE4LDUuNTcwMjY0NzcgMTAsNS41NzAyNjQ3NyBaIE0xMCwxMi44MTY3MDA2IEM4LjQzMTc3MTg5LDEyLjgxNjcwMDYgNy4yMDE2MjkzMywxMS41NDU4MjQ4IDcuMjAxNjI5MzMsMTAuMDE4MzI5OSBDNy4yMDE2MjkzMyw4LjQ1MDEwMTgzIDguNDcyNTA1MDksNy4yMTk5NTkyNyAxMCw3LjIxOTk1OTI3IEMxMS41Mjc0OTQ5LDcuMjE5OTU5MjcgMTIuNzk4MzcwNyw4LjQ5MDgzNTAzIDEyLjc5ODM3MDcsMTAuMDE4MzI5OSBDMTIuNzk4MzcwNywxMS41ODY1NTggMTEuNTY4MjI4MSwxMi44MTY3MDA2IDEwLDEyLjgxNjcwMDYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.webix_pivot .webix_cell:focus {
outline: none;
}
.webix_pivot .webix_cell .webix_tree_folder_open {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTkgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5PcGVuIEZvbGRlciBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJSb3dzLUZvbGRlci1PcGVuLUFycm93LUhvcml6b250YWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNC4wMDAwMDAsIC0xMy4wMDAwMDApIiBzdHJva2U9IiM3MDlGQkUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ik9wZW4tRm9sZGVyLUljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNywyIEM3LDAuODk1NDMwNSA2LjEwNDU2OTUsLTIuMDI5MDYxMjVlLTE2IDUsMCBMMiwwIEwyLDAgQzAuODk1NDMwNSwyLjAyOTA2MTI1ZS0xNiAtMS4zNTI3MDc1ZS0xNiwwLjg5NTQzMDUgMCwyIEwwLDIgTDAsMTAgQzEuMzUyNzA3NWUtMTYsMTEuMTA0NTY5NSAwLjg5NTQzMDUsMTIgMiwxMiBMMy41LDEyIEwxMywxMiBDMTQuMTA0NTY5NSwxMiAxNSwxMS4xMDQ1Njk1IDE1LDEwIEwxNSw0IEMxNSwyLjg5NTQzMDUgMTQuMTA0NTY5NSwyIDEzLDIgTDEzLDIgTDcsMiBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjU5ODQ1NjkxLDYuMDAwMDAwMTIgTDE1LjEyNjIzMzEsNiBDMTYuMTgzMzg0MSw1Ljk5OTk5OTk5IDE2LjgxNDkxOTYsNi41Mjc5MjA4NSAxNi41MzcyNjgyLDcuMTc5MTQ0MjQgTDE1LjAzNzk2NDksMTAuNzE2NTc3IEMxNC43NjM1ODgyLDExLjM2NzgwMDQgMTMuNjg5NTg3MywxMS44OTU3MjEzIDEyLjYzODY1NTksMTEuODk1NzIxMyBMMi4xNzI4MTgyOCwxMS44OTU3MjE0IEMxLjEyMTg4NjkyLDExLjg5NTcyMTQgMC40ODQ0Mjg0MSwxMS4zNjc4MDA2IDAuNzQ5NDc1NzksMTAuNzE2NTc3MiBMMi4xOTgxMDIwMyw3LjE3OTE0NDQgQzIuNDY2NDI0MSw2LjUyNzkyMSAzLjU0MTMwNTk1LDYuMDAwMDAwMTMgNC41OTg0NTY5MSw2LjAwMDAwMDEyIFoiIGlkPSJSZWN0YW5nbGUtMiIgZmlsbD0iI0YwRjNGNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
margin-right: 8px;
}
.webix_pivot .webix_cell .webix_tree_folder {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTcgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Gb2xkZXIgSWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUm93cy1Gb2xkZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Mi4wMDAwMDAsIC0xMy4wMDAwMDApIiBzdHJva2U9IiM3MDlGQkUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTUwLDE2IEM1MCwxNC44OTU0MzA1IDQ5LjEwNDU2OTUsMTQgNDgsMTQgTDQ1LDE0IEw0NSwxNCBDNDMuODk1NDMwNSwxNCA0MywxNC44OTU0MzA1IDQzLDE2IEw0MywxNiBMNDMsMjQgQzQzLDI1LjEwNDU2OTUgNDMuODk1NDMwNSwyNiA0NSwyNiBMNDYuNSwyNiBMNTYsMjYgQzU3LjEwNDU2OTUsMjYgNTgsMjUuMTA0NTY5NSA1OCwyNCBMNTgsMTggQzU4LDE2Ljg5NTQzMDUgNTcuMTA0NTY5NSwxNiA1NiwxNiBMNTYsMTYgTDUwLDE2IFoiIGlkPSJGb2xkZXItSWNvbiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
margin-right: 8px;
}
.webix_pivot .webix_cell .webix_tree_file {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTYgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GaWxlIEljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJvd3MtRmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyLjAwMDAwMCwgLTEwLjAwMDAwMCkiIHN0cm9rZT0iIzcwOUZCRSIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iRmlsZS1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0My4wMDAwMDAsIDExLjUwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIsMCBMOS4xNTM0OTIxNCwwIEw5LjE1MzQ5MjE0LDIuMjIwNDQ2MDVlLTE1IEM5LjY5NDU5NDcxLDIuMTIxMDQ3MTJlLTE1IDEwLjIxMjYwNjYsMC4yMTkyNTA1OCAxMC41ODkyOTI5LDAuNjA3NzA4MzI4IEwxMy40MzU4MDA4LDMuNTQzMTY5NTYgTDEzLjQzNTgwMDgsMy41NDMxNjk1NiBDMTMuNzk3NjQzMywzLjkxNjMxOTYxIDE0LDQuNDE1NjgxNTMgMTQsNC45MzU0NjEyMyBMMTQsMTQuNSBMMTQsMTQuNSBDMTQsMTUuNjA0NTY5NSAxMy4xMDQ1Njk1LDE2LjUgMTIsMTYuNSBMMiwxNi41IEwyLDE2LjUgQzAuODk1NDMwNSwxNi41IDEuMzUyNzA3NWUtMTYsMTUuNjA0NTY5NSAwLDE0LjUgTDAsMiBMMCwyIEMtMS4zNTI3MDc1ZS0xNiwwLjg5NTQzMDUgMC44OTU0MzA1LDIuMDI5MDYxMjVlLTE2IDIsMCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05LC0yLjEwOTgzNzQxZS0xNCBMOS4xNTM0OTIxNCwtMi40NDcxNjM5MWUtMTQgTDkuMTUzNDkyMTQsLTIuNDQyNDkwNjVlLTE0IEM5LjY5NDU5NDcxLC0zLjY1MzkxOTYxZS0xNCAxMC4yMTI2MDY2LDAuMjE5MjUwNTggMTAuNTg5MjkyOSwwLjYwNzcwODMyOCBMMTMuNDUxNTA4NywzLjU1OTM2ODM5IEwxMy40NTE1MDg3LDMuNTU5MzY4MzkgQzEzLjgwMzI3NzEsMy45MjIxMjk1MiAxNCw0LjQwNzU4ODYyIDE0LDQuOTEyODk3MDYgTDE0LDQuOTEyODk3MDYgTDE0LDQuOTEyODk3MDYgQzE0LDUuMzQ4MDQwNTkgMTMuNjQ3MjQ2NSw1LjcwMDc5NDEyIDEzLjIxMjEwMjksNS43MDA3OTQxMiBMMTAsNS43MDA3OTQxMiBMMTAsNS43MDA3OTQxMiBDOC44OTU0MzA1LDUuNzAwNzk0MTIgOCw0LjgwNTM2MzYyIDgsMy43MDA3OTQxMiBMOCwxIEw4LDEgQzgsMC40NDc3MTUyNSA4LjQ0NzcxNTI1LC04LjcyOTU5OTVlLTE1IDksLTIuMTA5NDIzNzVlLTE0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
margin-right: 5px;
}
.webix_pivot .webix_cell.webix_row_select .webix_tree_folder_open {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTkgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5PcGVuIEZvbGRlciBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJPcGVuLUZvbGRlci1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTcsMiBDNywwLjg5NTQzMDUgNi4xMDQ1Njk1LC0yLjAyOTA2MTI1ZS0xNiA1LDAgTDIsMCBMMiwwIEMwLjg5NTQzMDUsMi4wMjkwNjEyNWUtMTYgLTEuMzUyNzA3NWUtMTYsMC44OTU0MzA1IDAsMiBMMCwyIEwwLDEwIEM2Ljc2MzUzNzUxZS0xNywxMC41NTIyODQ3IDAuMjIzODU3NjI1LDExLjA1MjI4NDcgMC41ODU3ODY0MzgsMTEuNDE0MjEzNiBDMC45NDc3MTUyNSwxMS43NzYxNDI0IDEuNDQ3NzE1MjUsMTIgMiwxMiBMMTMsMTIgQzEzLjU4NjExNjEsMTIgMTQuMTEzMzQ1NywxMS43NDc4NzY2IDE0LjQ3OTE1MTcsMTEuMzQ2MTY2OCBDMTQuNzQxODM1MiwxMS4xNjQwMDQyIDE0Ljk0MDQyNjIsMTAuOTQ4MDgxOCAxNS4wMzc5NjQ5LDEwLjcxNjU3NyBMMTYuNTM3MjY4Miw3LjE3OTE0NDI0IEMxNi44MTQ5MTk2LDYuNTI3OTIwODUgMTYuMTgzMzg0MSw1Ljk5OTk5OTk5IDE1LjEyNjIzMzEsNiBMMTUsNiBMMTUsNCBDMTUsMi44OTU0MzA1IDE0LjEwNDU2OTUsMiAxMywyIEw3LDIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjU5ODQ1NjkxLDYuMDAwMDAwMTIgTDE1LjEyNjIzMzEsNiBDMTYuMTgzMzg0MSw1Ljk5OTk5OTk5IDE2LjgxNDkxOTYsNi41Mjc5MjA4NSAxNi41MzcyNjgyLDcuMTc5MTQ0MjQgTDE1LjAzNzk2NDksMTAuNzE2NTc3IEMxNC43NjM1ODgyLDExLjM2NzgwMDQgMTMuNjg5NTg3MywxMS44OTU3MjEzIDEyLjYzODY1NTksMTEuODk1NzIxMyBMMi4xNzI4MTgyOCwxMS44OTU3MjE0IEMxLjEyMTg4NjkyLDExLjg5NTcyMTQgMC40ODQ0Mjg0MSwxMS4zNjc4MDA2IDAuNzQ5NDc1NzksMTAuNzE2NTc3MiBMMi4xOTgxMDIwMyw3LjE3OTE0NDQgQzIuNDY2NDI0MSw2LjUyNzkyMSAzLjU0MTMwNTk1LDYuMDAwMDAwMTMgNC41OTg0NTY5MSw2LjAwMDAwMDEyIFoiIGlkPSJSZWN0YW5nbGUtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.webix_pivot .webix_cell.webix_row_select .webix_tree_folder {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTcgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Gb2xkZXIgSWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUm93cy1Gb2xkZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Mi4wMDAwMDAsIC0xMy4wMDAwMDApIiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTUwLDE2IEM1MCwxNC44OTU0MzA1IDQ5LjEwNDU2OTUsMTQgNDgsMTQgTDQ1LDE0IEw0NSwxNCBDNDMuODk1NDMwNSwxNCA0MywxNC44OTU0MzA1IDQzLDE2IEw0MywxNiBMNDMsMjQgQzQzLDI1LjEwNDU2OTUgNDMuODk1NDMwNSwyNiA0NSwyNiBMNDYuNSwyNiBMNTYsMjYgQzU3LjEwNDU2OTUsMjYgNTgsMjUuMTA0NTY5NSA1OCwyNCBMNTgsMTggQzU4LDE2Ljg5NTQzMDUgNTcuMTA0NTY5NSwxNiA1NiwxNiBMNTYsMTYgTDUwLDE2IFoiIGlkPSJGb2xkZXItSWNvbiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.webix_pivot .webix_cell.webix_row_select .webix_tree_file {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTYgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GaWxlIEljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJvd3MtRmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyLjAwMDAwMCwgLTEwLjAwMDAwMCkiIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iRmlsZS1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0My4wMDAwMDAsIDExLjUwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIsMCBMOS4xNTM0OTIxNCwwIEw5LjE1MzQ5MjE0LDIuMjIwNDQ2MDVlLTE1IEM5LjY5NDU5NDcxLDIuMTIxMDQ3MTJlLTE1IDEwLjIxMjYwNjYsMC4yMTkyNTA1OCAxMC41ODkyOTI5LDAuNjA3NzA4MzI4IEwxMy40MzU4MDA4LDMuNTQzMTY5NTYgTDEzLjQzNTgwMDgsMy41NDMxNjk1NiBDMTMuNzk3NjQzMywzLjkxNjMxOTYxIDE0LDQuNDE1NjgxNTMgMTQsNC45MzU0NjEyMyBMMTQsMTQuNSBMMTQsMTQuNSBDMTQsMTUuNjA0NTY5NSAxMy4xMDQ1Njk1LDE2LjUgMTIsMTYuNSBMMiwxNi41IEwyLDE2LjUgQzAuODk1NDMwNSwxNi41IDEuMzUyNzA3NWUtMTYsMTUuNjA0NTY5NSAwLDE0LjUgTDAsMiBMMCwyIEMtMS4zNTI3MDc1ZS0xNiwwLjg5NTQzMDUgMC44OTU0MzA1LDIuMDI5MDYxMjVlLTE2IDIsMCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05LC0yLjEwOTgzNzQxZS0xNCBMOS4xNTM0OTIxNCwtMi40NDcxNjM5MWUtMTQgTDkuMTUzNDkyMTQsLTIuNDQyNDkwNjVlLTE0IEM5LjY5NDU5NDcxLC0zLjY1MzkxOTYxZS0xNCAxMC4yMTI2MDY2LDAuMjE5MjUwNTggMTAuNTg5MjkyOSwwLjYwNzcwODMyOCBMMTMuNDUxNTA4NywzLjU1OTM2ODM5IEwxMy40NTE1MDg3LDMuNTU5MzY4MzkgQzEzLjgwMzI3NzEsMy45MjIxMjk1MiAxNCw0LjQwNzU4ODYyIDE0LDQuOTEyODk3MDYgTDE0LDQuOTEyODk3MDYgTDE0LDQuOTEyODk3MDYgQzE0LDUuMzQ4MDQwNTkgMTMuNjQ3MjQ2NSw1LjcwMDc5NDEyIDEzLjIxMjEwMjksNS43MDA3OTQxMiBMMTAsNS43MDA3OTQxMiBMMTAsNS43MDA3OTQxMiBDOC44OTU0MzA1LDUuNzAwNzk0MTIgOCw0LjgwNTM2MzYyIDgsMy43MDA3OTQxMiBMOCwxIEw4LDEgQzgsMC40NDc3MTUyNSA4LjQ0NzcxNTI1LC04LjcyOTU5OTVlLTE1IDksLTIuMTA5NDIzNzVlLTE0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.webix_pivot .webix_dtable .webix_ss_left .webix_column.webix_last > div.webix_row_select,
.webix_pivot .webix_cell.webix_row_select,
.webix_pivot .webix_column > div.webix_row_select {
border-color: #b5d3e8;
border-top: 1px solid #b5d3e8;
border-bottom: none;
}
.webix_pivot .webix_column > div.webix_row_select + .webix_cell {
border-top: 1px solid #b5d3e8;
}
.webix_pivot .webix_ss_header + .webix_ss_body div[aria-rowindex="1"],
.webix_pivot .webix_dtable .webix_ss_left .webix_column.webix_last > div[aria-rowindex="1"].webix_row_select {
border-top: none;
}
.webix_pivot .webix_toolbar + .webix_dtable {
border-top: none;
}
.webix_pivot .webix_column > div,
.webix_pivot .webix_table_cell {
border-top: 1px solid #ebebeb;
border-bottom: none;
}
.webix_pivot .webix_toolbar .webix_el_label,
.webix_pivot .webix_toolbar .webix_control.webix_el_label {
padding-left: 5px;
}
.webix_pivot .webix_pivot .webix_toolbar {
padding-left: 7px;
}
.webix_pivot .webix_view .webix_tree_open {
float: right;
}
.webix_pivot .webix_view .webix_tree_open:before {
content: '\F107';
}
.webix_pivot .webix_view .webix_tree_close {
float: right;
}
.webix_pivot .webix_view .webix_tree_close:before {
content: '\F105';
}
.webix_pivot .webix_control .fa-angle-down::before {
vertical-align: middle;
font-size: 15px;
}
.webix_pivot .webix_cell .webix_tree_none:first-child {
width: 9px;
}
.webix_pivot .webix_layout_toolbar.webix_toolbar {
background: #005CA1;
}
.webix_pivot .webix_el_richselect .webix_el_box,
.webix_pivot .webix_multicombo .webix_el_box {
font-size: 14px;
line-height: 19px;
}
.webix_pivot .webix_el_richselect .webix_el_box .webix_inp_static,
.webix_pivot .webix_multicombo .webix_el_box .webix_inp_static,
.webix_pivot .webix_el_datepicker .webix_el_box .webix_inp_static,
.webix_pivot .webix_el_text .webix_el_box .webix_inp_static,
.webix_pivot .webix_el_richselect input,
.webix_pivot .webix_multicombo input,
.webix_pivot .webix_el_datepicker input,
.webix_pivot .webix_el_text input {
border-radius: 2px;
color: #666666;
font-size: 13px;
box-shadow: none;
line-height: 22px;
}
.webix_pivot .icon-columns {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT50d28tY29sdW1ucy1sYXlvdXQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTW9kYWwtQ29uZmlnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI4LjAwMDAwMCwgLTE4NC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3MjlGQkQiPgogICAgICAgICAgICA8ZyBpZD0iTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzOC4wMDAwMDAsIDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNvbHVtbnMtQm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NzUuMDAwMDAwLCA3Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9InR3by1jb2x1bW5zLWxheW91dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNTQ4MzI5OCwwLjQ2NzgwMTgyMiBDMTQuMjY2MzIzNSwwLjE2MjE2NDAwOSAxMy45Mjc1OTQ1LDAuMDA5MzYyMTg2NzkgMTMuNTMxNTc1NiwwLjAwOTM2MjE4Njc5IEwxLjQzOTU1ODgyLDAuMDA5MzYyMTg2NzkgQzEuMDQzNjk3NDgsMC4wMDkzNjIxODY3OSAwLjcwNDc3OTQxMiwwLjE2MjEyOTg0MSAwLjQyMjgzNjEzNCwwLjQ2NzgwMTgyMiBDMC4xNDA5NTU4ODIsMC43NzM1MDc5NzMgMCwxLjE0MDg1NDIxIDAsMS41NzAxMTM5IEwwLDEzLjQzMjUxNzEgQzAsMTMuODYxODc5MyAwLjE0MDk1NTg4MiwxNC4yMjkyNTk3IDAuNDIyODM2MTM0LDE0LjUzNDkzMTcgQzAuNzA0Nzc5NDEyLDE0Ljg0MDYwMzYgMS4wNDM2NjU5NywxNC45OTM0Mzk2IDEuNDM5NTU4ODIsMTQuOTkzNDM5NiBMMTMuNTMxNTc1NiwxNC45OTM0Mzk2IEMxMy45Mjc1NjMsMTQuOTkzNDM5NiAxNC4yNjYyOTIsMTQuODQwNjAzNiAxNC41NDgzMjk4LDE0LjUzNDkzMTcgQzE0LjgzMDIxMDEsMTQuMjI5MjkzOCAxNC45NzEwNzE0LDEzLjg2MTkxMzQgMTQuOTcxMDcxNCwxMy40MzI1MTcxIEwxNC45NzEwNzE0LDEuNTcwMTEzOSBDMTQuOTcxMDcxNCwxLjE0MDg1NDIxIDE0LjgzMDIxMDEsMC43NzM1MDc5NzMgMTQuNTQ4MzI5OCwwLjQ2NzgwMTgyMiBaIE02LjkwOTgwMDQyLDEzLjc0NDg1MTkgTDEuNDM5NTU4ODIsMTMuNzQ0ODUxOSBDMS4zNjE1OTY2NCwxMy43NDQ4NTE5IDEuMjk0MTI4MTUsMTMuNzEzODYxIDEuMjM3MTUzMzYsMTMuNjUyMzU3NiBDMS4xODAxNDcwNiwxMy41OTA0Nzg0IDEuMTUxNjkxMTgsMTMuNTE3NDI2IDEuMTUxNjkxMTgsMTMuNDMyNzU2MyBMMS4xNTE2OTExOCwyLjUwNjg0NTEgTDYuOTA5ODMxOTMsMi41MDY4NDUxIEw2LjkwOTgzMTkzLDEzLjc0NDg1MTkgTDYuOTA5ODAwNDIsMTMuNzQ0ODUxOSBaIE0xMy44MTk0MTE4LDEzLjQzMjUxNzEgQzEzLjgxOTQxMTgsMTMuNTE3MTg2OCAxMy43OTA5NTU5LDEzLjU5MDM3NTkgMTMuNzM0MDEyNiwxMy42NTIxMTg1IEMxMy42NzY4ODAzLDEzLjcxMzg2MSAxMy42MDk1NjkzLDEzLjc0NDcxNTMgMTMuNTMxNDgxMSwxMy43NDQ3MTUzIEw4LjA2MTMzNDAzLDEzLjc0NDcxNTMgTDguMDYxMzM0MDMsMi41MDY2MDU5MiBMMTMuODE5NjAwOCwyLjUwNjYwNTkyIEwxMy44MTk2MDA4LDEzLjQzMjUxNzEgTDEzLjgxOTQxMTgsMTMuNDMyNTE3MSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
}
.webix_pivot .icon-list {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5saXN0aW5nLW9wdGlvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNb2RhbC1Db25maWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTguMDAwMDAwLCAtNDM0LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzcyOUZCRCI+CiAgICAgICAgICAgIDxnIGlkPSJNb2RhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM4LjAwMDAwMCwgOTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iUm93cy1Cb3giIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2NS4wMDAwMDAsIDMyNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCA2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlzdGluZy1vcHRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIuNDI0Njg4NjUsNC4xMTExNTM4NSBMMC4zNDYzNDA3NjMsNC4xMTExNTM4NSBDMC4yNTI1NDI1MDksNC4xMTExNTM4NSAwLjE3MTM2OTQ4NSw0LjE0NDY1MjYxIDAuMTAyODIxNjkxLDQuMjExOTg1MTEgQzAuMDM0MjM1OTgzNSw0LjI3OTM1NDg0IDAsNC4zNTkwODE4OSAwLDQuNDUxMjAzNDcgTDAsNi40OTE1Mzg0NiBDMCw2LjU4MzU4NTYxIDAuMDM0MjM1OTgzNSw2LjY2MzQ2MTU0IDAuMTAyODIxNjkxLDYuNzMwNjQ1MTYgQzAuMTcxNDA3Mzk5LDYuNzk3NzU0MzQgMC4yNTI1NDI1MDksNi44MzE1ODgwOSAwLjM0NjM0MDc2Myw2LjgzMTU4ODA5IEwyLjQyNDY4ODY1LDYuODMxNTg4MDkgQzIuNTE4NDg2OSw2LjgzMTU4ODA5IDIuNTk5NjU5OTMsNi43OTc5MDMyMyAyLjY2ODIwNzcyLDYuNzMwNjQ1MTYgQzIuNzM2NzkzNDMsNi42NjMzMTI2NiAyLjc3MTAyOTQxLDYuNTgzNTg1NjEgMi43NzEwMjk0MSw2LjQ5MTUzODQ2IEwyLjc3MTAyOTQxLDQuNDUxMjAzNDcgQzIuNzcxMDI5NDEsNC4zNTkwODE4OSAyLjczNjc1NTUxLDQuMjc5MzU0ODQgMi42NjgyMDc3Miw0LjIxMTk4NTExIEMyLjU5OTY1OTkzLDQuMTQ0NzY0MjcgMi41MTg0ODY5LDQuMTExMTUzODUgMi40MjQ2ODg2NSw0LjExMTE1Mzg1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIuNDI0Njg4NjUsMTIuMjcyNTMxIEwwLjM0NjM0MDc2MywxMi4yNzI1MzEgQzAuMjUyNTQyNTA5LDEyLjI3MjUzMSAwLjE3MTM2OTQ4NSwxMi4zMDU4ODA5IDAuMTAyODIxNjkxLDEyLjM3MzI4NzggQzAuMDM0MjM1OTgzNSwxMi40NDA2MjAzIDAsMTIuNTIwMjczIDAsMTIuNjEyNDMxOCBMMCwxNC42NTI4Nzg0IEMwLDE0Ljc0NDg1MTEgMC4wMzQyMzU5ODM1LDE0LjgyNDQyOTMgMC4xMDI4MjE2OTEsMTQuODkxODM2MiBDMC4xNzE0MDczOTksMTQuOTU5MzE3NiAwLjI1MjU0MjUwOSwxNC45OTI4NTM2IDAuMzQ2MzQwNzYzLDE0Ljk5Mjg1MzYgTDIuNDI0Njg4NjUsMTQuOTkyODUzNiBDMi41MTg0ODY5LDE0Ljk5Mjg1MzYgMi41OTk2NTk5MywxNC45NTkyNDMyIDIuNjY4MjA3NzIsMTQuODkxODM2MiBDMi43MzY3OTM0MywxNC44MjQ1NzgyIDIuNzcxMDI5NDEsMTQuNzQ0ODUxMSAyLjc3MTAyOTQxLDE0LjY1Mjg3ODQgTDIuNzcxMDI5NDEsMTIuNjEyNDMxOCBDMi43NzEwMjk0MSwxMi41MjAyMzU3IDIuNzM2NzU1NTEsMTIuNDQwNjIwMyAyLjY2ODIwNzcyLDEyLjM3MzI1MDYgQzIuNTk5NjU5OTMsMTIuMzA2MTQxNCAyLjUxODQ4NjksMTIuMjcyNTMxIDIuNDI0Njg4NjUsMTIuMjcyNTMxIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIuNDI0Njg4NjUsOC4xOTE2Mzc3MiBMMC4zNDYzNDA3NjMsOC4xOTE2Mzc3MiBDMC4yNTI1NDI1MDksOC4xOTE2Mzc3MiAwLjE3MTM2OTQ4NSw4LjIyNTUwODY4IDAuMTAyODIxNjkxLDguMjkyNjU1MDkgQzAuMDM0MjczODk3MSw4LjM1OTgwMTQ5IDAsOC40Mzk3ODkwOCAwLDguNTMxNzYxNzkgTDAsMTAuNTcyMDIyMyBDMCwxMC42NjQyNTU2IDAuMDM0MjM1OTgzNSwxMC43NDM5ODI2IDAuMTAyODIxNjkxLDEwLjgxMTI0MDcgQzAuMTcxNDA3Mzk5LDEwLjg3ODUzNiAwLjI1MjU0MjUwOSwxMC45MTE5OTc1IDAuMzQ2MzQwNzYzLDEwLjkxMTk5NzUgTDIuNDI0Njg4NjUsMTAuOTExOTk3NSBDMi41MTg0ODY5LDEwLjkxMTk5NzUgMi41OTk2NTk5MywxMC44Nzg2NDc2IDIuNjY4MjA3NzIsMTAuODExMjQwNyBDMi43MzY3OTM0MywxMC43NDM5ODI2IDIuNzcxMDI5NDEsMTAuNjY0MjU1NiAyLjc3MTAyOTQxLDEwLjU3MjAyMjMgTDIuNzcxMDI5NDEsOC41MzE3NjE3OSBDMi43NzEwMjk0MSw4LjQzOTc4OTA4IDIuNzM2NzU1NTEsOC4zNjAwNjIwMyAyLjY2ODIwNzcyLDguMjkyNjU1MDkgQzIuNTk5NjU5OTMsOC4yMjUzOTcwMiAyLjUxODQ4NjksOC4xOTE2Mzc3MiAyLjQyNDY4ODY1LDguMTkxNjM3NzIgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi40MjQ2ODg2NSwwLjAzMDQwOTQyOTMgTDAuMzQ2MzQwNzYzLDAuMDMwNDA5NDI5MyBDMC4yNTI1NDI1MDksMC4wMzA0MDk0MjkzIDAuMTcxMzY5NDg1LDAuMDY0MDE5ODUxMSAwLjEwMjgyMTY5MSwwLjEzMTM1MjM1NyBDMC4wMzQyNzM4OTcxLDAuMTk4Njg0ODY0IDAsMC4yNzgzNzQ2OSAwLDAuMzcwNDU5MDU3IEwwLDIuNDEwNzk0MDQgQzAsMi41MDI5MTU2MyAwLjAzNDIzNTk4MzUsMi41ODI1NjgyNCAwLjEwMjgyMTY5MSwyLjY0OTkwMDc0IEMwLjE3MTQwNzM5OSwyLjcxNzIzMzI1IDAuMjUyNTQyNTA5LDIuNzUwODQzNjcgMC4zNDYzNDA3NjMsMi43NTA4NDM2NyBMMi40MjQ2ODg2NSwyLjc1MDg0MzY3IEMyLjUxODQ4NjksMi43NTA4NDM2NyAyLjU5OTY1OTkzLDIuNzE3MzQ0OTEgMi42NjgyMDc3MiwyLjY0OTkwMDc0IEMyLjczNjc5MzQzLDIuNTgyNTY4MjQgMi43NzEwMjk0MSwyLjUwMjkxNTYzIDIuNzcxMDI5NDEsMi40MTA3OTQwNCBMMi43NzEwMjk0MSwwLjM3MDQ1OTA1NyBDMi43NzEwMjk0MSwwLjI3ODMzNzQ2OSAyLjczNjc1NTUxLDAuMTk4Njg0ODY0IDIuNjY4MjA3NzIsMC4xMzEzNTIzNTcgQzIuNTk5NjU5OTMsMC4wNjQyMDU5NTUzIDIuNTE4NDg2OSwwLjAzMDQwOTQyOTMgMi40MjQ2ODg2NSwwLjAzMDQwOTQyOTMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNzM5MjgwOCwxMi4yNzI1MzEgTDMuNzkwMDczODgsMTIuMjcyNTMxIEMzLjcxOTQ3OTY3LDEyLjI3MjUzMSAzLjY1ODM4NzQ0LDEyLjMwNTg4MDkgMy42MDY3OTcxNywxMi4zNzMyODc4IEMzLjU1NTE3ODM2LDEyLjQ0MDY1NzYgMy41Mjk0MTE3NiwxMi41MjAyNzMgMy41Mjk0MTE3NiwxMi42MTI0NjkgTDMuNTI5NDExNzYsMTQuNjUyOTE1NiBDMy41Mjk0MTE3NiwxNC43NDQ4ODgzIDMuNTU1MTc4MzYsMTQuODI0NDY2NSAzLjYwNjc5NzE3LDE0Ljg5MTg3MzQgQzMuNjU4NDE1OTcsMTQuOTU5MzU0OCAzLjcxOTM5NDA3LDE0Ljk5Mjg5MDggMy43OTAwNzM4OCwxNC45OTI4OTA4IEwxNC43MzkyODA4LDE0Ljk5Mjg5MDggQzE0LjgwOTk4OTIsMTQuOTkyODkwOCAxNC44NzA5OTU4LDE0Ljk1OTI4MDQgMTQuOTIyNjcxNywxNC44OTE4NzM0IEMxNC45NzQzMTksMTQuODI0NDY2NSAxNSwxNC43NDQ4ODgzIDE1LDE0LjY1MjkxNTYgTDE1LDEyLjYxMjQ2OSBDMTUsMTIuNTIwMjczIDE0Ljk3NDIzMzQsMTIuNDQwNjU3NiAxNC45MjI2NzE3LDEyLjM3MzI4NzggQzE0Ljg3MDk5NTgsMTIuMzA2MTQxNCAxNC44MDk5NjA2LDEyLjI3MjUzMSAxNC43MzkyODA4LDEyLjI3MjUzMSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC43MzkyODA4LDguMTkxNjM3NzIgTDMuNzkwMDczODgsOC4xOTE2Mzc3MiBDMy43MTk0Nzk2Nyw4LjE5MTYzNzcyIDMuNjU4Mzg3NDQsOC4yMjU1MDg2OCAzLjYwNjc5NzE3LDguMjkyNjU1MDkgQzMuNTU1MjA2OSw4LjM1OTgwMTQ5IDMuNTI5NDExNzYsOC40Mzk3ODkwOCAzLjUyOTQxMTc2LDguNTMxNzYxNzkgTDMuNTI5NDExNzYsMTAuNTcyMDIyMyBDMy41Mjk0MTE3NiwxMC42NjQyNTU2IDMuNTU1MTc4MzYsMTAuNzQzOTgyNiAzLjYwNjc5NzE3LDEwLjgxMTI0MDcgQzMuNjU4NDE1OTcsMTAuODc4NTM2IDMuNzE5Mzk0MDcsMTAuOTExOTk3NSAzLjc5MDA3Mzg4LDEwLjkxMTk5NzUgTDE0LjczOTI4MDgsMTAuOTExOTk3NSBDMTQuODA5OTg5MiwxMC45MTE5OTc1IDE0Ljg3MDk5NTgsMTAuODc4NjQ3NiAxNC45MjI2NzE3LDEwLjgxMTI0MDcgQzE0Ljk3NDMxOSwxMC43NDM5ODI2IDE1LDEwLjY2NDI1NTYgMTUsMTAuNTcyMDIyMyBMMTUsOC41MzE3NjE3OSBDMTUsOC40Mzk3ODkwOCAxNC45NzQyMzM0LDguMzYwMDYyMDMgMTQuOTIyNjcxNyw4LjI5MjY1NTA5IEMxNC44NzA5OTU4LDguMjI1NTA4NjggMTQuODA5OTYwNiw4LjE5MTYzNzcyIDE0LjczOTI4MDgsOC4xOTE2Mzc3MiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC45MjI2NzE3LDAuMTMxMzUyMzU3IEMxNC44NzA5OTU4LDAuMDY0MTY4NzM0NSAxNC44MDk5ODkyLDAuMDMwNDA5NDI5MyAxNC43MzkyODA4LDAuMDMwNDA5NDI5MyBMMy43OTAwNzM4OCwwLjAzMDQwOTQyOTMgQzMuNzE5NDc5NjcsMC4wMzA0MDk0MjkzIDMuNjU4Mzg3NDQsMC4wNjQwMTk4NTExIDMuNjA2Nzk3MTcsMC4xMzEzNTIzNTcgQzMuNTU1MjA2OSwwLjE5ODY4NDg2NCAzLjUyOTQxMTc2LDAuMjc4MzM3NDY5IDMuNTI5NDExNzYsMC4zNzA0NTkwNTcgTDMuNTI5NDExNzYsMi40MTA3OTQwNCBDMy41Mjk0MTE3NiwyLjUwMjkxNTYzIDMuNTU1MTc4MzYsMi41ODI1NjgyNCAzLjYwNjc5NzE3LDIuNjQ5OTAwNzQgQzMuNjU4NDE1OTcsMi43MTcyMzMyNSAzLjcxOTM5NDA3LDIuNzUwODQzNjcgMy43OTAwNzM4OCwyLjc1MDg0MzY3IEwxNC43MzkyODA4LDIuNzUwODQzNjcgQzE0LjgwOTk4OTIsMi43NTA4NDM2NyAxNC44NzA5OTU4LDIuNzE3MzQ0OTEgMTQuOTIyNjcxNywyLjY0OTkwMDc0IEMxNC45NzQzMTksMi41ODI1NjgyNCAxNSwyLjUwMjkxNTYzIDE1LDIuNDEwNzk0MDQgTDE1LDAuMzcwNDU5MDU3IEMxNC45OTk5NzE1LDAuMjc4Mzc0NjkgMTQuOTc0MjA0OSwwLjE5ODY4NDg2NCAxNC45MjI2NzE3LDAuMTMxMzUyMzU3IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjczOTI4MDgsNC4xMTExNTM4NSBMMy43OTAwNzM4OCw0LjExMTE1Mzg1IEMzLjcxOTQ3OTY3LDQuMTExMTUzODUgMy42NTgzODc0NCw0LjE0NDY1MjYxIDMuNjA2Nzk3MTcsNC4yMTE5ODUxMSBDMy41NTUxNzgzNiw0LjI3OTM1NDg0IDMuNTI5NDExNzYsNC4zNTkwODE4OSAzLjUyOTQxMTc2LDQuNDUxMjAzNDcgTDMuNTI5NDExNzYsNi40OTE1Mzg0NiBDMy41Mjk0MTE3Niw2LjU4MzU4NTYxIDMuNTU1MTc4MzYsNi42NjMzMTI2NiAzLjYwNjc5NzE3LDYuNzMwNjQ1MTYgQzMuNjU4NDE1OTcsNi43OTc3NTQzNCAzLjcxOTM5NDA3LDYuODMxNTg4MDkgMy43OTAwNzM4OCw2LjgzMTU4ODA5IEwxNC43MzkyODA4LDYuODMxNTg4MDkgQzE0LjgwOTk4OTIsNi44MzE1ODgwOSAxNC44NzA5OTU4LDYuNzk3OTAzMjMgMTQuOTIyNjcxNyw2LjczMDY0NTE2IEMxNC45NzQzMTksNi42NjMzMTI2NiAxNSw2LjU4MzU4NTYxIDE1LDYuNDkxNTM4NDYgTDE1LDQuNDUxMjAzNDcgQzE1LDQuMzU5MDgxODkgMTQuOTc0MjMzNCw0LjI3OTM1NDg0IDE0LjkyMjY3MTcsNC4yMTE5ODUxMSBDMTQuODcwOTk1OCw0LjE0NDc2NDI3IDE0LjgwOTk2MDYsNC4xMTExNTM4NSAxNC43MzkyODA4LDQuMTExMTUzODUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
}
.webix_pivot .icon-values {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTMgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT50aGUtc3VtLW9mPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik1vZGFsLUNvbmZpZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyOS4wMDAwMDAsIC00MzQuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjNzI5RkJEIj4KICAgICAgICAgICAgPGcgaWQ9Ik1vZGFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzguMDAwMDAwLCA5NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJWYWx1ZXMtQm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NzUuMDAwMDAwLCAzMjYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJ0aGUtc3VtLW9mIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4wNjg4ODg5LDMuNjIxNjk2NDMgQzEyLjU4MTUsMy42MjE2OTY0MyAxMi45OTcwNTU2LDMuMjIwOTgyMTQgMTIuOTk3MDU1NiwyLjcyNjY3ODU3IEwxMi45OTcwNTU2LDAuOTM2NzUgQzEyLjk5NzA1NTYsMC43MDEwODkyODYgMTIuODk4MDU1NiwwLjQ3MDUxNzg1NyAxMi43MjUyMjIyLDAuMzAzODU3MTQzIEMxMi41NTIzODg5LDAuMTM3MTk2NDI5IDEyLjMxMzMzMzMsMC4wNDE3MzIxNDI5IDEyLjA2ODg4ODksMC4wNDE3MzIxNDI5IEwwLjkzMTE2NjY2NywwLjA0MTczMjE0MjkgQzAuNTczMTExMTExLDAuMDQxNzMyMTQyOSAwLjI0NTc3Nzc3OCwwLjI0MTQ0NjQyOSAwLjA5MjQ0NDQ0NDQsMC41NTM0NDY0MjkgQy0wLjA2MDg4ODg4ODksMC44NjU1IC0wLjAxMzk0NDQ0NDQsMS4yMzYyMTQyOSAwLjIxMjgzMzMzMywxLjUwMzQ4MjE0IEw1LjMwMDgzMzMzLDcuNSBMMC4yMTI4ODg4ODksMTMuNDk2NjI1IEMtMC4wMTM4ODg4ODg5LDEzLjc2Mzc4NTcgLTAuMDYwODMzMzMzMywxNC4xMzQ2MDcxIDAuMDkyNSwxNC40NDY2NjA3IEMwLjI0NTgzMzMzMywxNC43NTg3MTQzIDAuNTczMTY2NjY3LDE0Ljk1ODM3NSAwLjkzMTIyMjIyMiwxNC45NTgzNzUgTDEyLjA2ODg4ODksMTQuOTU4Mzc1IEMxMi4zMTMyNzc4LDE0Ljk1ODM3NSAxMi41NTIzMzMzLDE0Ljg2MjkxMDcgMTIuNzI1MjIyMiwxNC42OTYyNSBDMTIuODk4MTExMSwxNC41Mjk1ODkzIDEyLjk5NzA1NTYsMTQuMjk5MDcxNCAxMi45OTcwNTU2LDE0LjA2MzM1NzEgTDEyLjk5NzA1NTYsMTIuMjczMzc1IEMxMi45OTcwNTU2LDExLjc3OTA3MTQgMTIuNTgxNSwxMS4zNzgzNTcxIDEyLjA2ODg4ODksMTEuMzc4MzU3MSBDMTEuNTU2Mjc3OCwxMS4zNzgzNTcxIDExLjE0MDcyMjIsMTEuNzc5MDcxNCAxMS4xNDA3MjIyLDEyLjI3MzM3NSBMMTEuMTQwNzIyMiwxMy4xNjgzOTI5IEwyLjg4OTc3Nzc4LDEzLjE2ODM5MjkgTDcuMjE4Mzg4ODksOC4wNjY4MzkyOSBDNy40OTg3Nzc3OCw3LjczNjQxMDcxIDcuNDk4Nzc3NzgsNy4yNjM3NSA3LjIxODM4ODg5LDYuOTMzMzc1IEwyLjg4OTc3Nzc4LDEuODMxODIxNDMgTDExLjE0MDcyMjIsMS44MzE4MjE0MyBMMTEuMTQwNzIyMiwyLjcyNjc4NTcxIEMxMS4xNDA3Nzc4LDMuMjIwOTI4NTcgMTEuNTU2MzMzMywzLjYyMTY5NjQzIDEyLjA2ODg4ODksMy42MjE2OTY0MyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
}
.webix_pivot .icon-filter {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5mdW5uZWw8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTW9kYWwtQ29uZmlnIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTE4LjAwMDAwMCwgLTE4NC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3MjlGQkQiPgogICAgICAgICAgICA8ZyBpZD0iTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzOC4wMDAwMDAsIDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkZpbHRlcnMtQm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNjUuMDAwMDAwLCA3Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmlsdGVycy1Cb3gtSGVhZGVyIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlRpdGxlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZnVubmVsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MzMxMTA0NCwxNC4zNzY2ODg2IEw1LjUzMzExMDQ0LDkuMDQwNTM2OTUgTDAuMTA3MTI3NTkxLDAuOTczNTQ5MTg3IEMtMC4xMTMyMTY4OSwwLjcxOTQ0NjcyNiAtMC4wMTgzNDYzNSwwLjAyMTQzMDMyOCAwLjYyNDMyNTA1MywwIEwxNC4zNzEzNzI0LDAgQzE0Ljc0NDczMzksMCAxNS4yMTkwODY2LDAuNDQwODUyNDYyIDE0Ljg4ODU2OTksMC45NzM1NDkxODcgTDkuNDYyNTg3MDIsOS4wNDA1MzY5NSBMOS40NjI1ODcwMiwxMi4zNTMwNTM0IEM5LjQ2MjU4NzAyLDEyLjU0ODk4NzggOS4zNzA3NzY4MiwxMi43MzI2NzYzIDkuMjE0Njk5NDcsMTIuODUyMDczOSBMNi41MzM4NDE2MiwxNC44NzU3MDkxIEM2LjM4MDgyNDYyLDE1LjA0NzE1MTcgNS42MTI2NzkyOCwxNS4xNjA0MjYzIDUuNTMzMTEwNDQsMTQuMzc2Njg4NiBMNS41MzMxMTA0NCwxNC4zNzY2ODg2IFogTTEuNzk5NDk1NjIsMS4yNDkwODE5OCBMNi42Nzc2Nzc2LDguNTAxNzE3MjcgQzYuNzQ4MDY1NDIsOC42MDU4MDc0NCA2Ljc4NDc4OTUsOC43MjUyMDQ5OCA2Ljc4NDc4OTUsOC44NTA3MjU0NyBMNi43ODQ3ODk1LDEzLjEyNDU0NTIgTDguMjE3MDI4NjMsMTIuMDQzODQ0MyBMOC4yMTcwMjg2Myw4Ljg1MDcyNTQ3IEM4LjIxNzAyODYzLDguNzI1MjA0OTggOC4yNTM3NTI3MSw4LjYwNTgwNzQ0IDguMzI0MTQwNTMsOC41MDE3MTcyNyBMMTMuMTk2MjAxOCwxLjI0OTA4MTk4IEwxLjc5OTQ5NTYyLDEuMjQ5MDgxOTggWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
}
.webix_pivot .icon-values-chart {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5WYWx1ZXMgSWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJQaXZvdC1DaGFydC1Nb2RhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxOC4wMDAwMDAsIC00MzMuMDAwMDAwKSIgZmlsbD0iIzcyOUZCRCI+CiAgICAgICAgICAgIDxnIGlkPSJNb2RhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM4LjAwMDAwMCwgOTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iVmFsdWVzLUJveCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY1LjAwMDAwMCwgMzI2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJWYWx1ZXMtQm94LUhlYWRlciI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJUaXRsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCA2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlZhbHVlcy1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi42NTAwMjQ0MSw1IEMyLjkwNTkyOTQ4LDUgMyw1LjEzMDAwNDg4IDMsNS4zNDk5NzU1OSBDMyw1LjQ5NjYyMjcyIDMsOC43MTMyOTc1MyAzLDE1IEwwLDE1IEMwLDguNzE2MDIzNzYgMCw1LjQ5OTM0ODk2IDAsNS4zNDk5NzU1OSBDMCw1LjEyNTkxNTUzIDAuMTEwNzE3NzczLDUgMC4zNDk5NzU1ODYsNSBDMC41ODkyMzMzOTgsNSAyLjM5NDExOTM1LDUgMi42NTAwMjQ0MSw1IFoiIGlkPSJSZWN0YW5nbGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuNjUwMDI0NCw2IEMxMC45MDU5Mjk1LDYgMTEsNi4xMzAwMDQ4OCAxMSw2LjM0OTk3NTU5IEMxMSw2LjQ5NjYyMjcyIDExLDkuMzc5OTY0MTkgMTEsMTUgTDgsMTUgQzgsOS4zODI2OTA0MyA4LDYuNDk5MzQ4OTYgOCw2LjM0OTk3NTU5IEM4LDYuMTI1OTE1NTMgOC4xMTA3MTc3Nyw2IDguMzQ5OTc1NTksNiBDOC41ODkyMzM0LDYgMTAuMzk0MTE5Myw2IDEwLjY1MDAyNDQsNiBaIiBpZD0iUmVjdGFuZ2xlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTYuNjUwMDI0NDEsMCBDNi45MDU5Mjk0OCwwIDcsMC4xMzAwMDQ4ODMgNywwLjM0OTk3NTU4NiBDNywwLjQ5NjYyMjcyMSA3LDUuMzc5OTY0MTkgNywxNSBMNCwxNSBDNCw1LjM4MjY5MDQzIDQsMC40OTkzNDg5NTggNCwwLjM0OTk3NTU4NiBDNCwwLjEyNTkxNTUyNyA0LjExMDcxNzc3LC0zLjgxNjM5MTY1ZS0xNCA0LjM0OTk3NTU5LDAgQzQuNTg5MjMzNCwzLjgxNjM5MTY1ZS0xNCA2LjM5NDExOTM1LDAgNi42NTAwMjQ0MSwwIFoiIGlkPSJSZWN0YW5nbGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuNjUwMDI0NCwyIEMxNC45MDU5Mjk1LDIgMTUsMi4xMzAwMDQ4OCAxNSwyLjM0OTk3NTU5IEMxNSwyLjQ5NjYyMjcyIDE1LDYuNzEzMjk3NTMgMTUsMTUgTDEyLDE1IEMxMiw2LjcxNjAyMzc2IDEyLDIuNDk5MzQ4OTYgMTIsMi4zNDk5NzU1OSBDMTIsMi4xMjU5MTU1MyAxMi4xMTA3MTc4LDIgMTIuMzQ5OTc1NiwyIEMxMi41ODkyMzM0LDIgMTQuMzk0MTE5MywyIDE0LjY1MDAyNDQsMiBaIiBpZD0iUmVjdGFuZ2xlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
}
.webix_pivot .icon-chart {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5DaGFydCBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBpdm90LUNoYXJ0LU1vZGFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI4LjAwMDAwMCwgLTQzMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3MjlGQkQiPgogICAgICAgICAgICA8ZyBpZD0iTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzOC4wMDAwMDAsIDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlZhbHVlcy1Cb3giIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU3NS4wMDAwMDAsIDMyNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVmFsdWVzLUJveC1IZWFkZXIiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDaGFydC1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4wMTcyNDEzOCw2Ljk2MzEwMzQ1IEwxNC45ODAzNDQ4LDYuOTYzMTAzNDUgQzE0LjcyNTg2MjEsMy4yMzM1MzQ0OCAxMS43NDY4MTAzLDAuMjU0MjI0MTM4IDguMDE3MjQxMzgsMCBMOC4wMTcyNDEzOCw2Ljk2MzEwMzQ1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy4wMTA5NDgzLDEyLjU2MzAxNzIgQzE0LjEzNDEzNzksMTEuMzQ0OTEzOCAxNC44NjAzNDQ4LDkuNzU0OTEzNzkgMTQuOTgwMDg2Miw3Ljk5NzU4NjIxIEw4LjQ0NTUxNzI0LDcuOTk3NTg2MjEgTDEzLjAxMDk0ODMsMTIuNTYzMDE3MiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi45ODI3NTg2Miw3Ljk5NzU4NjIxIEw2Ljk4Mjc1ODYyLDAgQzMuMDgyMjQxMzgsMC4yNjU4NjIwNjkgMCwzLjUxMjA2ODk3IDAsNy40ODAzNDQ4MyBDMCwxMS42MjI0MTM4IDMuMzU3OTMxMDMsMTQuOTgwMzQ0OCA3LjUsMTQuOTgwMzQ0OCBDOS4zMDc3NTg2MiwxNC45ODAzNDQ4IDEwLjk2NDQ4MjgsMTQuMzM5MjI0MSAxMi4yNTg4NzkzLDEzLjI3MzcwNjkgTDYuOTgyNzU4NjIsNy45OTc1ODYyMSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
}
.webix_pivot .icon-group {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5EaWFncmFtIEljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUGl2b3QtQ2hhcnQtTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjguMDAwMDAwLCAtMTgzLjAwMDAwMCkiIGZpbGw9IiM3MjlGQkQiPgogICAgICAgICAgICA8ZyBpZD0iTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzOC4wMDAwMDAsIDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNvbHVtbnMtQm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NzUuMDAwMDAwLCA3Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ29sdW1ucy1Cb3gtSGVhZGVyIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlRpdGxlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRGlhZ3JhbS1JY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuNDg2NDk0LDExLjE1MTkxNDEgTDEzLjQ4NjQ5NCw5LjYxOTU3MDMxIEMxMy40ODY0OTQsOC44MTA0MTk5MiAxMi44MTUxMzk0LDguMTUyMTc3NzMgMTEuOTg5ODcwNSw4LjE1MjE3NzczIEw3Ljk5ODg4NDQ2LDguMTUyMTc3NzMgTDcuOTk4ODg0NDYsNi44MDg3Njk1MyBDOS42ODg0NDYyMiw2LjU3MDE0NjQ4IDEwLjk5MjEzMTUsNS4xNDUzODA4NiAxMC45OTIxMzE1LDMuNDIzOTI1NzggQzEwLjk5MjEzMTUsMS41MzYwMDU4NiA5LjQyNTY0NzQxLDAgNy41LDAgQzUuNTc0MzUyNTksMCA0LjAwNzg2ODUzLDEuNTM2MDA1ODYgNC4wMDc4Njg1MywzLjQyMzkyNTc4IEM0LjAwNzg2ODUzLDUuMTQ1MzgwODYgNS4zMTE1NTM3OCw2LjU3MDE0NjQ4IDcuMDAxMTE1NTQsNi44MDg3Njk1MyBMNy4wMDExMTU1NCw4LjE1MjE3NzczIEwzLjAxMDEyOTQ4LDguMTUyMTc3NzMgQzIuMTg0ODYwNTYsOC4xNTIxNzc3MyAxLjUxMzUwNTk4LDguODEwNDE5OTIgMS41MTM1MDU5OCw5LjYxOTU3MDMxIEwxLjUxMzUwNTk4LDExLjE1MTkxNDEgQzAuNjU0MzUyNTksMTEuMzcgMC4wMTY4ODI0NzAxLDEyLjEzMzgyODEgMC4wMTY4ODI0NzAxLDEzLjA0MzQ2NjggQzAuMDE2ODgyNDcwMSwxNC4xMjIzODI4IDAuOTEyMDExOTUyLDE1IDIuMDEyMzkwNDQsMTUgQzMuMTEyNzY4OTIsMTUgNC4wMDc4OTg0MSwxNC4xMjIzODI4IDQuMDA3ODk4NDEsMTMuMDQzNDY2OCBDNC4wMDc4OTg0MSwxMi4xMzM4MjgxIDMuMzcwNDI4MjksMTEuMzcgMi41MTEyNzQ5LDExLjE1MTkxNDEgTDIuNTExMjc0OSw5LjYxOTU3MDMxIEMyLjUxMTI3NDksOS4zNDk4NjMyOCAyLjczNTA3OTY4LDkuMTMwNDI5NjkgMy4wMTAxNTkzNiw5LjEzMDQyOTY5IEw3LjAwMTE0NTQyLDkuMTMwNDI5NjkgTDcuMDAxMTQ1NDIsMTEuMTUxMzI4MSBDNi4xNDE4NDI2MywxMS4zNjkzNTU1IDUuNTA0NTIxOTEsMTIuMTMzNzQwMiA1LjUwNDUyMTkxLDEzLjA0MzQ5NjEgQzUuNTA0NDkyMDMsMTQuMTIyMzgyOCA2LjM5OTYyMTUxLDE1IDcuNSwxNSBDOC42MDAzNzg0OSwxNSA5LjQ5NTUwNzk3LDE0LjEyMjM4MjggOS40OTU1MDc5NywxMy4wNDM0NjY4IEM5LjQ5NTUwNzk3LDEyLjEzMzcxMDkgOC44NTgxODcyNSwxMS4zNjkzNTU1IDcuOTk4ODg0NDYsMTEuMTUxMjk4OCBMNy45OTg4ODQ0Niw5LjEzMDQwMDM5IEwxMS45ODk4NzA1LDkuMTMwNDAwMzkgQzEyLjI2NDk1MDIsOS4xMzA0MDAzOSAxMi40ODg3NTUsOS4zNDk4MzM5OCAxMi40ODg3NTUsOS42MTk1NDEwMiBMMTIuNDg4NzU1LDExLjE1MTg4NDggQzExLjYyOTYwMTYsMTEuMzcgMTAuOTkyMTMxNSwxMi4xMzM3OTg4IDEwLjk5MjEzMTUsMTMuMDQzNDM3NSBDMTAuOTkyMTMxNSwxNC4xMjIzMjQyIDExLjg4NzIzMTEsMTQuOTk5OTcwNyAxMi45ODc2Mzk0LDE0Ljk5OTk3MDcgQzE0LjA4ODA0NzgsMTQuOTk5OTcwNyAxNC45ODMxNDc0LDE0LjEyMjM1MzUgMTQuOTgzMTQ3NCwxMy4wNDM0Mzc1IEMxNC45ODMxMTc1LDEyLjEzMzgyODEgMTQuMzQ1NjQ3NCwxMS4zNyAxMy40ODY0OTQsMTEuMTUxOTE0MSBaIiBpZD0iU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMSwzLjAwMjc1NjQ5IEMxMSwxLjM4MDc5OTk3IDExLDAuNDk2NTM5NjcyIDExLDAuMzQ5OTc1NTg2IEMxMSwwLjEzMDAwNDg4MyAxMC45MDU5Mjk1LDAgMTAuNjUwMDI0NCwwIEMxMC4zOTQxMTkzLDAgNC41ODkyMzM0LDMuNzg4NjM2MDdlLTE0IDQuMzQ5OTc1NTksMCBDNC4xMTA3MTc3NywtMy44MjQ3MTgzMmUtMTQgNCwwLjEyNTkxNTUyNyA0LDAuMzQ5OTc1NTg2IEM0LDAuNDk5MjY0MjIzIDQsMS4zODM1MjQ1MiA0LDMuMDAyNzU2NDkgQzQsNS4xNzgyNjkxMSA0LDYuMzQwNjc5OTQgNCw2LjQ4OTk5MDIzIEM0LDYuNzE0MDUwMjkgNC4xMTA3MTc3Nyw2LjgzOTk5NjM0IDQuMzQ5OTc1NTksNi44Mzk5OTYzNCBDNC41ODkyMzM0LDYuODM5OTk2MzQgMTAuMzk0MTE5Myw2LjgzOTk5NjM0IDEwLjY1MDAyNDQsNi44Mzk5OTYzNCBDMTAuOTA1OTI5NSw2LjgzOTk5NjM0IDExLDYuNzA5OTYwOTQgMTEsNi40ODk5OTAyMyBDMTEsNi4zNDM0MDQ5NSAxMSw1LjE4MDk5NDEyIDExLDMuMDAyNzU3NzQgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuNjUwMDI0NDEsMTEgQzMuOTA1OTI5NDgsMTEgNCwxMS4xMzAwMDQ5IDQsMTEuMzQ5OTc1NiBDNCwxMS40OTY2MjI3IDQsMTIuMzc5OTY0MiA0LDE0IEwwLDE0IEMyLjk2MDU5NDczZS0xNiwxMi4zODI2OTA0IDQuNDQwODkyMWUtMTYsMTEuNDk5MzQ5IDQuNDQwODkyMWUtMTYsMTEuMzQ5OTc1NiBDNC40NDA4OTIxZS0xNiwxMS4xMjU5MTU1IDAuMTEwNzE3NzczLDExIDAuMzQ5OTc1NTg2LDExIEMwLjU4OTIzMzM5OCwxMSAzLjM5NDExOTM1LDExIDMuNjUwMDI0NDEsMTEgWiBNMy42NTAwMjQ0MSwxNSBDMy4zOTQxMTkzNSwxNSAwLjU4OTIzMzM5OCwxNSAwLjM0OTk3NTU4NiwxNSBDMC4xMTA3MTc3NzMsMTUgMCwxNC44NzQwNTQgMCwxNC42NDk5OTM5IEMwLDE0LjUwMDYyMDUgMCwxNC4yODM5NTU5IDAsMTQgTDQsMTQgQzQsMTQuMjg2NjgyMSA0LDE0LjUwMzM0NjggNCwxNC42NDk5OTM5IEM0LDE0Ljg2OTk2NDYgMy45MDU5Mjk0OCwxNSAzLjY1MDAyNDQxLDE1IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC42NTAwMjQ0LDExIEMxNC45MDU5Mjk1LDExIDE1LDExLjEzMDAwNDkgMTUsMTEuMzQ5OTc1NiBDMTUsMTEuNDk2NjIyNyAxNSwxMi4zNzk5NjQyIDE1LDE0IEwxMSwxNCBDMTEsMTIuMzgyNjkwNCAxMSwxMS40OTkzNDkgMTEsMTEuMzQ5OTc1NiBDMTEsMTEuMTI1OTE1NSAxMS4xMTA3MTc4LDExIDExLjM0OTk3NTYsMTEgQzExLjU4OTIzMzQsMTEgMTQuMzk0MTE5MywxMSAxNC42NTAwMjQ0LDExIFogTTE0LjY1MDAyNDQsMTUgQzE0LjM5NDExOTMsMTUgMTEuNTg5MjMzNCwxNSAxMS4zNDk5NzU2LDE1IEMxMS4xMTA3MTc4LDE1IDExLDE0Ljg3NDA1NCAxMSwxNC42NDk5OTM5IEMxMSwxNC41MDA2MjA1IDExLDE0LjI4Mzk1NTkgMTEsMTQgTDE1LDE0IEMxNSwxNC4yODY2ODIxIDE1LDE0LjUwMzM0NjggMTUsMTQuNjQ5OTkzOSBDMTUsMTQuODY5OTY0NiAxNC45MDU5Mjk1LDE1IDE0LjY1MDAyNDQsMTUgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuMTUwMDI0NDEsMTEgQzkuNDA1OTI5NDgsMTEgOS41LDExLjEzMDAwNDkgOS41LDExLjM0OTk3NTYgQzkuNSwxMS40OTY2MjI3IDkuNSwxMi4zNzk5NjQyIDkuNSwxNCBMNS41LDE0IEM1LjUsMTIuMzgyNjkwNCA1LjUsMTEuNDk5MzQ5IDUuNSwxMS4zNDk5NzU2IEM1LjUsMTEuMTI1OTE1NSA1LjYxMDcxNzc3LDExIDUuODQ5OTc1NTksMTEgQzYuMDg5MjMzNCwxMSA4Ljg5NDExOTM1LDExIDkuMTUwMDI0NDEsMTEgWiBNOS4xNTAwMjQ0MSwxNSBDOC44OTQxMTkzNSwxNSA2LjA4OTIzMzQsMTUgNS44NDk5NzU1OSwxNSBDNS42MTA3MTc3NywxNSA1LjUsMTQuODc0MDU0IDUuNSwxNC42NDk5OTM5IEM1LjUsMTQuNTAwNjIwNSA1LjUsMTQuMjgzOTU1OSA1LjUsMTQgTDkuNSwxNCBDOS41LDE0LjI4NjY4MjEgOS41LDE0LjUwMzM0NjggOS41LDE0LjY0OTk5MzkgQzkuNSwxNC44Njk5NjQ2IDkuNDA1OTI5NDgsMTUgOS4xNTAwMjQ0MSwxNSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
}
.webix_pivot_list_drag {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+RHJhZyBJY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJGaWVsZC1JdGVtIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEzLjAwMDAwMCwgLTE3LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0VBRUFFQSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMTMsMTcuOTg1OTE1NSBDMjEzLDE3LjQ0MTY5MDEgMjEzLjQzNDQyNCwxNyAyMTMuOTY5Njk3LDE3IEwyMjQuMDMwMzAzLDE3IEMyMjQuNTY1NTc2LDE3IDIyNSwxNy40NDE2OTAxIDIyNSwxNy45ODU5MTU1IEMyMjUsMTguNTMwMTQwOCAyMjQuNTY1NTc2LDE4Ljk3MTgzMSAyMjQuMDMwMzAzLDE4Ljk3MTgzMSBMMjEzLjk2OTY5NywxOC45NzE4MzEgQzIxMy40MzQ0MjQsMTguOTcxODMxIDIxMywxOC41MzAxNDA4IDIxMywxNy45ODU5MTU1IFogTTIyNC4wMzAzMDMsMjAuMDE0MDg0NSBMMjEzLjk2OTY5NywyMC4wMTQwODQ1IEMyMTMuNDM0NDI0LDIwLjAxNDA4NDUgMjEzLDIwLjQ1NTc3NDYgMjEzLDIxIEMyMTMsMjEuNTQ0MjI1NCAyMTMuNDM0NDI0LDIxLjk4NTkxNTUgMjEzLjk2OTY5NywyMS45ODU5MTU1IEwyMjQuMDMwMzAzLDIxLjk4NTkxNTUgQzIyNC41NjU1NzYsMjEuOTg1OTE1NSAyMjUsMjEuNTQ0MjI1NCAyMjUsMjEgQzIyNSwyMC40NTU3NzQ2IDIyNC41NjYwNjEsMjAuMDE0MDg0NSAyMjQuMDMwMzAzLDIwLjAxNDA4NDUgWiBNMjI0LjAzMDMwMywyMy4wMjgxNjkgTDIxMy45Njk2OTcsMjMuMDI4MTY5IEMyMTMuNDM0NDI0LDIzLjAyODE2OSAyMTMsMjMuNDY5ODU5MiAyMTMsMjQuMDE0MDg0NSBDMjEzLDI0LjU1ODMwOTkgMjEzLjQzNDQyNCwyNSAyMTMuOTY5Njk3LDI1IEwyMjQuMDMwMzAzLDI1IEMyMjQuNTY1NTc2LDI1IDIyNSwyNC41NTgzMDk5IDIyNSwyNC4wMTQwODQ1IEMyMjUsMjMuNDY5ODU5MiAyMjQuNTY2MDYxLDIzLjAyODE2OSAyMjQuMDMwMzAzLDIzLjAyODE2OSBaIiBpZD0iRHJhZy1JY29uIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
height: 8px;
width: 12px;
margin-left: 10px;
position: absolute;
right: 15px;
top: 16px;
}
.webix_pivot .webix_list.webix_pivot_values .webix_link_selection {
padding-left: 8px;
}
.webix_pivot .webix_list .webix_pivot_link {
border: none;
font-size: 15px;
line-height: 21px;
}
.webix_pivot .webix_list .webix_link_selection {
color: #97ADBD;
}
.webix_pivot .webix_list .webix_pivot_close {
float: right;
color: #C7C7C7;
margin-top: 5px;
font-size: 15px;
}
.webix_pivot .webix_list .webix_pivot_close:hover,
.webix_pivot .webix_list .webix_pivot_close:active,
.webix_pivot .webix_list .webix_pivot_close:focus {
color: #FFC8C2;
}
.webix_pivot_msg {
display: inline-block;
}
.webix_pivot_fields .webix_list_item {
padding: 5px 15px;
position: relative;
padding-right: 35px;
}
.webix_pivot_richselect_suggest .webix_list_item,
.webix_pivot_popup .webix_list_item,
.webix_pivot_multicombo_suggest .webix_list_item,
.webix_pivot_richselect_suggest .webix_list_item.webix_selected,
.webix_pivot_popup .webix_list_item.webix_selected,
.webix_pivot_multicombo_suggest .webix_list_item.webix_selected {
border-bottom: none;
color: #4A4A4A;
font-size: 14px;
padding: 2px 7px;
}
.webix_pivot_richselect_suggest .webix_list_item.webix_selected,
.webix_pivot_popup .webix_list_item.webix_selected,
.webix_pivot_multicombo_suggest .webix_list_item.webix_selected,
.webix_pivot_richselect_suggest .webix_list_item.webix_selected.webix_selected,
.webix_pivot_popup .webix_list_item.webix_selected.webix_selected,
.webix_pivot_multicombo_suggest .webix_list_item.webix_selected.webix_selected,
.webix_pivot_richselect_suggest .webix_list_item:hover,
.webix_pivot_popup .webix_list_item:hover,
.webix_pivot_multicombo_suggest .webix_list_item:hover,
.webix_pivot_richselect_suggest .webix_list_item.webix_selected:hover,
.webix_pivot_popup .webix_list_item.webix_selected:hover,
.webix_pivot_multicombo_suggest .webix_list_item.webix_selected:hover {
border-bottom: none;
color: #7B96A8;
background: transparent;
}
.webix_pivot_richselect_suggest .webix_list_item .webix_icon,
.webix_pivot_popup .webix_list_item .webix_icon,
.webix_pivot_multicombo_suggest .webix_list_item .webix_icon,
.webix_pivot_richselect_suggest .webix_list_item.webix_selected .webix_icon,
.webix_pivot_popup .webix_list_item.webix_selected .webix_icon,
.webix_pivot_multicombo_suggest .webix_list_item.webix_selected .webix_icon {
color: #666;
font-size: 14px;
}
.webix_pivot_popup .webix_list_item,
.webix_pivot_popup .webix_pivot_multicombo_suggest .webix_list_item {
padding: 0;
}
.webix_pivot_popup .webix_list_item.webix_selected,
.webix_pivot_popup .webix_pivot_multicombo_suggest .webix_list_item.webix_selected {
padding: 0;
}
.webix_pivot_header_fields {
background: #CEE4F3;
color: #000;
border-color: #CDDEEA;
line-height: 30px;
}
.webix_pivot_header_fields .webix_template {
padding-left: 10px;
}
.webix_popup.webix_pivot,
.webix_pivot_chart_popup {
border-radius: 2px;
}
.webix_popup.webix_pivot .webix_pivot_fields_layout .webix_layout_line,
.webix_pivot_chart_popup .webix_pivot_fields_layout .webix_layout_line {
border-radius: 2px;
}
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_label,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_label {
padding-left: 0;
}
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_box,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_box {
padding: 2px;
}
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_box button,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_box button {
height: 34px;
font-size: 15px;
line-height: 17px;
border-radius: 2px;
}
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form {
border: none;
border-radius: 2px;
background-color: #FFFFFF;
color: #333333;
line-height: 18px;
padding-top: 1px;
}
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form:active,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form:active,
.webix_popup.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form:hover,
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar .webix_el_box .webixtype_form:hover {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_el_label {
font-family: "PT Sans";
font-size: 15px;
line-height: 22px;
}
.webix_pivot .webix_column > div,
.webix_pivot .webix_table_cell,
.webix_pivot .webix_hcell {
padding: 0 10px 0 15px;
}
.webix_pivot_multicombo_suggest .webix_icon {
height: 12px;
width: 12px;
margin-right: 8px;
margin-top: 1px;
}
.webix_pivot_multicombo_suggest .webix_icon.fa-check-square {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDYuMiAoNDQ0OTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNvcnJlY3Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5LjAwMDAwMCwgLTk5LjAwMDAwMCkiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIwLjUiIGZpbGw9IiM2NjY2NjYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJjb3JyZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTAuMDAwMDAwLCAxMDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41NjQzMDkwNTksMy42MDY1NTM4MSBDMC40MzUzMjQxMzIsMy40NTg2OTYxMyAwLjIyNTcyMzYyNCwzLjQ1ODY5NjEzIDAuMDk2NzM4Njk1OSwzLjYwNjU1MzgxIEMtMC4wMzIyNDYyMzIsMy43NTQ0MTE0OSAtMC4wMzIyNDYyMzIsMy45OTQ2ODAyMiAwLjA5NjczODY5NTksNC4xNDI1Mzc5IEwxLjYyMDM3MzE2LDUuODg5MTA2NzQgQzEuNjg0ODY1NjIsNS45NjMwMzU1OCAxLjc2NTQ4MTIsNiAxLjg1NDE1ODM0LDYgQzEuODYyMjE5OSw2IDEuODYyMjE5OSw2IDEuODcwMjgxNDUsNiBDMS45NTg5NTg1OSw1Ljk5MDc1ODkgMi4wNDc2MzU3Myw1Ljk0NDU1MzM3IDIuMTEyMTI4MTksNS44NjEzODM0MyBMNS45MjUyNDUxMiwwLjYyMTY3NjkxIEM2LjAzODEwNjk0LDAuNDY0NTc4MTI2IDYuMDIxOTgzODIsMC4yMjQzMDkzOTcgNS44ODQ5MzczMywwLjA4NTY5MjgyMjUgQzUuNzQ3ODkwODUsLTAuMDQzNjgyNjQ3IDUuNTM4MjkwMzQsLTAuMDI1MjAwNDM3MSA1LjQxNzM2Njk3LDAuMTMxODk4MzQ3IEwxLjgyOTk3MzY2LDUuMDU3NDA3MjkgTDAuNTY0MzA5MDU5LDMuNjA2NTUzODEgTDAuNTY0MzA5MDU5LDMuNjA2NTUzODEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
background-position: 51% 46%;
}
.webix_pivot_multicombo_suggest .webix_icon.fa-check-square::before {
content: "\F096";
}
.webix_pivot_values .webix_pivot_link,
.webix_pivot_chart_values .webix_pivot_link {
float: none;
}
.webix_pivot_values .webix_pivot_link + .webix_pivot_link,
.webix_pivot_chart_values .webix_pivot_link + .webix_pivot_link {
padding-top: 5px;
margin-top: 10px;
border-top: 1px solid #ebebeb;
}
.webix_pivot.webix_popup .webix_win_head .webix_el_label,
.webix_pivot.webix_pivot_chart_popup .webix_layout_toolbar .webix_el_label {
font-size: 17px;
}
.webix_pivot.webix_popup .webix_win_head .webix_layout_toolbar.webix_toolbar .webix_control.webix_el_label,
.webix_pivot.webix_pivot_chart_popup .webix_layout_toolbar .webix_layout_toolbar.webix_toolbar .webix_control.webix_el_label {
margin-right: 2px;
}
.webix_pivot .webix_ss_sort_asc,
.webix_pivot .webix_ss_sort_desc {
right: 13px;
color: #666;
}
.webix_pivot tr[section="header"] .webix_ss_sort_asc,
.webix_pivot tr[section="header"] .webix_ss_sort_desc {
width: 20px;
height: 100%;
display: block;
top: 0;
background-color: #F1F9FF;
}
.webix_pivot tr[section="header"] .webix_ss_sort_asc:before,
.webix_pivot tr[section="header"] .webix_ss_sort_desc:before {
top: 50%;
position: absolute;
left: 50%;
}
.webix_pivot .webix_toolbar .webix_el_richselect .webix_el_box .webix_inp_static {
border-color: #fff;
}
.webix_pivot_chart_popup .webix_pivot_chart_values .webix_list_item {
padding: 8px 10px 3px 0px;
}
.webix_pivot_chart_popup .webix_win_head .fa-times {
font-size: 14px;
color: #888;
}
.webix_pivot_chart_popup .webix_win_head .fa-check {
font-size: 15px;
}
.webix_pivot_chart_popup .webix_win_head .webix_img_btn_abs .webix_icon {
margin-left: 5px;
width: 16px;
}
.webix_link_title {
float: left;
}
.webix_link_selection {
display: inline-block;
padding: 0 2px 0 3px;
color: #888;
}
.webix_link_selection.filter {
float: right;
}
.webix_color_selection {
float: left;
height: 25px;
}
.webix_color_selection ~ .webix_link_title,
.webix_color_selection ~ .webix_link_selection {
line-height: 24px;
}
.webix_color_selection div {
width: 14px;
height: 14px;
margin: 5px 10px 0 4px;
border-radius: 2px;
}
.webix_pivot .webix_list_item,
.webix_pivot_chart_popup .webix_list_item {
line-height: 30px;
}
.pivot_config_title {
font-size: 15px;
}
.wevix_pivot_filter {
float: left;
}
.webix_pivot_link {
border-bottom: 1px dashed #888888;
float: left;
/*background-color: #dddddd;*/
border: 1px solid #aaa;
padding: 0px 6px;
margin-right: 3px;
margin-bottom: 3px;
border-radius: 2px;
line-height: 27px;
}
.webix_pivot_popup_icon {
background-repeat: no-repeat;
background-position: center center;
width: 18px;
margin-right: 5px;
height: 100%;
display: block;
float: left;
}
.webix_pivot_link .webix_icon {
font-size: 13px;
color: #aaa;
text-align: center;
}
.webix_pivot_transparent {
background-color: transparent;
color: #fff;
}
.webix_pivot_list_marker {
border: 1px solid #758da3;
width: 7px;
height: 7px;
border-radius: 50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-right: 5px;
margin-bottom: 1px;
display: inline-block;
}
.webix_pivot_link .webix_pivot_minus {
font-size: 13px;
margin-right: -3px;
}
.webix_pivot_popup_header_title {
font-weight: bold;
}
.webix_pivot_type_label {
padding: 10px 0;
}
.webix_pivot_popup_title,
.webix_pivot_chart_popup .webix_pivot_header_fields {
line-height: 20px;
background: #E1E4E6;
}
.webix_pivot_popup_title .webix_template,
.webix_pivot_chart_popup .webix_pivot_header_fields .webix_template {
padding: 10px 15px;
}
.webix_pivot_chart_popup .webix_pivot_fields_msg {
line-height: 20px;
}
.webix_pivot_chart_popup .webix_layout_wide,
.webix_pivot_chart_popup .webix_layout_space {
background-color: #F3F3F3;
}
.webix_pivot_footer {
background-color: #f3f3f3;
}
.webix_pivot_chart_popup .webix_layout_toolbar.webix_toolbar {
background: #005CA1;
}
.webix_pivot_chart_popup .webix_layout_wide {
border-radius: 0;
}
.webix_pivot_chart_popup .webix_pivot_popup_title {
background: #CEE4F3;
color: #000;
}
.webix_pivot .webix_el_combo span.webix_input_icon,
.webix_pivot .webix_el_richselect span.webix_input_icon {
border-color: #d9d9d9;
background-color: transparent;
color: #666;
line-height: 17px;
}
.webix_pivot_popup_chart {
background: #fff;
border-width: 0 1px 1px 1px;
box-sizing: border-box;
}
.webix_pivot_popup_chart .webix_control {
border-right: none;
border-left: none;
}
.webix_pivot_popup_title,
.webix_pivot_chart_popup .webix_pivot_header_fields {
background: #CEE4F3;
color: #000;
}
.webix_pivot_popup_title .webix_template,
.webix_pivot_chart_popup .webix_pivot_header_fields .webix_template {
padding-left: 15px;
}
.webix_pivot_popup_chart .webix_el_box .webix_inp_static {
border: none;
color: #97ADBD;
outline: none;
}
.webix_pivot_popup_chart .webix_el_box span {
display: none;
}
.webix_pivot_configure {
font-size: 16px;
line-height: 28px;
text-align: center;
background-color: #F1F9FF;
position: absolute;
z-index: 105;
height: 57px;
border: 1px solid #CCDEEB;
top: 0;
right: 9px;
width: 217px;
}
.webix_pivot_configure:hover {
cursor: pointer;
}
.webix_pivot_configure span {
line-height: 3.5;
vertical-align: middle;
display: inline-block;
}
.webix_pivot_chart {
position: relative;
}
.webix_pivot .webix_toolbar {
background-color: #005CA1;
}
.webix_pivot .webix_toolbar .webix_control label,
.webix_pivot .webix_toolbar .webix_el_label {
color: #fff;
}
.webix_chart_popup_icon {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jaGFydCB0eXBlIGljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUGl2b3QtQ2hhcnQtTW9kYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjguMDAwMDAwLCAtNTExLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzY2NjY2NiI+CiAgICAgICAgICAgIDxnIGlkPSJNb2RhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM4LjAwMDAwMCwgOTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iVmFsdWVzLUJveCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTc1LjAwMDAwMCwgMzI2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNDkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJGaWVsZC1JdGVtIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2hhcnQtdHlwZS1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC42MDEwNjM4LDE0LjEzMjk0OCBMMC43OTc4NzIzNCwxNC4xMzI5NDggTDAuNzk3ODcyMzQsMC40MzM1MjYwMTIgQzAuNzk3ODcyMzQsMC4xOTQwODk1OTUgMC42MTkyNjg2MTcsMCAwLjM5ODkzNjE3LDAgQzAuMTc4NjAzNzIzLDAgMCwwLjE5NDA4OTU5NSAwLDAuNDMzNTI2MDEyIEwwLDE0LjU2NjQ3NCBDMCwxNC44MDU5MTA0IDAuMTc4NjAzNzIzLDE1IDAuMzk4OTM2MTcsMTUgTDE0LjYwMTA2MzgsMTUgQzE0LjgyMTM5NjMsMTUgMTUsMTQuODA1OTEwNCAxNSwxNC41NjY0NzQgQzE1LDE0LjMyNzAzNzYgMTQuODIxMzk2MywxNC4xMzI5NDggMTQuNjAxMDYzOCwxNC4xMzI5NDggWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuMTY3MjA3NDUsMTIuOTk0OTQyMiBDMS4xNDUxODYxNywxMi45OTQ5NDIyIDEuMTI3MzEzODMsMTMuMDE0MzY0MiAxLjEyNzMxMzgzLDEzLjAzODI5NDggQzEuMTI3MzEzODMsMTMuMDYyMjI1NCAxLjE0NTE4NjE3LDEzLjA4MTY0NzQgMS4xNjcyMDc0NSwxMy4wODE2NDc0IEwxLjgxNTI3OTI2LDEzLjA4MTY0NzQgQzEuODE1OTk3MzQsMTMuMTg5NDY1MyAxLjg5NjU0MjU1LDEzLjI3NjczNDEgMS45OTU5MTc1NSwxMy4yNzY3MzQxIEw0LjUyNjY4ODgzLDEzLjI3NjczNDEgQzQuNjI2MDYzODMsMTMuMjc2NzM0MSA0LjcwNjY0ODk0LDEzLjE4OTQ2NTMgNC43MDczMjcxMywxMy4wODE2NDc0IEw2LjIwMzU3NzEzLDEzLjA4MTY0NzQgQzYuMjA0Mjk1MjEsMTMuMTg5NDY1MyA2LjI4NDg0MDQzLDEzLjI3NjczNDEgNi4zODQyMTU0MywxMy4yNzY3MzQxIEw4LjkxNDk4NjcsMTMuMjc2NzM0MSBDOS4wMTQzNjE3LDEzLjI3NjczNDEgOS4wOTQ5NDY4MSwxMy4xODk0NjUzIDkuMDk1NjI1LDEzLjA4MTY0NzQgTDEwLjU5MTg3NSwxMy4wODE2NDc0IEMxMC41OTI1OTMxLDEzLjE4OTQ2NTMgMTAuNjczMTM4MywxMy4yNzY3MzQxIDEwLjc3MjUxMzMsMTMuMjc2NzM0MSBMMTMuMzAzMjg0NiwxMy4yNzY3MzQxIEMxMy40MDI2NTk2LDEzLjI3NjczNDEgMTMuNDgzMjQ0NywxMy4xODk0NjUzIDEzLjQ4MzkyMjksMTMuMDgxNjQ3NCBMMTMuODMyNzkyNiwxMy4wODE2NDc0IEMxMy44NTQ4MTM4LDEzLjA4MTY0NzQgMTMuODcyNjg2MiwxMy4wNjIyMjU0IDEzLjg3MjY4NjIsMTMuMDM4Mjk0OCBDMTMuODcyNjg2MiwxMy4wMTQzNjQyIDEzLjg1NDgxMzgsMTIuOTk0OTQyMiAxMy44MzI3OTI2LDEyLjk5NDk0MjIgTDEzLjQ4NDA0MjYsMTIuOTk0OTQyMiBMMTMuNDg0MDQyNiwxMC40ODA0OTEzIEwxMy44MzI3OTI2LDEwLjQ4MDQ5MTMgQzEzLjg1NDgxMzgsMTAuNDgwNDkxMyAxMy44NzI2ODYyLDEwLjQ2MTA2OTQgMTMuODcyNjg2MiwxMC40MzcxMzg3IEMxMy44NzI2ODYyLDEwLjQxMzIwODEgMTMuODU0ODEzOCwxMC4zOTM3ODYxIDEzLjgzMjc5MjYsMTAuMzkzNzg2MSBMMTMuNDg0MDQyNiwxMC4zOTM3ODYxIEwxMy40ODQwNDI2LDcuODc5MzM1MjYgTDEzLjgzMjc5MjYsNy44NzkzMzUyNiBDMTMuODU0ODEzOCw3Ljg3OTMzNTI2IDEzLjg3MjY4NjIsNy44NTk5MTMyOSAxMy44NzI2ODYyLDcuODM1OTgyNjYgQzEzLjg3MjY4NjIsNy44MTIwNTIwMiAxMy44NTQ4MTM4LDcuNzkyNjMwMDYgMTMuODMyNzkyNiw3Ljc5MjYzMDA2IEwxMy40ODQwNDI2LDcuNzkyNjMwMDYgTDEzLjQ4NDA0MjYsNi40MDEyNzE2OCBDMTMuNDg0MDQyNiw2LjI5MjgwMzQ3IDEzLjQwMzA5ODQsNi4yMDQ4NDEwNCAxMy4zMDMyODQ2LDYuMjA0ODQxMDQgTDEwLjc3MjUxMzMsNi4yMDQ4NDEwNCBDMTAuNjcyNjk5NSw2LjIwNDg0MTA0IDEwLjU5MTc1NTMsNi4yOTI4MDM0NyAxMC41OTE3NTUzLDYuNDAxMjcxNjggTDEwLjU5MTc1NTMsNy43OTI2MzAwNiBMOS4wOTU3NDQ2OCw3Ljc5MjYzMDA2IEw5LjA5NTc0NDY4LDUuMjc4MTc5MTkgTDEzLjgzMjc5MjYsNS4yNzgxNzkxOSBDMTMuODU0ODEzOCw1LjI3ODE3OTE5IDEzLjg3MjY4NjIsNS4yNTg3NTcyMyAxMy44NzI2ODYyLDUuMjM0ODI2NTkgQzEzLjg3MjY4NjIsNS4yMTA4OTU5NSAxMy44NTQ4MTM4LDUuMTkxNDczOTkgMTMuODMyNzkyNiw1LjE5MTQ3Mzk5IEw5LjA5NTc0NDY4LDUuMTkxNDczOTkgTDkuMDk1NzQ0NjgsMi42NzcwMjMxMiBMMTMuODMyNzkyNiwyLjY3NzAyMzEyIEMxMy44NTQ4MTM4LDIuNjc3MDIzMTIgMTMuODcyNjg2MiwyLjY1NzYwMTE2IDEzLjg3MjY4NjIsMi42MzM2NzA1MiBDMTMuODcyNjg2MiwyLjYwOTczOTg4IDEzLjg1NDgxMzgsMi41OTAzMTc5MiAxMy44MzI3OTI2LDIuNTkwMzE3OTIgTDkuMDk1NzQ0NjgsMi41OTAzMTc5MiBMOS4wOTU3NDQ2OCwxLjYzMjQ4NTU1IEM5LjA5NTc0NDY4LDEuNTI0MDE3MzQgOS4wMTQ4MDA1MywxLjQzNjA1NDkxIDguOTE0OTg2NywxLjQzNjA1NDkxIEw2LjM4NDIxNTQzLDEuNDM2MDU0OTEgQzYuMjg0NDAxNiwxLjQzNjA1NDkxIDYuMjAzNDU3NDUsMS41MjQwMTczNCA2LjIwMzQ1NzQ1LDEuNjMyNDg1NTUgTDYuMjAzNDU3NDUsMi41OTAzMTc5MiBMMS4xNjcyMDc0NSwyLjU5MDMxNzkyIEMxLjE0NTE4NjE3LDIuNTkwMzE3OTIgMS4xMjczMTM4MywyLjYwOTczOTg4IDEuMTI3MzEzODMsMi42MzM2NzA1MiBDMS4xMjczMTM4MywyLjY1NzYwMTE2IDEuMTQ1MTg2MTcsMi42NzcwMjMxMiAxLjE2NzIwNzQ1LDIuNjc3MDIzMTIgTDYuMjAzNDU3NDUsMi42NzcwMjMxMiBMNi4yMDM0NTc0NSw1LjE5MTQ3Mzk5IEwxLjE2NzIwNzQ1LDUuMTkxNDczOTkgQzEuMTQ1MTg2MTcsNS4xOTE0NzM5OSAxLjEyNzMxMzgzLDUuMjEwODk1OTUgMS4xMjczMTM4Myw1LjIzNDgyNjU5IEMxLjEyNzMxMzgzLDUuMjU4NzU3MjMgMS4xNDUxODYxNyw1LjI3ODE3OTE5IDEuMTY3MjA3NDUsNS4yNzgxNzkxOSBMNi4yMDM0NTc0NSw1LjI3ODE3OTE5IEw2LjIwMzQ1NzQ1LDcuNzkyNjMwMDYgTDQuNzA3NDQ2ODEsNy43OTI2MzAwNiBMNC43MDc0NDY4MSw2LjQwMTI3MTY4IEM0LjcwNzQ0NjgxLDYuMjkyODAzNDcgNC42MjY1MDI2Niw2LjIwNDg0MTA0IDQuNTI2Njg4ODMsNi4yMDQ4NDEwNCBMMS45OTU5MTc1NSw2LjIwNDg0MTA0IEMxLjg5NjEwMzcyLDYuMjA0ODQxMDQgMS44MTUxNTk1Nyw2LjI5MjgwMzQ3IDEuODE1MTU5NTcsNi40MDEyNzE2OCBMMS44MTUxNTk1Nyw3Ljc5MjYzMDA2IEwxLjE2NzIwNzQ1LDcuNzkyNjMwMDYgQzEuMTQ1MTg2MTcsNy43OTI2MzAwNiAxLjEyNzMxMzgzLDcuODEyMDUyMDIgMS4xMjczMTM4Myw3LjgzNTk4MjY2IEMxLjEyNzMxMzgzLDcuODU5OTEzMjkgMS4xNDUxODYxNyw3Ljg3OTMzNTI2IDEuMTY3MjA3NDUsNy44NzkzMzUyNiBMMS44MTUxNTk1Nyw3Ljg3OTMzNTI2IEwxLjgxNTE1OTU3LDEwLjM5Mzc4NjEgTDEuMTY3MjA3NDUsMTAuMzkzNzg2MSBDMS4xNDUxODYxNywxMC4zOTM3ODYxIDEuMTI3MzEzODMsMTAuNDEzMjA4MSAxLjEyNzMxMzgzLDEwLjQzNzEzODcgQzEuMTI3MzEzODMsMTAuNDYxMDY5NCAxLjE0NTE4NjE3LDEwLjQ4MDQ5MTMgMS4xNjcyMDc0NSwxMC40ODA0OTEzIEwxLjgxNTE1OTU3LDEwLjQ4MDQ5MTMgTDEuODE1MTU5NTcsMTIuOTk0OTQyMiBMMS4xNjcyMDc0NSwxMi45OTQ5NDIyIFogTTEwLjU5MTc1NTMsMTIuOTk0OTQyMiBMOS4wOTU3NDQ2OCwxMi45OTQ5NDIyIEw5LjA5NTc0NDY4LDEwLjQ4MDQ5MTMgTDEwLjU5MTc1NTMsMTAuNDgwNDkxMyBMMTAuNTkxNzU1MywxMi45OTQ5NDIyIFogTTEwLjU5MTc1NTMsNy44NzkzMzUyNiBMMTAuNTkxNzU1MywxMC4zOTM3ODYxIEw5LjA5NTc0NDY4LDEwLjM5Mzc4NjEgTDkuMDk1NzQ0NjgsNy44NzkzMzUyNiBMMTAuNTkxNzU1Myw3Ljg3OTMzNTI2IFogTTQuNzA3NDQ2ODEsNy44NzkzMzUyNiBMNi4yMDM0NTc0NSw3Ljg3OTMzNTI2IEw2LjIwMzQ1NzQ1LDEwLjM5Mzc4NjEgTDQuNzA3NDQ2ODEsMTAuMzkzNzg2MSBMNC43MDc0NDY4MSw3Ljg3OTMzNTI2IFogTTQuNzA3NDQ2ODEsMTAuNDgwNDkxMyBMNi4yMDM0NTc0NSwxMC40ODA0OTEzIEw2LjIwMzQ1NzQ1LDEyLjk5NDk0MjIgTDQuNzA3NDQ2ODEsMTIuOTk0OTQyMiBMNC43MDc0NDY4MSwxMC40ODA0OTEzIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
width: 15px;
height: 18px;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.webix_pivot_popup_chart .webix_list .webix_icon {
font-size: 18px;
height: 18px;
width: 15px;
margin-right: 10px;
vertical-align: middle;
}
.webix_pivot_popup_chart .webix_list .webix_icon.fa-check-square-o {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDYuMiAoNDQ0OTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNvcnJlY3Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5LjAwMDAwMCwgLTk5LjAwMDAwMCkiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIwLjUiIGZpbGw9IiM2NjY2NjYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJjb3JyZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTAuMDAwMDAwLCAxMDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41NjQzMDkwNTksMy42MDY1NTM4MSBDMC40MzUzMjQxMzIsMy40NTg2OTYxMyAwLjIyNTcyMzYyNCwzLjQ1ODY5NjEzIDAuMDk2NzM4Njk1OSwzLjYwNjU1MzgxIEMtMC4wMzIyNDYyMzIsMy43NTQ0MTE0OSAtMC4wMzIyNDYyMzIsMy45OTQ2ODAyMiAwLjA5NjczODY5NTksNC4xNDI1Mzc5IEwxLjYyMDM3MzE2LDUuODg5MTA2NzQgQzEuNjg0ODY1NjIsNS45NjMwMzU1OCAxLjc2NTQ4MTIsNiAxLjg1NDE1ODM0LDYgQzEuODYyMjE5OSw2IDEuODYyMjE5OSw2IDEuODcwMjgxNDUsNiBDMS45NTg5NTg1OSw1Ljk5MDc1ODkgMi4wNDc2MzU3Myw1Ljk0NDU1MzM3IDIuMTEyMTI4MTksNS44NjEzODM0MyBMNS45MjUyNDUxMiwwLjYyMTY3NjkxIEM2LjAzODEwNjk0LDAuNDY0NTc4MTI2IDYuMDIxOTgzODIsMC4yMjQzMDkzOTcgNS44ODQ5MzczMywwLjA4NTY5MjgyMjUgQzUuNzQ3ODkwODUsLTAuMDQzNjgyNjQ3IDUuNTM4MjkwMzQsLTAuMDI1MjAwNDM3MSA1LjQxNzM2Njk3LDAuMTMxODk4MzQ3IEwxLjgyOTk3MzY2LDUuMDU3NDA3MjkgTDAuNTY0MzA5MDU5LDMuNjA2NTUzODEgTDAuNTY0MzA5MDU5LDMuNjA2NTUzODEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
background-position: 41% 44%;
}
.webix_pivot_popup_chart .webix_list .webix_icon.fa-check-square-o::before {
content: "\F096";
}
.webix_pivot_popup_chart .webix_list_item {
padding: 5px 10px 4px 10px;
}
.webix_pivot .webix_input_icon.fa-calendar {
border-color: #d9d9d9;
background-color: transparent;
color: #666;
}
.webix_pivot_configure_label {
color: #4A4A4A;
font-size: 16px;
line-height: 28px;
}
.webix_pivot_chart_popup .webix_el_box button {
height: 34px;
font-size: 15px;
line-height: 18px;
border-radius: 2px;
}
.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_control.webix_el_label,
.webix_pivot .webix_control.webix_el_label {
margin-right: 1px;
}
.webix_pivot .webix_layout_toolbar.webix_toolbar .webix_control.webix_el_button,
.webix_pivot .webix_control.webix_el_button {
margin-right: 0;
}

/* touch skin outline handling*/
.webix_scheduler .webix_control button:focus,
.webix_scheduler .webix_control input:focus,
.webix_scheduler .webix_control div.webix_inp_static:focus,
.webix_scheduler .webix_control textarea:focus {
outline: #595959 dotted 1px !important;
}
.webix_scheduler input.webix_cal_done:focus {
outline: #595959 dotted 1px !important;
}
.webix_segment_0,
.webix_segment_1,
.webix_segment_N {
padding: 0;
}
/*Day view*/
.webix_dayevents {
border-top-color: #fff;
}
.webix_dayevents_scale_item {
/*background-color: #f1f7fb;*/
-moz-user-select: -moz-none;
border-bottom: 1px solid #EBEBEB;
color: #777;
font-family: "Helvetica World", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
white-space: nowrap;
}
.webix_dayevents_scale_hour {
float: left;
text-align: center;
font-size: 14px;
}
.webix_dayevents_scale_top,
.webix_dayevents_scale_bottom {
font-size: 10px;
float: left;
text-align: center;
}
.webix_dayevents_scale_top {
border-bottom: 1px dotted #eee;
}
.webix_dayevents_scale_minute {
background-color: #ededed;
border-bottom: 1px dotted #d3d3d3;
float: left;
}
.webix_dayevents_scale_event {
float: left;
}
.webix_dayevents_event_item {
position: absolute;
font-size: 14px;
color: #10725e;
border-left: 3px solid #1abca9 ;
background-color: rgba(26, 188, 169, 0.3);
}
.webix_list .webix_list_item.webix_selected,
.webix_dayevents_event_item.webix_selected,
.webix_list_events_item.webix_selected,
.multi_day_events .webix_list_item.webix_selected {
background-color: #65a0ff;
border-left-color: #65a0ff;
color: #fff;
}
.webix_list .webix_list_item.webix_selected .webix_event_marker div,
.webix_dayevents_event_item.webix_selected .webix_event_marker div,
.webix_list_events_item.webix_selected .webix_event_marker div,
.multi_day_events .webix_list_item.webix_selected .webix_event_marker div {
background-color: #fff;
border-color: #fff;
}
/*Multi-day list*/
.multi_day_events .webix_list_item {
line-height: normal;
font-size: 14px;
border-top: 3px solid #fff;
color: #10725e;
background-color: rgba(26, 188, 169, 0.3);
}
.webix_layout_toolbar.webix_toolbar.webix_topbar .webix_el_button,
.webix_layout_toolbar.webix_toolbar.webix_topbar .webix_el_label,
.webix_layout_toolbar.webix_toolbar.webix_topbar .webix_inp_label {
color: #000 !important;
}
.webix_scheduler .webix_custom_checkbox {
padding-left: 0;
width: 22px;
height: 22px;
}
.webix_scheduler .webix_el_select select {
border: 1px solid #65a0ff;
border-radius: 4px;
-webkit-appearance: inherit;
}
.webix_scheduler .webix_cal_month_name {
font-size: 17px;
}
.webix_scheduler .webix_cal_body .webix_cal_week_num {
font-size: 14px;
}
.webix_scheduler .webix_cal_body .webix_cal_day span,
.webix_scheduler .webix_cal_body .webix_cal_day span,
.webix_scheduler .webix_cal_body .webix_cal_day .webix_cal_today span {
height: 34px !important;
width: 34px !important;
line-height: 34px;
}
.webix_scheduler .webix_cal_body .webix_cal_day,
.webix_scheduler .webix_cal_body .webix_cal_week_num {
/*	line-height: 36px;*/
}
.webix_scheduler .webix_unit_header {
background: #f3f3f3;
}
.webix_scheduler .webix_unit_header_inner {
/*background: #fff;*/
border-radius: 5px;
/*color: #3C87FF;*/
color: #888;
background: #f3f3f3;
}
.webix_scheduler .events .webix_list_item,
.webix_scheduler .day_events .webix_list_item {
padding: 0;
}
.webix_event_overall {
padding: 0 3px;
height: 100%;
line-height: 49px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
}
.webix_list_item .webix_event_marker {
display: block;
line-height: 49px;
width: 10px;
}
.webix_list_item .webix_event_marker div {
box-sizing: border-box;
-moz-box-sizing: border-box;
display: inline-block;
border: 1px solid #1abc9c;
border-radius: 50%;
width: 10px;
height: 41px;
height: 10px;
background-color: rgba(26, 188, 156, 0.9);
}
.webix_list_item .webix_event_time {
width: 70px;
display: block;
text-align: center;
font-size: 16px;
}
.webix_list_item .webix_event_text {
padding-left: 4px;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
white-space: nowrap;
box-sizing: border-box;
}
.webix_bottombar {
background-color: #f3f3f3;
}
.webix_bottombar .webix_el_label {
color: #65a0ff;
}
.webix_bottombar .webix_el_button .webix_icon_btn {
color: #65a0ff;
}
.webix_el_button .webixtype_flat {
color: #65a0ff;
background-color: transparent;
border: none;
}
.webix_el_button .webixtype_iconprev,
.webix_el_button .webixtype_iconnext {
border: none;
background: transparent;
background-repeat: no-repeat;
background-position: 15px center;
}
.webix_el_button .webixtype_iconprev {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);
}
.webix_el_button .webixtype_iconnext {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);
}
.webix_scheduler .webix_topbar {
background-color: #fff;
}
.webix_scheduler .webix_topbar .webix_el_label {
color: #000;
}
.webix_scheduler .webix_subbar {
background-color: #f3f3f3;
}
.webix_layout_toolbar.webix_subbar .webixtype_base {
background-color: #65a0ff ;
color: #fff !important;
}
.webix_scheduler .webix_subbar .webix_img_btn .webix_icon_btn {
color: #3C87FF;
background-color: transparent;
border-radius: 50%;
box-shadow: none;
width: 20px;
}
.webix_scheduler .webix_subbar .webix_img_btn {
color: #3C87FF;
text-align: left;
}
.webix_scheduler .webix_subbar .webix_el_label {
color: #000;
}
.webix_scheduler .webix_cal_day .webix_cal_day_inner {
font-size: 16px;
}
.webix_cal_day {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webix-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.webix_cal_day_event {
height: 27px;
}
.webix_cal_event_marker {
background-color: #6A6A6A;
border-radius: 2px;
height: 4px;
margin: 0 auto 3px auto;
width: 4px;
}
.webix_cal_day.webix_cal_select .webix_cal_event_marker {
background-color: #fff;
}
.webix_cal_event .webix_cal_event_marker {
background-color: #65a0ff;
}
/* Form*/
.webix_scheduler .webix_el_textarea .webix_inp_label {
line-height: 34px !important;
}
.webix_el_datetext .webix_el_box {
color: #666666;
position: relative;
}
.webix_el_datetext .webix_inp_static {
padding-right: 24px;
}
.webix_el_datetext .webix_input_icon {
position: absolute;
right: 4px;
z-index: 1;
padding-left: 15px;
width: 21px;
}
.webix_cal_time {
font-size: 18px;
}
.webix_cal_time div {
background-color: #f3f3f3;
}
.webix_cal_time .webix_icon {
font-size: 23px;
}
/*Preview*/
.selected_event {
margin: 10px;
}
.selected_event .event_title {
font-weight: bold;
margin-top: 7px;
}
.selected_event .event_text {
margin-top: 2px;
}
.webix_layout_toolbar .dhxtype_base {
font-size: 18px;
}
.webix_noevents {
width: 100%;
padding-top: 10px;
color: #666666;
text-align: center;
}
.webix_scheduler .webix_toolbar.webix_topbar .webix_el_label {
padding-left: 0;
}
.webix_scheduler .webix_el_label .webix_cal_prev_button,
.webix_scheduler .webix_el_label .webix_cal_next_button {
background-position: center center;
height: 100%;
width: 40px;
position: static;
}
.webix_scheduler .webix_el_label .webix_cal_prev_button {
background-position: 23px center;
}
.webix_scheduler .webix_el_label .webix_cal_next_button {
background-position: 10px center;
}
/*hide done button of calendar in form view*/
.webix_scheduler .form_calendar .webix_cal_done {
display: none;
}
.webix_view.webix_form.webix_rec_form {
background-color: #f3f3f3;
}
/*datecells component*/
.webix_datecells .webix_cell {
border: 1px solid #848484;
border-width: 0 1px 1px 0;
text-align: center;
font-weight: bold;
padding: 7px 0px;
}
.webix_datecells .webix_cell.first_row {
border-top: 1px solid #848484;
}
.webix_datecells .webix_cell.first_column {
border-left: 1px solid #848484;
}
.webix_datecells {
margin-top: 10px;
}
.webix_el_rectext {
display: inline-block;
font-size: 18px;
}
.webix_el_rectext input {
font-size: 18px;
line-height: 28px;
}
/*list with rounded corners*/
.webix_recurring .webix_reclist .webix_list_item {
position: relative;
}
.webix_recurring .webix_list_item .webix_arrow_icon {
background-position: 0 -677px;
/* 19_dark_arrow_right */
right: 17px;
}
.rec_list .webix_list_item.webix_selected {
background: #e0ecff;
}
/*Weekly*/
.webix_layout_form.webix_weeklist .webix_control {
border-top-width: 0 !important;
}
/*Monthly*/
.webix_recurring .webix_rec_table .webix_cal_day_num {
border-color: #FCFCFC #CCCCCC #CCCCCC #FCFCFC;
border-width: 0 1px 1px 0;
text-align: center;
display: inline-block;
line-height: 36px;
}
.webix_cal_day_num.webix_cal_selected_day {
background-color: #65a0ff;
color: #fff;
width: 36px !important;
height: 36px;
border-radius: 18px;
}
.webix_rec_table td {
text-align: center;
}
.webix_recurring .webix_accordionitem_header {
border-top-width: 0 !important;
border-bottom-width: 0 !important;
}
.webix_recurring .webix_accordionitem_label {
padding-left: 0;
}
.webix_recurring .webix_el_label {
font-size: 19px;
}
.webix_recurring .webix_accordionitem_header .blured {
color: #9c9c9c;
}
.webix_recurring .webix_accordionitem_header .webix_accordionitem_button.collapsed,
.webix_accordionitem_header .webix_accordionitem_button {
background-position: 0px 0px;
height: 27px;
width: 27px;
}
.webix_recurring .webix_accordionitem_header .webix_accordionitem_button {
display: none;
}
.webix_recurring .webix_accordionitem_header .radio {
margin-top: 12px;
margin-left: 10px;
height: 24px;
width: 24px;
border-radius: 13px;
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
border: 1px solid #cacaca;
float: left;
}
.webix_recurring .webix_accordionitem_header .radio.blured {
margin-top: 12px;
}
.webix_recurring .webix_accordionitem_header .radio .on {
margin: 6px 6px;
height: 12px;
width: 12px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #65a0ff;
}
.webix_recurring .webix_accordionitem .webix_accordionitem_header {
line-height: 50px;
border-bottom-color: #fff;
}
.webix_recurring .webix_accordionitem .webix_accordionitem_header {
line-height: 50px;
}
.webix_recurring .webix_accordionitem_header .webix_accordionitem_label .text {
padding-left: 7px;
float: left;
}
.webix_layout_form .webix_monthly .webix_control,
.webix_layout_form .webix_yearly .webix_control {
border-top-width: 0 !important;
}
/*conter*/
.webix_scheduler .webix_dialog_text {
padding-top: 20px;
}
.webix_el_endrec {
background-color: #fff;
border-bottom: 1px solid #dedede !important;
}
.webix_el_endrec label {
padding-left: 8px;
}
.webix_el_rectext .webix_el_box,
.webix_el_endrec .webix_el_box {
color: #666666;
position: relative;
}
.webix_el_rectext .webix_input_icon,
.webix_el_endrec .webix_input_icon {
position: absolute;
right: 4px;
z-index: 1;
padding-left: 15px;
width: 21px;
}
.webix_layout_form .webix_control.webix_endby_radio {
border-top: 0 !important;
}
.webix_reclist .webix_list_item:last-child {
border-bottom: none;
}
.webix_layout_form .webix_rec_counter .webix_control {
border-top: 0 !important;
}
/*DHX:Depend scheduler_recurring.css*/

/*body{
background-image: url("/img/wallpaper.jpg");
background-size: 100% 100%;
}*/
/*body {
background-repeat: repeat ;
background-position: 0 0;
background-color: #184355;
}
*/
body {
/*background-color: #184355;*/
/*background: url("/img/logo.jpg") top center;*/
/*background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%) !important;*/
/*background-size: 100% 100%;*/
/*background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%);*/
/*background: url("/web/img/nobreak.png") top center no-repeat  !important;*/
/*background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
*/
}
.auth{
/*background-color: #184355;*/
/*background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%) !important;*/
/*height: 100%;*/
/*background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%);*/
/*background-attachment: fixed;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*background: #050925d1 !important;*/
}
.auth_postauth{
/*background: #3075ab !important;*/
/*background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%) !important;*/
}
/* Coloquei para ajustar o calendario - que estava bugado */
.webix_view > .webix_cal_header {
margin: 0px 17px 27px 17px !important;
}
.desktop-layout {
background: transparent;
}
.webix_dataview_item.desktop-item {
border: none;
}
.start-menu-item:hover{
background: url("/img/icon-bg.png");
}
.webix_window {
box-shadow:none;
/*borda da wide*/
border-radius: 7px !important;
}
/* desktop */
.desktop-icons{}
.desktop-items{
background: transparent;
overflow-y: hidden !important;
}
.desktop-items .webix_list_item,
.desktop-items .webix_list_item.webix_selected,
.webix_drag_zone .webix_list_item{
padding: 10px 10px 1px 10px;
text-align: center;
line-height: 17px;
border:none;
}
.webix_drag_zone{
box-shadow: none;
}
.webix_drag_zone .webix_list_item.webix_selected{
padding: 10px 10px 1px 10px;
}
.webix_drag_zone .webix_list_item.webix_selected .desktop-item-inner{
box-shadow:  none;
background: transparent;
}
.webix_drag_over .desktop-item-inner,
.desktop-items .desktop-item-inner:hover,
.webix_selected .desktop-item-inner{
/*background: rgba(255,255,255,0.3);*/
background: #e6fece3d;
box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
border-radius: 5px;
}
.desktop-items .webix_list_item.webix_selected,
.webix_drag_over.webix_list_item,
.webix_drag_zone, .webix_drag_zone .webix_list_item.webix_selected{
background: transparent;
/*background-image: -webkit-linear-gradient(#505380, #222334) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset;*/
border-radius: 10px;
background-image: -webkit-linear-gradient(rgba(80, 83, 128, 0.23), rgba(34, 35, 52, 0.35)) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset;
}
.desktop-item-inner{}
.start-menu-list{
background: transparent;
overflow-y: hidden !important;
border: none;
}
.start-menu-list .webix_list_item{
border: none;
}
.webix_layout_toolbar.webix_toolbar .webix_el_label{
color: #000000;
}
.window-toolbar{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef)) !important;
background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%) !important;
background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%) !important;
background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%) !important;
background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%) !important;
background: linear-gradient(to bottom, #3c4a56 5%, #3c4a56 100%) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0) !important;
}
.popup-window-custom.no_border .webix_win_head {
/*border-bottom-color: #fff;*/
border-bottom-color: #1796b0;
}
.popup-window-custom .webix_fmanager_toolbar{
background: #fff;
}
.window-toolbar .webix_el_box{
height: 28px !important;
background-color: #3c4a56;
}
.window-toolbar .webix_el_label{
padding:0 5px;
}
.window-toolbar .webix_el_label > div{
line-height: 18px !important;
color: rgb(204, 213, 220) !important;
}
.window-toolbar .webix_el_label img{
margin-top: 2px;
margin-right: 6px;
float: left;
}
.window-toolbar .webix_el_button{
height: 28px !important;
margin-top: 0px !important;
}
.window-toolbar.webix_layout_toolbar .webix_img_btn:hover{
background-color: #e5e5e5  !important;
height: 28px;
border-radius: 0;
margin-top: -3px;
}
.window-toolbar.webix_layout_toolbar .webix_img_btn:focus{
background-color: transparent  !important;
}
.window-toolbar .webix_image{
width: 39px !important;
height: 11px !important;
}
.window-toolbar .close-button  .webix_img_btn:hover{
background-color: #e81123  !important;
}
.window-toolbar .close-button  .webix_img_btn:hover .webix_image{
background-image: url(/img/close_button_hover.png) !important;
}
.close-button-change-clear{
background-repeat: no-repeat;
background-position:  center center;
cursor: pointer  !important;
width: 16px !important;
height: 16px !important;
}
.close-button-change-clear:hover{
background-image: url(/img/close_button_hover.png) !important;
background-repeat: no-repeat;
background-position:  center center;
cursor: pointer  !important;
width: 16px !important;
height: 16px !important;
}
.close-button-change{
background-image: url(/web/img16/dashboard-network.png)  !important;
background-repeat: no-repeat;
background-position:  center center;
cursor: pointer  !important;
width: 16px !important;
height: 16px !important;
}
.close-button-change:hover{
background-image: url(/img/close_button_hover.png) !important;
background-repeat: no-repeat;
background-position:  center center;
cursor: pointer  !important;
width: 16px !important;
height: 16px !important;
}
.no-button{
background-color: #3c4a56  !important;
}
.no-button:hover{
/*background-color: #3c4a56  !important;*/
}
.window-toolbar .hide-button  .webix_img_btn:hover .webix_image{
background-image: url(/img/hide_button_hover.png) !important;
}
.window-toolbar .resize-button  .webix_img_btn:hover .webix_image{
background-image: url(/img/resize_button_hover.png) !important;
}
.window-toolbar .webix_el_label{
font-size: 14px  !important;
}
.toolbar-bottom{
background: url("/web/ui/bg.png") repeat !important;
background-color: #194354eb !important;
margin-top: -40px;
background-image: -webkit-linear-gradient(rgba(80, 83, 128, 0.23), rgba(34, 35, 52, 0.35)) !important;
}
.toolbar-bottom .webix_img_btn:hover{
/*background: url("/img/panel_bg.png") repeat !important;*/
border-radius: 5px;
background-color: #3c4a56  !important;
}
.toolbar-bottom .webix_img_btn:focus{
background:transparent !important;
}
.toolbar-bottom .webix_el_box{
padding: 0 !important;
height: 39px !important;
}
.toolbar-bottom .webix_el_box:hover{
padding: 0 !important;
height: 35px !important;
}
.toolbar-bottom .webix_el_button{
margin-top: 0px !important;
margin-left: 0px !important;
height: 40px !important;
border-radius: 5px !important;
}
.toolbar-bottom .webix_el_button:hover{
margin-top: 2px !important;
}
.toolbar-bottom  .webix_el_button.active{
background-color: #f92810 !important;
border-color: #f92810 !important;
border-radius: 5px !important;
}
.toolbar-bottom .webix_image{
height: 40px !important;
width: 41px !important;
}
.time-template{
background: transparent;
border: none;
color: #FFFFFF;
font-size: 13px;
}
.time-template .webix_template{
padding-top: 2px;
}
.user-logo{
border-radius: 10px;
}
.content-user-logo{
background: none;
border: none;
color: #FFFFFF;
}
.content-user-logo .webix_template img{
float: left;
margin-right: 10px;
}
.content-user-logo .webix_template div{
line-height: 50px;
}
.start-menu-title{
color: #B5B5B5;
font-size: 13px;
margin-left: 7px !important;
}
.start-image-menu-title{
font-size: 13px;
color: #FFFFFF;
}
.start-menu-list .webix_list_item{
padding: 4px 10px;
}
.start-menu-list .webix_list_item.webix_selected{
background: transparent;
border-bottom: none;
}
.start-menu-list.icon .webix_list_item{
color: #fff;
font-size: 13px;
}
.webix_img_btn_abs .webix_icon{
margin-left: 0px;
}
.hide-button{
margin-left: 25px !important;
}
.resize-button{
margin-left: -3px !important;
}
.close-button{
margin-left: -3px !important;
}
.start-menu-item-image{
width: 22px;
height: 22px;
}
.start-menu-item-image-bg{
float:left;
padding: 5px;
background: rgba(230, 230, 230, 0.1);/*#1a4588;*/
}
.webix_winmenu_item img{
width: 80px;
}
.gantt_container{
border-top: none !important;
}
.toolbar-icon{
margin-right: 3px;
}
.toolbar-bottom .toolbar-icon .webix_el_box{
/*border-radius: 0px !important;
border-bottom: 2px solid #b3d9ff;*/
}
.toolbar-icon.active .webix_el_box, .toolbar-icon:hover .webix_el_box{
background: url("/img/start_hover_bg.png") repeat !important;
}
.toolbar-icon button{
padding: 5px 7.5px 4px;
border: none;
}
.toolbar-icon img, .toolbar-icon button div{
width: 25px;
height: 25px;
}
.toolbar-icon button div, .toolbar-icon .app_icon{
margin-top: 1px;
}
.toolbar-icon button div{
line-height: 25px;
}
.toolbar-icon .app_icon{
margin-top: 2px;
}
.toolbar-time{
text-align: center;
}
.start-menu-item-image-title{
margin-left: 5px;
float: left;
}
.header-window-icon{
margin-right: 5px !important;
}
.header-window-icon:hover{
cursor: pointer !important;
margin-right: 5px !important;
}
.blue .webix_winmenu_item_inner, .empty-app .blue,
.toolbar-icon .blue{
background: #297acc;
}
.dark-blue .webix_winmenu_item_inner, .empty-app .dark-blue,
.toolbar-icon .dark-blue{
background: #1a4588;
}
.light-blue .webix_winmenu_item_inner, .empty-app .light-blue,
.toolbar-icon .light-blue{
background: #00b1f0;
}
.red .webix_winmenu_item_inner, .empty-app .red,
.toolbar-icon .red{
background: #dc3c00;
}
.green .webix_winmenu_item_inner, .empty-app .green,
.toolbar-icon .green{
background: #107c10;
}
.violet .webix_winmenu_item_inner, .empty-app .violet,
.toolbar-icon .violet{
background: #80397b;
}
.navy .webix_winmenu_item_inner, .empty-app .navy,
.toolbar-icon .navy{
background: #284063;
}
.empty-app .webix_template{
padding: 0;
}
.empty-app-inner{
width:100%;
height:100%;
text-align: center;
}
.empty-app-inner .webix_icon, .empty-app-inner img{
position: relative;
top: 50%;
margin-top: -70px;
width: 140px;
height: 140px;
}
.empty-app-inner .webix_icon{
color: #fff;
text-align: center;
font-size: 90px;
}
.webix_window {
box-shadow:none;
}
.active_win, .dhx_cal_light{
box-shadow: 0 0 8px rgba(0,0,0,0.4) !important;
}
.active_win.app{
border-color:#1796b0;
}
.active_win.navy{
border-color: #284063;
}
.active_win.blue{
border-color: #297acc;
}
.active_win.dark-blue{
border-color: #1a4588;
}
.active_win.light-blue{
border-color: #00b1f0;
}
.active_win.red{
border-color: #dc3c00;
}
.active_win.green{
border-color: #107c10;
}
.active_win.violet{
border-color: #80397b;
}
.menu-sys-icon{
width: 16px;
height: 28px;
float:left;
margin-right: 5px;
background-position: center center;
background-repeat: no-repeat;
}
.menu-sys-icon img{
vertical-align: middle;
}
.sing-in-form{
/*background: rgba(0,0,0,0.2);*/
}
.sing-in-form .webix_template{
font-size: 17px;
}
.sing-in-form .webix_template img{
margin-bottom: 10px;
}
.sing-in-form .locked{
margin-top: 5px;
font-size: 13px;
color: #ddd;
}
.sing-in-form .webix_view{
background: transparent;
color: #fff;
text-align: center;
}
.sing-in-form button{
font-size: 16px;
}
.dhx_cal_light{
border-radius: 0 !important;
}
/* Circles Status tabela */
.cell_icon{
height: 20px;
min-width: 20px;
padding: 1px 2px 1px 20px;
}
.circle_grey{
background-image: url(/img/16/circle_grey.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_green{
background-image: url(/img/16/circle_green.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_red{
background-image: url(/img/16/circle_red.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_blue3{
background-image: url(/img/16/circle_blue.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.led_red_blink{
background-image: url(/img/16/led_red.gif);
background-repeat: no-repeat;
background-position:13px 5px;
}
.led_red_blink_no_response{
background-image: url(/web/img16/ball_red_blink.gif);
background-repeat: no-repeat;
height: 16px !important;
width: 16px !important;
background-position:1px 5px !important;
}
.led_red_blink_response{
background-image: url(/web/img16/ball_green.gif);
background-repeat: no-repeat;
height: 16px !important;
width: 16px !important;
background-position:1px 5px !important;
}
.led_red_empty{
/*background-image: url(/web/img16/ball_green.gif);*/
background-repeat: no-repeat;
height: 16px !important;
width: 16px !important;
background-position:1px 5px !important;
}
.script{
background-image: url(/web/img16/script.png);
background-repeat: no-repeat;
background-position: 5px 5px;
cursor: pointer;
}
.tick{
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.exclamation-frame{
background-image: url(/web/img16/exclamation-frame.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.pipe{
background-image: url(/web/img16/pipe.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-bad{
background-image: url(/web/img16/status-bad.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-tick{
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.status-back{
background-image: url(/web/img16/back.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.status-next{
background-image: url(/web/img16/next.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.next-green{
background-image: url(/web/img16/next-green.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.status-alert2{
background-image: url(/web/img16/alert.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-disconnect{
background-image: url(/web/img16/plug-disconnect.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-del{
background-image: url(/web/img16/plug-del.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-next{
background-image: url(/web/img16/plug-next.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-offline{
background-image: url(/web/img16/status-offline.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-disconnect-prohibition{
background-image: url(/web/img16/plug-disconnect-prohibition.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-edit{
background-image: url(/web/img16/plug-edit.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.plug-alert{
background-image: url(/web/img16/plug-alert.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-online{
background-image: url(/web/img16/gpfd_1.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.status-offline_blink{
background-image: url(/web/img16/gpfd-4.gif);
background-repeat: no-repeat;
background-position:5px 5px;
}
.status-great{
background-image: url(/web/img16/status-great.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-alert{
background-image: url(/web/img16/status-alert.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-construction{
background-image: url(/web/img16/construction.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-good{
background-image: url(/web/img16/status-good.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.status-bad{
background-image: url(/web/img16/status-bad.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.slash{
background-image: url(/web/img16/slash.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_yellow{
background-image: url(/img/16/circle_yellow.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_black{
background-image: url(/img/16/circle_black.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_orange{
background-image: url(/img/16/circle_orange.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_blue{
background-image: url(/img/16/circle_blue.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.circle_white{
background-image: url(/img/16/circle_white.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.delete{
background-image:url(/web/img16/clear-delete.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.onlunch2{
background-image:url(/web/img16/cookie-bite.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.onlunchok2{
background-image:url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.cancel{
background-image:url(/web/img16/cancel.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.cancel2{
background-image:url(/web/img16/cancel.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.signed{
background-image:url(/web/img16/layer--pencil.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.rad_disconect{
background-image:url(/web/img16/plug-disconnect-prohibition.gif);
background-repeat: no-repeat;
background-position:1px 1px;
}
.rad_plug_disconect{
background-image:url(/web/img16/plug-del.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.exclamation{
background-image:url(/web/img16/exclamation.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.rad_del_param{
background-image:url(/web/img16/clean.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_grey2{
background-image: url(/img/16/circle_grey.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_green2{
background-image: url(/img/16/circle_green.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_red2{
background-image: url(/img/16/circle_red.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_yellow2{
background-image: url(/img/16/circle_yellow.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_black2{
background-image: url(/img/16/circle_black.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_orange2{
background-image: url(/img/16/circle_orange.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_blue2{
background-image: url(/img/16/circle_blue.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_white2{
background-image: url(/img/16/circle_white.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.remove{
background-image:url(/web/img16/remove.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.eye{
background-image:url(/web/img16/eye.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.smtpmail{
background-image:url(/web/img16/mail-right.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.deleteit {
background-image:url(/web/img16/deleteit.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.graphmonitor {
background-image:url(/web/img16/graphmonitor.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.refresh2{
background-image:url(/web/img16/refresh.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.info{
background-image:url(/web/img16/info.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.info1{
background-image:url(/web/img16/information-white.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.script_plus{
background-image:url(/web/img16/script_plus.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.info2{
background-image:url(/web/img16/information.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.info2b{
background-image:url(/web/img16/informationpb.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.info3{
background-image:url(/web/img16/infor.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.refresh{
background-image:url(/web/img16/refresh.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.webix_pager_item_selected {
cursor: default  !important;
/*background-color: rgba(191, 192, 212, 0.7) !important;
border: 1px solid rgba(38, 25, 210, 0.38) !important;
background-color: rgba(166, 236, 185, 0.89) !important;*/
background-color: rgba(166, 206, 236, 0.77) !important;
border: 1px solid rgba(25, 89, 210, 0.41) !important;
border-radius: 5px !important;
color: red;
}
.cli_msgColumn{
font-size: 12px;
color: #888;
}
.webix_el_button:hover  {
border-color: red !important;
border: 1PX !important;
}
.needlogin{
border-radius: 5px;
background-color: rgba(166, 206, 236, 0.9) !important;
}
.hdl_tb_suportes .webix_cell {
overflow: hidden;
line-height: 23px;
white-space: nowrap;
word-wrap:break-word;
}
.gnet_error .webix_cell {
overflow: hidden;
line-height: 23px;
white-space: nowrap;
}
.status_appapnel{
background-color: #a4bed4 !important;
width: 110% !important;
height: 100% !important;
margin-left: -5px;
}
.status_appapnelfinish{
/*background-color: #4e9873 !important;*/
width: 110% !important;
height: 100% !important;
/*margin-left: -5px;*/
margin-top: 3px;
background-image:url(/web/img16/tick.png) !important;
background-repeat: no-repeat !important;
}
/*.permiss_hour{
background-image:url(/web/img16/button-green.png);
background-repeat: no-repeat;
background-position:1px 1px;
}*/
.permiss_hour_on{
background-color: #3F7F02 !important;
/*width: 110% !important;
height: 100% !important;*/
width: 25px !important;
height: 25px !important;
margin-left: -1px !important;
margin-bottom: 0px !important;
}
.permiss_hour_off{
background-color: transparent !important;
width: 110% !important;
height: 100% !important;
margin-left: -1px !important;
margin-bottom: -1px !important;
}
.permiss_hour_holiday{background-color: #e09e92 !important;}
.permiss_hour_weekend{background-color: #feef94 !important;}
.webix_cell:hover{
background:  196, 255, 0.24) !important;
}
.hdl_tb_suportes .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.gnet_error .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: #ffff0052 !important;
}
.fnc_lst_billing  .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.fnc_lst_remess  .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.config_fld_adm fieldset { height: 70px !important; }
/* Tabanho da label na tela IPL*/
.sic_lbl_inp_font10 .webix_inp_top_label{
font-size:10px;
}
.sic_fds_ipl6 fieldset { height: 99px !important; }
/* Coloca cores nos botoes de login do cliente */
.webix_img_btn_text ._down{color:#129e12 !important; }
.webix_img_btn_text ._up{color: #F00 !important; }
.highlight{ background-color:#cae3fb !important; }
.webix_img_btn_text ._provis{color:#111FEE !important; }
/*Tab*/
.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 {
font-size: 12px !important;
padding-left: 3px !important;
display: table-cell !important;
text-align: center !important;
vertical-align: middle !important;
overflow: hidden !important;
cursor: pointer !important;
border: 1px solid #a4bed4 !important;
/*border: 1px solid rgb(235, 235, 235) !important;*/
border-left-width: 1px !important;  /*Distancia entre tabs*/
color: #1e2022 !important;
background: #d6e8ff !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)) !important;
/* old webkit */
background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff) !important;
background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff) !important;
background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff) !important;
background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff) !important;
background-repeat: repeat-x !important;
-webkit-border-top-left-radius: 5px !important;
-webkit-border-bottom-left-radius: 0px !important;
-webkit-border-top-right-radius: 0 !important;
-webkit-border-bottom-right-radius: 0px !important;
-moz-border-radius-topleft: 0 !important;
-moz-border-radius-bottomleft: 0px !important;
-moz-border-radius-topright: 0 !important;
-moz-border-radius-bottomright: 0px !important;
border-top-left-radius: 4px !important;  /*borda arredondada*/
border-bottom-left-radius: 0px !important;
border-top-right-radius: 4px !important;  /*borda arredondada*/
border-bottom-right-radius: 0px !important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.webixtype_bottom .webix_item_tab {
border-radius: 0 !important;
}
.webix_tab_filler:first-child {
border-right: 0px transparent   !important
}
.webix_item_tab.webix_selected {
border-bottom-width: 2px !important;
background: #bad4f5 !important; /*cor da tab selecionada*/
border-bottom-color: rgb(60, 74, 86) !important;
}
.webixtype_bottom .webix_item_tab.webix_selected {
border-bottom-width: 1px !important;
background-size: 100% 100% !important;
background-position: 0 0 !important;
color: #1e2022!important;
background: #ffdb8f !important;
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;
}
.ubtn_big{
font-size: 11px;
color: #666;
word-wrap: normal;
color: rgb(7, 7, 25);
}
.ubtn_big:hover{
color: tomato;
}
.hld_attachs_img .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner {
-webkit-filter: drop-shadow(0px 3px 3px #000) !important;
}
.hld_attachs_img .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner {
-webkit-filter: drop-shadow(3px 3px 3px #000) !important;
}
.hld_carousel_content {
width:100%;
margin: 0 auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.hld_carousel_content1 {
width: auto;
height: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.hld_carousel_content2 {
height:100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.image .webix_template{
padding: 0px;
max-width: 600px;
max-height: 400px;
}
.image .webix_template{
padding: 0px;
}
.hld_nav_list .webix_dataview_item{
background-color: #aaa;
border-color: #bbb;
}
.hld_nav_list{
background-color: #aaa;
}
.hld_nav_list .webix_dataview_item.webix_selected{
background-color: #eee;
}
.creditcard{
background-image:url(/web/img16/creditcard.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.printer {
background-image:url(/web/img16/printer.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.deleteit {
background-image:url(/web/img16/deleteit.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.eye2{
background-image:url(/web/img16/eye.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.printer2 {
background-image:url(/web/img16/printer.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.printer_plus {
background-image:url(/web/img16/printer-plus.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.pdf {
background-image:url(/web/img16/pdf.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.sms_send {
background-image:url(/web/img16/mobile-phone-next.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.mail_send {
background-image:url(/web/img16/mail-right.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.voip_send {
background-image:url(/web/img16/voip.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.mail_open_table {
background-image:url(/web/img16/mail-open-table.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.barcode2 {
background-image:url(/web/img16/barcode2.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.billet_see {
background-image:url(/web/img16/eye.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.whatsapp {
background-image:url(/web/img16/whatsapp.png);
background-repeat: no-repeat;
min-height: 16px;
height: 16px;
min-width: 16px;
width: 16px;
display: block;
cursor: pointer;
}
.pagecopy {
background-image:url(/web/img16/pagecopy.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
/*.checked{
color:green;
font-weight: bold; cursor:pointer;
}
.notchecked{
color:red;
font-weight:bold; cursor: pointer;
}*/
.checked{
background-image:url(/web/img16/checkbox_yes.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.notchecked{
background-image:url(/web/img16/checkbox_no.png)
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.checked_green{
background:green;
width:16px; height:16px; margin-top:3px;
}
.notchecked_orange{
background:orange;
width:16px; height:16px; margin-top:3px;
}
.lblTotalSelected{
font-size: 18px;
}
.onlunch{
background-image:url(/web/img16/cookie-bite.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
}
.onlunchok{
background-image:url(/web/img16/tick.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
}
.fnc_celltbl_pret .webix_hcell{
vertical-align: bottom;
}
.smlogo{
background-color: #FFF !important;
}
.high-risk{
/*background-color: rgba(55, 140, 70, 0.46) !important;*/
background-color: #EEffEE !important;
/*border-right: solid 1px #129E12 !important;*/
border-bottom: solid 1px #129E12 !important;
/*border-left: solid 1px #82EE82 !important;*/
border-top: solid 1px #82EE82 !important;
}
.row_pgto_open{background-color: #FFF !important;}
.row_pgto_ok{background-color: #EEffEE !important;}
.row_pgto_vencido{background-color: #ffEEEE !important;}
.row_pgto_removed{background-color: rgba(158, 18, 18, 0.29) !important;}
.row_pgto_today{background-color: rgba(254, 254, 10, 0.7 ) !important;}
.row_monitor_off{background-color: rgba(0, 0, 0, 0.24) !important;}
.row_stk_back{background-color: rgba(250, 0, 6, 1.) !important;}
.row_gray{background-color: Gray !important;}
.row_lightgray{background-color: LightGray !important;}
.row_orange{background-color: Orange !important;}
.row_tomato{background-color: Tomato !important;}
.row_dodgerblue{background-color: DodgerBlue !important;}
.row_mediumseagreen{background-color: MediumSeaGreen !important;}
.row_slateblue{background-color: SlateBlue !important;}
.row_violet{background-color: Violet !important;}
.row_yellow{background-color:  rgba(254, 254, 10, 0.7 ) !important;}
.row_green{background-color: #EEffEE !important;}
.row_orange_light{background-color: #EE541150 !important;}
.row_blue_light{background-color: #292FE53A !important;}
/*.row_hld_on_fnc{background-color: #827c31 !important;}*/
.row_hld_on_fnc{background-color: #6F3 !important;}
.row_hld_on_fnc_verif{background-color: red  !important;}
.row_hld_on_fnc_verif_ok{background-color:  green !important;}
.row_hld_sla_over{background-color:  red !important;}
.not-high-risk { background-color:white !important; }
.row_hld_open{background-color: #FFF !important;}
.row_hld_closed{background-color: rgba(13, 14, 13, 0.29) !important;}
.webix_row_select{
background-color: #EEffEE !important;
border-bottom: solid 1px #129E12 !important;
border-top: solid 1px #82EE82 !important;
}
.datatable_myhover{
background: #F0DCB6  !important;
}
.stk_c{
background-image: url(/web/img16/box-zip.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_m{
background-image: url(/web/img16/layer-point.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.stk_u{
background-image: url(/web/img16/box-label.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.stk_k{
background-image: url(/web/img16/balance.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.stk_l{
background-image: url(/web/img16/jar.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.stk_back{
background-image: url(/web/img16/refresh.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.stk_trash{
background-image: url(/web/img16/trash.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_ok{
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_money{
background-image: url(/web/img16/money-bag-dollar.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.secure{
background-image: url(/web/img16/certificate-key.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_mobile{
background-image: url(/web/img16/mobile-phone-cast.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_block{
background-image: url(/web/img16/slash.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.hour_start{
background-image: url(/web/img16/clock-arrow.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.hour_stop{
background-image: url(/web/img16/clock-back.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.app_tecnico{
background-image: url(/web/img16/walk.png);
background-repeat: no-repeat;
background-position:1px 5px;
}
.app_cliente{
background-image: url(/web/img16/clients.png);
background-repeat: no-repeat;
background-position:1px 5px;
}
.app_auth_error{
background-image: url(/web/img16/mobile-phone-del.png);
background-repeat: no-repeat;
background-position:1px 5px;
color: red;
cursor: pointer !important;
}
/*/ Estados do arquivo de retorno /*/
.status_ret0{ background-color:#428404 !important; }
.status_ret1{ background-color:#65c2fd !important; }
.status_ret2{ background-color:#f92810 !important; }
.status_ret3{ background-color:#dabb5a !important; }
.status_ret4{ background-color:#FF662A !important; }
.rep_chart_style0 .webix_axis_item_x{
margin-top: 10px;
-ms-transform: rotate(90deg) translate(20px, 0) !important;
-webkit-transform: rotate(90deg) translate(20px, 0) !important;
transform: rotate(90deg) translate(40px, 0px) !important;
}
.sic_alert_info div.webix_modal_cover{
background-color: #F00 !important;
opacity: 0.3 !important;
}
.see_ask_he{
font-size: 12px !important;
color: #666 !important;
word-wrap: normal !important;
color: rgb(7, 7, 25) !important;
}
.red_boll_blink{
background-image: url(/src/smallicons/ball_red_blink.gif) !important;
background-repeat: no-repeat !important;
background-position:1px 1px !important;
cursor: pointer !important;
}
.message_he{
background-color: rgba(194, 255, 194, 0.17) !important;
}
.onhefull{
background-image:url(/web/img16/clock-alert.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
}
.nolines_plus{
background-image:url(/web/img16/nolines_plus.gif);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
left: 0px;
display: block;
cursor: pointer !important;
}
.onhelimit{
background-image:url(/web/img16/clock_red.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
}
/*.webix_message_area{
top:initial !important;
bottom: 100px;
left:100px;
} */
.fnc_celltbl_pret .webix_dtable_subrow{
text-align: left !important;
}
.hld_ch_open{
background-image: url(/web/img16/ticket-edit.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.hld_ch_close{
background-image: url(/web/img16/ticket-next.png);
background-repeat: no-repeat;
background-position:1px 5px;
cursor: pointer !important;
}
.cli_lst_billets .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.cli_financstatus{ background-color:#cbefff !important; }
.hdl_lstcli_suportes  .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.zone_flag_br{
background-image: url(/web/img16/clock-network.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.row_additional{ background-color:#ecd4da !important; }
.row_discount{ background-color:#CAFBF0 !important; }
.hld_attachs_img .image .webix_template{
max-width: max-content !important;
max-height:max-content !important;
margin: 0 auto !important;
}
.sicon_checkbox_no{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/checkbox_no.png");}
.sicon_checkbox_yes{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/checkbox_yes.png");}
.sicon_printer{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/printer.png");}
.sicon_delete{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/clear-delete.png");}
.sicon_refresh{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/refresh.png");}
.sm-only-icon2 {background-repeat: no-repeat; min-height: 16px; display: block;}
.highlight_green{ background-color:#ddf9dd !important; }
.highlight_red{ background-color: #f9dee2 !important; }
.checkbox_top .webix_el_box{
padding-top: 10px !important;
}
.checkbox_top .webix_label_right{
padding-top: 0px !important;
}
.tlb_rep_finance .webix_hcell{
font-size: 10px !important;
font-weight: bold !important;
}
.bullet_red{
background-image: url(/web/img16/bullet_red.png);
background-repeat: no-repeat;
background-position:14px 5px;
}
.bullet_green{
background-image: url(/web/img16/bullet_green.png);
background-repeat: no-repeat;
background-position:14px 5px;
}
.bullet_greengif{
background-image: url(/web/img16/bullet_green.gif);
background-repeat: no-repeat;
padding-top: 5px;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position:0px 5px;
}
.onuoff{
background-image: url(/web/gif/alert.gif);
background-repeat: no-repeat;
padding-top: 5px;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position:0px 5px;
}
.onuon{
background-image: url(/web/img16/ball_green.gif);
background-repeat: no-repeat;
padding-top: 5px;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position:0px 5px;
}
.world-socket{
background-image: url(/web/img16/world-socket.png);
background-repeat: no-repeat;
padding-top: 5px;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position:0px 5px;
}
.login_offline{
background-image: url(/web/img16/bullet_red.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.login_online{
background-image: url(/web/img16/bullet_green.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.login_onblock{
background-image: url(/web/img16/bullet_blue.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.cp_table_billets .webix_hcell {
font-size: 13px !important;
line-height:23px !important;
}
.popeditor{
color: hsl(0, 100%, 0%);
}
.popeditor:hover{
color: rgb(0, 0, 255);
}
.calc_juros{
color: #F00;
}
.tick{
background-image:url("/web/img16/tick.png");
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.gpfd_1{
background-image:url("/web/img16/gpfd_1.png");
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.gpfd_4{
background-image:url("/web/img16/gpfd_4.png");
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
background-position: center;
cursor: pointer;
}
.webix_tree_folder{
background-image: url("/web/img16/folder-network-horizontal.png") !important;
/*background-position: 30px 4px !important;*/
background-repeat: no-repeat !important;
}
.webix_tree_file{
/*background-image: url("/web/img16/join-inner.png") !important;*/
background-repeat: no-repeat !important;
}
.tree_icon{
background-repeat: no-repeat !important;
}
.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: 3px !important;
}
/*Progresbar - Inicio =========================================================================================== */
.monit_list_resume .webix_cell {
overflow: hidden !important;
white-space: nowrap !important;
}
.progress {
overflow: hidden;
padding: 0 10px;
height: 18px;
background: #d3d5d9;
border-radius: 15px;
margin: 3px;
background-image: -webkit-linear-gradient(top, #ebecef, #bfc3c7);
background-image: -moz-linear-gradient(top, #ebecef, #bfc3c7);
background-image: -o-linear-gradient(top, #ebecef, #bfc3c7);
background-image: linear-gradient(to bottom, #ebecef, #bfc3c7);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 6px #b6babe, 0 7px rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 6px #b6babe, 0 7px rgba(255, 255, 255, 0.1);
}
.progress-val {
float: right;
margin-left: 5px;
margin-top: 3px;
font: bold 12px/15px Helvetica, Arial, sans-serif;
color: #333;
text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}
.progress-bar {
display: block;
overflow: hidden;
height: 14px;
margin: 2px 0;
background: #b8b8b8;
border-radius: 4px;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 60%);
-webkit-box-shadow: inset 0 1px px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
}
.progress-in-blue {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #147cd6, #24c1fc);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-lblue {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #08477d, #718da9);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-green {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #115f0cfa, #07f132);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-yellow {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #595f0cfa, #e9ef0b);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-red {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #5f0c25fa, #f11e07);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-lred {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #5f0c25fa, #f11e07);*/
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #ec240c, #bb8b97);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-in-black {
display: block;
min-width: 8px;
height: 13px;
background: #1997e6;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #1e2022, #1e2022);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.row_bg_gray{background-color: #b1b5ba  !important;}
/*.row_bg_gray{}*/
/*Progresbar - Fim ============================================================================================*/
.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;border-radius: 3px !important;}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-container,.w3-panel{padding:0.01em 14px}.w3-panel{margin-top:14px;margin-bottom:14px}
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#bbb!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.row_hld_without_op{background-color: #FA5735 !important;}
.webix_segment_1{
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.row_hld_status_red{background-color: #e09e92 !important;}
.row_hld_status_yellow{background-color: #feef94 !important;}
.row_hld_status_green{background-color: #69d25c6e !important;}
.row_hld_status_blue{background-color: #2693ff !important;}
.row_rad_status_financ{background-color: #147cd682 !important;}
.row_rad_status_disabled{background-color: #1e202285 !important;}
.row_rad_status_mac{background-color: #92250d94 !important;}
.row_rad_status_pass{background-color: #84920d94 !important;}
.row_rad_status_user{background-color: #f44336d1 !important;}
.row_rad_status_simult{background-color: #ffeb3b !important;}
.row_rad_status_expire{background-color: #ffeb3b !important;}
.progress_result {
height: 100%;
float: left;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
background: #eb6e1a;
}
.progress_bar_element {
background-color: #f5f5f5;
border-radius: 4px;
width: 100%;
height: 6px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
margin-top: 16px;
float: left;
overflow: hidden;
cursor: pointer;
}
.mask_lblue{
background-color: #EEffEE !important;
border-right: solid 1px #129E12 !important;
border-bottom: solid 1px #129E12 !important;
border-left:  solid 1px #82EE82 !important;
border-top:  solid 1px #82EE82 !important;
}
/*.webix_tree_item{
background-color: #EEffEE !important;
border-right: solid 1px #129E12 !important;
border-bottom: solid 1px #129E12 !important;
border-left:  solid 1px #82EE82 !important;
border-top:  solid 1px #82EE82 !important;
}
*/
.webix_tree_item:hover{
background-color: #65a0ff3d !important;
border-right: solid 1px #121c9e6e !important;
border-bottom: solid 1px #121c9e6e !important;
border-left:  solid 1px #121c9e6e !important;
border-top:  solid 1px #121c9e6e !important;
cursor: pointer !important;
}
.webix_tree_item:active {
color: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#DFE7FA), to(#FFF));
border-bottom-width:0px;
}
.webix_tree {
background-color: #E8E8F9 !important;
/*cursor: pointer !important;*/
}
.webix_tree_branch_1{
background-color: #E8E8F9 !important;
/*cursor: pointer !important;*/
}
.webix_tree_branch_2{
background-color: #E8E8F9 !important;
/*cursor: pointer !important;*/
}
.webix_tree_branch_3 {
background-color: #E8E8F9 !important;
/*cursor: pointer !important;*/
}
/**/
/*.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=)}*/
.tree_icons{
background-repeat: no-repeat !important;
margin-left: 0px;
background-position:0px 0px  !important;
cursor: pointer !important;
width: 18px !important;
height:16px !important;
}
.tree-server{ background-image:url(/web/img16/server-network.png) !important;  }
.tree-nas{ background-image:url(/web/img16/nas.png) !important; }
.tree-session_in{ background-image:url(/web/img16/computer.png) !important; }
.tree-session_off{ background-image:url(/web/img16/computer-off.png) !important; }
.tree-nas_groups{ background-image:url(/web/img16/network_hosts.png) !important; }
.tree-nas_logins{ background-image:url(/web/img16/keyinfo.png) !important; }
.tree-monitor{ background-image:url(/web/img16/graphmonitor.png) !important; }
.tree-paccess{ background-image:url(/web/img16/network-hub.png) !important; }
.tree-monitcli{ background-image:url(/web/img16/host.png) !important; }
.tree-reports{ background-image:url(/web/img16/reports.png) !important; }
.tree-marker{ background-image:url(/web/img16/marker.png) !important; }
.tree-netstatus{ background-image:url(/web/img16/network-online.png) !important; }
.tree-network{ background-image:url(/web/img16/network.png) !important; }
.tree-filter{ background-image:url(/web/img16/filter.png) !important; }
.tree-diagram{ background-image:url(/web/img16/diagram.png) !important; }
.tree-hand-signature{ background-image:url(/web/img16/hand-signature.png) !important; }
.webix_tree_item.webix_selected  {
padding: 2px 5px 2px 2px !important;
/*margin-left: -4px !important;*/
background-size: 100% 100% !important;
background-position: 0 0 !important;
color: #1e2022 !important;
background: #9eceff !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1e8ff), color-stop(100%, #9eceff)) !important;
/*background-image: -webkit-linear-gradient(#d1e8ff, #9eceff) !important;
background-image: -moz-linear-gradient(#d1e8ff, #9eceff) !important;
background-image: -ms-linear-gradient(top, #d1e8ff, #9eceff) !important;
background-image: -o-linear-gradient(top, #d1e8ff, #9eceff) !important;*/
}
.winmenu{
/*background: url("/img/menu_bg.png") repeat !important;
box-shadow: none !important;
border-left: none !important;
border-top: 1px solid #313030 !important;
border-right: 1px solid #313030 !important;
border-bottom: none !important;*/
/*background: transparent;*/
/*background: rgba(28, 29, 121, 0.15);*/
/*background: rgba(28, 121, 71, 0.49);*/
background: rgb(60, 74, 86);
border-radius: 10px;
background-image: -webkit-linear-gradient(rgba(80, 83, 128, 0.23), rgba(34, 35, 52, 0.35)) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset;
overflow: auto !important;
scroll-behavior: inherit;
}
.mnstart {
/*background: transparent !important;*/
/*      background-image: -webkit-linear-gradient(rgba(80, 83, 128, 0.23), rgba(34, 35, 52, 0.35)) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset;
*/
/*background: rgba(255,255,255,0.3) !important;*/
/*background: rgba(39, 72, 47, 0.14) !important;*/
/*box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset !important;*/
/*background: rgba(28, 29, 121, 0.15);*/
background: transparent;
border-radius: 5px;
border: 0.1px;
/*margin-left: 2px !important;*/
/*margin-right: 2px !important;*/
vertical-align: top !important;
scroll-behavior: inherit;
}
.alert-success {
color: #39b54a;
border-color: #7ece89;
background-color: #d7f0da;
}
.subrow_custom .webix_dtable_subrow {
text-align:left !important;
margin-left:10px;
background-color: rgba(204, 204, 204, 0.54)!important;
}
.search_cli_callcenter:hover{
color: black !important;
}
.webix_list_item.webix_selected {
background-size: 100% 100% !important;
background-position: 0 0 !important;
color: #1e2022 !important;
background: #3a4233 !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #5a6d8a)) !important;
background-image: -webkit-linear-gradient(#5a6d8a, #5a6d8a) !important;
background-image: -moz-linear-gradient(#ffffff, #e6fece) !important;
background-image: -ms-linear-gradient(top, #ffffff, #e6fece) !important;
background-image: -o-linear-gradient(top, #ffffff, #e6fece) !important;
}
.webix_list .webix_list_item.webix_selected {
border-bottom: 1px solid #dcfeba !important;
box-shadow: 0 1px #f3ffe7 inset !important;
padding: 2px 4px !important;
}
.desktop-items .webix_list_item.webix_selected,
.webix_drag_over.webix_list_item,
.webix_drag_zone, .webix_drag_zone .webix_list_item.webix_selected{
background: transparent !important;
/*background-image: -webkit-linear-gradient(#505380, #222334) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset;*/
border-radius: 10px !important;
background-image: -webkit-linear-gradient(rgba(80, 83, 128, 0.23), rgba(34, 35, 52, 0.35)) !important;
box-shadow: 0 1px rgba(131, 125, 202, 0.35) inset !important;
}
.valign_bottom {
display: table !important;
display: table-cell !important;
vertical-align: bottom !important;
line-height: 0px !important;
}
.webix_list .webix_list_item.webix_selected {
border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
box-shadow: 0 1px #f3ffe7 inset !important;
padding: 2px 4px !important;
}
/* Circles Status tabela */
.cell_icon2{
height: 16px;
min-width: 16px;
padding: 1px 1px 1px 16px;
}
.circle_grey2{
background-image: url(/web/img16/bullet_gray.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_green2{
background-image: url(/web/img16/bullet_green.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_red2{
background-image: url(/web/img16/bullet_red.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_yellow2{
background-image: url(/web/img16/bullet_yellow.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_blue2{
background-image: url(/web/img16/bullet_blue.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_orange2{
background-image: url(/web/img16/bullet_orange.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.circle_black2{
background-image: url(/web/img16/bullet_black.png);
background-repeat: no-repeat;
background-position:1px 1px;
}
.btn_big_logins{
font-size: 8px !important;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
.btn_deletar{
color: red !important;
}
.btn_close{
color: green !important;
}
.circle_exclamation{
background-image: url(/web/img16/exclamation-octagon.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.billet_paid {
background-image:url(/web/img16/blue-document-stamp.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
/*Trata arvore de plano de contas */
.tree_background, .webix_tree, .webix_tree_branch_1, .webix_tree_branch_2, .webix_tree_branch_3{ background-color: #FFF !important; }
/* Selecao de Fundo da arvore  */
.tree_background .webix_tree_item.webix_selected span{ background: transparent !important; }
.tree_background .webix_tree_img{ background-color: transparent !important; }
/* Icones da Arvore */
.webix_tree_img16-minus{ background-image: url(/web/img16/minus.png) !important; }
.webix_tree_img16-add{ background-image: url(/web/img16/add.png) !important; }
.webix_tree_img16-ball-blue{ background-image: url(/web/img16/ball-blue.png) !important; }
.webix_tree_img16-ball-green{ background-image: url(/web/img16/ball-green.png) !important; }
.webix_tree_img16-ball-red{ background-image: url(/web/img16/ball-red.png) !important; }
.webix_tree_img16-ball-yellow{ background-image: url(/web/img16/ball-yellow.png) !important; }
.webix_tree_img16-balloons{ background-image: url(/web/img16/balloons.png) !important; }
.webix_tree_img16-bank{ background-image: url(/web/img16/bank.png) !important; }
.webix_tree_img16-layer-circle{ background-image: url(/web/img16/layer-circle.png) !important; }
.webix_tree_img16-firewall_burn{ background-image: url(/web/img16/firewall_burn.png) !important; }
.webix_tree_img16-barcode{ background-image: url(/web/img16/barcode.png) !important; }
.webix_tree_img16-money-add{ background-image: url(/web/img16/money-add.png) !important; }
.webix_tree_img16-money-alert{ background-image: url(/web/img16/money-alert.png) !important; }
.webix_tree_img16-money-cents{ background-image: url(/web/img16/money-cents.png) !important; }
.webix_tree_img16-money-coin{ background-image: url(/web/img16/money-coin.png) !important; }
.webix_tree_img16-money-del{ background-image: url(/web/img16/money-del.png) !important; }
.webix_tree_img16-money-edit{ background-image: url(/web/img16/money-edit.png) !important; }
.webix_tree_img16-money-only-cents{ background-image: url(/web/img16/money-only-cents.png) !important; }
.webix_tree_img16-money-right{ background-image: url(/web/img16/money-right.png) !important; }
.webix_tree_img16-money{ background-image: url(/web/img16/money.png) !important; }
.webix_tree_img16-note_ok{ background-image: url(/web/img16/note_ok.png) !important; }
.webix_tree_img16-note{ background-image: url(/web/img16/note.png) !important; }
.webix_tree_img16-sackbarrowblue{ background-image: url(/web/img16/sackbarrowblue.png) !important; }
.webix_tree_img16-sackbarrowcardboard{ background-image: url(/web/img16/sackbarrowcardboard.png) !important; }
.webix_tree_img16-chart-down-color{ background-image: url(/web/img16/chart-down-color.png) !important; }
.webix_tree_img16-chart_avg{ background-image: url(/web/img16/chart_avg.png) !important; }
.webix_tree_img16-chart-down-green{ background-image: url(/web/img16/chart-down-green.png) !important; }
.webix_tree_img16-chart-down{ background-image: url(/web/img16/chart-down.png) !important; }
.webix_tree_img16-chart-up-color{ background-image: url(/web/img16/chart-up-color.png) !important; }
.webix_tree_img16-chart-up{ background-image: url(/web/img16/chart-up.png) !important; }
.webix_tree_img16-bell{ background-image: url(/web/img16/bell.png) !important; }
.webix_tree_img16-cart{ background-image: url(/web/img16/cart.png) !important; }
.webix_tree_img16-checkbox_yes{ background-image: url(/web/img16/checkbox_yes.png) !important; }
.webix_tree_img16-checkbox_no{ background-image: url(/web/img16/checkbox_no.png) !important; }
.webix_tree_img16-alert{ background-image: url(/web/img16/alert.png) !important; }
.webix_tree_img16-join-outer-exclude{ background-image: url(/web/img16/join-outer-exclude.png) !important; }
.webix_tree_img16-information-white{ background-image: url(/web/img16/information-white.png) !important; }
.webix_tree_img16-printer-plus{ background-image: url(/web/img16/printer-plus.png) !important; }
.webix_tree_img16-gnet{ background-image: url(/web/img16/gnet.png) !important; }
.webix_tree_img16-server{ background-image:url(/web/img16/server-network.png) !important;  }
.webix_tree_img16-nas{ background-image:url(/web/img16/nas.png) !important; }
.webix_tree_img16-session_in{ background-image:url(/web/img16/computer.png) !important; }
.webix_tree_img16-session_off{ background-image:url(/web/img16/computer-off.png) !important; }
.webix_tree_img16-nas_groups{ background-image:url(/web/img16/network_hosts.png) !important; }
.webix_tree_img16-nas_logins{ background-image:url(/web/img16/keyinfo.png) !important; }
.webix_tree_img16-monitor{ background-image:url(/web/img16/graphmonitor.png) !important; }
.webix_tree_img16-paccess{ background-image:url(/web/img16/network-hub.png) !important; }
.webix_tree_img16-monitcli{ background-image:url(/web/img16/host.png) !important; }
.webix_tree_img16-reports{ background-image:url(/web/img16/reports.png) !important; }
.webix_tree_img16-marker{ background-image:url(/web/img16/marker.png) !important; }
.webix_tree_img16-netstatus{ background-image:url(/web/img16/network-online.png) !important; }
.webix_tree_img16-network{ background-image:url(/web/img16/network.png) !important; }
.webix_tree_img16-filter{ background-image:url(/web/img16/filter.png) !important; }
.webix_tree_img16-diagram{ background-image:url(/web/img16/diagram.png) !important; }
.webix_tree_img16-hand-signature{ background-image:url(/web/img16/hand-signature.png) !important; }
.webix_tree_img16-find{ background-image:url(/web/img16/find.png) !important; }
.webix_tree_img16-printer{ background-image:url(/web/img16/printer.png) !important; }
.webix_tree_img16-juno{ background-image: url(/web/img16/juno.png) !important; }
.webix_tree_img16-negociarie{ background-image: url(/web/img16/negociarie.png) !important; }
.webix_tree_img16-pagbank{ background-image: url(/web/img16/pagbank.png) !important; }
.webix_tree_img16-car-next{ background-image:url(/web/img16/car-next.png) !important; }
.webix_tree_img16-car-red{ background-image:url(/web/img16/car-red.png) !important; }
.webix_tree_img16-car-add{ background-image:url(/web/img16/car-add.png) !important; }
.webix_tree_img16-car-alert{ background-image:url(/web/img16/car-alert.png) !important; }
.webix_tree_img16-car-del{ background-image:url(/web/img16/car-del.png) !important; }
.webix_tree_img16-car-edit{ background-image:url(/web/img16/car-edit.png) !important; }
.webix_tree_img16-car{ background-image:url(/web/img16/car.png) !important; }
.webix_tree_img16-spectrum{ background-image:url(/web/img16/spectrum.png) !important; }
.webix_tree_img16-enterprise-paralel{ background-image: url(/web/img16/enterprise-paralel.png) !important; }
.webix_tree_img16-nic{ background-image:url(/web/img16/nic.png) !important; }
.webix_tree_img16-servers-network{ background-image:url(/web/img16/servers-network.png) !important; }
.webix_tree_img16-network_hosts{ background-image:url(/web/img16/network_hosts.png) !important; }
.webix_tree_img16-monitor{ background-image:url(/web/img16/monitor.png) !important; }
.webix_tree_img16-point{ background-image:url(/web/img16/point.png) !important; }
.webix_tree_img16-points{ background-image:url(/web/img16/points.png) !important; }
.webix_tree_img16-servers-network{ background-image:url(/web/img16/servers-network.png) !important; }
.webix_tree_img16-pci-card{ background-image:url(/web/img16/pci-card.png) !important; }
.webix_tree_img16-pci{ background-image:url(/web/img16/pci.png) !important; }
.webix_tree_img16-network-hub{ background-image:url(/web/img16/network-hub.png) !important; }
.webix_tree_img16-processor-64{ background-image:url(/web/img16/processor-64.png) !important; }
.webix_tree_img16-disc-blue{ background-image:url(/web/img16/disc-blue.png) !important; }
.webix_tree_img16-monitor-network{ background-image:url(/web/img16/monitor-network.png) !important; }
.webix_tree_img16-database-network{ background-image:url(/web/img16/database-network.png) !important; }
.webix_tree_img16-db-share{ background-image:url(/web/img16/db-share.png) !important; }
.webix_tree_img16-corecpu{ background-image:url(/web/img16/corecpu.png) !important; }
.webix_tree_img16-nas{ background-image:url(/web/img16/nas.png) !important; }
.webix_tree_img16-network-ip{ background-image:url(/web/img16/network-ip.png) !important; }
.webix_tree_img16-report{ background-image:url(/web/img16/report.png) !important; }
.webix_tree_img16-network-wire{ background-image:url(/web/img16/network-wire.png) !important; }
.webix_tree_img16-user-share{ background-image:url(/web/img16/user-share.png) !important; }
.webix_tree_img16-esocial{ background-image:url(/web/img16/esocial.png) !important; }
.webix_tree_img16-mobile-phone-protector{ background-image:url(/web/img16/mobile-phone-protector.png) !important; }
.webix_tree_img16-mails-stack{ background-image:url(/web/img16/mails-stack.png) !important; }
.webix_tree_img16-layer-ellipse{ background-image:url(/web/img16/layer-ellipse.png) !important; }
.webix_tree_img16-traffic-light{ background-image:url(/web/img16/traffic-light.png) !important; }
.webix_tree_img16-network-online{ background-image:url(/web/img16/network-online.png) !important; }
.webix_tree_img16-folder-share{ background-image:url(/web/img16/folder-share.png) !important; }
.webix_tree_img16-node-select-child{ background-image:url(/web/img16/node-select-child.png) !important; }
.webix_tree_img16-nic{ background-image:url(/web/img16/nic.png) !important; }
.webix_tree_img16-server_net{ background-image:url(/web/img16/server_net.png) !important; }
.webix_tree_img16-server_net_check{ background-image:url(/web/img16/server_net_check.png) !important; }
.webix_tree_img16-mbank-right{ background-image:url(/web/img16/mbank-right.png) !important; }
.webix_tree_img16-galaxpay{ background-image:url(/web/img16/galaxpay1.png) !important; }
.webix_tree_img16-status-great{ background-image:url(/web/img16/status-great.png) !important; }
.webix_tree_img16-ppp_server{ background-image:url(/web/img16/servers-network.png) !important; }
.webix_tree_img16-arrow-in{ background-image:url(/web/img16/arrow-in.png) !important; }
.webix_tree_img16-network-ip-local{ background-image:url(/web/img16/network-ip-local.png) !important; }
.webix_tree_img16-join-inner{ background-image:url(/web/img16/join-inner.png) !important; }
.webix_tree_img16-server-dns{ background-image:url(/web/img16/server-network.png) !important; }
.webix_tree_img16-chart-curve{ background-image:url(/web/img16/chart-curve.png) !important; }
.webix_tree_img16-ipblock{ background-image:url(/web/img16/ipblock.png) !important; }
.webix_tree_img16-ip{ background-image:url(/web/img16/ip.png) !important; }
.webix_tree_img16-network-ip-local{ background-image:url(/web/img16/network-ip-local.png) !important; }
.webix_tree_img16-folder-tree{ background-image:url(/web/img16/folder-tree.png) !important; }
.webix_tree_img16-network-firewall{ background-image:url(/web/img16/network-firewall.png) !important; }
.webix_tree_img16-chain{ background-image:url(/web/img16/chain.png) !important; }
.webix_tree_img16-walk{ background-image:url(/web/img16/walk.png) !important; }
.webix_tree_img16-folder-network{ background-image:url(/web/img16/folder-network.png) !important; }
.webix_tree_img16-network-hub{ background-image:url(/web/img16/network-hub.png) !important; }
.webix_tree_img16-keyadd{ background-image:url(/web/img16/keyadd.png) !important; }
.webix_tree_img16-find{ background-image:url(/web/img16/find.png) !important; }
.webix_tree_img16-report{ background-image:url(/web/img16/report.png) !important; }
.webix_tree_img16-server_net_check{ background-image:url(/web/img16/server_net_check.png) !important; }
.webix_tree_img16-reports-stack{ background-image:url(/web/img16/reports-stack.png) !important; }
.webix_tree_img16-f2b{ background-image:url(/web/img16/f2b.png) !important; }
.webix_tree_img16-next{ background-image:url(/web/img16/next.png) !important; }
.webix_tree_img16-next-green{ background-image:url(/web/img16/next-green.png) !important; }
.btn_lbl_top{
margin-top: 20px !important;
}
.webix_tree_img16-user_group{ background-image: url(/web/img16/user_group.png) !important; }
.webix_tree_img16-user-business{ background-image: url(/web/img16/user-business.png) !important; }
.webix_tree_img16-moneys{ background-image: url(/web/img16/moneys.png) !important; }
.webix_tree_img16-headset{ background-image: url(/web/img16/headset.png) !important; }
.webix_tree_img16-baggage-cart-box{ background-image: url(/web/img16/baggage-cart-box.png) !important; }
.webix_tree_img16-monitor-network{ background-image: url(/web/img16/monitor-network.png) !important; }
.webix_tree_img16-file{ background-image: url(/web/img16/file.png) !important; }
.webix_tree_img16-reports{ background-image: url(/web/img16/reports.png) !important; }
.webix_tree_img16-cloud-upload{ background-image: url(/web/img16/cloud-upload.png) !important; }
.webix_tree_img16-db-cloud{ background-image: url(/web/img16/db-cloud.png) !important; }
.webix_tree_money-add{ background-image: url(/web/img16/money-add) !important; }
.webix_tree_img16-mobile-phone-alert{ background-image: url(/web/img16/mobile-phone-alert.png) !important; }
.webix_tree_img16-mobile-phone-del{ background-image: url(/web/img16/mobile-phone-del.png) !important; }
.highlight_yellow{ background-color:#fafdbd !important; }
.custom_item_chat{
width: 85%;
border:1px solid #d6e8ff;
border-radius:4px;
margin:10px 5px;
overflow:hidden;
background-color:#e1ecf9;
padding:10px;
}
.tooltip .tooltiptext {
width: 10%;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
z-index: 1;
}
.notification-button {
background-color: red;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
z-index: 1;
}
.fld_input_top{
margin-top: 18px !important;
}
.login_big_offline{
background-image: url(/web/img16/ball_red.gif);
background-repeat: no-repeat;
background-position:8px 4px;
}
.login_big_online{
background-image: url(/web/img16/ball_green.gif);
background-repeat: no-repeat;
background-position:8px 4px;
}
/* Toolbar Status */
.webix_green_toolbar,.webix_toolbar.webix_layout_subbar{
color:#1e2022!important;
background:repeat-x #b2d2b9;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5fff1),color-stop(100%,#b2d2b9)) repeat-x;
background-image:-webkit-linear-gradient(#e5fff1,#b2d2b9);
background-image:-moz-linear-gradient(#e5fff1,#b2d2b9);
background-image:-ms-linear-gradient(top,#e5fff1,#b2d2b9);
background-image:-o-linear-gradient(top,#e5fff1,#b2d2b9)
}
/*.webix_red_toolbar,.webix_toolbar.webix_layout_subbar{
color:#1e2022!important;
background:repeat-x #deb8b8;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffe5e5),color-stop(100%,#deb8b8)) repeat-x;
background-image:-webkit-linear-gradient(#ffe5e5,#deb8b8);
background-image:-moz-linear-gradient(#ffe5e5,#deb8b8);
background-image:-ms-linear-gradient(top,#ffe5e5,#deb8b8);
background-image:-o-linear-gradient(top,#ffe5e5,#deb8b8)
}*/
.webix_red_toolbar,.webix_toolbar.webix_layout_subbar{
color:#1e2022!important;
background:repeat-x #d81111;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff6161),color-stop(100%,#d81111)) repeat-x;
background-image:-webkit-linear-gradient(#ff6161,#d81111);
background-image:-moz-linear-gradient(#ff6161,#d81111);
background-image:-ms-linear-gradient(top,#ff6161,#d81111);
background-image:-o-linear-gradient(top,#ff6161,#d81111)
}
.webix_yellow_toolbar,.webix_toolbar.webix_layout_subbar{
color:#1e2022!important;
background:repeat-x #d6d3ad;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fffce5),color-stop(100%,#d6d3ad)) repeat-x;
background-image:-webkit-linear-gradient(#fffce5,#d6d3ad);
background-image:-moz-linear-gradient(#fffce5,#d6d3ad);
background-image:-ms-linear-gradient(top,#fffce5,#d6d3ad);
background-image:-o-linear-gradient(top,#fffce5,#d6d3ad)
}
.webix_black_toolbar,.webix_toolbar.webix_layout_subbar{
color:#1e2022!important;
background:repeat-x #5d5d5d;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#a2a2a2),color-stop(100%,#5d5d5d)) repeat-x;
background-image:-webkit-linear-gradient(#a2a2a2,#5d5d5d);
background-image:-moz-linear-gradient(#a2a2a2,#5d5d5d);
background-image:-ms-linear-gradient(top,#a2a2a2,#5d5d5d);
background-image:-o-linear-gradient(top,#a2a2a2,#5d5d5d)
}
.fld_input_top{
margin-top: 18px !important;
}
.cell_big_icon {
height: 40px;
min-width: 40px;
padding: 1px 2px 1px 20px;
}
.big_creditcard{
background-image:url(/web/img48/creditcard.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.printer_big{
background-image:url(/web/img48/printerbig.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.billet_paid_big {
background-image: url(/web/img48/paid.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.copy_big {
background-image: url(/web/img48/copy.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.pager_top{
margin-top: 16px !important;
height: 29px !important;
}
.fld_menu_top{
margin-top: 16px !important;
height: 26px !important;
}
.fld_search_top {
margin-top: 16px !important;
}
.webix_tree_img16-pointer-blue{ background-image: url(/web/img16/pointer-blue.png) !important; }
.webix_tree_img16-pointer-green{ background-image: url(/web/img16/pointer-green.png) !important; }
.webix_tree_img16-clients{ background-image: url(/web/img16/clients.png) !important; }
.webix_tree_img16-half{ background-image: url(/web/img16/half.png) !important; }
.webix_tree_img16-cake{ background-image: url(/web/img16/cake.png) !important; }
.webix_tree_img16-calendar{ background-image: url(/web/img16/calendar.png) !important; }
.webix_tree_img16-google_map{ background-image: url(/web/img16/google_map.png) !important; }
.webix_tree_img16-chart-up{ background-image: url(/web/img16/chart-up.png) !important; }
.webix_tree_img16-file{ background-image: url(/web/img16/file.png) !important; }
.webix_tree_img16-certificate-key{ background-image: url(/web/img16/certificate-key.png) !important; }
.webix_tree_img16-money-bag-dollar{ background-image: url(/web/img16/money-bag-dollar.png) !important; }
.webix_tree_img16-user-worker-boss{ background-image: url(/web/img16/user-worker-boss.png) !important; }
.webix_tree_img16-chart{ background-image: url(/web/img16/chart.png) !important; }
.webix_tree_img16-home-del{ background-image: url(/web/img16/home-del.png) !important; }
.webix_tree_img16-keyinfo{ background-image: url(/web/img16/keyinfo.png) !important; }
.webix_tree_img16-exec{ background-image: url(/web/img16/exec.png) !important; }
.webix_tree_img16-huawei{ background-image: url(/web/img16/huawei.png) !important; }
.webix_tree_img16-zte{ background-image: url(/web/img16/zte.png) !important; }
.webix_tree_img16-vsol{ background-image: url(/web/img16/vsol.png) !important; }
.webix_tree_img16-datacom{ background-image: url(/web/img16/datacom.png) !important; }
.webix_tree_img16-layer-polygon{ background-image: url(/web/img16/layer-polygon.png) !important; }
.webix_tree_img16-fhome{background-image: url(/web/img16/fhome.png) !important;}
.webix_tree_img16-olt{ background-image: url(/web/img16/server-network.png) !important; }
.webix_tree_img16-control_repeat{ background-image: url(/web/img16/control_repeat.png) !important; }
.webix_tree_img16-network-hub{ background-image: url(/web/img16/network-hub.png) !important; }
.webix_tree_img16-ozmap{ background-image: url(/web/img16/ozmap.png) !important; }
.webix_tree_img16-shapper{ background-image: url(/web/img16/shapper.png) !important; }
.tree-find{ background-image:url(/web/img16/find.png) !important; }
.webix_tree_img16-transmitter{ background-image: url(/web/img16/transmitter.png) !important; }
.edit{
background-image: url(/web/img16/edit.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.delete{
background-image: url(/web/img16/delete.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.exclamation_red{
background-image:url(/web/img16/exclamation.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.sicon_checkbox_no{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/exclamation-frame.png");}
.sicon_checkbox_yes{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/tick.png");}
.sicon_checkbox_wait{background-repeat: no-repeat;min-height: 16px;display: block; background-image: url("/web/img16/clock-network.png");}
.webix_tree_img16-servers-network{ background-image: url(/web/img16/servers.png) !important; }
.webix_tree_img16-enterprise-config{ background-image: url(/web/img16/enterprise-config.png) !important; }
.webix_tree_img16-creditcard{ background-image: url(/web/img16/creditcard.png) !important; }
.webix_tree_img16-mobile-phone-edit{ background-image: url(/web/img16/mobile-phone-edit.png) !important; }
.webix_tree_img16-point{ background-image: url(/web/img16/point.png) !important; }
.webix_tree_img16-balance{ background-image: url(/web/img16/balance.png) !important; }
.webix_tree_img16-ticket{ background-image: url(/web/img16/ticket.png) !important; }
.webix_tree_img16-exec{ background-image: url(/web/img16/exec.png) !important; }
.webix_tree_img16-client_config{ background-image: url(/web/img16/client_config.png) !important; }
.webix_tree_img16-clipboard-task{ background-image: url(/web/img16/clipboard-task.png) !important; }
.webix_tree_img16-script{ background-image: url(/web/img16/script.png) !important; }
.webix_tree_img16-backup{ background-image: url(/web/img16/backup.png) !important; }
.webix_tree_img16-mail-right{ background-image: url(/web/img16/mail-right.png) !important; }
.webix_tree_img16-mobile-phone-next{ background-image: url(/web/img16/mobile-phone-next.png) !important; }
.webix_tree_img16-calendar-task{ background-image: url(/web/img16/calendar-task.png) !important; }
.webix_tree_img16-zabbix{ background-image: url(/web/img16/zabbix.png) !important; }
.webix_tree_img16-whatsapp{ background-image: url(/web/img16/whatsapp.png) !important; }
.webix_tree_img16-telephone{ background-image: url(/web/img16/telephone.png) !important;}
.webix_tree_img16-mobile{ background-image: url(/web/img16/mobile.png) !important; }
.menu_cli .webix_template{
padding: 0px !important;
}
.menu_cli{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.webix_tree_img16-share_world{ background-image: url(/web/img16/share_world.png) !important; }
.webix_tree_img16-users{ background-image: url(/web/img16/users.png) !important; }
.webix_tree_img16-network-ip{ background-image: url(/web/img16/network-ip.png) !important; }
.bank{
background-image: url(/web/img16/bank.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.hand-shake{
background-image: url(/web/img16/hand-shake.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.creditcard-blue{
background-image: url(/web/img16/creditcard-blue.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.fld_hld_search_top {
margin-top: 15px !important;
}
/*.webix_item_tab .webix_icon{
color: silver;
}*/
/* .webix_item_tab.webix_selected .webix_icon{
color: #222;
}*/
.draft .webix_template{
display: table;
width: 100%;
}
.draft .webix_template .title{
display:table-cell;
text-align:center;
vertical-align:middle;
}
.logo{
/*background: url(https://webix.com/assets/common-new/webix-logo-sprite.png) 15px -50px no-repeat;*/
}
.webix_el_button.button_silver.button_raised button{
color: #666;
border: 1px solid #dcdcdc;
background-image: linear-gradient(to bottom,#f5f5f5,#f1f1f1);
text-transform:none;
}
.webix_el_button.big_button button{
font-size: 20px;
text-transform:none;
}
.user_info .avatar{
border-radius:15px; width: 30px; height: 30px;
background-color:#c2185b;
color: #fff;
text-align:center;
line-height:29px; font-size:18px;
margin:5px;
}
.webix_icon.orange_star{
color: #ffc02c;
}
.checkbox_padding0 .webix_el_box{
padding-top: 0px !important;
}
.file{
background-image: url(/web/img16/file.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.clock-edit{
background-image: url(/web/img16/clock-edit.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.clock-edit-disable{
background-image: url(/web/img16/clock-edit.png);
background-repeat: no-repeat;
background-position:4px 5px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.clock-back{
background-image: url(/web/img16/clock-back.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.eye-view{
background-image: url(/web/img16/eye.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.alert_icon{
background-image: url(/web/img16/alert.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.tick_icon{
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.delete_icon{
background-image: url(/web/img16/delete.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.file_icon{
background-image: url(/web/img16/file.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.webix_tree_img16-building-add{ background-image: url(/web/img16/building-add.png) !important; }
.webix_tree_img16-user-plus{ background-image: url(/web/img16/user-plus.png) !important; }
.webix_tree_img16-clock-select-remain{ background-image: url(/web/img16/clock-select-remain.png) !important; }
.webix_tree_img16-blueprints{ background-image: url(/web/img16/blueprints.png) !important; }
.webix_tree_img16-user-worker{ background-image: url(/web/img16/user-worker.png) !important; }
.webix_tree_img16-clock-frame-back{ background-image: url(/web/img16/clock-frame-back.png) !important; }
.webix_tree_img16-clock-arrow{ background-image: url(/web/img16/clock-arrow.png) !important; }
.webix_tree_img16-drive-download{ background-image: url(/web/img16/drive-download.png) !important; }
.clock_add{
background-image: url(/web/img16/clock-add.png);
background-repeat: no-repeat;
background-position: 3px 5px;
}
.clock_del{
background-image: url(/web/img16/clock-del.png);
background-repeat: no-repeat;
background-position: 3px 5px;
}
.disabled{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.document_search{
background-image: url(/web/img16/blue-document-search-result.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.webix_tree_img16-tableshare{ background-image: url(/web/img16/tableshare.png) !important; }
.webix_tree_img16-building{ background-image: url(/web/img16/building.png) !important; }
.webix_tree_img16-pp-send{ background-image: url(/web/img16/pp-send.png) !important; }
.telegram_image, .webix_template, .content{width: 100%; padding: 0px !important;}
.conf_carousel_none .webix_nav_button_corner.webix_nav_button_prev {
display: none;
}
.conf_carousel_none .webix_nav_button_corner.webix_nav_button_next {
display: none;
}
.conf_carousel_none .webix_nav_panel_corner{
display: none;
}
/*
.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 auto}
.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}
*/
.label_subtitle_rh{
width:20px;
height:20px;
border:1px solid #868686;
margin:2px 0 0 0;
position:relative;
float:left;
}
.highlight_tbl_red{ background-color:#f9dee2 !important; color:rgba(0,0,0,0) !important; }
.highlight_tbl_green{ background-color:#ddf9dd !important; color:rgba(0,0,0,0) !important; }
.highlight_tbl_blue{ background-color:#cae3fb !important; color:rgba(0,0,0,0) !important; }
.highlight_tbl_gray{ background-color:#d6d6d6 !important; color:rgba(0,0,0,0) !important; }
.highlight_tbl_yellow{ background-color:#fafdbd !important; color:rgba(0,0,0,0) !important; }
.webix_tree_img16-folder-open-document{ background-image: url(/web/img16/folder-open-document.png) !important; }
.webix_tree_img16-home{ background-image: url(/web/img16/home.png) !important; }
.webix_tree_img16-user-medical{ background-image: url(/web/img16/user-medical.png) !important; }
.drive-upload{
background-image: url(/web/img16/drive-upload.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.document_search{
background-image: url(/web/img16/blue-document-search-result.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.up{
background-image: url(/web/img16/up.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.drive-download{
background-image: url(/web/img16/drive-download.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.gpfd_selected_port{
/*background: linear-gradient(to right, #E7E7E7,#FF0012FF ) !important;*/
background: linear-gradient(to right, #E7E7E7,#2C642A ) !important;
box-shadow: #696969 !important;
border-radius: 5px !important;
}
.gpfd_selected{
background: #98FB9820 !important;
}
.gpfd_label{
font-size: 7px;
}
.ubtn_gpfd{
font-size: 8px !important;
color: #666 !important;
word-wrap: normal !important;
color: rgb(7, 7, 25) !important;
}
.ubtn_gpfd:hover{
color: red;
}
/*
.webix_accordionitem_label .webmail {
background-color: #2C642A !important;
}
*/
.checkboxtitleline{
margin-top: 10px !important;
}
.checkboxtitleline .webix_el_box{
height: 22px !important;
}
.fontsize_cli_nbk{
font-size:20px;
text-align:center;
}
.fontcolor_cli_nbk{
font-style:italic;
font-weight:bold;
color:#1a397e
}
.bck_green{
background-color: #cece !important;
/*background: linear-gradient(to bottom,##cece 0,#0d1621 100%) !important;*/*/
}
.bck_green2{
background-color: #2E2EFE !important;
}
.warning_red button{
border: 1px solid #d4a4a4;
background-image: -webkit-linear-gradient(#f74040, #efa2a2) !important;
}
.warning_green button{
border: 1px solid #a4d4a8;
background-image: -webkit-linear-gradient(#4db555, #a2efb6) !important;
}
.warning_black button{
border: 1px solid #c3c3c3;
background-image: -webkit-linear-gradient(#7d7c7c, #ebecec) !important;
}
.webix_tree_img16-box-open-green{ background-image: url(/web/img16/box-open-green.png) !important; }
.webix_tree_img16-box-close-green{ background-image: url(/web/img16/box-close-green.png) !important; }
.rep_chart_hld .webix_axis_item_x{
margin-top: 0px;
-ms-transform: rotate(90deg) translate(20px, 0) !important;
-webkit-transform: rotate(90deg) translate(20px, 0) !important;
transform: rotate(90deg) translate(40px, 0px) !important;
}
.webix_tree_img16-warn{ background-image: url(/web/img16/warn.png) !important; }
.webix_tree_img16-flag{ background-image: url(/web/img16/flag.png) !important; }
.warning_red_menu7 button, .warning_red_menu5 button, .warning_red_menu4 button{
border: 1px solid #d4a4a4;
background-image: -webkit-linear-gradient(#f74040, #efa2a2) !important;
}
.webix_tree_img16-slash{ background-image: url(/web/img16/slash.png) !important; }
.webix_tree_img16-script{ background-image: url(/web/img16/script.png) !important; }
.webix_tree_img16-drive-upload{ background-image: url(/web/img16/drive-upload.png) !important; }
.popupAnexo{
background-image: url(/web/img16/control_play.png) !important;
background-repeat: no-repeat;
cursor: pointer  !important;
width: 14px !important;
height: 14px !important;
}
.popupMatOut{
background-image: url(/web/img16/cargreen.png) !important;
background-repeat: no-repeat;
cursor: pointer  !important;
width: 14px !important;
height: 14px !important;
}
.popupMatIn{
background-image: url(/web/img16/carred.png) !important;
background-repeat: no-repeat;
cursor: pointer  !important;
width: 14px !important;
height: 14px !important;
}
.warning_orange button{
border: 1px solid #ff6a00;
background-image: -webkit-linear-gradient(#f37115, #ffd5bd) !important;
}
.fld_toggle_top{ margin-top: 16px !important;}
.fld_toggle_top .webix_el_box { height: 29px !important;}
.fld_combo_top{ margin-top: 16px !important;}
.fld_combo_top .webix_el_box { height: 29px !important;}
.fld_button_top{ margin-top: 16px !important;}
.fld_button_top .webix_el_box { height: 29px !important;}
.fld_button_top .webix_image { height: 25px !important;}
.fld_button_top .webix_img_btn_abs {line-height: 25px !important;}
.webix_tree_img16-blue-document-shred{ background-image: url(/web/img16/blue-document-shred.png) !important; }
.webix_tree_img16-widepay{ background-image: url(/web/img16/widepay.png) !important; }
.webix_tree_img16-pulsarpay{ background-image: url(/web/img16/pulsarpay.png) !important; }
.webix_tree_img16-iugu{ background-image: url(/web/img16/iugu.png) !important; }
.webix_tree_img16-box-edit{ background-image: url(/web/img16/box-edit.png) !important; }
.webix_tree_img16-down{ background-image: url(/web/img16/down.png) !important; }
.webix_tree_img16-box-search-result{ background-image: url(/web/img16/box-search-result.png) !important; }
.webix_tree_img16-box-next{ background-image: url(/web/img16/box-next.png) !important; }
.webix_tree_img16-box-del{ background-image: url(/web/img16/box-del.png) !important; }
.bgrow_span{
background-color: #f0f0f0;
/*white-space: nowrap;*/
word-wrap:break-word;
}
/*Componente form-editor   =================================================Início==================================================================== */
.webix_view.webix_form_editor .webix_editor_top{
position:relative;
}
.webix_view.webix_form_editor .webix_icon.fa-trash:hover,
.webix_view.webix_form_editor .webix_icon.fa-plus-circle:hover {
cursor:pointer;
color:#3498db;
}
.webix_view.webix_form_editor .webix_dtable_subview{
background-color:initial;
padding-left:0px !important;
}
.webix_view.webix_form_editor .webix_dtable{
border-width:1px !important;
}
.webix_view.webix_form_editor .webix_ss_footer .webix_hcell{
background-color:initial;
}
.webix_view.webix_form_editor .webix_ss_footer .webix_icon{
margin-left:2px;
}
.webix_view.webix_form_editor .group_header{
border:none;
font-weight:bold;
}
.group_header div{
padding:10px;
margin-left:10px;
}
.group_header:before{
position: absolute;
content: "\f107";
margin-top: 9px;
margin-left: -3px;
font-family:FontAwesome;
font-size:20px;
font-weight:400;
}
.webix_view.webix_form_editor .webix_form .webix_scroll_cont{
border-width: 0 0 0 2px !important;
border-left: 2px solid #D2E3EF;
}
.webix_view.webix_form_editor .webix_form.webix_editor_top > .webix_scroll_cont{
border-width: 0px !important;
}
.webix_view.webix_form_editor .webix_el_text{
margin-left: 14px !important;
}
/*Componente form-editor   =================================================Fim==================================================================== */
.webix_ribbon .webix_control.webix_el_label{
color:#999;
text-align:center;
}
.webix_ribbon .webix_view{
background-color:#f4f4f4 !important;
color:#666;
}
.webix_ribbon .webix_after_all_tabs{
height:0px !important;
}
.webix_ribbon .webix_tab_filler{
background-color:#eee;
}
.webix_ribbon div.webix_item_tab{
background-color:#eee;
color:#666;
border-color:#ddd;
border-left-width:1px;
}
.webix_ribbon div.webix_item_tab.webix_selected {
background-color:transparent;
}
.webix_ribbon .webix_el_combo span{
background-color:#888;
}
/*Componente ribon   =================================================Fim==================================================================== */
.billet_down {
background-image:url(/web/img16/down.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.adm-disconnect {
background-image:url(/web/img16/plug-disconnect.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.talk-bubble-received {
margin: 20px;
display: inline-block;
position: relative;
height: auto;
background-color: #4caf50;
}
.talk-bubble-received:after{
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -20px;
right: auto;
top: 0px;
bottom: auto;
border: 22px solid;
border-color: #4caf50 transparent transparent transparent;
}
/* Enviadas */
.talk-bubble-sent {
margin: 20px;
display: inline-block;
position: relative;
height: auto;
background-color: #cfd2d4;
clear:right;
float:right;
}
.talk-bubble-sent:after{
content: ' ';
position: absolute;
width: 0;
height: 0;
left: auto;
right: -20px;
top: 0px;
bottom: auto;
border: 20px solid;
border-color: #cfd2d4 transparent transparent transparent;
}
/*Conteudo */
.talktext{
padding: 1em;
text-align: left;
line-height: 1.5em;
}
.talktext p{
/*Remove margins */
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
.webix_tree_plus3{
background-image:url(/web/img16/nolines_plus.gif) !important;
}
.webix_tree_minus2{
background-image:url(/web/img16/nolines_minus.gif) !important;
background-repeat: no-repeat !important;
}
.webix_tree_plus2{
background-image:url(/web/img16/nolines_plus.gif) !important;
background-repeat: no-repeat !important;
}
.webix_tree_minus3{
background-image:url(/web/img16/nolines_minus.gif) !important;
}
.webix_tree_line1{
background-image:url(/web/img16/connect_line.gif) !important;
}
.webix_tree_line2{
background-image:url(/web/img16/line_bottom_join.gif) !important;
background-repeat: no-repeat;
}
.webix_tree_line3{
background-image:url(/web/img16/line_middle_join.gif) !important;
}
.webix_tree_estacao{
background-image: url("/web/img16/building-hedge.png")
}
.webix_tree_poste{
background-image: url("/web/img16/point-bronze.png")
}
.webix_tree_ce{
background-image: url("/web/img16/fobox-blue.png")
}
.webix_tree_home{
background-image: url("/web/img16/home.png")
}
.webix_tree_cabo{
background-image: url("/web/img16/layer-point.png")
}
.rh_table_ctrl_ponto, .webix_hcell{
text-align: left !important;
}
/*.olt_cmd, .webix_el_textarea textarea {
border: 1px solid #060b10 !important;
height: 100% !important;
margin: 0 !important;
color: #0f0 !important;
resize: none !important;
font-size: 10px !important;
padding-left: 10px !important;
padding-right: 10px !important;
background-color: #000!important;
}*/
.webix_tree_img16-mbank{ background-image: url(/web/img16/mbank.png) !important; }
.webix_tree_img16-clock-add{ background-image: url(/web/img16/clock-add.png) !important; }
.exclamation_icon{
background-image: url(/web/img16/exclamation-frame.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.clock-back-red{
background-image: url(/web/img16/clock-back-red.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.webix_tree_img16-cielo{ background-image: url(/web/img16/cielo.png) !important; }
.big_creditcard-cielo{
background-image:url(/web/img48/cardcielo.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.switch_top{
padding-top: 15px !important;
}
.sms_message_info_0{
font-size: 10px;
text-align: right;
background-image: url(/web/img16/exclamation.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 18px
}
.sms_message_info_1{
font-size: 10px;
text-align: right;
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 18px
}
.sms_message_info_0{
font-size: 10px;
text-align: right;
background-image: url(/web/img/loading-blue.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 18px
}
.sms_message_info_1{
font-size: 10px;
text-align: right;
background-image: url(/web/img16/tick.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 18px
}
.sms_message_info_2{
font-size: 10px;
text-align: right;
background-image: url(/web/img16/exclamation.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 18px
}
.dashfin_dot {
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
font-size: 30px;
margin: 0 auto 0px;
border: 3px solid #d8d8d8;
}
.dashfin_text {
text-align: center;
font-weight: bold;
}
.dashfin_green {
color: #16a085;
}
.dashfin_red {
color: #e74c3c;
}
.dashfin_yellow {
color: #e2d101;
}
.status_retBlue{ background-color:#defbff !important; }
.status_retRed{ background-color:#f44336 !important; }
.webix_tree_img16-robot{ background-image: url(/web/img16/robot.png) !important; }
.monit_geo_lbl_text div{
line-height: 20px !important;
text-align: right !important;
}
.big_creditcard-gxpay{
background-image:url(/web/img48/cardgalaxpay.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.big_creditcard-pagbank{
background-image:url(/web/img48/pagbank.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.big_creditcard-efi{
background-image:url(/web/img48/eficard.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.list_wrap>.webix_list_item {
word-wrap:break-word;
}
.sidemenu__top2{
display: none;
}
.plug-connect{
background-image: url(/web/img16/plug-connect.png);
background-repeat: no-repeat;
background-position:26px 5px;
}
.tbl_supervision .webix_column{
font-size:20px;
}
.tbl_supervision .webix_hcell{
font-size:20px;
}
.flask{
background-image: url(/web/img16/flask.png);
background-repeat: no-repeat;
background-position:0px 5px;
}
.exec{
background-image: url(/web/img16/exec.png);
background-repeat: no-repeat;
background-position:0px 5px;
}
.users{
background-image: url(/web/img16/users.png);
background-repeat: no-repeat;
background-position:0px 5px;
}
.tbl_rep_cmp .webix_column{ font-size:9px; }
.tbl_rep_cmp .webix_hcell{ font-size: 10px !important; font-weight: bold !important; }
.lbl_bottom_text div{ color:red; font-size:10px; line-height:10px !important;}
.webix_tree_img16-telephone-retro{ background-image: url(/web/img16/telephone-retro.png) !important;}
.webix_tree_img16-bank237{ background-image: url(/web/img16/bank_237_16.png) !important; }
.webix_tree_img16-bank001{ background-image: url(/web/img16/bank_001_16.png) !important; }
.webix_tree_img16-bank756{ background-image: url(/web/img16/bank_756_16.png) !important; }
.webix_tree_img16-bank033{ background-image: url(/web/img16/bank_033_16.png) !important; }
.webix_tree_img16-bank748{ background-image: url(/web/img16/bank_748_16.png) !important; }
.webix_tree_img16-terminal{ background-image: url(/web/img16/terminal.png) !important; }
.report_search_top { margin-top: 20px !important; }
.webix_tree_img16-bank237{ background-image: url(/web/img16/bank_237_16.png) !important; }
.webix_tree_img16-refresh{ background-image: url(/web/img16/refresh.png) !important; }
.report_picture{
background-image: url(/web/img16/report_picture.png);
background-repeat: no-repeat;
background-position:4px 5px;
}
.webix_tree_img16-road{ background-image: url(/web/img16/road.png) !important; }
.webix_tree_img16-ruler{ background-image: url(/web/img16/ruler.png) !important; }
.webix_tree_img16-inbox{ background-image: url(/web/img16/inbox.png) !important; }
.webix_tree_img16-drawer-open{ background-image: url(/web/img16/drawer-open.png) !important; }
.mail_sent {
background-image:url(/web/img16/mail-at-sign.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
/*.webix_tree_img16-olt{ background-image: url(/web/img16/olt.png) !important; }*/
.webix_tree_img16-olt2{ background-image: url(/web/img16/olt2.png) !important; }
/* CSS da tabela de contabilidade*/
.contab_sheet .webix_hcell{
background:#FFF;
}
.contab_sheet .webix_ss_header td {
border-right: 1px solid #FFF !important;
border-bottom: 0px !important;
/*background: #FFF !important;*/
}
.contab_sheet .webix_column{
background:#FFF;
}
.contab_sheet .webix_column > div{
border-color:#FFF;
}
.contab_sheet .webix_column > div, .webix_table_cell {
border-right: 1px solid #FFF;
}
.contab_sheet .webix_column > div:nth-child(even) {
background-color: #FFF !important;
}
.contab_sheet .webix_ss_header {
border-bottom: 2px dashed #000 !important;
background: #FFF !important;
}
.contab_line_bold{
font-weight: bold;
}
.webix_tree_img16-groups{ background-image: url(/web/img16/user_group.png) !important; }
.webix_tree_img16-qrcode{ background-image: url(/web/img16/qrcode.png) !important; }
.adm-connect {
background-image:url(/web/img16/plug-connect.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.organogram_dad{ background-color:#6b9df7; }
.organogram_auth{ background-color:#b9f7d0; }
.organogram_dept{ background-color:#fffad1; }
.highlight_voip{ background-color: #b0c4de !important; }
.whatsapp_loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 90px;
height: 90px;
width: 90px;
margin-left: auto;
margin-right: auto;
-webkit-animation: whatsapp_spin 2s linear infinite; /* Safari */
animation: whatsapp_spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes whatsapp_spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes whatsapp_spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.db-full{
background-image: url(/web/img16/db-full.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.adm-level {
background-image:url(/web/img16/db-full.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.webix_tree_img16-box-zipper{ background-image: url(/web/img16/box-zipper.png) !important; }
.signature{
background-image: url(/web/img16/hand-signature.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.hand2{
background-image: url(/web/img16/hand2.png);
background-repeat: no-repeat;
background-position:13px 5px;
}
.robot {
background-image:url(/web/img16/robot.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.family {
background-image:url(/web/img16/family.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.webix_img_btn_abs.webix_img_btn_abs_top .webix_image {
background-position: center 1px !important;
}
.webix_img_btn_abs .webix_image, .webix_img_btn .webix_image {
background-repeat: no-repeat;
background-position: center center;
float: left;
vertical-align: center !important;
}
/* Whatsapp mensagens */
.whatsapp_msg_photo{
display: block;
width: 45px;
height: 45px;
background: #E6E7ED;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.message-wrapper {
display: flex;
align-items: flex-start;
padding-bottom: 20px;
}
.message-box-wrapper {
margin: 0 12px;
max-width: 90%;
}
.whatsapp_msg_cli {
background-color: #efefef;
border-radius: 4px;
border: 1px solid #c7c7c7;
padding: 10px;
font-size: 12px;
line-height: 16px;
/*width: auto;*/
/*max-width: 80%;*/
}
.whatsapp_msg_op {
background-color: #dcf8c6;
border-radius: 4px;
border: 1px solid #c7c7c7;
padding: 10px;
font-size: 12px;
line-height: 16px;
/*width: auto;*/
/*max-width: 80%;*/
}
.message-box-wrapper span {
font-size: 10px;
line-height: 16px;
opacity: 0.6;
}
.firewall_burn{
background-image: url(/web/img16/firewall_burn.png);
background-repeat: no-repeat;
background-position:5px 5px;
}
.pix {
background-image:url(/web/img16/pix.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.pix_big{
background-image:url(/web/img48/pix.png);
background-repeat: no-repeat;
background-position: 0px 1px;
background-size: 48px;
}
.adm-qrcode {
background-image:url(/web/img16/qrcode.png);
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
margin-top: 3px;
}
.button_img_center_olt{
padding-top: 2px !important;
}
.bck_label_dup_bottom {height: 55px !important;}
.webix_tree_img16-zones-stack{ background-image:url(/web/img16/zones-stack.png) !important; }
.webix_tree_img16-control_play{ background-image:url(/web/img16/control_play.png) !important; }
.webix_tree_img16-mobile-phone-cast{ background-image:url(/web/img16/mobile-phone-cast.png) !important; }
.webix_tree_img16-exclamation2{ background-image:url(/web/img16/exclamation2.png) !important; }
.webix_tree_img16-question-frame{ background-image:url(/web/img16/question-frame.png) !important; }
.webix_tree_img16-watchtv{ background-image:url(/web/img16/watchtv.png) !important; }
.webix_tree_img16-splco{ background-image:url(/web/img16/splco.png) !important; }
.webix_tree_img16-playhub{ background-image:url(/web/img16/playhub.png) !important; }
.wide_black{
width:100%;
height:100%;
background-color: black;
color: #fff
}
.network_ethernet{
background-image:url(/web/img16/network-ethernet.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.webix_mysuccess div{
border-color: #88dcb6;
background-color: #ddf5ea;
color: #313131;
}
.web{
background-image:url(/web/img16/web.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.mobile-phone{
background-image:url(/web/img16/mobile-phone.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.question-frame{
background-image:url(/web/img16/question-frame.png);
margin: 3px;
background-repeat: no-repeat;
min-height: 18px;
height: 18px;
min-width: 18px;
width: 18px;
display: block;
cursor: pointer;
}
.status_active{
background-color:#DDFFDD;
}
.status_outhers{
background-color:#DDDDFF;
}
.webix_tree_img16-broadband_router {
background-image: url(/web/img16/broadband_router.jpg) !important;
}
/* Classes de qualidade do sinal para ONUs */
.quality-excellent {
background-color: #2e7d2e !important; /* Verde escuro */
color: white !important;
}
.quality-good {
background-color: #4caf50 !important; /* Verde */
color: white !important;
}
.quality-fair {
background-color: #ffc02c !important; /* Laranja */
color: black !important;
}
.quality-poor {
background-color: #f44336 !important; /* Vermelho */
color: white !important;
}
.quality-unknown {
background-color: #9e9e9e !important; /* Cinza */
color: white !important;
}
/* icones pequenos de 16x16, prefixo sm- */
/* configurador */
.img16-icon {background-repeat: no-repeat; }
.img16-only-icon {background-repeat: no-repeat; min-height: 18px; height: 18px; min-width: 18px; width: 18px; display: block; }
.img16-jtable-sel {background-repeat: no-repeat; min-height: 18px; height: 20px; min-width: 22px; width: 22px; display: block;background-position: 5px 1px;}
.img16-label-with-icon {background-repeat: no-repeat; padding-left: 20px; min-height: 18px; display: block; }
/*.img16-header-label {background-repeat: no-repeat; padding-left: 20px; min-height: 18px; display: block; margin-top: 4px; width: 100%; overflow: hidden; }*/
.img16-header-label {line-height:16px;background-repeat: no-repeat; padding-left: 20px; min-height: 18px; display: block; margin-top: 4px; width: 100%; overflow: hidden; }
.img16-header-label-only {width: 100%; overflow: hidden; }
/* padroes de componentes */
.img16-default, .img16-rightblue, .img16-right-blue {background-image:url(/web/img16/rightblue.png);}
.img16-tab {background-image:url(/web/img16/tab.png);}
.img16-window, .img16-wide, .img16-win {background-image:url(/web/img16/window.png);}
.img16-diamond{background-image:url(/web/img16/diamond.png);}
.img16-diamond-blue{background-image:url(/web/img16/diamond-blue.png);}
.img16-network-online{background-image:url(/web/img16/network-online.png);}
.img16-half-redgreen{background-image:url(/web/img16/half-redgreen.png);}
.img16-widepay {background-image:url(/web/img16/widepay.png);}
.img16-chart_avg{background-image:url(/web/img16/chart_avg.PNG);}
.img16-hand-point-090{background-image:url(/web/img16/hand-point-090.png);}
.img16-hand-point{background-image:url(/web/img16/hand-point.png);}
.img16-hand-property{background-image:url(/web/img16/hand-property.png);}
.img16-hand-share{background-image:url(/web/img16/hand-share.png);}
.img16-hand{background-image:url(/web/img16/hand.png);}
.img16-hand-finger{background-image:url(/web/img16/hand-finger.png);}
.img16-hand-horns{background-image:url(/web/img16/hand-horns.png);}
.img16-hand-ily{background-image:url(/web/img16/hand-ily.png);}
.img16-hand-pinky{background-image:url(/web/img16/hand-pinky.png);}
.img16-hand-point-180{background-image:url(/web/img16/hand-point-180.png);}
.img16-hand-point-270{background-image:url(/web/img16/hand-point-270.png);}
.img16-hand-red-string-of-fate{background-image:url(/web/img16/hand-red-string-of-fate.png);}
.img16-hand-shake{background-image:url(/web/img16/hand-shake.png);}
.img16-hand-signature{background-image:url(/web/img16/hand-signature.png);}
.img16-chart-curve{background-image:url(/web/img16/chart-curve.png);}
.img16-cargreen{background-image:url(/web/img16/cargreen.png);}
.img16-carred{background-image:url(/web/img16/carred.png);}
.img16-network-ethernet_1{background-image:url(/web/img16/network-ethernet_1.png);}
.img16-tree-view{background-image:url(/web/img16/tree-view.png);}
.img16-layer-square{background-image:url(/web/img16/layer-square.png);}
.img16-layer-circle{background-image:url(/web/img16/layer-circle.png);}
.img16-exclamation-octagon-frame{background-image:url(/web/img16/exclamation-octagon-frame.png);}
.img16-exclamation-octagon{background-image:url(/web/img16/exclamation-octagon.png);}
.img16-flashlight-shine{background-image:url(/web/img16/flashlight-shine.png);}
.img16-flashlight{background-image:url(/web/img16/flashlight.png);}
.img16-sum{background-image:url(/web/img16/sum.png);}
.img16-walk{background-image:url(/web/img16/walk.png);}
.img16-anexar{background-image:url(/web/img16/anexar.png);}
.img16-down{background-image:url(/web/img16/down.png);}
.img16-up{background-image:url(/web/img16/up.png);}
.img16-redup{background-image:url(/web/img16/redup.png);}
.img16-next{background-image:url(/web/img16/next.png);}
.img16-back{background-image:url(/web/img16/back.png);}
.img16-arrow-in {background-image:url(/web/img16/arrow-in.png);}
.img16-flag {background-image:url(/web/img16/flag.png);}
.img16-flag-black {background-image:url(/web/img16/flag-black.png);}
.img16-flag-blue {background-image:url(/web/img16/flag-blue.png);}
.img16-flag-green {background-image:url(/web/img16/flag-green.png);}
.img16-flag-purple {background-image:url(/web/img16/flag-purple.png);}
.img16-flag-white {background-image:url(/web/img16/flag-white.png);}
.img16-flag-yellow {background-image:url(/web/img16/flag-yellow.png);}
.img16-pipe {background-image:url(/web/img16/pipe.png);}
.img16-panic {background-image:url(/web/img16/panic.png);}
.img16-cactus {background-image:url(/web/img16/cactus.png);}
.img16-at-sign-balloon {background-image:url(/web/img16/at-sign-balloon.png);}
.img16-at-sign {background-image:url(/web/img16/at-sign.png);}
.img16-layer-ellipse {background-image:url(/web/img16/layer-ellipse.png);}
.img16-layer-point {background-image:url(/web/img16/layer-point.png);}
.img16-layer-polygon {background-image:url(/web/img16/layer-polygon.png);}
.img16-rocket-fly {background-image:url(/web/img16/rocket-fly.png);}
.img16-slash {background-image:url(/web/img16/slash.png);}
.img16-traffic-light {background-image:url(/web/img16/traffic-light.png);}
.img16-traffic-green {background-image:url(/web/img16/traffic-green.png);}
.img16-traffic-off {background-image:url(/web/img16/traffic-off.png);}
.img16-traffic-red {background-image:url(/web/img16/traffic-red.png);}
.img16-traffic-yellow {background-image:url(/web/img16/traffic-yellow.png);}
.img16-traffic-add {background-image:url(/web/img16/traffic-add.png);}
.img16-traffic-alert {background-image:url(/web/img16/traffic-alert.png);}
.img16-traffic-del {background-image:url(/web/img16/traffic-del.png);}
.img16-traffic-edit {background-image:url(/web/img16/traffic-edit.png);}
.img16-traffic-next {background-image:url(/web/img16/traffic-next.png);}
.img16-truck-add {background-image:url(/web/img16/truck-add.png);}
.img16-truck-alert {background-image:url(/web/img16/truck-alert.png);}
.img16-truck-box-label {background-image:url(/web/img16/truck-box-label.png);}
.img16-truck-box {background-image:url(/web/img16/truck-box.png);}
.img16-truck-del {background-image:url(/web/img16/truck-del.png);}
.img16-truck-edit {background-image:url(/web/img16/truck-edit.png);}
.img16-truck-empty {background-image:url(/web/img16/truck-empty.png);}
.img16-truck-next {background-image:url(/web/img16/truck-next.png);}
.img16-truck {background-image:url(/web/img16/truck.png);}
.img16-flask {background-image:url(/web/img16/flask.png);}
.img16-flask-next {background-image:url(/web/img16/flask-next.png);}
.img16-flask-add {background-image:url(/web/img16/flask-add.png);}
.img16-flask-alert {background-image:url(/web/img16/flask-alert.png);}
.img16-flask-delete {background-image:url(/web/img16/flask-delete.png);}
.img16-flask-edit {background-image:url(/web/img16/flask-edit.png);}
.img16-flask-empty {background-image:url(/web/img16/flask-empty.png);}
.img16-coffee,.img16-cofe {background-image:url(/web/img16/coffee.png);}
.img16-cup {background-image:url(/web/img16/cup.png);}
.img16-cup-add {background-image:url(/web/img16/cup-add.png);}
.img16-cup-alert {background-image:url(/web/img16/cup-alert.png);}
.img16-cup-del {background-image:url(/web/img16/cup-del.png);}
.img16-cup-edit {background-image:url(/web/img16/cup-edit.png);}
.img16-cup-empty {background-image:url(/web/img16/cup-empty.png);}
.img16-cup-next {background-image:url(/web/img16/cup-next.png);}
.img16-cup-tea {background-image:url(/web/img16/cup-tea.png);}
.img16-document-invoice {background-image:url(/web/img16/document-invoice.png);}
.img16-document-broken {background-image:url(/web/img16/document-broken.png);}
.img16-document-convert {background-image:url(/web/img16/document-convert.png);}
.img16-document-image {background-image:url(/web/img16/document-image.png);}
.img16-water-arrow {background-image:url(/web/img16/water-arrow.png);}
.img16-water-exclamation {background-image:url(/web/img16/water-exclamation.png);}
.img16-water-minus {background-image:url(/web/img16/water-minus.png);}
.img16-water-pencil {background-image:url(/web/img16/water-pencil.png);}
.img16-water-plus {background-image:url(/web/img16/water-plus.png);}
.img16-water {background-image:url(/web/img16/water.png);}
/* ------------------------------------------------------------------------------ */
.img16-report-add {background-image:url(/web/img16/report-add.png);}
.img16-report-alert {background-image:url(/web/img16/report-alert.png);}
.img16-report-del {background-image:url(/web/img16/report-del.png);}
.img16-report-edit {background-image:url(/web/img16/report-edit.png);}
.img16-report-excel {background-image:url(/web/img16/report-excel.png);}
.img16-report-image {background-image:url(/web/img16/report-image.png);}
.img16-report-medium {background-image:url(/web/img16/report-medium.png);}
.img16-report-next {background-image:url(/web/img16/report-next.png);}
.img16-report-paper {background-image:url(/web/img16/report-paper.png);}
.img16-report-share {background-image:url(/web/img16/report-share.png);}
.img16-report-word {background-image:url(/web/img16/report-word.png);}
.img16-report {background-image:url(/web/img16/report.png);}
.img16-reports-stack {background-image:url(/web/img16/reports-stack.png);}
.img16-reports {background-image:url(/web/img16/reports.png);}
.img16-safe-add {background-image:url(/web/img16/safe-add.png);}
.img16-safe-alert {background-image:url(/web/img16/safe-alert.png);}
.img16-safe-del {background-image:url(/web/img16/safe-del.png);}
.img16-safe-edit {background-image:url(/web/img16/safe-edit.png);}
.img16-safe-next {background-image:url(/web/img16/safe-next.png);}
.img16-safe {background-image:url(/web/img16/safe.png);}
.img16-add, .img16-plus {background-image:url(/web/img16/add.png);}
.img16-minus {background-image:url(/web/img16/minus.png);}
.img16-save {background-image:url(/web/img16/save.png);}
.img16-edit {background-image:url(/web/img16/edit.png);}
.img16-ruler {background-image:url(/web/img16/ruler.png);}
.img16-ruler-add {background-image:url(/web/img16/ruler-add.png);}
.img16-ruler-alert {background-image:url(/web/img16/ruler-alert.png);}
.img16-ruler-crop {background-image:url(/web/img16/ruler-crop.png);}
.img16-ruler-edit {background-image:url(/web/img16/ruler-edit.png);}
.img16-ruler-next {background-image:url(/web/img16/ruler-next.png);}
.img16-ruler-remove {background-image:url(/web/img16/ruler-remove.png);}
.img16-ruler-triangle {background-image:url(/web/img16/ruler-triangle.png);}
.img16-join-right {background-image:url(/web/img16/join-right.png);}
.img16-join-inner {background-image:url(/web/img16/join-inner.png);}
.img16-join-left-exclude {background-image:url(/web/img16/join-left-exclude.png);}
.img16-join-left {background-image:url(/web/img16/join-left.png);}
.img16-join-outer-exclude {background-image:url(/web/img16/join-outer-exclude.png);}
.img16-join-outer {background-image:url(/web/img16/join-outer.png);}
.img16-join-right-exclude {background-image:url(/web/img16/join-right-exclude.png);}
.img16-join {background-image:url(/web/img16/join.png);}
.img16-smiley-angel {background-image:url(/web/img16/smiley-angel.png);}
.img16-smiley-confuse {background-image:url(/web/img16/smiley-confuse.png);}
.img16-smiley-cool {background-image:url(/web/img16/smiley-cool.png);}
.img16-smiley-cry {background-image:url(/web/img16/smiley-cry.png);}
.img16-smiley-curly {background-image:url(/web/img16/smiley-curly.png);}
.img16-smiley-draw {background-image:url(/web/img16/smiley-draw.png);}
.img16-smiley-eek {background-image:url(/web/img16/smiley-eek.png);}
.img16-smiley-evil {background-image:url(/web/img16/smiley-evil.png);}
.img16-smiley-fat {background-image:url(/web/img16/smiley-fat.png);}
.img16-smiley-glass {background-image:url(/web/img16/smiley-glass.png);}
.img16-smiley-grin {background-image:url(/web/img16/smiley-grin.png);}
.img16-smiley-grumpy {background-image:url(/web/img16/smiley-grumpy.png);}
.img16-smiley-kiss {background-image:url(/web/img16/smiley-kiss.png);}
.img16-smiley-kitty {background-image:url(/web/img16/smiley-kitty.png);}
.img16-smiley-lol {background-image:url(/web/img16/smiley-lol.png);}
.img16-smiley-mad {background-image:url(/web/img16/smiley-mad.png);}
.img16-smiley-medium {background-image:url(/web/img16/smiley-medium.png);}
.img16-smiley-money {background-image:url(/web/img16/smiley-money.png);}
.img16-smiley-mr-green {background-image:url(/web/img16/smiley-mr-green.png);}
.img16-smiley-nerd {background-image:url(/web/img16/smiley-nerd.png);}
.img16-smiley-neutral {background-image:url(/web/img16/smiley-neutral.png);}
.img16-smiley-razz {background-image:url(/web/img16/smiley-razz.png);}
.img16-smiley-red {background-image:url(/web/img16/smiley-red.png);}
.img16-smiley-roll-blue {background-image:url(/web/img16/smiley-roll-blue.png);}
.img16-smiley-roll-sweat {background-image:url(/web/img16/smiley-roll-sweat.png);}
.img16-smiley-roll {background-image:url(/web/img16/smiley-roll.png);}
.img16-smiley-sad-blue {background-image:url(/web/img16/smiley-sad-blue.png);}
.img16-smiley-sad {background-image:url(/web/img16/smiley-sad.png);}
.img16-smiley-shock-blue {background-image:url(/web/img16/smiley-shock-blue.png);}
.img16-smiley-shock {background-image:url(/web/img16/smiley-shock.png);}
.img16-smiley-sleep {background-image:url(/web/img16/smiley-sleep.png);}
.img16-smiley-slim {background-image:url(/web/img16/smiley-slim.png);}
.img16-smiley-small {background-image:url(/web/img16/smiley-small.png);}
.img16-smiley-squint {background-image:url(/web/img16/smiley-squint.png);}
.img16-smiley-surprise {background-image:url(/web/img16/smiley-surprise.png);}
.img16-smiley-sweat {background-image:url(/web/img16/smiley-sweat.png);}
.img16-smiley-twist {background-image:url(/web/img16/smiley-twist.png);}
.img16-smiley-upset {background-image:url(/web/img16/smiley-upset.png);}
.img16-smiley-wink {background-image:url(/web/img16/smiley-wink.png);}
.img16-smiley-yell {background-image:url(/web/img16/smiley-yell.png);}
.img16-smiley-zipper {background-image:url(/web/img16/smiley-zipper.png);}
.img16-smiley {background-image:url(/web/img16/smiley.png);}
.img16-sitemap-application-blue {background-image:url(/web/img16/sitemap-application-blue.png);}
.img16-sitemap-application {background-image:url(/web/img16/sitemap-application.png);}
.img16-sitemap-image {background-image:url(/web/img16/sitemap-image.png);}
.img16-sitemap {background-image:url(/web/img16/sitemap.png);}
.img16-animal-penguin {background-image:url(/web/img16/animal-penguin.png);}
.img16-dashboard {background-image:url(/web/img16/dashboard.png);}
.img16-dashboard-network {background-image:url(/web/img16/dashboard-network.png);}
.img16-bandaid {background-image:url(/web/img16/bandaid.png);}
.img16-bandaid-add {background-image:url(/web/img16/bandaid-add.png);}
.img16-bandaid-alert {background-image:url(/web/img16/bandaid-alert.png);}
.img16-bandaid-del {background-image:url(/web/img16/bandaid-del.png);}
.img16-bandaid-edit {background-image:url(/web/img16/bandaid-edit.png);}
.img16-bandaid-next {background-image:url(/web/img16/bandaid-next.png);}
.img16-bamboo {background-image:url(/web/img16/bamboo.png);}
.img16-bamboos {background-image:url(/web/img16/bamboos.png);}
.img16-briefcase {background-image:url(/web/img16/briefcase.png);}
.img16-drill {background-image:url(/web/img16/drill.png);}
.img16-envelope {background-image:url(/web/img16/envelope.png);}
.img16-envelope-mail {background-image:url(/web/img16/envelope-mail.png);}
.img16-envelope-edit {background-image:url(/web/img16/envelope-edit.png);}
.img16-envelope-exclamation {background-image:url(/web/img16/envelope-exclamation.png);}
.img16-envelope-minus {background-image:url(/web/img16/envelope-minus.png);}
.img16-envelope-plus {background-image:url(/web/img16/envelope-plus.png);}
.img16-envelope-right {background-image:url(/web/img16/envelope-right.png);}
.img16-envelope-share {background-image:url(/web/img16/envelope-share.png);}
.img16-network-ethernet-web {background-image:url(/web/img16/network-ethernet-web.png);}
.img16-network-wireless {background-image:url(/web/img16/network-wireless.png);}
.img16-script {background-image:url(/web/img16/script.png);}
.img16-directory,.img16-dir,.img16-folder {background-image:url(/web/img16/folder.png);}
.img16-folder-shred {background-image:url(/web/img16/folder-shred.png);}
.img16-folder-bookmark {background-image:url(/web/img16/folder-bookmark.png);}
.img16-folder-stand {background-image:url(/web/img16/folder-stand.png);}
.img16-folder-search {background-image:url(/web/img16/folder-search.png);}
.img16-folder-add {background-image:url(/web/img16/folder-add.png);}
.img16-folder-export {background-image:url(/web/img16/folder-export.png);}
.img16-folder-network-horizontal-open {background-image:url(/web/img16/folder-network-horizontal-open.png);}
.img16-folder-network-horizontal {background-image:url(/web/img16/folder-network-horizontal.png);}
.img16-folder-open-document {background-image:url(/web/img16/folder-open-document.png);}
.img16-folder-next {background-image:url(/web/img16/folder-next.png);}
.img16-folder-smiley-sad {background-image:url(/web/img16/folder-smiley-sad.png);}
.img16-folder-smiley {background-image:url(/web/img16/folder-smiley.png);}
.img16-folder-stamp {background-image:url(/web/img16/folder-stamp.png);}
.img16-folder-zipper {background-image:url(/web/img16/folder-zipper.png);}
.img16-folder-broken {background-image:url(/web/img16/folder-broken.png);}
.img16-folder-alert {background-image:url(/web/img16/folder-alert.png);}
.img16-folder-open {background-image:url(/web/img16/folder-opened.png);}
.img16-folder-delete {background-image:url(/web/img16/folder-delete.png);}
.img16-folder-closed {background-image:url(/web/img16/folder-closed.png);}
.img16-folder-share {background-image:url(/web/img16/folder-share.png);}
.img16-folder-subfolder {background-image:url(/web/img16/folder-subfolder.png);}
.img16-folder-timer {background-image:url(/web/img16/folder-timer.png);}
.img16-folder-network {background-image:url(/web/img16/folder-network.png);}
.img16-hand-signature {background-image:url(/web/img16/hand-signature.png);}
.img16-host {background-image:url(/web/img16/host.png);}
.img16-pc-key, .img16-host-key {background-image:url(/web/img16/pc-key.png);}
.img16-pccon-off {background-image:url(/web/img16/pccon-off.png);}
.img16-pccon {background-image:url(/web/img16/pccon.png);}
.img16-pcweb {background-image:url(/web/img16/pcweb.png);}
.img16-pcweb-off {background-image:url(/web/img16/pcweb-off.png);}
.img16-barcode {background-image:url(/web/img16/barcode.png);}
.img16-barcode2 {background-image:url(/web/img16/barcode2.png);}
.img16-qrcode {background-image:url(/web/img16/qrcode.png);}
.img16-cassette {background-image:url(/web/img16/cassette.png);}
.img16-building {background-image:url(/web/img16/building.png);}
.img16-building-old {background-image:url(/web/img16/building-old.png);}
.img16-building {background-image:url(/web/img16/building.png);}
.img16-building-add {background-image:url(/web/img16/building-add.png);}
.img16-building-alert {background-image:url(/web/img16/building-alert.png);}
.img16-building-del {background-image:url(/web/img16/building-del.png);}
.img16-building-edit {background-image:url(/web/img16/building-edit.png);}
.img16-building-hedge {background-image:url(/web/img16/building-hedge.png);}
.img16-building-low {background-image:url(/web/img16/building-low.png);}
.img16-building-medium {background-image:url(/web/img16/building-medium.png);}
.img16-building-network {background-image:url(/web/img16/building-network.png);}
.img16-building-next {background-image:url(/web/img16/building-next.png);}
.img16-building-small {background-image:url(/web/img16/building-small.png);}
/* genericos */
.img16-lixo, .img16-garbage, .img16-trash {background-image:url(/web/img16/trash.png);}
.img16-status,.img16-enable,.img16-active,.img16-disabled, .img16-half {background-image:url(/web/img16/half.png);}
.img16-email {background-image:url(/web/img16/email.png);}
.img16-email-open, .img16-mail-open {background-image:url(/web/img16/mail-open.png);}
.img16-mail {background-image:url(/web/img16/mail.png);}
.img16-status-alert {background-image:url(/web/img16/status-alert.png);}
.img16-status-bad {background-image:url(/web/img16/status-bad.png);}
.img16-status-good {background-image:url(/web/img16/status-good.png);}
.img16-status-great {background-image:url(/web/img16/status-great.png);}
.img16-status-offline {background-image:url(/web/img16/status-offline.png);}
.img16-findf {background-image:url(/web/img16/findf.png);}
.img16-find {background-image:url(/web/img16/find.png);}
/* financeiro */
.img16-money-cents, .img16-cents, .img16-money-only-cents {background-image:url(/web/img16/money-only-cents.png);}
.img16-money, .img16-pay, .img16-payment {background-image:url(/web/img16/money.png);}
.img16-money-add {background-image:url(/web/img16/money-add.png);}
.img16-money-alert {background-image:url(/web/img16/money-alert.png);}
.img16-money-cents {background-image:url(/web/img16/money-cents.png);}
.img16-money-coin {background-image:url(/web/img16/money-coin.png);}
.img16-money-del {background-image:url(/web/img16/money-del.png);}
.img16-money-edit {background-image:url(/web/img16/money-edit.png);}
.img16-money-right {background-image:url(/web/img16/money-right.png);}
.img16-moneys {background-image:url(/web/img16/moneys.png);}
.img16-money-bag-dollar {background-image:url(/web/img16/money-bag-dollar.png);}
.img16-money-bag {background-image:url(/web/img16/money-bag.png);}
.img16-wallet-edit {background-image:url(/web/img16/wallet-edit.png);}
.img16-wallet-exclamation {background-image:url(/web/img16/wallet-exclamation.png);}
.img16-wallet-minus {background-image:url(/web/img16/wallet-minus.png);}
.img16-wallet-plus {background-image:url(/web/img16/wallet-plus.png);}
.img16-wallet-right {background-image:url(/web/img16/wallet-right.png);}
.img16-wallet {background-image:url(/web/img16/wallet.png);}
.img16-spectrum-absorption {background-image:url(/web/img16/spectrum-absorption.png);}
.img16-spectrum-emission {background-image:url(/web/img16/spectrum-emission.png);}
.img16-spectrum-small {background-image:url(/web/img16/spectrum-small.png);}
.img16-spectrum {background-image:url(/web/img16/spectrum.png);}
.img16-bank {background-image:url(/web/img16/bank.png);}
.img16-mbank-edit {background-image:url(/web/img16/mbank-edit.png);}
.img16-mbank-exclamation {background-image:url(/web/img16/mbank-exclamation.png);}
.img16-mbank-minus {background-image:url(/web/img16/mbank-minus.png);}
.img16-mbank-plus {background-image:url(/web/img16/mbank-plus.png);}
.img16-mbank-right {background-image:url(/web/img16/mbank-right.png);}
.img16-mbank {background-image:url(/web/img16/mbank.png);}
.img16-usb {background-image:url(/web/img16/usb.png);}
.img16-usb-flashdrive {background-image:url(/web/img16/usb-flashdrive.png);}
.img16-usb-flashdrive-add {background-image:url(/web/img16/usb-flashdrive-add.png);}
.img16-usb-flashdrive-alert {background-image:url(/web/img16/usb-flashdrive-alert.png);}
.img16-usb-flashdrive-del {background-image:url(/web/img16/usb-flashdrive-del.png);}
.img16-usb-flashdrive-edit {background-image:url(/web/img16/usb-flashdrive-edit.png);}
.img16-usb-flashdrive-next {background-image:url(/web/img16/usb-flashdrive-next.png);}
.img16-magic {background-image:url(/web/img16/magic.png);}
.img16-magic-add {background-image:url(/web/img16/magic-add.png);}
.img16-magic-alert {background-image:url(/web/img16/magic-alert.png);}
.img16-magic-del {background-image:url(/web/img16/magic-del.png);}
.img16-magic-edit {background-image:url(/web/img16/magic-edit.png);}
.img16-magic-hat {background-image:url(/web/img16/magic-hat.png);}
.img16-magic-next {background-image:url(/web/img16/magic-next.png);}
.img16-magic-simple {background-image:url(/web/img16/magic-simple.png);}
.img16-note, .img16-comment,.img16-description {background-image:url(/web/img16/note.png);}
.img16-note_add, .img16-noteadd,.img16-noteplus {background-image:url(/web/img16/note_add.png);}
.img16-note_del, .img16-notedel,.img16-notedelete {background-image:url(/web/img16/note_del.png);}
.img16-note_ok, .img16-noteok,.img16-notechecked {background-image:url(/web/img16/note_ok.png);}
.img16-package, .img16-pkg {background-image:url(/web/img16/package.png);}
.img16-nic, .img16-interface {background-image:url(/web/img16/nic.png);}
.img16-pci {background-image:url(/web/img16/pci.png);}
.img16-pcicard, .img16-pci-card {background-image:url(/web/img16/pci-card.png);}
.img16-warn, .img16-warning {background-image:url(/web/img16/warn.png);}
.img16-camera {background-image:url(/web/img16/camera.png);}
.img16-elapsedtime,.img16-timeout {background-image:url(/web/img16/elapsedtime.png);}
.img16-time {background-image:url(/web/img16/time.png);}
.img16-filter {background-image:url(/web/img16/filter.png);}
.img16-filter-add {background-image:url(/web/img16/filter-add.png);}
.img16-filter-alert {background-image:url(/web/img16/filter-alert.png);}
.img16-filter-del {background-image:url(/web/img16/filter-del.png);}
.img16-filter-edit {background-image:url(/web/img16/filter-edit.png);}
.img16-filter-next {background-image:url(/web/img16/filter-next.png);}
.img16-key,.img16-pass,.img16-password,.img16-secret {background-image:url(/web/img16/key.png);}
.img16-key-add {background-image:url(/web/img16/key-add.png);}
.img16-key-alert {background-image:url(/web/img16/key-alert.png);}
.img16-key-edit {background-image:url(/web/img16/key-edit.png);}
.img16-key-minus {background-image:url(/web/img16/key-minus.png);}
.img16-key-solid {background-image:url(/web/img16/key-solid.png);}
.img16-key-block {background-image:url(/web/img16/key-block.png);}
.img16-medal {background-image:url(/web/img16/medal.png);}
.img16-question-balloon {background-image:url(/web/img16/question-balloon.png);}
.img16-question-frame {background-image:url(/web/img16/question-frame.png);}
.img16-scissors-blue {background-image:url(/web/img16/scissors-blue.png);}
.img16-scissors {background-image:url(/web/img16/scissors.png);}
.img16-information-balloon {background-image:url(/web/img16/information-balloon.png);}
.img16-information-white {background-image:url(/web/img16/information-white.png);}
.img16-information {background-image:url(/web/img16/information.png);}
.img16-property-export {background-image:url(/web/img16/property-export.png);}
.img16-property-import {background-image:url(/web/img16/property-import.png);}
.img16-price-tag-label {background-image:url(/web/img16/price-tag-label.png);}
.img16-price-tag {background-image:url(/web/img16/price-tag.png);}
.img16-keyadd {background-image:url(/web/img16/keyadd.png);}
.img16-keyblock {background-image:url(/web/img16/keyblock.png);}
.img16-keycancel {background-image:url(/web/img16/keycancel.png);}
.img16-keydel {background-image:url(/web/img16/keydel.png);}
.img16-keyinfo {background-image:url(/web/img16/keyinfo.png);}
.img16-keyboard {background-image:url(/web/img16/keyboard.png);}
.img16-label {background-image:url(/web/img16/label.png);}
.img16-home {background-image:url(/web/img16/home.png);}
.img16-home-network {background-image:url(/web/img16/home-network.png);}
.img16-home-blue {background-image:url(/web/img16/home-blue.png);}
.img16-home-add {background-image:url(/web/img16/home-add.png);}
.img16-home-del {background-image:url(/web/img16/home-del.png);}
.img16-home-edit {background-image:url(/web/img16/home-edit.png);}
.img16-home-network {background-image:url(/web/img16/home-network.png);}
.img16-home-next {background-image:url(/web/img16/home-next.png);}
.img16-home-share {background-image:url(/web/img16/home-share.png);}
.img16-hourglass-del {background-image:url(/web/img16/hourglass-del.png);}
.img16-hourglass-add {background-image:url(/web/img16/hourglass-add.png);}
.img16-hourglass-alert {background-image:url(/web/img16/hourglass-alert.png);}
.img16-hourglass-edit {background-image:url(/web/img16/hourglass-edit.png);}
.img16-hourglass-next {background-image:url(/web/img16/hourglass-next.png);}
.img16-hourglass-select-remain {background-image:url(/web/img16/hourglass-select-remain.png);}
.img16-hourglass-select {background-image:url(/web/img16/hourglass-select.png);}
.img16-hourglass {background-image:url(/web/img16/hourglass.png);}
.img16-wifi_signal {background-image:url(/web/img16/wifi_signal.png);}
.img16-star {background-image:url(/web/img16/star.png);}
.img16-ruby {background-image:url(/web/img16/ruby.png);}
.img16-lock-ssl {background-image:url(/web/img16/lock-ssl.png);}
.img16-lock-unlock {background-image:url(/web/img16/lock-unlock.png);}
.img16-lock-warning {background-image:url(/web/img16/lock-warning.png);}
.img16-lock {background-image:url(/web/img16/lock.png);}
.img16-network-away {background-image:url(/web/img16/network-away.png);}
.img16-network-busy {background-image:url(/web/img16/network-busy.png);}
.img16-network-offline {background-image:url(/web/img16/network-offline.png);}
.img16-network-online {background-image:url(/web/img16/network-online.png);}
.img16-network-passive {background-image:url(/web/img16/network-passive.png);}
.img16-network-wire {background-image:url(/web/img16/network-wire.png);}
.img16-url,.img16-homepage,.img16-site,.img16-website, sm-link {background-image:url(/web/img16/link.png);}
.img16-geo_lng,.img16-geo_lat,.img16-lng,.img16-lat, .img16-pin {background-image:url(/web/img16/pin.png);}
.img16-certificate-risc {background-image:url(/web/img16/certificate-risc.png);}
.img16-enterprise-paralel {background-image:url(/web/img16/enterprise-paralel.png);}
.img16-enterprise-config {background-image:url(/web/img16/enterprise-config.png);}
.img16-enterprise-place {background-image:url(/web/img16/enterprise-place.png);}
.img16-enterprises {background-image:url(/web/img16/enterprises.png);}
.img16-focus {background-image:url(/web/img16/focusnfe.png);}
.img16-hand {background-image:url(/web/img16/hand.png);}
.img16-hand-shake {background-image:url(/web/img16/hand-shake.png);}
.img16-game-monitor {background-image:url(/web/img16/game-monitor.png);}
.img16-host-add {background-image:url(/web/img16/host-add.png);}
.img16-host-right {background-image:url(/web/img16/host-right.png);}
.img16-list-check {background-image:url(/web/img16/list-check.png);}
.img16-infor {background-image:url(/web/img16/infor.png);}
.img16-info {background-image:url(/web/img16/info.png);}
.img16-baggage-cart-box {background-image:url(/web/img16/baggage-cart-box.png);}
.img16-box-open-blue {background-image:url(/web/img16/box-open-blue.png);}
.img16-box-close-blue {background-image:url(/web/img16/box-close-blue.png);}
.img16-box-open-green {background-image:url(/web/img16/box-open-green.png);}
.img16-box-close-green {background-image:url(/web/img16/box-close-green.png);}
.img16-box-open-black {background-image:url(/web/img16/box-open-black.png);}
.img16-box-close-black {background-image:url(/web/img16/box-close-black.png);}
.img16-box-zip {background-image:url(/web/img16/box-zip.png);}
.img16-zip {background-image:url(/web/img16/zip.png);}
.img16-file-rar {background-image:url(/web/img16/file-rar.png);}
.img16-export,.img16-tableshare {background-image:url(/web/img16/tableshare.png);}
.img16-tablecol,.img16-tablecolumn {background-image:url(/web/img16/tablecolumn.png);}
.img16-table {background-image:url(/web/img16/table.png);}
.img16-bin {background-image:url(/web/img16/bin.png);}
.img16-bin-add {background-image:url(/web/img16/bin-add.png);}
.img16-bin-alert {background-image:url(/web/img16/bin-alert.png);}
.img16-bin-del {background-image:url(/web/img16/bin-del.png);}
.img16-bin-edit {background-image:url(/web/img16/bin-edit.png);}
.img16-bin-full {background-image:url(/web/img16/bin-full.png);}
.img16-bin-metal-full {background-image:url(/web/img16/bin-metal-full.png);}
.img16-bin-metal {background-image:url(/web/img16/bin-metal.png);}
.img16-bin-next {background-image:url(/web/img16/bin-next.png);}
.img16-user,.img16-users,.img16-login,.img16-username,.img16-authname {background-image:url(/web/img16/user.png);}
.img16-userdelete,.img16-userdel {background-image:url(/web/img16/userdelete.png);}
.img16-userunknow,.img16-hacker,.img16-usersecret {background-image:url(/web/img16/userunknow.png);}
.img16-user-detective {background-image:url(/web/img16/user-detective.png);}
.img16-user-thief-baldie, .img16-user-bad-baldie {background-image:url(/web/img16/user-thief-baldie.png);}
.img16-user-business {background-image:url(/web/img16/user-business.png);}
.img16-user-yellow {background-image:url(/web/img16/user-yellow.png);}
.img16-user-worker-boss {background-image:url(/web/img16/user-worker-boss.png);}
.img16-user-worker-boss-off {background-image:url(/web/img16/user-worker-boss-off.png);}
.img16-user-black {background-image:url(/web/img16/user-black.png);}
.img16-user-white {background-image:url(/web/img16/user-white.png);}
.img16-user-arrow {background-image:url(/web/img16/user-arrow.png);}
.img16-user-exclamation {background-image:url(/web/img16/user-exclamation.png);}
.img16-user-minus {background-image:url(/web/img16/user-minus.png);}
.img16-user-pencil,.img16-user-edit {background-image:url(/web/img16/user-pencil.png);}
.img16-user-plus {background-image:url(/web/img16/user-plus.png);}
.img16-user-black-female {background-image:url(/web/img16/user-black-female.png);}
.img16-user-business-boss {background-image:url(/web/img16/user-business-boss.png);}
.img16-user-business-gray-boss {background-image:url(/web/img16/user-business-gray-boss.png);}
.img16-user-business-gray {background-image:url(/web/img16/user-business-gray.png);}
.img16-user-detective-gray {background-image:url(/web/img16/user-detective-gray.png);}
.img16-user-female {background-image:url(/web/img16/user-female.png);}
.img16-user-gray-female {background-image:url(/web/img16/user-gray-female.png);}
.img16-user-gray {background-image:url(/web/img16/user-gray.png);}
.img16-user-green-female {background-image:url(/web/img16/user-green-female.png);}
.img16-user-green {background-image:url(/web/img16/user-green.png);}
.img16-user-medical-female {background-image:url(/web/img16/user-medical-female.png);}
.img16-user-medical {background-image:url(/web/img16/user-medical.png);}
.img16-user-medium-female {background-image:url(/web/img16/user-medium-female.png);}
.img16-user-medium {background-image:url(/web/img16/user-medium.png);}
.img16-user-nude-female {background-image:url(/web/img16/user-nude-female.png);}
.img16-user-nude {background-image:url(/web/img16/user-nude.png);}
.img16-user-red-female {background-image:url(/web/img16/user-red-female.png);}
.img16-user-red {background-image:url(/web/img16/user-red.png);}
.img16-user-share {background-image:url(/web/img16/user-share.png);}
.img16-user-silhouette-question {background-image:url(/web/img16/user-silhouette-question.png);}
.img16-user-silhouette {background-image:url(/web/img16/user-silhouette.png);}
.img16-user-small-female {background-image:url(/web/img16/user-small-female.png);}
.img16-user-small {background-image:url(/web/img16/user-small.png);}
.img16-user-thief-female, .img16-user-bad-female {background-image:url(/web/img16/user-thief-female.png);}
.img16-user-thief, .img16-user-bad {background-image:url(/web/img16/user-thief.png);}
.img16-user-white-female {background-image:url(/web/img16/user-white-female.png);}
.img16-user-worker {background-image:url(/web/img16/user-worker.png);}
.img16-user-yellow-female {background-image:url(/web/img16/user-yellow-female.png);}
.img16-users {background-image:url(/web/img16/users.png);}
.img16-target {background-image:url(/web/img16/target.png);}
.img16-group,.img16-groups,.img16-groupname {background-image:url(/web/img16/group.png);}
.img16-addgroup,.img16-groupadd,.img16-addgroups {background-image:url(/web/img16/groupadd.png);}
.img16-chat,.img16-message,.img16-msg {background-image:url(/web/img16/chat.png);}
.img16-balloon-3dot {background-image:url(/web/img16/balloon-3dot.png);}
.img16-balloon-smiley {background-image:url(/web/img16/balloon-smiley.png);}
.img16-balloon-sound {background-image:url(/web/img16/balloon-sound.png);}
.img16-balloon-white {background-image:url(/web/img16/balloon-white.png);}
.img16-balloon-left {background-image:url(/web/img16/balloon-left.png);}
.img16-balloon-buzz {background-image:url(/web/img16/balloon-buzz.png);}
.img16-balloons {background-image:url(/web/img16/balloons.png);}
.img16-balloon-arrow {background-image:url(/web/img16/balloon-arrow.png);}
.img16-balloon-minus {background-image:url(/web/img16/balloon-minus.png);}
.img16-balloon {background-image:url(/web/img16/balloon.png);}
.img16-balloon-exclamation {background-image:url(/web/img16/balloon-exclamation.png);}
.img16-chat-ballon-gb {background-image:url(/web/img16/chat-ballon-gb.png);}
.img16-chat-ballon-pb {background-image:url(/web/img16/chat-ballon-pb.png);}
.img16-calendar, .img16-fistlogin, .img16-lastlogin, .img16-lastchange {background-image:url(/web/img16/calendar.png);}
.img16-calendar-weeks, .img16-month {background-image:url(/web/img16/calendar-weeks.png);}
.img16-calendar-blue, .img16-date, .img16-createdata{background-image:url(/web/img16/calendar-blue.png);}
.img16-calendar-list {background-image:url(/web/img16/calendar-list.png);}
.img16-db-share {background-image:url(/web/img16/db-share.png);}
.img16-db-up {background-image:url(/web/img16/db-up.png);}
.img16-db-down {background-image:url(/web/img16/db-down.png);}
.img16-db-full {background-image:url(/web/img16/db-full.png);}
.img16-db-empty {background-image:url(/web/img16/db-empty.png);}
.img16-db-delete {background-image:url(/web/img16/db-delete.png);}
.img16-db-add {background-image:url(/web/img16/db-add.png);}
.img16-disc-share {background-image:url(/web/img16/disc-share.png);}
.img16-disc-blue {background-image:url(/web/img16/disc-blue.png);}
.img16-disc-case {background-image:url(/web/img16/disc-case.png);}
.img16-disc {background-image:url(/web/img16/disc.png);}
.img16-flash-movie {background-image:url(/web/img16/flash-movie.png);}
.img16-headphone {background-image:url(/web/img16/headphone.png);}
.img16-music-beam {background-image:url(/web/img16/music-beam.png);}
.img16-movies {background-image:url(/web/img16/movies.png);}
.img16-video {background-image:url(/web/img16/video.png);}
.img16-webfolder, .img16-proxy {background-image:url(/web/img16/webfolder.png);}
.img16-webshare, .img16-simultaneous {background-image:url(/web/img16/webshare.png);}
.img16-share_db, .img16-sharedb {background-image:url(/web/img16/share_db.png);}
.img16-share_world, .img16-shareworld {background-image:url(/web/img16/share_world.png);}
.img16-world {background-image:url(/web/img16/world.png);}
.img16-world-disc {background-image:url(/web/img16/world-disc.png);}
.img16-world-off {background-image:url(/web/img16/world-off.png);}
.img16-share_pc, .img16-sharepc {background-image:url(/web/img16/share_pc.png);}
.img16-share {background-image:url(/web/img16/share.png);}
.img16-radar {background-image:url(/web/img16/radar.png);}
.img16-helpkit {background-image:url(/web/img16/helpkit.png);}
.img16-alert {background-image:url(/web/img16/alert.png);}
.img16-shield,.img16-protect,.img16-protected {background-image:url(/web/img16/shield.png);}
.img16-pagecopy, .img16-internal_sync, .img16-copy {background-image:url(/web/img16/pagecopy.png);}
.img16-tcpport, .img16-udpport, .img16-conport {background-image:url(/web/img16/conport.png);}
.img16-mask, .img16-masc {background-image:url(/web/img16/mask.png);}
.img16-graphmonitor, .img16-latency {background-image:url(/web/img16/graphmonitor.png);}
.img16-monitor {background-image:url(/web/img16/monitor.png);}
.img16-monitor-add {background-image:url(/web/img16/monitor-add.png);}
.img16-monitor-alert {background-image:url(/web/img16/monitor-alert.png);}
.img16-monitor-edit {background-image:url(/web/img16/monitor-edit.png);}
.img16-monitor-minus {background-image:url(/web/img16/monitor-minus.png);}
.img16-monitor-system {background-image:url(/web/img16/monitor-system.png);}
.img16-bell {background-image:url(/web/img16/bell.png);}
.img16-bell {background-image:url(/web/img16/bell.png);}
.img16-bell-add {background-image:url(/web/img16/bell-add.png);}
.img16-bell-alert {background-image:url(/web/img16/bell-alert.png);}
.img16-bell-del {background-image:url(/web/img16/bell-del.png);}
.img16-bell-edit {background-image:url(/web/img16/bell-edit.png);}
.img16-bell-next {background-image:url(/web/img16/bell-next.png);}
.img16-pointer-black {background-image:url(/web/img16/pointer-black.png);}
.img16-pointer-blue {background-image:url(/web/img16/pointer-blue.png);}
.img16-pointer-green {background-image:url(/web/img16/pointer-green.png);}
.img16-pointer-orange {background-image:url(/web/img16/pointer-orange.png);}
.img16-pointer-red {background-image:url(/web/img16/pointer-red.png);}
.img16-pointer-yellow {background-image:url(/web/img16/pointer-yellow.png);}
.img16-pointer-white {background-image:url(/web/img16/pointer-white.png);}
.img16-plus {background-image:url(/web/img16/plus.png);}
.img16-netconsole, .img16-ssh, .img16-netterminal {background-image:url(/web/img16/terminalnetwork.png);}
.img16-terminalnetwork {background-image:url(/web/img16/terminalnetwork.png);}
.img16-console, .img16-shell, .img16-terminal {background-image:url(/web/img16/terminal.png);}
.img16-network_hosts, .img16-hosts {background-image:url(/web/img16/network_hosts.png);}
.img16-network-ethernet, .img16-network_ethernet, .img16-vlan {background-image:url(/web/img16/network-ethernet.png);}
.img16-network-ethernet-off {background-image:url(/web/img16/network-ethernet-off.png);}
.img16-network-ethernet-web-off {background-image:url(/web/img16/network-ethernet-web-off.png);}
.img16-host-network {background-image:url(/web/img16/host-network.png);}
.img16-computer {background-image:url(/web/img16/computer.png);}
.img16-computer-off {background-image:url(/web/img16/computer-off.png);}
.img16-pc {background-image:url(/web/img16/pc.png);}
.img16-pc-net {background-image:url(/web/img16/pc-net.png);}
.img16-wifi {background-image:url(/web/img16/wifi.png);}
.img16-ap {background-image:url(/web/img16/ap.png);}
.img16-telephone-fax, .img16-fax {background-image:url(/web/img16/telephone-fax.png);}
.img16-telephone, .img16-phone {background-image:url(/web/img16/telephone.png);}
.img16-mobile, .img16-celular, .img16-cell {background-image:url(/web/img16/mobile.png);}
.img16-telephone-retro {background-image:url(/web/img16/telephone-retro.png);}
.img16-telephone-network {background-image:url(/web/img16/telephone-network.png);}
.img16-mobile-phone-add {background-image:url(/web/img16/mobile-phone-add.png);}
.img16-mobile-phone-alert {background-image:url(/web/img16/mobile-phone-alert.png);}
.img16-mobile-phone-cast {background-image:url(/web/img16/mobile-phone-cast.png);}
.img16-mobile-phone-del {background-image:url(/web/img16/mobile-phone-del.png);}
.img16-mobile-phone-edit {background-image:url(/web/img16/mobile-phone-edit.png);}
.img16-mobile-phone-next {background-image:url(/web/img16/mobile-phone-next.png);}
.img16-mobile-phone-off {background-image:url(/web/img16/mobile-phone-off.png);}
.img16-mobile-phone-protector {background-image:url(/web/img16/mobile-phone-protector.png);}
.img16-mobile-phone {background-image:url(/web/img16/mobile-phone.png);}
.img16-spyder {background-image:url(/web/img16/spyder.png);}
.img16-bug-add {background-image:url(/web/img16/bug-add.png);}
.img16-bug-alert {background-image:url(/web/img16/bug-alert.png);}
.img16-bug-arrow {background-image:url(/web/img16/bug-arrow.png);}
.img16-bug-del {background-image:url(/web/img16/bug-del.png);}
.img16-bug-edit {background-image:url(/web/img16/bug-edit.png);}
.img16-bug {background-image:url(/web/img16/bug.png);}
.img16-bug-red {background-image:url(/web/img16/bug-red.png);}
.img16-bug-plankton {background-image:url(/web/img16/bug-plankton.png);}
.img16-pyramid {background-image:url(/web/img16/pyramid.png);}
.img16-speedometer {background-image:url(/web/img16/speedometer.png);}
.img16-idea, .img16-ideia, .img16-light {background-image:url(/web/img16/idea.png);}
.img16-idea-off, .img16-ideia-off, .img16-ideaoff {background-image:url(/web/img16/idea-off.png);}
.img16-calculator {background-image:url(/web/img16/calculator.png);}
.img16-calculator-add {background-image:url(/web/img16/calculator-add.png);}
.img16-calculator-alert {background-image:url(/web/img16/calculator-alert.png);}
.img16-calculator-del {background-image:url(/web/img16/calculator-del.png);}
.img16-calculator-edit {background-image:url(/web/img16/calculator-edit.png);}
.img16-calculator-gray {background-image:url(/web/img16/calculator-gray.png);}
.img16-calculator-next {background-image:url(/web/img16/calculator-next.png);}
.img16-calculator-scientific {background-image:url(/web/img16/calculator-scientific.png);}
.img16-internet,.img16-link {background-image:url(/web/img16/internet.png);}
.img16-gnet {background-image:url(/web/img16/gnet.png);}
.img16-ip,.img16-ipaddr,.img16-ipv4,.img16-ipv4addr {background-image:url(/web/img16/ip.png);}
.img16-macaddress, .img16-mac {background-image:url(/web/img16/macaddress.png);}
.img16-macaddress-down {background-image:url(/web/img16/macaddress-down.png);}
.img16-binocular,.img16-found {background-image:url(/web/img16/binocular.png);}
.img16-binocular-add {background-image:url(/web/img16/binocular-add.png);}
.img16-binocular-alert {background-image:url(/web/img16/binocular-alert.png);}
.img16-binocular-del {background-image:url(/web/img16/binocular-del.png);}
.img16-binocular-edit {background-image:url(/web/img16/binocular-edit.png);}
.img16-binocular-next {background-image:url(/web/img16/binocular-next.png);}
.img16-archived,.img16-box {background-image:url(/web/img16/box.png);}
.img16-archived-share,.img16-box-share {background-image:url(/web/img16/box-share.png);}
.img16-box-add {background-image:url(/web/img16/box-add.png);}
.img16-box-alert {background-image:url(/web/img16/box-alert.png);}
.img16-box-del {background-image:url(/web/img16/box-del.png);}
.img16-box-document {background-image:url(/web/img16/box-document.png);}
.img16-box-edit {background-image:url(/web/img16/box-edit.png);}
.img16-box-label {background-image:url(/web/img16/box-label.png);}
.img16-box-next {background-image:url(/web/img16/box-next.png);}
.img16-box-search-result {background-image:url(/web/img16/box-search-result.png);}
.img16-box-small {background-image:url(/web/img16/box-small.png);}
.img16-box-zipper {background-image:url(/web/img16/box-zipper.png);}
.img16-billboard-empty {background-image:url(/web/img16/billboard-empty.png);}
.img16-billboard-red {background-image:url(/web/img16/billboard-red.png);}
.img16-billboard {background-image:url(/web/img16/billboard.png);}
.img16-hive-colors, .img16-hive {background-image:url(/web/img16/hive-colors.png);}
.img16-cookie {background-image:url(/web/img16/cookie.png);}
.img16-cookie-bit, .img16-cookie-bite {background-image:url(/web/img16/cookie-bite.png);}
.img16-route,.img16-direction {background-image:url(/web/img16/direction.png);}
.img16-direction-arrow,.img16-route-right {background-image:url(/web/img16/direction-arrow.png);}
.img16-direction-add,.img16-route-add {background-image:url(/web/img16/direction-add.png);}
.img16-direction-alert,.img16-route-alert {background-image:url(/web/img16/direction-alert.png);}
.img16-king {background-image:url(/web/img16/king.png);}
.img16-king-add {background-image:url(/web/img16/king-add.png);}
.img16-king-alert {background-image:url(/web/img16/king-alert.png);}
.img16-king-bronze {background-image:url(/web/img16/king-bronze.png);}
.img16-king-del {background-image:url(/web/img16/king-del.png);}
.img16-king-edit {background-image:url(/web/img16/king-edit.png);}
.img16-king-next {background-image:url(/web/img16/king-next.png);}
.img16-king-silver {background-image:url(/web/img16/king-silver.png);}
.img16-king-crown-silver {background-image:url(/web/img16/king-crown-silver.png);}
.img16-king-crown-bronze {background-image:url(/web/img16/king-crown-bronze.png);}
.img16-cutter {background-image:url(/web/img16/cutter.png);}
.img16-creditcard {background-image:url(/web/img16/creditcard.png);}
.img16-creditcard-blue {background-image:url(/web/img16/creditcard-blue.png);}
.img16-creditcard-arrow {background-image:url(/web/img16/creditcard-arrow.png);}
.img16-creditcard-add {background-image:url(/web/img16/creditcard-add.png);}
.img16-creditcard-edit {background-image:url(/web/img16/creditcard-edit.png);}
.img16-creditcard-delete {background-image:url(/web/img16/creditcard-delete.png);}
.img16-creditcard-alert {background-image:url(/web/img16/creditcard-alert.png);}
.img16-flush,.img16-clear {background-image:url(/web/img16/clear.png);}
.img16-clean {background-image:url(/web/img16/clean.png);}
.img16-clear-add {background-image:url(/web/img16/clear-add.png);}
.img16-clear-alert {background-image:url(/web/img16/clear-alert.png);}
.img16-clear-arrow {background-image:url(/web/img16/clear-arrow.png);}
.img16-clear-delete {background-image:url(/web/img16/clear-delete.png);}
.img16-clear-edit {background-image:url(/web/img16/clear-edit.png);}
.img16-fingerprint, .img16-digital {background-image:url(/web/img16/fingerprint.png);}
.img16-fingerprint-red {background-image:url(/web/img16/fingerprint-red.png);}
.img16-fingerprint-scan {background-image:url(/web/img16/fingerprint-scan.png);}
.img16-fingerprint-side {background-image:url(/web/img16/fingerprint-side.png);}
.img16-printer {background-image:url(/web/img16/printer.png);}
.img16-printer-plus{background-image:url(/web/img16/printer-plus.png);}
.img16-globe-network {background-image:url(/web/img16/globe-network.png);}
.img16-globe-add {background-image:url(/web/img16/globe-add.png);}
.img16-globe-alert {background-image:url(/web/img16/globe-alert.png);}
.img16-globe-del {background-image:url(/web/img16/printer.png);}
.img16-globe-edit {background-image:url(/web/img16/globe-edit.png);}
.img16-globe-green {background-image:url(/web/img16/globe-green.png);}
.img16-globe-model {background-image:url(/web/img16/globe-model.png);}
.img16-globe-network {background-image:url(/web/img16/globe-network.png);}
.img16-globe-next {background-image:url(/web/img16/globe-next.png);}
.img16-globe-place {background-image:url(/web/img16/globe-place.png);}
.img16-globe {background-image:url(/web/img16/globe.png);}
.img16-foldernic, .img16-folderinterfaces {background-image:url(/web/img16/foldernic.png);}
.img16-googlemaps, .img16-map, .img16-google_map {background-image:url(/web/img16/google_map.png);}
.img16-construction {background-image:url(/web/img16/construction.png);}
.img16-help {background-image:url(/web/img16/help.png);}
.img16-bios, .img16-processor {background-image:url(/web/img16/processor.png);}
.img16-cpu, .img16-corecpu {background-image:url(/web/img16/corecpu.png);}
.img16-memory {background-image:url(/web/img16/memory.png);}
.img16-robot {background-image:url(/web/img16/robot.png);}
.img16-robot-off, .img16-robotoff {background-image:url(/web/img16/robot-off.png);}
.img16-cone {background-image:url(/web/img16/cone.png);}
.img16-trophy, .img16-winner {background-image:url(/web/img16/trophy.png);}
.img16-cheese {background-image:url(/web/img16/cheese.png);}
.img16-tick,.img16-checked,.img16-enabled {background-image:url(/web/img16/tick.png);}
.img16-ticket-add {background-image:url(/web/img16/ticket-add.png);}
.img16-ticket-alert {background-image:url(/web/img16/ticket-alert.png);}
.img16-ticket-del {background-image:url(/web/img16/ticket-del.png);}
.img16-ticket-edit {background-image:url(/web/img16/ticket-edit.png);}
.img16-ticket-next {background-image:url(/web/img16/ticket-next.png);}
.img16-ticket-stub {background-image:url(/web/img16/ticket-stub.png);}
.img16-ticket {background-image:url(/web/img16/ticket.png);}
.img16-corebox-add {background-image:url(/web/img16/corebox-add.png);}
.img16-corebox-alert {background-image:url(/web/img16/corebox-alert.png);}
.img16-corebox-del {background-image:url(/web/img16/corebox-del.png);}
.img16-corebox-edit {background-image:url(/web/img16/corebox-edit.png);}
.img16-corebox-next {background-image:url(/web/img16/corebox-next.png);}
/*.img16-corebox {background-image:url(/web/img16/corebox.png);}*/
.img16-disabled,.img16-denied,.img16-error {background-image:url(/web/img16/error.png);}
.img16-delete {background-image:url(/web/img16/delete.png);}
.img16-deleteit {background-image:url(/web/img16/deleteit.png);}
.img16-remove {background-image:url(/web/img16/remove.png);}
.img16-cancel,.img16-abort {background-image:url(/web/img16/cancel.png);}
.img16-erase {background-image:url(/web/img16/erase.png);}
.img16-certificate {background-image:url(/web/img16/certificate.png);}
.img16-certificate-key {background-image:url(/web/img16/certificate-key.png);}
.img16-ball-red {background-image:url(/web/img16/ball-red.png);}
.img16-ball-yellow {background-image:url(/web/img16/ball-yellow.png);}
.img16-ball-green {background-image:url(/web/img16/ball-green.png);}
.img16-ball-blue {background-image:url(/web/img16/ball-blue.png);}
.img16-time-back {background-image:url(/web/img16/time-back.png);}
.img16-license {background-image:url(/web/img16/stamp.png);}
.img16-activation, .img16-license-key {background-image:url(/web/img16/license-key.png);}
.img16-module {background-image:url(/web/img16/module.png);}
.img16-firewall_burn, .img16-firewall-burn, .img16-firewall_on, .img16-firewall-on {background-image:url(/web/img16/firewall_burn.png);}
.img16-firewall_ok, .img16-firewall-ok, .img16-firewall_done, .img16-firewall-done {background-image:url(/web/img16/firewall_ok.png);}
.img16-firewall_right, .img16-firewall-right {background-image:url(/web/img16/firewall_right.png);}
.img16-firewall_world, .img16-firewall-world {background-image:url(/web/img16/firewall_world.png);}
.img16-firewall {background-image:url(/web/img16/firewall.png);}
.img16-fire-big, .img16-firewall-big {background-image:url(/web/img16/fire-big.png);}
.img16-wall-break {background-image:url(/web/img16/wall-break.png);}
.img16-wall-add {background-image:url(/web/img16/wall-add.png);}
.img16-wall-alert {background-image:url(/web/img16/wall-alert.png);}
.img16-wall-break {background-image:url(/web/img16/wall-break.png);}
.img16-wall-brick {background-image:url(/web/img16/wall-brick.png);}
.img16-wall-del {background-image:url(/web/img16/wall-del.png);}
.img16-wall-edit {background-image:url(/web/img16/wall-edit.png);}
.img16-wall-next {background-image:url(/web/img16/wall-next.png);}
.img16-wall-small-brick {background-image:url(/web/img16/wall-small-brick.png);}
.img16-wall-small {background-image:url(/web/img16/wall-small.png);}
.img16-wall {background-image:url(/web/img16/wall.png);}
.img16-redfire {background-image:url(/web/img16/redfire.png);}
.img16-poop-smiley-sad {background-image:url(/web/img16/poop-smiley-sad.png);}
.img16-poop-smiley {background-image:url(/web/img16/poop-smiley.png);}
.img16-poop {background-image:url(/web/img16/poop.png);}
.img16-node-delete-child {background-image:url(/web/img16/node-delete-child.png);}
.img16-node-delete-next {background-image:url(/web/img16/node-delete-next.png);}
.img16-node-delete-previous {background-image:url(/web/img16/node-delete-previous.png);}
.img16-node-delete {background-image:url(/web/img16/node-delete.png);}
.img16-node-design {background-image:url(/web/img16/node-design.png);}
.img16-node-insert-child {background-image:url(/web/img16/node-insert-child.png);}
.img16-node-insert-next {background-image:url(/web/img16/node-insert-next.png);}
.img16-node-insert-previous {background-image:url(/web/img16/node-insert-previous.png);}
.img16-node-insert {background-image:url(/web/img16/node-insert.png);}
.img16-node-select-all {background-image:url(/web/img16/node-select-all.png);}
.img16-node-select-child {background-image:url(/web/img16/node-select-child.png);}
.img16-node-select-next {background-image:url(/web/img16/node-select-next.png);}
.img16-node-select-previous {background-image:url(/web/img16/node-select-previous.png);}
.img16-node-select {background-image:url(/web/img16/node-select.png);}
.img16-node {background-image:url(/web/img16/node.png);}
.img16-db-add {background-image:url(/web/img16/db-add.png);}
.img16-db-alert {background-image:url(/web/img16/db-alert.png);}
.img16-db-cloud {background-image:url(/web/img16/db-cloud.png);}
.img16-db-edit {background-image:url(/web/img16/db-edit.png);}
.img16-db-export {background-image:url(/web/img16/db-export.png);}
.img16-db-import {background-image:url(/web/img16/db-import.png);}
.img16-db-medium {background-image:url(/web/img16/db-medium.png);}
.img16-db-next {background-image:url(/web/img16/db-next.png);}
.img16-db-property {background-image:url(/web/img16/db-property.png);}
.img16-db-reginsert {background-image:url(/web/img16/db-reginsert.png);}
.img16-db-regremove {background-image:url(/web/img16/db-regremove.png);}
.img16-db-relation {background-image:url(/web/img16/db-relation.png);}
.img16-db-remove {background-image:url(/web/img16/db-remove.png);}
.img16-db-small {background-image:url(/web/img16/db-small.png);}
.img16-db-sql {background-image:url(/web/img16/db-sql.png);}
.img16-db {background-image:url(/web/img16/db.png);}
.img16-dbs {background-image:url(/web/img16/dbs.png);}
.img16-pp-add {background-image:url(/web/img16/pp-add.png);}
.img16-pp-alert {background-image:url(/web/img16/pp-alert.png);}
.img16-pp-edit {background-image:url(/web/img16/pp-edit.png);}
.img16-pp-next {background-image:url(/web/img16/pp-next.png);}
.img16-pp-remove {background-image:url(/web/img16/pp-remove.png);}
.img16-pp-return {background-image:url(/web/img16/pp-return.png);}
.img16-pp-send {background-image:url(/web/img16/pp-send.png);}
.img16-fire-right {background-image:url(/web/img16/fire-right.png);}
.img16-fire-add {background-image:url(/web/img16/fire-add.png);}
.img16-fire-alert {background-image:url(/web/img16/fire-alert.png);}
.img16-fire-del {background-image:url(/web/img16/fire-del.png);}
.img16-fire-edit {background-image:url(/web/img16/fire-edit.png);}
.img16-fire, .img16-burn {background-image:url(/web/img16/fire.png);}
.img16-fire-off {background-image:url(/web/img16/fire-off.png);}
.img16-blueprint-horizontal {background-image:url(/web/img16/blueprint-horizontal.png);}
.img16-master_red_nodesblue,.img16-profiletree {background-image:url(/web/img16/master_red_nodesblue.png);}
.img16-profiles, .img16-master_red {background-image:url(/web/img16/master_red.png);}
.img16-zombie-glass {background-image:url(/web/img16/zombie-glass.png);}
.img16-ghost {background-image:url(/web/img16/ghost.png);}
.img16-geek {background-image:url(/web/img16/geek.png);}
.img16-cat {background-image:url(/web/img16/cat.png);}
.img16-php {background-image:url(/web/img16/php.png);}
.img16-file {background-image:url(/web/img16/file.png);}
.img16-page-red {background-image:url(/web/img16/page-red.png);}
.img16-exec,.img16-misc {background-image:url(/web/img16/exec.png);}
.img16-update,.img16-refresh {background-image:url(/web/img16/refresh.png);}
.img16-pdf {background-image:url(/web/img16/pdf.png);}
.img16-windown {background-image:url(/web/img16/windown.png);}
.img16-radlog, .img16-hslog, .img16-eye {background-image:url(/web/img16/eye.png);}
.img16-chart {background-image:url(/web/img16/chart.png);}
.img16-chartbar, .img16-chart_bar {background-image:url(/web/img16/chart_bar.png);}
.img16-chart-pie, chartpie {background-image:url(/web/img16/chart-pie.png);}
.img16-chart-down {background-image:url(/web/img16/chart-down.png);}
.img16-chart-down-color {background-image:url(/web/img16/chart-down-color.png);}
.img16-chart-down-green {background-image:url(/web/img16/chart-down-green.png);}
.img16-chart-up {background-image:url(/web/img16/chart-up.png);}
.img16-chart-up-color {background-image:url(/web/img16/chart-up-color.png);}
.img16-exclamation {background-image:url(/web/img16/exclamation.png);}
.img16-exclamation-frame {background-image:url(/web/img16/exclamation-frame.png);}
.img16-locale-alternate {background-image:url(/web/img16/locale-alternate.png);}
.img16-locale {background-image:url(/web/img16/locale.png);}
.img16-lollipop {background-image:url(/web/img16/lollipop.png);}
.img16-leaf {background-image:url(/web/img16/leaf.png);}
.img16-leaf-plant {background-image:url(/web/img16/leaf-plant.png);}
.img16-leaf-red {background-image:url(/web/img16/leaf-red.png);}
.img16-leaf-wormhole {background-image:url(/web/img16/leaf-wormhole.png);}
.img16-leaf-yellow {background-image:url(/web/img16/leaf-yellow.png);}
.img16-leaf-add {background-image:url(/web/img16/leaf-add.png);}
.img16-leaf-alert {background-image:url(/web/img16/leaf-alert.png);}
.img16-leaf-del {background-image:url(/web/img16/leaf-del.png);}
.img16-leaf-edit {background-image:url(/web/img16/leaf-edit.png);}
.img16-leaf-next {background-image:url(/web/img16/leaf-next.png);}
.img16-leaf {background-image:url(/web/img16/leaf.png);}
.img16-leaf {background-image:url(/web/img16/leaf.png);}
.img16-network-ip {background-image:url(/web/img16/network-ip.png);}
.img16-network-ip-local {background-image:url(/web/img16/network-ip-local.png);}
.img16-network-ip-six,.img16-ipv6 {background-image:url(/web/img16/network-ip-six.png);}
.img16-network {background-image:url(/web/img16/network.png);}
.img16-rubber-balloons {background-image:url(/web/img16/rubber-balloons.png);}
.img16-rubber-balloon {background-image:url(/web/img16/rubber-balloon.png);}
.img16-skull {background-image:url(/web/img16/skull.png);}
.img16-mushroom {background-image:url(/web/img16/mushroom.png);}
.img16-good {background-image:url(/web/img16/good.png);}
.img16-bad {background-image:url(/web/img16/bad.png);}
.img16-client_add, .img16-clientadd {background-image:url(/web/img16/client_add.png);}
.img16-client_config, .img16-clientconfig {background-image:url(/web/img16/client_config.png);}
.img16-clients {background-image:url(/web/img16/clients.png);}
.img16-clock_red, .img16-clockred {background-image:url(/web/img16/clock_red.png);}
.img16-clock {background-image:url(/web/img16/clock.png);}
.img16-timeline, .img16-clocklimit, .img16-expiration, .img16-expire {background-image:url(/web/img16/timeline.png);}
.img16-alarm-clock-add {background-image:url(/web/img16/alarm-clock-add.png);}
.img16-alarm-clock-alert {background-image:url(/web/img16/alarm-clock-alert.png);}
.img16-alarm-clock-arrow {background-image:url(/web/img16/alarm-clock-arrow.png);}
.img16-alarm-clock-blue {background-image:url(/web/img16/alarm-clock-blue.png);}
.img16-alarm-clock-del {background-image:url(/web/img16/alarm-clock-del.png);}
.img16-alarm-clock-edit {background-image:url(/web/img16/alarm-clock-edit.png);}
.img16-alarm-clock-select-remain {background-image:url(/web/img16/alarm-clock-select-remain.png);}
.img16-alarm-clock-select {background-image:url(/web/img16/alarm-clock-select.png);}
.img16-alarm-clock {background-image:url(/web/img16/alarm-clock.png);}
.img16-clock-add {background-image:url(/web/img16/clock-add.png);}
.img16-clock-alert {background-image:url(/web/img16/clock-alert.png);}
.img16-clock-arrow {background-image:url(/web/img16/clock-arrow.png);}
.img16-clock-back {background-image:url(/web/img16/clock-back.png);}
.img16-clock-back-red {background-image:url(/web/img16/clock-back-red.png);}
.img16-clock-del {background-image:url(/web/img16/clock-del.png);}
.img16-clock-edit {background-image:url(/web/img16/clock-edit.png);}
.img16-clock-frame-back {background-image:url(/web/img16/clock-frame-back.png);}
.img16-clock-frame {background-image:url(/web/img16/clock-frame.png);}
.img16-clock-network {background-image:url(/web/img16/clock-network.png);}
.img16-clock-plain {background-image:url(/web/img16/clock-plain.png);}
.img16-twitter  {background-image:url(/web/img16/twitter.png);}
.img16-tree  {background-image:url(/web/img16/tree.png);}
.img16-tree-red  {background-image:url(/web/img16/tree-red.png);}
.img16-tree-yellow  {background-image:url(/web/img16/tree-yellow.png);}
.img16-tree-blue {background-image:url(/web/img16/tree-blue.png);}
.img16-tree-next  {background-image:url(/web/img16/tree-next.png);}
.img16-tree-alert  {background-image:url(/web/img16/tree-alert.png);}
.img16-tree-delete  {background-image:url(/web/img16/tree-delete.png);}
.img16-tree-edit  {background-image:url(/web/img16/tree-edit.png);}
.img16-tree-add  {background-image:url(/web/img16/tree-add.png);}
.img16-piggy-coin  {background-image:url(/web/img16/piggy-coin.png);}
.img16-piggy  {background-image:url(/web/img16/piggy.png);}
.img16-tree-simple  {background-image:url(/web/img16/tree-simple.png);}
.img16-molecule  {background-image:url(/web/img16/molecule.png);}
.img16-cloud {background-image:url(/web/img16/clouds.png);}
.img16-cloud-upload {background-image:url(/web/img16/cloud-upload.png);}
.img16-cloud-lightning {background-image:url(/web/img16/cloud-lightning.png);}
.img16-lightning, .img16-radius {background-image:url(/web/img16/lightning.png);}
.img16-lightning-next {background-image:url(/web/img16/lightning-next.png);}
.img16-lightning-alert {background-image:url(/web/img16/lightning-alert.png);}
.img16-lightning-del {background-image:url(/web/img16/lightning-del.png);}
.img16-lightning-edit {background-image:url(/web/img16/lightning-edit.png);}
.img16-lightning-add {background-image:url(/web/img16/lightning-add.png);}
.img16-cloud-rain-little {background-image:url(/web/img16/cloud-rain-little.png);}
.img16-cloud-rain {background-image:url(/web/img16/cloud-rain.png);}
.img16-cloud-snow-little {background-image:url(/web/img16/cloud-snow-little.png);}
.img16-cloud-snow {background-image:url(/web/img16/cloud-snow.png);}
.img16-clouds {background-image:url(/web/img16/clouds.png);}
.img16-cloudx {background-image:url(/web/img16/cloudx.png);}
.img16-application-cloud {background-image:url(/web/img16/application-cloud.png);}
.img16-download-cloud {background-image:url(/web/img16/download-cloud.png);}
.img16-monitor-cloud {background-image:url(/web/img16/monitor-cloud.png);}
.img16-tag-cloud {background-image:url(/web/img16/tag-cloud.png);}
.img16-weather-cloud-small {background-image:url(/web/img16/weather-cloud-small.png);}
.img16-weather-cloudy {background-image:url(/web/img16/weather-cloudy.png);}
.img16-weather-moon-clouds {background-image:url(/web/img16/weather-moon-clouds.png);}
.img16-umbrella-add {background-image:url(/web/img16/umbrella-add.png);}
.img16-umbrella-alert {background-image:url(/web/img16/umbrella-alert.png);}
.img16-umbrella-edit {background-image:url(/web/img16/umbrella-edit.png);}
.img16-umbrella-next {background-image:url(/web/img16/umbrella-next.png);}
.img16-umbrella-remove {background-image:url(/web/img16/umbrella-remove.png);}
.img16-umbrella {background-image:url(/web/img16/umbrella.png);}
.img16-note-add {background-image:url(/web/img16/note-add.png);}
.img16-note-alert {background-image:url(/web/img16/note-alert.png);}
.img16-note-edit {background-image:url(/web/img16/note-edit.png);}
.img16-note-next {background-image:url(/web/img16/note-next.png);}
.img16-note-pin {background-image:url(/web/img16/note-pin.png);}
.img16-note-pineds {background-image:url(/web/img16/note-pineds.png);}
.img16-note-remove {background-image:url(/web/img16/note-remove.png);}
.img16-note-simple {background-image:url(/web/img16/note-simple.png);}
.img16-note-stack {background-image:url(/web/img16/note-stack.png);}
.img16-stamp-add {background-image:url(/web/img16/stamp-add.png);}
.img16-stamp-alert {background-image:url(/web/img16/stamp-alert.png);}
.img16-stamp-edit {background-image:url(/web/img16/stamp-edit.png);}
.img16-stamp-next {background-image:url(/web/img16/stamp-next.png);}
.img16-stamp-pattern {background-image:url(/web/img16/stamp-pattern.png);}
.img16-stamp-remove {background-image:url(/web/img16/stamp-remove.png);}
.img16-stamp-small {background-image:url(/web/img16/stamp-small.png);}
.img16-stamp {background-image:url(/web/img16/stamp.png);}
.img16-color_wheel,.img16-colorwheel,.img16-color-wheel,.img16-themes {background-image:url(/web/img16/color_wheel.png);}
.img16-tint {background-image:url(/web/img16/tint.png);}
.img16-control_off,.img16-controloff {background-image:url(/web/img16/control_off.png);}
.img16-control_on,.img16-controlon {background-image:url(/web/img16/control_on.png);}
.img16-control-play,.img16-control_play {background-image:url(/web/img16/control_play.png);}
.img16-control-play-off,.img16-control_play_off {background-image:url(/web/img16/control_play_off.png);}
.img16-control-stop,.img16-control_stop {background-image:url(/web/img16/control_stop.png);}
.img16-control-stop-off,.img16-control_stop_off {background-image:url(/web/img16/control_stop_off.png);}
.img16-control-repeat,.img16-control_repeat {background-image:url(/web/img16/control_repeat.png);}
.img16-control-repeat-off,.img16-control_repeat_off {background-image:url(/web/img16/control_repeat_off.png);}
.img16-remote-control {background-image:url(/web/img16/remote-control.png);}
.img16-plugin, .img16-plugins, .img16-bricks {background-image:url(/web/img16/bricks.png);}
.img16-function {background-image:url(/web/img16/function.png);}
.img16-door {background-image:url(/web/img16/door.png);}
.img16-door-open {background-image:url(/web/img16/door-open.png);}
.img16-door-add, .img16-door-plus {background-image:url(/web/img16/door-add.png);}
.img16-ice {background-image:url(/web/img16/ice.png);}
.img16-ice-stack {background-image:url(/web/img16/ice-stack.png);}
.img16-ice-add {background-image:url(/web/img16/ice-add.png);}
.img16-ice-alert {background-image:url(/web/img16/ice-alert.png);}
.img16-ice-del {background-image:url(/web/img16/ice-del.png);}
.img16-ice-edit {background-image:url(/web/img16/ice-edit.png);}
.img16-ice-next {background-image:url(/web/img16/ice-next.png);}
.img16-inbox {background-image:url(/web/img16/inbox.png);}
.img16-inbox-add {background-image:url(/web/img16/inbox-add.png);}
.img16-inbox-alert {background-image:url(/web/img16/inbox-alert.png);}
.img16-inbox-del {background-image:url(/web/img16/inbox-del.png);}
.img16-inbox-document-music-playlist {background-image:url(/web/img16/inbox-document-music-playlist.png);}
.img16-inbox-document-music {background-image:url(/web/img16/inbox-document-music.png);}
.img16-inbox-document-text {background-image:url(/web/img16/inbox-document-text.png);}
.img16-inbox-document {background-image:url(/web/img16/inbox-document.png);}
.img16-inbox-edit {background-image:url(/web/img16/inbox-edit.png);}
.img16-inbox-next {background-image:url(/web/img16/inbox-next.png);}
.img16-jar {background-image:url(/web/img16/jar.png);}
.img16-jar-add {background-image:url(/web/img16/jar-add.png);}
.img16-jar-alert {background-image:url(/web/img16/jar-alert.png);}
.img16-jar-del {background-image:url(/web/img16/jar-del.png);}
.img16-jar-edit {background-image:url(/web/img16/jar-edit.png);}
.img16-jar-empty {background-image:url(/web/img16/jar-empty.png);}
.img16-jar-label {background-image:url(/web/img16/jar-label.png);}
.img16-jar-next {background-image:url(/web/img16/jar-next.png);}
.img16-jar-open {background-image:url(/web/img16/jar-open.png);}
.img16-inbox {background-image:url(/web/img16/inbox.png);}
.img16-property {background-image:url(/web/img16/property.png);}
.img16-server-property {background-image:url(/web/img16/server-property.png);}
.img16-service-add {background-image:url(/web/img16/service-add.png);}
.img16-service-alert {background-image:url(/web/img16/service-alert.png);}
.img16-service-edit {background-image:url(/web/img16/service-edit.png);}
.img16-service-forward,.img16-service-right {background-image:url(/web/img16/service-forward.png);}
.img16-service-del {background-image:url(/web/img16/service-del.png);}
.img16-service-bell {background-image:url(/web/img16/service-bell.png);}
.img16-clipboard-task {background-image:url(/web/img16/clipboard-task.png);}
.img16-clipboard-text {background-image:url(/web/img16/clipboard-text.png);}
.img16-clipboard {background-image:url(/web/img16/clipboard.png);}
.img16-hard-hat-mine {background-image:url(/web/img16/hard-hat-mine.png);}
.img16-hard-hat-add {background-image:url(/web/img16/hard-hat-add.png);}
.img16-hard-hat-alert {background-image:url(/web/img16/hard-hat-alert.png);}
.img16-hard-hat-del {background-image:url(/web/img16/hard-hat-del.png);}
.img16-hard-hat-edit {background-image:url(/web/img16/hard-hat-edit.png);}
.img16-hard-hat-military-camouflage {background-image:url(/web/img16/hard-hat-military-camouflage.png);}
.img16-hard-hat-military {background-image:url(/web/img16/hard-hat-military.png);}
.img16-hard-hat-next {background-image:url(/web/img16/hard-hat-next.png);}
.img16-hard-hat {background-image:url(/web/img16/hard-hat.png);}
.img16-network-clouds {background-image:url(/web/img16/network-clouds.png);}
.img16-network-cloud {background-image:url(/web/img16/network-cloud.png);}
.img16-network-hub {background-image:url(/web/img16/network-hub.png);}
.img16-network-firewall {background-image:url(/web/img16/network-firewall.png);}
.img16-database-network {background-image:url(/web/img16/database-network.png);}
.img16-servers-paralel {background-image:url(/web/img16/servers-paralel.png);}
.img16-server-blue {background-image:url(/web/img16/server-blue.png);}
.img16-server_net_check, .img16-servernetcheck {background-image:url(/web/img16/server_net_check.png);}
.img16-server_net, .img16-servernet {background-image:url(/web/img16/server_net.png);}
.img16-server_u_stack, .img16-serverustack {background-image:url(/web/img16/server_u_stack.png);}
.img16-server_u, .img16-serveru {background-image:url(/web/img16/server_u.png);}
.img16-server, .img16-srv {background-image:url(/web/img16/server.png);}
.img16-servers-network {background-image:url(/web/img16/servers-network.png);}
.img16-server-next {background-image:url(/web/img16/server-next.png);}
.img16-server-alert {background-image:url(/web/img16/server-alert.png);}
.img16-server-del {background-image:url(/web/img16/server-del.png);}
.img16-server-edit {background-image:url(/web/img16/server-edit.png);}
.img16-server-add {background-image:url(/web/img16/server-add.png);}
.img16-server-cast {background-image:url(/web/img16/server-cast.png);}
.img16-server-cloud {background-image:url(/web/img16/server-cloud.png);}
.img16-server-medium {background-image:url(/web/img16/server-medium.png);}
.img16-server-network {background-image:url(/web/img16/server-network.png);}
.img16-servers {background-image:url(/web/img16/servers.png);}
.img16-wizard {background-image:url(/web/img16/wizard.png);}
.img16-drink {background-image:url(/web/img16/drink.png);}
.img16-backup {background-image:url(/web/img16/backup.png);}
.img16-web {background-image:url(/web/img16/web.png);}
.img16-drive-download {background-image:url(/web/img16/drive-download.png);}
.img16-drive-upload {background-image:url(/web/img16/drive-upload.png);}
.img16-twitter-msg {background-image:url(/web/img16/twitter-msg.png);}
.img16-mail-alert {background-image:url(/web/img16/mail-alert.png);}
.img16-mail-add {background-image:url(/web/img16/mail-add.png);}
.img16-mail-open2 {background-image:url(/web/img16/mail-open2.png);}
.img16-mail-right {background-image:url(/web/img16/mail-right.png);}
.img16-mail-share {background-image:url(/web/img16/mail-share.png);}
.img16-mail-air {background-image:url(/web/img16/mail-air.png);}
.img16-mail-del {background-image:url(/web/img16/mail-del.png);}
.img16-mail-edit {background-image:url(/web/img16/mail-edit.png);}
.img16-mail-at-sign {background-image:url(/web/img16/mail-at-sign.png);}
.img16-mail-forward-all {background-image:url(/web/img16/mail-forward-all.png);}
.img16-mail-open-table {background-image:url(/web/img16/mail-open-table.png);}
.img16-mail-reply-all {background-image:url(/web/img16/mail-reply-all.png);}
.img16-mail-reply {background-image:url(/web/img16/mail-reply.png);}
.img16-mail-send-receive {background-image:url(/web/img16/mail-send-receive.png);}
.img16-mails-stack {background-image:url(/web/img16/mails-stack.png);}
.img16-mails {background-image:url(/web/img16/mails.png);}
.img16-webclick, .img16-clickweb {background-image:url(/web/img16/webclick.png);}
.img16-cart-fully {background-image:url(/web/img16/cart-fully.png);}
.img16-cart {background-image:url(/web/img16/cart.png);}
.img16-cart-full {background-image:url(/web/img16/cart-full.png);}
.img16-parachutebox {background-image:url(/web/img16/parachutebox.png);}
.img16-pumpkin {background-image:url(/web/img16/pumpkin.png);}
.img16-rocket {background-image:url(/web/img16/rocket.png);}
.img16-rocketx {background-image:url(/web/img16/rocketx.png);}
.img16-txt {background-image:url(/web/img16/txt.png);}
.img16-rocket-add {background-image:url(/web/img16/rocket-add.png);}
.img16-rocket-alert {background-image:url(/web/img16/rocket-alert.png);}
.img16-rocket-edit {background-image:url(/web/img16/rocket-edit.png);}
.img16-rocket-next {background-image:url(/web/img16/rocket-next.png);}
.img16-rocket-remove {background-image:url(/web/img16/rocket-remove.png);}
.img16-sackbarrowblue {background-image:url(/web/img16/sackbarrowblue.png);}
.img16-sackbarrowcardboard {background-image:url(/web/img16/sackbarrowcardboard.png);}
/* bandeiras */
.img16-flag_ar, .img16-argentina {background-image:url(/web/img16/flag_ar.png);}
.img16-flag_br, .img16-brasil, .img16-brazil {background-image:url(/web/img16/flag_br.png);}
.img16-flag_fr, .img16-france {background-image:url(/web/img16/flag_fr.png);}
.img16-flag_pt, .img16-portugal {background-image:url(/web/img16/flag_pt.png);}
.img16-flag_us, .img16-eua, .img16-unitedstates, .img16-estadosunidos {background-image:url(/web/img16/flag_us.png);}
.img16-flag_es, .img16-spain, .img16-espanha {background-image:url(/web/img16/flag_es.png);}
.img16-compass {background-image:url(/web/img16/compass.png);}
.img16-compass-arrow {background-image:url(/web/img16/compass-arrow.png);}
.img16-compass-add {background-image:url(/web/img16/compass-add.png);}
.img16-windows {background-image:url(/web/img16/windows.png);}
.img16-protozoag {background-image:url(/web/img16/protozoag.png);}
.img16-protozoap {background-image:url(/web/img16/protozoap.png);}
.img16-poison-bubble {background-image:url(/web/img16/poison-bubble.png);}
.img16-poison-green {background-image:url(/web/img16/poison-green.png);}
.img16-poison-purple {background-image:url(/web/img16/poison-purple.png);}
.img16-poison {background-image:url(/web/img16/poison.png);}
.img16-balance-add {background-image:url(/web/img16/balance-add.png);}
.img16-balance-alert {background-image:url(/web/img16/balance-alert.png);}
.img16-balance-edit {background-image:url(/web/img16/balance-edit.png);}
.img16-balance-next {background-image:url(/web/img16/balance-next.png);}
.img16-balance-remove {background-image:url(/web/img16/balance-remove.png);}
.img16-balance-unbalance {background-image:url(/web/img16/balance-unbalance.png);}
.img16-balance {background-image:url(/web/img16/balance.png);}
.img16-sort-1or9 {background-image:url(/web/img16/sort-1or9.png);}
.img16-sort-1to9 {background-image:url(/web/img16/sort-1to9.png);}
.img16-sort-9to1 {background-image:url(/web/img16/sort-9to1.png);}
.img16-sort-add {background-image:url(/web/img16/sort-add.png);}
.img16-sort-alert {background-image:url(/web/img16/sort-alert.png);}
.img16-sort-aorz {background-image:url(/web/img16/sort-aorz.png);}
.img16-sort-atoz {background-image:url(/web/img16/sort-atoz.png);}
.img16-sort-delete {background-image:url(/web/img16/sort-delete.png);}
.img16-sort-edit {background-image:url(/web/img16/sort-edit.png);}
.img16-sort-next {background-image:url(/web/img16/sort-next.png);}
.img16-sort-price-sub {background-image:url(/web/img16/sort-price-sub.png);}
.img16-sort-price-up {background-image:url(/web/img16/sort-price-up.png);}
.img16-sort-sub {background-image:url(/web/img16/sort-sub.png);}
.img16-sort-up {background-image:url(/web/img16/sort-up.png);}
.img16-sort-ztoa {background-image:url(/web/img16/sort-ztoa.png);}
.img16-sort {background-image:url(/web/img16/sort.png);}
.img16-weight {background-image:url(/web/img16/weight.png);}
.img16-switch {background-image:url(/web/img16/switch.png);}
.img16-switch-network {background-image:url(/web/img16/switch-network.png);}
.img16-occluder {background-image:url(/web/img16/occluder.png);}
/* sites */
.img16-youtube {background-image:url(/web/img16/youtube.png);}
.img16-vimeo {background-image:url(/web/img16/vimeo.png);}
.img16-facebook {background-image:url(/web/img16/facebook.png);}
.img16-uol {background-image:url(/web/img16/uol.png);}
.img16-exclamation2 {background-image:url(/web/img16/exclamation2.png);}
.img16-medal-gold {background-image:url(/web/img16/medal-gold.png);}
.img16-medal-silver {background-image:url(/web/img16/medal-silver.png);}
.img16-pill {background-image:url(/web/img16/pill.png);}
.img16-sexmale {background-image:url(/web/img16/sexmale.png);}
.img16-zone-add {background-image:url(/web/img16/zone-add.png);}
.img16-zone-alert {background-image:url(/web/img16/zone-alert.png);}
.img16-zone-del {background-image:url(/web/img16/zone-del.png);}
.img16-zone-edit {background-image:url(/web/img16/zone-edit.png);}
.img16-zone-label {background-image:url(/web/img16/zone-label.png);}
.img16-zone-medium {background-image:url(/web/img16/zone-medium.png);}
.img16-zone-money {background-image:url(/web/img16/zone-money.png);}
.img16-zone-next {background-image:url(/web/img16/zone-next.png);}
.img16-zone-share {background-image:url(/web/img16/zone-share.png);}
.img16-zones-stack {background-image:url(/web/img16/zones-stack.png);}
.img16-zone {background-image:url(/web/img16/zone.png);}
.img16-zones {background-image:url(/web/img16/zones.png);}
.img16-slide-add {background-image:url(/web/img16/slide-add.png);}
.img16-slide-alert {background-image:url(/web/img16/slide-alert.png);}
.img16-slide-del {background-image:url(/web/img16/slide-del.png);}
.img16-slide-edit {background-image:url(/web/img16/slide-edit.png);}
.img16-slide-next {background-image:url(/web/img16/slide-next.png);}
.img16-slide {background-image:url(/web/img16/slide.png);}
.img16-slides {background-image:url(/web/img16/slides.png);}
.img16-socket-add {background-image:url(/web/img16/socket-add.png);}
.img16-socket-alert {background-image:url(/web/img16/socket-alert.png);}
.img16-socket-del {background-image:url(/web/img16/socket-del.png);}
.img16-socket-edit {background-image:url(/web/img16/socket-edit.png);}
.img16-socket-next {background-image:url(/web/img16/socket-next.png);}
.img16-sockets {background-image:url(/web/img16/sockets.png);}
.img16-socket {background-image:url(/web/img16/socket.png);}
.img16-world-socket {background-image:url(/web/img16/world-socket.png);}
.img16-sofa-add {background-image:url(/web/img16/sofa-add.png);}
.img16-sofa-alert {background-image:url(/web/img16/sofa-alert.png);}
.img16-sofa-del {background-image:url(/web/img16/sofa-del.png);}
.img16-sofa-edit {background-image:url(/web/img16/sofa-edit.png);}
.img16-sofa-next {background-image:url(/web/img16/sofa-next.png);}
.img16-sofa {background-image:url(/web/img16/sofa.png);}
.img16-sort-rating {background-image:url(/web/img16/sort-rating.png);}
.img16-point {background-image:url(/web/img16/point.png);}
.img16-points {background-image:url(/web/img16/points.png);}
.img16-power-supply {background-image:url(/web/img16/power-supply.png);}
.img16-price-next {background-image:url(/web/img16/price-next.png);}
.img16-price-tag-add {background-image:url(/web/img16/price-tag-add.png);}
.img16-price-tag-alert {background-image:url(/web/img16/price-tag-alert.png);}
.img16-price-tag-del {background-image:url(/web/img16/price-tag-del.png);}
.img16-price-tag-edit {background-image:url(/web/img16/price-tag-edit.png);}
.img16-processor-4 {background-image:url(/web/img16/processor-4.png);}
.img16-processor-8 {background-image:url(/web/img16/processor-8.png);}
.img16-processor-16 {background-image:url(/web/img16/processor-16.png);}
.img16-processor-24 {background-image:url(/web/img16/processor-24.png);}
.img16-processor-32 {background-image:url(/web/img16/processor-32.png);}
.img16-processor-48 {background-image:url(/web/img16/processor-48.png);}
.img16-processor-64 {background-image:url(/web/img16/processor-64.png);}
.img16-processor-128 {background-image:url(/web/img16/processor-128.png);}
.img16-skull-happy {background-image:url(/web/img16/skull-happy.png);}
.img16-skull-mad {background-image:url(/web/img16/skull-mad.png);}
.img16-skull-old {background-image:url(/web/img16/skull-old.png);}
.img16-skull-sad {background-image:url(/web/img16/skull-sad.png);}
.img16-marker-alert {background-image:url(/web/img16/marker-alert.png);}
.img16-marker-del {background-image:url(/web/img16/marker-del.png);}
.img16-marker-edit {background-image:url(/web/img16/marker-edit.png);}
.img16-marker-next {background-image:url(/web/img16/marker-next.png);}
.img16-marker {background-image:url(/web/img16/marker.png);}
.img16-pin-add {background-image:url(/web/img16/pin-add.png);}
.img16-pin-alert {background-image:url(/web/img16/pin-alert.png);}
.img16-pin-del {background-image:url(/web/img16/pin-del.png);}
.img16-pin-edit {background-image:url(/web/img16/pin-edit.png);}
.img16-pin-next {background-image:url(/web/img16/pin-next.png);}
.img16-plug-add {background-image:url(/web/img16/plug-add.png);}
.img16-plug-alert {background-image:url(/web/img16/plug-alert.png);}
.img16-plug-connect {background-image:url(/web/img16/plug-connect.png);}
.img16-plug-del {background-image:url(/web/img16/plug-del.png);}
.img16-plug-disconnect-prohibition {background-image:url(/web/img16/plug-disconnect-prohibition.png);}
.img16-plug-disconnect {background-image:url(/web/img16/plug-disconnect.png);}
.img16-plug-edit {background-image:url(/web/img16/plug-edit.png);}
.img16-plug-next {background-image:url(/web/img16/plug-next.png);}
.img16-plug {background-image:url(/web/img16/plug.png);}
.img16-point-add {background-image:url(/web/img16/point-add.png);}
.img16-point-alert {background-image:url(/web/img16/point-alert.png);}
.img16-point-bronze {background-image:url(/web/img16/point-bronze.png);}
.img16-point-del {background-image:url(/web/img16/point-del.png);}
.img16-point-edit {background-image:url(/web/img16/point-edit.png);}
.img16-point-next {background-image:url(/web/img16/point-next.png);}
.img16-point-silver {background-image:url(/web/img16/point-silver.png);}
.img16-light-bulb-alert {background-image:url(/web/img16/light-bulb-alert.png);}
.img16-light-bulb-del {background-image:url(/web/img16/light-bulb-del.png);}
.img16-light-bulb-edit {background-image:url(/web/img16/light-bulb-edit.png);}
.img16-light-bulb-next {background-image:url(/web/img16/light-bulb-next.png);}
.img16-light-bulb-off {background-image:url(/web/img16/light-bulb-off.png);}
.img16-light-bulb {background-image:url(/web/img16/light-bulb.png);}
.img16-lighthouse-shine {background-image:url(/web/img16/lighthouse-shine.png);}
.img16-magnet-add {background-image:url(/web/img16/magnet-add.png);}
.img16-magnet-alert {background-image:url(/web/img16/magnet-alert.png);}
.img16-magnet-del {background-image:url(/web/img16/magnet-del.png);}
.img16-magnet-edit {background-image:url(/web/img16/magnet-edit.png);}
.img16-magnet-next {background-image:url(/web/img16/magnet-next.png);}
.img16-magnet {background-image:url(/web/img16/magnet.png);}
.img16-magnifier-add {background-image:url(/web/img16/magnifier-add.png);}
.img16-magnifier-alert {background-image:url(/web/img16/magnifier-alert.png);}
.img16-magnifier-del {background-image:url(/web/img16/magnifier-del.png);}
.img16-magnifier-edit {background-image:url(/web/img16/magnifier-edit.png);}
.img16-magnifier-history-left {background-image:url(/web/img16/magnifier-history-left.png);}
.img16-magnifier-history {background-image:url(/web/img16/magnifier-history.png);}
.img16-magnifier-left {background-image:url(/web/img16/magnifier-left.png);}
.img16-magnifier-next {background-image:url(/web/img16/magnifier-next.png);}
.img16-magnifier-zoom-actual-equal {background-image:url(/web/img16/magnifier-zoom-actual-equal.png);}
.img16-magnifier-zoom-actual {background-image:url(/web/img16/magnifier-zoom-actual.png);}
.img16-magnifier-zoom-fit {background-image:url(/web/img16/magnifier-zoom-fit.png);}
.img16-magnifier-zoom-in {background-image:url(/web/img16/magnifier-zoom-in.png);}
.img16-magnifier-zoom-out {background-image:url(/web/img16/magnifier-zoom-out.png);}
.img16-magnifier-zoom {background-image:url(/web/img16/magnifier-zoom.png);}
.img16-magnifier {background-image:url(/web/img16/magnifier.png);}
.img16-marker-add {background-image:url(/web/img16/marker-add.png);}
.img16-door-del {background-image:url(/web/img16/door-del.png);}
.img16-door-edit {background-image:url(/web/img16/door-edit.png);}
.img16-door-next {background-image:url(/web/img16/door-next.png);}
.img16-door-open-out {background-image:url(/web/img16/door-open-out.png);}
.img16-ear-add {background-image:url(/web/img16/ear-add.png);}
.img16-ear-alert {background-image:url(/web/img16/ear-alert.png);}
.img16-ear-del {background-image:url(/web/img16/ear-del.png);}
.img16-ear-edit {background-image:url(/web/img16/ear-edit.png);}
.img16-ear-listen {background-image:url(/web/img16/ear-listen.png);}
.img16-ear-next {background-image:url(/web/img16/ear-next.png);}
.img16-ear-right {background-image:url(/web/img16/ear-right.png);}
.img16-ear {background-image:url(/web/img16/ear.png);}
.img16-eye-add {background-image:url(/web/img16/eye-add.png);}
.img16-eye-alert {background-image:url(/web/img16/eye-alert.png);}
.img16-eye-close {background-image:url(/web/img16/eye-close.png);}
.img16-eye-del {background-image:url(/web/img16/eye-del.png);}
.img16-eye-edit {background-image:url(/web/img16/eye-edit.png);}
.img16-eye-half {background-image:url(/web/img16/eye-half.png);}
.img16-eye-next {background-image:url(/web/img16/eye-next.png);}
.img16-eye-red {background-image:url(/web/img16/eye-red.png);}
.img16-eye-simple {background-image:url(/web/img16/eye-simple.png);}
.img16-keyboard-add {background-image:url(/web/img16/keyboard-add.png);}
.img16-keyboard-alert {background-image:url(/web/img16/keyboard-alert.png);}
.img16-keyboard-del {background-image:url(/web/img16/keyboard-del.png);}
.img16-keyboard-edit {background-image:url(/web/img16/keyboard-edit.png);}
.img16-keyboard-next {background-image:url(/web/img16/keyboard-next.png);}
.img16-light-bulb-add {background-image:url(/web/img16/light-bulb-add.png);}
.img16-blueprint {background-image:url(/web/img16/blueprint.png);}
.img16-blueprints {background-image:url(/web/img16/blueprints.png);}
.img16-calendar-next {background-image:url(/web/img16/calendar-next.png);}
.img16-calendar-previous {background-image:url(/web/img16/calendar-previous.png);}
.img16-calendar-property {background-image:url(/web/img16/calendar-property.png);}
.img16-calendar-search-result {background-image:url(/web/img16/calendar-search-result.png);}
.img16-calendar-select-days-span {background-image:url(/web/img16/calendar-select-days-span.png);}
.img16-calendar-share {background-image:url(/web/img16/calendar-share.png);}
.img16-calendar-task {background-image:url(/web/img16/calendar-task.png);}
.img16-car-add {background-image:url(/web/img16/car-add.png);}
.img16-car-alert {background-image:url(/web/img16/car-alert.png);}
.img16-car-del {background-image:url(/web/img16/car-del.png);}
.img16-car-edit {background-image:url(/web/img16/car-edit.png);}
.img16-car-next {background-image:url(/web/img16/car-next.png);}
.img16-car-red {background-image:url(/web/img16/car-red.png);}
.img16-car-taxi {background-image:url(/web/img16/car-taxi.png);}
.img16-car {background-image:url(/web/img16/car.png);}
.img16-car-find {background-image:url(/web/img16/car-find.png);}
.img16-cassette-add {background-image:url(/web/img16/cassette-add.png);}
.img16-cassette-alert {background-image:url(/web/img16/cassette-alert.png);}
.img16-cassette-del {background-image:url(/web/img16/cassette-del.png);}
.img16-cassette-edit {background-image:url(/web/img16/cassette-edit.png);}
.img16-cassette-next {background-image:url(/web/img16/cassette-next.png);}
.img16-cutter-add {background-image:url(/web/img16/cutter-add.png);}
.img16-cutter-alert {background-image:url(/web/img16/cutter-alert.png);}
.img16-cutter-del {background-image:url(/web/img16/cutter-del.png);}
.img16-cutter-edit {background-image:url(/web/img16/cutter-edit.png);}
.img16-cutter-next {background-image:url(/web/img16/cutter-next.png);}
.img16-database-del {background-image:url(/web/img16/database-del.png);}
.img16-database-edit {background-image:url(/web/img16/database-edit.png);}
.img16-database-next {background-image:url(/web/img16/database-next.png);}
.img16-door-alert {background-image:url(/web/img16/door-alert.png);}
.img16-blue-document-smiley {background-image:url(/web/img16/blue-document-smiley.png);}
.img16-blue-document-stamp {background-image:url(/web/img16/blue-document-stamp.png);}
.img16-blue-document-sticky-note {background-image:url(/web/img16/blue-document-sticky-note.png);}
.img16-blue-document-sub {background-image:url(/web/img16/blue-document-sub.png);}
.img16-blue-document-table {background-image:url(/web/img16/blue-document-table.png);}
.img16-blue-document-tag {background-image:url(/web/img16/blue-document-tag.png);}
.img16-blue-document-task {background-image:url(/web/img16/blue-document-task.png);}
.img16-blue-folder-add {background-image:url(/web/img16/blue-folder-add.png);}
.img16-blue-folder-alert {background-image:url(/web/img16/blue-folder-alert.png);}
.img16-blue-folder-bookmark {background-image:url(/web/img16/blue-folder-bookmark.png);}
.img16-blue-folder-broken {background-image:url(/web/img16/blue-folder-broken.png);}
.img16-blue-folder-del {background-image:url(/web/img16/blue-folder-del.png);}
.img16-blue-folder-edit {background-image:url(/web/img16/blue-folder-edit.png);}
.img16-blue-folder-export {background-image:url(/web/img16/blue-folder-export.png);}
.img16-blue-folder-horizontal-open {background-image:url(/web/img16/blue-folder-horizontal-open.png);}
.img16-blue-folder-horizontal {background-image:url(/web/img16/blue-folder-horizontal.png);}
.img16-blue-folder-import {background-image:url(/web/img16/blue-folder-import.png);}
.img16-blue-folder-network-horizontal-open {background-image:url(/web/img16/blue-folder-network-horizontal-open.png);}
.img16-blue-folder-network-horizontal {background-image:url(/web/img16/blue-folder-network-horizontal.png);}
.img16-blue-folder-network {background-image:url(/web/img16/blue-folder-network.png);}
.img16-blue-folder-next {background-image:url(/web/img16/blue-folder-next.png);}
.img16-blue-folder-open {background-image:url(/web/img16/blue-folder-open.png);}
.img16-blue-folder-search-result {background-image:url(/web/img16/blue-folder-search-result.png);}
.img16-blue-folder-share {background-image:url(/web/img16/blue-folder-share.png);}
.img16-blueprint-add {background-image:url(/web/img16/blueprint-add.png);}
.img16-blueprint-alert {background-image:url(/web/img16/blueprint-alert.png);}
.img16-blueprint-del {background-image:url(/web/img16/blueprint-del.png);}
.img16-blueprint-edit {background-image:url(/web/img16/blueprint-edit.png);}
.img16-blueprint-next {background-image:url(/web/img16/blueprint-next.png);}
.img16-animal-monkey-sulky {background-image:url(/web/img16/animal-monkey-sulky.png);}
.img16-animal-monkey {background-image:url(/web/img16/animal-monkey.png);}
.img16-asterisk-small-yellow {background-image:url(/web/img16/asterisk-small-yellow.png);}
.img16-asterisk-small {background-image:url(/web/img16/asterisk-small.png);}
.img16-asterisk-yellow {background-image:url(/web/img16/asterisk-yellow.png);}
.img16-asterisk {background-image:url(/web/img16/asterisk.png);}
.img16-at-sign-document {background-image:url(/web/img16/at-sign-document.png);}
.img16-block-add {background-image:url(/web/img16/block-add.png);}
.img16-block-alert {background-image:url(/web/img16/block-alert.png);}
.img16-block-del {background-image:url(/web/img16/block-del.png);}
.img16-block-edit {background-image:url(/web/img16/block-edit.png);}
.img16-block-next {background-image:url(/web/img16/block-next.png);}
.img16-block-share {background-image:url(/web/img16/block-share.png);}
.img16-block-small {background-image:url(/web/img16/block-small.png);}
.img16-block {background-image:url(/web/img16/block.png);}
.img16-blue-document-search-result {background-image:url(/web/img16/blue-document-search-result.png);}
.img16-blue-document-share {background-image:url(/web/img16/blue-document-share.png);}
.img16-blue-document-shred {background-image:url(/web/img16/blue-document-shred.png);}
.img16-blue-document-smiley-sad {background-image:url(/web/img16/blue-document-smiley-sad.png);}
.img16-checkbox_yes {background-image:url(/web/img16/checkbox_yes.png);}
.img16-checkbox_no {background-image:url(/web/img16/checkbox_no.png);}
.img16-percent {background-image:url(/web/img16/pcent_red.png);}
.img16-pcent_red {background-image:url(/web/img16/pcent_red.png);}
.img16-cake {background-image:url(/web/img16/cake.png);}
.img16-headset {background-image:url(/web/img16/headset.png);}
.img16-fobox {background-image:url(/web/img16/fobox.png);}
.img16-fobox-blue {background-image:url(/web/img16/fobox-blue.png);}
.img16-huawei {background-image:url(/web/img16/huawei.png);}
.img16-datacom {background-image:url(/web/img16/datacom.png);}
.img16-olt {background-image:url(/web/img16/olt.png);}
.img16-olt2 {background-image:url(/web/img16/olt2.png);}
.img16-fhome {background-image:url(/web/img16/fhome.png);}
.img16-zte {background-image:url(/web/img16/zte.png);}
.img16-vsol {background-image:url(/web/img16/vsol.png);}
.img16-esocial {background-image:url(/web/img16/esocial.png);}
.img16-galaxpay {background-image:url(/web/img16/galaxpay1.png);}
.img16-f2b {background-image:url(/web/img16/f2b.png);}
.img16-pulsarpay {background-image:url(/web/img16/pulsarpay.png);}
.img16-iugu {background-image:url(/web/img16/iugu.png);}
.img16-ipblock {background-image:url(/web/img16/ipblock.png);}
.img16-zabbix {background-image: url(/web/img16/zabbix.png);}
.img16-layers-group {background-image:url(/web/img16/layers-group.png);}
.img16-whatsapp {background-image:url(/web/img16/whatsapp.png);}
.img16-juno {background-image:url(/web/img16/juno.png);}
.img16-negociarie {background-image:url(/web/img16/negociarie.png);}
.img16-pagbank {background-image:url(/web/img16/pagbank.png);}
.img16-voip {background-image:url(/web/img16/voip.png);}
.img16-bradesco {background-image:url(/web/img16/bank_237_16.png);}
.img16-nicdel {background-image:url(/web/img16/nicdel.png);}
.img16-road {background-image:url(/web/img16/road.png);}
.img16-drawer-open {background-image:url(/web/img16/drawer-open.png);}
.img16-rad_conf_def {background-image:url(/web/img16/rad_conf_def.png);}
.img16-deferir{background-image:url(/web/img16/deferir.png);}
.img16-mp3{background-image:url(/web/img16/mp3.png);}
.img16-csv{background-image:url(/web/img16/csv.png);}
.img16-iso{background-image:url(/web/img16/iso.png);}
.img16-mp4{background-image:url(/web/img16/mp4.png);}
.img16-zip{background-image:url(/web/img16/zip.png);}
.img16-avi{background-image:url(/web/img16/avi.png);}
.img16-phone-book{background-image:url(/web/img16/phone-book.png);}
.img16-old-telephone-ringing{background-image:url(/web/img16/old-telephone-ringing.png);}
.img16-phone-contact{background-image:url(/web/img16/phone-contact.png);}
.img16-telephone-of-old-design{background-image:url(/web/img16/telephone-of-old-design.png);}
.img16-tower-transmissions{background-image:url(/web/img16/tower-transmissions.png);}
.img16-worldwide-transmissions{background-image:url(/web/img16/worldwide-transmissions.png);}
.img16-telephone-with-a-bolt-on-screen{background-image:url(/web/img16/telephone-with-a-bolt-on-screen.png);}
.img16-telephone-auricular-with-cable{background-image:url(/web/img16/telephone-auricular-with-cable.png);}
.img16-smartphone-sending-data{background-image:url(/web/img16/smartphone-sending-data.png);}
.img16-smartphone-receiving-sign{background-image:url(/web/img16/smartphone-receiving-sign.png);}
.img16-005-path{background-image:url(/web/img16/005-path.png);}
.img16-004-checklists{background-image:url(/web/img16/004-checklists.png);}
.img16-024-process{background-image:url(/web/img16/024-process.png);}
.img16-029-strategic-plan{background-image:url(/web/img16/029-strategic-plan.png);}
.img16-034-workflow{background-image:url(/web/img16/034-workflow.png);}
.img16-compile-error{background-image:url(/web/img16/compile-error.png);}
.img16-compile-warning{background-image:url(/web/img16/compile-warning.png);}
.img16-compile{background-image:url(/web/img16/compile.png);}
.img16-dashboard--arrow{background-image:url(/web/img16/dashboard--arrow.png);}
.img16-dashboard--exclamation{background-image:url(/web/img16/dashboard--exclamation.png);}
.img16-dashboard--minus{background-image:url(/web/img16/dashboard--minus.png);}
.img16-dashboard--pencil{background-image:url(/web/img16/dashboard--pencil.png);}
.img16-dashboard--plus{background-image:url(/web/img16/dashboard--plus.png);}
.img16-dashboard-network{background-image:url(/web/img16/dashboard-network.png);}
.img16-dashboard{background-image:url(/web/img16/dashboard.png);}
.img16-document-number-0{background-image:url(/web/img16/document-number-0.png);}
.img16-document-number-1{background-image:url(/web/img16/document-number-1.png);}
.img16-document-number-2{background-image:url(/web/img16/document-number-2.png);}
.img16-document-number-3{background-image:url(/web/img16/document-number-3.png);}
.img16-document-number-4{background-image:url(/web/img16/document-number-4.png);}
.img16-document-number-5{background-image:url(/web/img16/document-number-5.png);}
.img16-document-number-6{background-image:url(/web/img16/document-number-6.png);}
.img16-document-number-7{background-image:url(/web/img16/document-number-7.png);}
.img16-document-number-8{background-image:url(/web/img16/document-number-8.png);}
.img16-document-number-9{background-image:url(/web/img16/document-number-9.png);}
.img16-document-number{background-image:url(/web/img16/document-number.png);}
.img16-drawer--arrow{background-image:url(/web/img16/drawer--arrow.png);}
.img16-drawer--exclamation{background-image:url(/web/img16/drawer--exclamation.png);}
.img16-drawer--minus{background-image:url(/web/img16/drawer--minus.png);}
.img16-drawer--pencil{background-image:url(/web/img16/drawer--pencil.png);}
.img16-drawer--plus{background-image:url(/web/img16/drawer--plus.png);}
.img16-drawer{background-image:url(/web/img16/drawer.png);}
.img16-exclamation--frame{background-image:url(/web/img16/exclamation--frame.png);}
.img16-exclamation-button{background-image:url(/web/img16/exclamation-button.png);}
.img16-exclamation-circle-frame{background-image:url(/web/img16/exclamation-circle-frame.png);}
.img16-exclamation-circle{background-image:url(/web/img16/exclamation-circle.png);}
.img16-exclamation-diamond-frame{background-image:url(/web/img16/exclamation-diamond-frame.png);}
.img16-exclamation-diamond{background-image:url(/web/img16/exclamation-diamond.png);}
.img16-exclamation-red-frame{background-image:url(/web/img16/exclamation-red-frame.png);}
.img16-exclamation-red{background-image:url(/web/img16/exclamation-red.png);}
.img16-exclamation-shield-frame{background-image:url(/web/img16/exclamation-shield-frame.png);}
.img16-exclamation-shield{background-image:url(/web/img16/exclamation-shield.png);}
.img16-exclamation-small-red{background-image:url(/web/img16/exclamation-small-red.png);}
.img16-exclamation-small-white{background-image:url(/web/img16/exclamation-small-white.png);}
.img16-exclamation-small{background-image:url(/web/img16/exclamation-small.png);}
.img16-exclamation-white{background-image:url(/web/img16/exclamation-white.png);}
.img16-gear--arrow{background-image:url(/web/img16/gear--arrow.png);}
.img16-gear--exclamation{background-image:url(/web/img16/gear--exclamation.png);}
.img16-gear--minus{background-image:url(/web/img16/gear--minus.png);}
.img16-gear--pencil{background-image:url(/web/img16/gear--pencil.png);}
.img16-gear--plus{background-image:url(/web/img16/gear--plus.png);}
.img16-gear{background-image:url(/web/img16/gear.png);}
.img16-hamburger{background-image:url(/web/img16/hamburger.png);}
.img16-hammer--arrow{background-image:url(/web/img16/hammer--arrow.png);}
.img16-hammer--exclamation{background-image:url(/web/img16/hammer--exclamation.png);}
.img16-hammer--minus{background-image:url(/web/img16/hammer--minus.png);}
.img16-hammer--pencil{background-image:url(/web/img16/hammer--pencil.png);}
.img16-hammer--plus{background-image:url(/web/img16/hammer--plus.png);}
.img16-hammer-left{background-image:url(/web/img16/hammer-left.png);}
.img16-hammer-screwdriver{background-image:url(/web/img16/hammer-screwdriver.png);}
.img16-hammer{background-image:url(/web/img16/hammer.png);}
.img16-layer--arrow{background-image:url(/web/img16/layer--arrow.png);}
.img16-layer--exclamation{background-image:url(/web/img16/layer--exclamation.png);}
.img16-layer--minus{background-image:url(/web/img16/layer--minus.png);}
.img16-layer--pencil{background-image:url(/web/img16/layer--pencil.png);}
.img16-layer--plus{background-image:url(/web/img16/layer--plus.png);}
.img16-leaf--arrow{background-image:url(/web/img16/leaf--arrow.png);}
.img16-leaf--exclamation{background-image:url(/web/img16/leaf--exclamation.png);}
.img16-leaf--minus{background-image:url(/web/img16/leaf--minus.png);}
.img16-leaf--pencil{background-image:url(/web/img16/leaf--pencil.png);}
.img16-leaf--plus{background-image:url(/web/img16/leaf--plus.png);}
.img16-leaf-wormhole{background-image:url(/web/img16/leaf-wormhole.png);}
.img16-leaf-yellow{background-image:url(/web/img16/leaf-yellow.png);}
.img16-leaf{background-image:url(/web/img16/leaf.png);}
.img16-leaf-red{background-image:url(/web/img16/leaf-red.png);}
.img16-light-bulb--arrow{background-image:url(/web/img16/light-bulb--arrow.png);}
.img16-light-bulb--exclamation{background-image:url(/web/img16/light-bulb--exclamation.png);}
.img16-light-bulb--minus{background-image:url(/web/img16/light-bulb--minus.png);}
.img16-light-bulb--pencil{background-image:url(/web/img16/light-bulb--pencil.png);}
.img16-light-bulb--plus{background-image:url(/web/img16/light-bulb--plus.png);}
.img16-light-bulb-code{background-image:url(/web/img16/light-bulb-code.png);}
.img16-light-bulb{background-image:url(/web/img16/light-bulb.png);}
.img16-lightning--arrow{background-image:url(/web/img16/lightning--arrow.png);}
.img16-lightning--exclamation{background-image:url(/web/img16/lightning--exclamation.png);}
.img16-lightning--minus{background-image:url(/web/img16/lightning--minus.png);}
.img16-lightning--pencil{background-image:url(/web/img16/lightning--pencil.png);}
.img16-lightning--plus{background-image:url(/web/img16/lightning--plus.png);}
.img16-lock--arrow{background-image:url(/web/img16/lock--arrow.png);}
.img16-lock--exclamation{background-image:url(/web/img16/lock--exclamation.png);}
.img16-lock--minus{background-image:url(/web/img16/lock--minus.png);}
.img16-lock--pencil{background-image:url(/web/img16/lock--pencil.png);}
.img16-lock--plus{background-image:url(/web/img16/lock--plus.png);}
.img16-lock-ssl{background-image:url(/web/img16/lock-ssl.png);}
.img16-lock-unlock{background-image:url(/web/img16/lock-unlock.png);}
.img16-lock-warning{background-image:url(/web/img16/lock-warning.png);}
.img16-lock{background-image:url(/web/img16/lock.png);}
.img16-luggage--arrow{background-image:url(/web/img16/luggage--arrow.png);}
.img16-luggage--exclamation{background-image:url(/web/img16/luggage--exclamation.png);}
.img16-luggage--minus{background-image:url(/web/img16/luggage--minus.png);}
.img16-luggage--pencil{background-image:url(/web/img16/luggage--pencil.png);}
.img16-luggage--plus{background-image:url(/web/img16/luggage--plus.png);}
.img16-luggage-tag{background-image:url(/web/img16/luggage-tag.png);}
.img16-luggage{background-image:url(/web/img16/luggage.png);}
.img16-processor-bit-008{background-image:url(/web/img16/processor-bit-008.png);}
.img16-processor-bit-016{background-image:url(/web/img16/processor-bit-016.png);}
.img16-processor-bit-024{background-image:url(/web/img16/processor-bit-024.png);}
.img16-processor-bit-032{background-image:url(/web/img16/processor-bit-032.png);}
.img16-processor-bit-048{background-image:url(/web/img16/processor-bit-048.png);}
.img16-processor-bit-064{background-image:url(/web/img16/processor-bit-064.png);}
.img16-processor-bit-128{background-image:url(/web/img16/processor-bit-128.png);}
.img16-processor-bit{background-image:url(/web/img16/processor-bit.png);}
.img16-road-sign{background-image:url(/web/img16/road-sign.png);}
.img16-star--arrow{background-image:url(/web/img16/star--arrow.png);}
.img16-star--exclamation{background-image:url(/web/img16/star--exclamation.png);}
.img16-star--minus{background-image:url(/web/img16/star--minus.png);}
.img16-star--pencil{background-image:url(/web/img16/star--pencil.png);}
.img16-star--plus{background-image:url(/web/img16/star--plus.png);}
.img16-star-empty{background-image:url(/web/img16/star-empty.png);}
.img16-star-half{background-image:url(/web/img16/star-half.png);}
.img16-switch--arrow{background-image:url(/web/img16/switch--arrow.png);}
.img16-switch--exclamation{background-image:url(/web/img16/switch--exclamation.png);}
.img16-switch--minus{background-image:url(/web/img16/switch--minus.png);}
.img16-switch--pencil{background-image:url(/web/img16/switch--pencil.png);}
.img16-switch--plus{background-image:url(/web/img16/switch--plus.png);}
.img16-system-monitor--arrow{background-image:url(/web/img16/system-monitor--arrow.png);}
.img16-system-monitor--exclamation{background-image:url(/web/img16/system-monitor--exclamation.png);}
.img16-system-monitor--minus{background-image:url(/web/img16/system-monitor--minus.png);}
.img16-system-monitor--pencil{background-image:url(/web/img16/system-monitor--pencil.png);}
.img16-system-monitor--plus{background-image:url(/web/img16/system-monitor--plus.png);}
.img16-system-monitor-network{background-image:url(/web/img16/system-monitor-network.png);}
.img16-traffic-light--arrow{background-image:url(/web/img16/traffic-light--arrow.png);}
.img16-traffic-light--exclamation{background-image:url(/web/img16/traffic-light--exclamation.png);}
.img16-traffic-light--minus{background-image:url(/web/img16/traffic-light--minus.png);}
.img16-traffic-light--pencil{background-image:url(/web/img16/traffic-light--pencil.png);}
.img16-traffic-light--plus{background-image:url(/web/img16/traffic-light--plus.png);}
.img16-traffic-light-green{background-image:url(/web/img16/traffic-light-green.png);}
.img16-traffic-light-off{background-image:url(/web/img16/traffic-light-off.png);}
.img16-traffic-light-red{background-image:url(/web/img16/traffic-light-red.png);}
.img16-traffic-light-single{background-image:url(/web/img16/traffic-light-single.png);}
.img16-traffic-light-yellow{background-image:url(/web/img16/traffic-light-yellow.png);}
.img16-weight--arrow{background-image:url(/web/img16/weight--arrow.png);}
.img16-weight--exclamation{background-image:url(/web/img16/weight--exclamation.png);}
.img16-weight--minus{background-image:url(/web/img16/weight--minus.png);}
.img16-weight--pencil{background-image:url(/web/img16/weight--pencil.png);}
.img16-weight--plus{background-image:url(/web/img16/weight--plus.png);}
.img16-wrench--arrow{background-image:url(/web/img16/wrench--arrow.png);}
.img16-wrench--exclamation{background-image:url(/web/img16/wrench--exclamation.png);}
.img16-wrench--minus{background-image:url(/web/img16/wrench--minus.png);}
.img16-wrench--pencil{background-image:url(/web/img16/wrench--pencil.png);}
.img16-wrench--plus{background-image:url(/web/img16/wrench--plus.png);}
.img16-wrench-screwdriver{background-image:url(/web/img16/wrench-screwdriver.png);}
.img16-wrench{background-image:url(/web/img16/wrench.png);}
.img16-pneu-furado{background-image:url(/web/img16/pneu-furado.png);}
.img16-172-volante{background-image:url(/web/img16/172-volante.png);}
.img16-volante{background-image:url(/web/img16/volante.png);}
.img16-pneu{background-image:url(/web/img16/pneu.png);}
.img16-suspensao{background-image:url(/web/img16/suspensao.png);}
.img16-motor{background-image:url(/web/img16/motor.png);}
.img16-018-oil{background-image:url(/web/img16/018-oil.png);}
.img16-022-gas-station{background-image:url(/web/img16/022-gas-station.png);}
.img16-017-engine{background-image:url(/web/img16/017-engine.png);}
.img16-zone-select{background-image:url(/web/img16/zone-select.png);}
.img16-vector{background-image:url(/web/img16/vector.png);}
.img16-nolines_minus{background-image:url(/web/img16/nolines_minus.gif);}
.img16-nolines_plus{background-image:url(/web/img16/nolines_plus.gif);}
.img16-plug-disconnect-prohibition-gif {background-image:url(/web/img16/plug-disconnect-prohibition.gif);}
.img16-connect_line {background-image:url(/web/img16/connect_line.gif);}
.img16-line_middle_join {background-image:url(/web/img16/line_middle_join.gif);}
.img16-line_bottom_join {background-image:url(/web/img16/line_bottom_join.gif);}
.img16-terminalgif{background-image:url(/web/img16/terminal.gif);}
.img16-application-terminal{background-image:url(/web/img16/application-terminal.gif);}
.img16-constructiongif{background-image:url(/web/img16/construction.gif);}
.img16-counter-count-up{background-image:url(/web/img16/counter-count-up.gif);}
.img16-counter-count{background-image:url(/web/img16/counter-count.gif);}
.img16-counter{background-image:url(/web/img16/counter.gif);}
.img16-lock-warning{background-image:url(/web/img16/lock-warning.gif);}
.img16-selection-input{background-image:url(/web/img16/selection-input.gif);}
.img16-selection-select-input{background-image:url(/web/img16/selection-select-input.gif);}
.img16-selection-select{background-image:url(/web/img16/selection-select.gif);}
.img16-selection{background-image:url(/web/img16/selection.gif);}
.img16-terminal-medium{background-image:url(/web/img16/terminal-medium.gif);}
.img16-terminal-network{background-image:url(/web/img16/terminal-network.gif);}
.img16-ui-progress-bar-indeterminate{background-image:url(/web/img16/ui-progress-bar-indeterminate.gif);}
.img16-alarm-clock-warngif{background-image:url(/web/img16/alarm-clock-warn.gif);}
.img16-alarm-clock-addgif{background-image:url(/web/img16/alarm-clock-add.gif);}
.img16-alarm-clock-delgif{background-image:url(/web/img16/alarm-clock-del.gif);}
.img16-alarm-clock-editgif{background-image:url(/web/img16/alarm-clock-edit.gif);}
.img16-alarm-clock-nextgif{background-image:url(/web/img16/alarm-clock-next.gif);}
.img16-alarm-clock-select-remaingif{background-image:url(/web/img16/alarm-clock-select-remain.gif);}
.img16-alarm-clock-selectgif{background-image:url(/web/img16/alarm-clock-select.gif);}
.img16-serverdelgif{background-image:url(/web/img16/serverdel.gif);}
.img16-servercheck2gif{background-image:url(/web/img16/servercheck2.gif);}
.img16-servercheckgif{background-image:url(/web/img16/servercheck.gif);}
.img16-savewarngif{background-image:url(/web/img16/savewarn.gif);}
.img16-reportwarngif{background-image:url(/web/img16/reportwarn.gif);}
.img16-reportstackgif{background-image:url(/web/img16/reportstack.gif);}
.img16-reportsharegif{background-image:url(/web/img16/reportshare.gif);}
.img16-reportnextgif{background-image:url(/web/img16/reportnext.gif);}
.img16-reportimggif{background-image:url(/web/img16/reportimg.gif);}
.img16-reledelgif{background-image:url(/web/img16/reledel.gif);}
.img16-releaddgif{background-image:url(/web/img16/releadd.gif);}
.img16-ppwarngif{background-image:url(/web/img16/ppwarn.gif);}
.img16-ppnextgif{background-image:url(/web/img16/ppnext.gif);}
.img16-alertgif{background-image:url(/web/img16/alert.gif);}
.img16-nic_alarme {background-image:url(/web/img16/nic_alarme.png);}
.img16-script_plus {background-image:url(/web/img16/script_plus.png);}
.img16-network_ethernet {background-image:url(/web/img16/network-ethernet.png);}
.img16-surf {background-image:url(/web/img16/surf.png);}
.img16-americanet {background-image:url(/web/img16/americanet.png);}
.img16-play {background-image:url(/web/img16/play.png);}
.img16-bora {background-image:url(/web/img16/bora.png);}
.img16-campsoft {background-image:url(/web/img16/campsoft.png);}
.img16-watchtv {background-image:url(/web/img16/watchtv.png);}
.img16-splco {background-image:url(/web/img16/splco.png);}
.img16-tipbrasil {background-image:url(/web/img16/tipbrasil.png);}
.img16-user_group {background-image:url(/web/img16/user_group.png);}
.img16-playhub {background-image:url(/web/img16/playhub.png);}
.img16-shapper {background-image:url(/web/img16/shapper.png);}
.img16-leveduca {background-image:url(/web/img16/leveduca.png);}
.img16-cisco {
background-image: url(/web/img16/cisco.png);
}
.img16-broadband_router {
background-image: url(/web/img16/broadband_router.jpg);
}
/* icones 64x64 */
/* configurador */
.img64-icon {background-repeat: no-repeat; }
.img64gicon {height: 64px; width: 64px; min-height: 64px; min-width: 64px;}
/* padroes de componentes */
.img64-default, .img64-info {background-image:url(/web/img64/info.png);}
.img64-add {background-image: url(/web/img64/add.png); }
.img64-bag-blue {background-image: url(/web/img64/bag-blue.png); }
.img64-bag-red {background-image: url(/web/img64/bag-red.png); }
.img64-bag {background-image: url(/web/img64/bag.png); }
.img64-barcode {background-image: url(/web/img64/barcode.png); }
.img64-school-board, .img64-board {background-image: url(/web/img64/school-board.png); }
.img64-ballon-green {background-image: url(/web/img64/ballon-green.png); }
.img64-blocked {background-image: url(/web/img64/blocked.png); }
.img64-boxclosed-rar {background-image: url(/web/img64/boxclosed-rar.png); }
.img64-boxclosed-tar {background-image: url(/web/img64/boxclosed-tar.png); }
.img64-boxclosed-zip {background-image: url(/web/img64/boxclosed-zip.png); }
.img64-boxmetal-black {background-image: url(/web/img64/boxmetal-black.png); }
.img64-boxmetal-blue {background-image: url(/web/img64/boxmetal-blue.png); }
.img64-boxmetal-orange {background-image: url(/web/img64/boxmetal-orange.png); }
.img64-boxmetal-wood {background-image: url(/web/img64/boxmetal-wood.png); }
.img64-boxmetal {background-image: url(/web/img64/boxmetal.png); }
.img64-boxpaper-black {background-image: url(/web/img64/boxpaper-black.png); }
.img64-boxpaper-blue {background-image: url(/web/img64/boxpaper-blue.png); }
.img64-boxpaper-green {background-image: url(/web/img64/boxpaper-green.png); }
.img64-boxpaper-open-black {background-image: url(/web/img64/boxpaper-open-black.png); }
.img64-boxpaper-open-blue {background-image: url(/web/img64/boxpaper-open-blue.png); }
.img64-boxpaper-openfiles-black {background-image: url(/web/img64/boxpaper-openfiles-black.png); }
.img64-boxpaper-openfiles-blue {background-image: url(/web/img64/boxpaper-openfiles-blue.png); }
.img64-boxpaper-openfiles-green {background-image: url(/web/img64/boxpaper-openfiles-green.png); }
.img64-boxwood-open {background-image: url(/web/img64/boxwood-open.png); }
.img64-boxwood {background-image: url(/web/img64/boxwood.png); }
.img64-bulb-off {background-image: url(/web/img64/bulb-off.png); }
.img64-bulb-on {background-image: url(/web/img64/bulb-on.png); }
.img64-cd-fire {background-image: url(/web/img64/cd-fire.png); }
.img64-hive {background-image: url(/web/img64/hive64.png); }
.img64-cancel {background-image: url(/web/img64/cancel.png); }
.img64-cart-full {background-image: url(/web/img64/cart-full.png); }
.img64-cart-good {background-image: url(/web/img64/cart-good.png); }
.img64-cart {background-image: url(/web/img64/cart.png); }
.img64-cat {background-image: url(/web/img64/cat.png); }
.img64-catalog {background-image: url(/web/img64/catalog.png); }
.img64-chat-box {background-image: url(/web/img64/chat-box.png); }
.img64-chat {background-image: url(/web/img64/chat.png); }
.img64-chatb {background-image: url(/web/img64/chatb.png); }
.img64-chats {background-image: url(/web/img64/chats.png); }
.img64-chart-bar {background-image: url(/web/img64/chart-bar.png); }
.img64-chart-line {background-image: url(/web/img64/chart-line.png); }
.img64-checkbox {background-image: url(/web/img64/checkbox.png); }
.img64-clients {background-image: url(/web/img64/clients.png); }
.img64-clock-modern {background-image: url(/web/img64/clock-modern.png); }
.img64-clock-off {background-image: url(/web/img64/clock-off.png); }
.img64-clock-red {background-image: url(/web/img64/clock-red.png); }
.img64-clock-yellow {background-image: url(/web/img64/clock-yellow.png); }
.img64-confirm {background-image: url(/web/img64/confirm.png); }
.img64-contacts {background-image: url(/web/img64/contacts.png); }
.img64-creditcard {background-image: url(/web/img64/creditcard.png); }
.img64-creditcard-visa {background-image: url(/web/img64/creditcard-visa.png); }
.img64-creditcard-mastercard {background-image: url(/web/img64/creditcard-mastercard.png); }
.img64-datacenter {background-image: url(/web/img64/datacenter.png); }
.img64-directory-class {background-image: url(/web/img64/directory-class.png); }
.img64-documentation {background-image: url(/web/img64/documentation.png); }
.img64-email-open {background-image: url(/web/img64/email-open.png); }
.img64-eraser {background-image: url(/web/img64/eraser.png); }
.img64-error {background-image: url(/web/img64/error.png); }
.img64-exit {background-image: url(/web/img64/exit.png); }
.img64-flag {background-image: url(/web/img64/flag.png); }
.img64-group {background-image: url(/web/img64/group.png); }
.img64-group-off {background-image: url(/web/img64/group-off.png); }
.img64-globe1 {background-image: url(/web/img64/globe1.png); }
.img64-globe2 {background-image: url(/web/img64/globe2.png); }
.img64-help {background-image: url(/web/img64/help.png); }
.img64-key3d {background-image: url(/web/img64/key3d.png); }
.img64-key {background-image: url(/web/img64/key.png); }
.img64-map {background-image: url(/web/img64/map.png); }
.img64-money-chart {background-image: url(/web/img64/money-chart.png); }
.img64-message {background-image: url(/web/img64/message.png); }
.img64-message-ballon {background-image: url(/web/img64/message-ballon.png); }
.img64-network {background-image: url(/web/img64/network.png); }
.img64-network-local {background-image: url(/web/img64/network-local.png); }
.img64-paypal {background-image: url(/web/img64/paypal.png); }
.img64-photo-view {background-image: url(/web/img64/photo-view.png); }
.img64-refresh {background-image: url(/web/img64/refresh.png); }
.img64-recycle-full {background-image: url(/web/img64/recycle-full.png); }
.img64-robot-cleaner {background-image: url(/web/img64/robot-cleaner.png); }
.img64-robot-cleaner-angry {background-image: url(/web/img64/robot-cleaner-angry.png); }
.img64-sack-blue {background-image: url(/web/img64/sack-blue.png); }
.img64-service-bell {background-image: url(/web/img64/service-bell.png); }
.img64-share-world {background-image: url(/web/img64/share-world.png); }
.img64-tag-blue {background-image: url(/web/img64/tag-blue.png); }
.img64-tag-green {background-image: url(/web/img64/tag-green.png); }
.img64-tag-red {background-image: url(/web/img64/tag-red.png); }
.img64-tag-orange {background-image: url(/web/img64/tag-orange.png); }
.img64-tasks {background-image: url(/web/img64/tasks.png); }
.img64-truck-blue {background-image: url(/web/img64/truck-blue.png); }
.img64-truck-red {background-image: url(/web/img64/truck-red.png); }
.img64-truck {background-image: url(/web/img64/truck.png); }
.img64-twitter-mark {background-image: url(/web/img64/twitter-mark.png); }
.img64-user-info {background-image: url(/web/img64/user-info.png); }
.img64-user-boss {background-image: url(/web/img64/user-boss.png); }
.img64-user-female {background-image: url(/web/img64/user-female.png); }
.img64-user-headset {background-image: url(/web/img64/user-headset.png); }
.img64-user {background-image: url(/web/img64/user.png); }
.img64-wallet-empty {background-image: url(/web/img64/wallet-empty.png); }
.img64-wallet-manager {background-image: url(/web/img64/wallet-manager.png); }
.img64-wallet {background-image: url(/web/img64/wallet.png); }
.img64-warning {background-image: url(/web/img64/warning.png); }
.img64-write {background-image: url(/web/img64/write.png); }
.img64-web {background-image: url(/web/img64/web.png); }
.img64-bug {background-image: url(/web/img64/bug.png); }
.img64-bomb {background-image: url(/web/img64/bomb.png); }
.img64-clock {background-image: url(/web/img64/clock.png); }
.img64-ghost {background-image: url(/web/img64/ghost.png); }
.img64-terminal {background-image: url(/web/img64/terminal.png); }
.img64-sys-graph {background-image: url(/web/img64/sys-graph.png); }
.img64-sys-mon {background-image: url(/web/img64/sys-mon.png); }
.img64-app-mon {background-image: url(/web/img64/app-mon.png); }
.img64-certificate {background-image: url(/web/img64/certificate.png); }
.img64-license, .img64-serial {background-image: url(/web/img64/license.png); }
.img64-language {background-image: url(/web/img64/language.png); }
.img64-pipe, .img64-bandwidth {background-image: url(/web/img64/pipe.png); }
.img64-vcalendar {background-image: url(/web/img64/vcalendar.png); }
.img64-vcard {background-image: url(/web/img64/vcard.png); }
.img64-dia {background-image: url(/web/img64/dia.png); }
.img64-binoculars, .img64-find, .img64-lookup {background-image: url(/web/img64/find.png); }
.img64-star, .img64-best, .img64-good {background-image: url(/web/img64/star.png); }
.img64-calendar {background-image: url(/web/img64/calendar.png);}
body {background-color: #184355;  background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}.auth{background-color: #184355;  background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover; }.auth_postauth{ background: linear-gradient(to bottom,#3a8dc8 0,#0d1621 100%) !important;}.desktop-icons{font-size: 12px;height: auto;color: #FFFFFF;}.desktop-item-inner{padding: 5px 5px;text-shadow: 1px 1px #000;}