
 /*  /io/lizark/ui/css/components/rbox.css   */ 
[behavior=rbox] > * {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    float: left !important;
    clear: both !important;
}

 /*  /io/lizark/ui/css/components/hbox.css   */ 
[behavior='hbox'] {
    overflow: visible !important;
    font-size: 0 !important;
}

[behavior='hbox'] > * {
    position: relative;
    display: inline-block !important;
    font-size: medium;
    left: 0 !important;
    top: 0 !important;
}

[vertical-align="top"] > * {
    vertical-align: top !important;
}

[vertical-align="bottom"] > * {
    vertical-align: bottom !important;
}

[vertical-align="middle"] > * {
    vertical-align: middle !important;
}

 /*  /io/lizark/ui/css/components/vbox.css   */ 
[behavior=vbox] {
    overflow: visible !important;
}

[behavior=vbox] > * {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    float: left !important;
    clear: both !important;
}

 /*  /io/lizark/ui/css/base/inset.css   */ 
[inset='0'] {
    box-shadow: none !important;
}

[inset='1'] {
    box-shadow: inset 0 2px 1px -1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.04);
}

[inset='2'] {
    box-shadow: inset 0 3px 1px -2px rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

[inset='3'] {
    box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.15), 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.04);
}

[inset='4'] {
    box-shadow: inset 0 2px 4px -1px rgba(0, 0, 0, 0.15), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.04);
}

[inset='5'] {
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.15), 0 5px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
}

[inset='6'] {
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.15), 0 6px 10px 0 rgba(0, 0, 0, 0.06), 0 1px 18px 0 rgba(0, 0, 0, 0.04);
}

[inset='7'] {
    box-shadow: inset 0 4px 5px -2px rgba(0, 0, 0, 0.15), 0 7px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 16px 1px rgba(0, 0, 0, 0.04);
}

[inset='8'] {
    box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.15), 0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.04);
}

[inset='9'] {
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.15), 0 9px 12px 1px rgba(0, 0, 0, 0.06), 0 3px 16px 2px rgba(0, 0, 0, 0.04);
}

[inset='10'] {
    box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.15), 0 10px 14px 1px rgba(0, 0, 0, 0.06), 0 4px 18px 3px rgba(0, 0, 0, 0.04);
}

[inset='11'] {
    box-shadow: inset 0 6px 7px -4px rgba(0, 0, 0, 0.15), 0 11px 15px 1px rgba(0, 0, 0, 0.06), 0 4px 20px 3px rgba(0, 0, 0, 0.04);
}

[inset='12'] {
    box-shadow: inset 0 7px 8px -4px rgba(0, 0, 0, 0.15), 0 12px 17px 2px rgba(0, 0, 0, 0.06), 0 5px 22px 4px rgba(0, 0, 0, 0.04);
}

[inset='13'] {
    box-shadow: inset 0 7px 8px -4px rgba(0, 0, 0, 0.15), 0 13px 19px 2px rgba(0, 0, 0, 0.06), 0 5px 24px 4px rgba(0, 0, 0, 0.04);
}

[inset='14'] {
    box-shadow: inset 0 7px 9px -4px rgba(0, 0, 0, 0.15), 0 14px 21px 2px rgba(0, 0, 0, 0.06), 0 5px 26px 4px rgba(0, 0, 0, 0.04);
}

[inset='15'] {
    box-shadow: inset 0 8px 9px -5px rgba(0, 0, 0, 0.15), 0 15px 22px 2px rgba(0, 0, 0, 0.06), 0 6px 28px 5px rgba(0, 0, 0, 0.04);
}

[inset='16'] {
    box-shadow: inset 0 8px 10px -5px rgba(0, 0, 0, 0.15), 0 16px 24px 2px rgba(0, 0, 0, 0.06), 0 6px 30px 5px rgba(0, 0, 0, 0.04);
}

[inset='17'] {
    box-shadow: inset 0 8px 11px -5px rgba(0, 0, 0, 0.15), 0 17px 26px 2px rgba(0, 0, 0, 0.06), 0 6px 32px 5px rgba(0, 0, 0, 0.04);
}

[inset='18'] {
    box-shadow: inset 0 9px 11px -5px rgba(0, 0, 0, 0.15), 0 18px 28px 2px rgba(0, 0, 0, 0.06), 0 7px 34px 6px rgba(0, 0, 0, 0.04);
}

[inset='19'] {
    box-shadow: inset 0 9px 12px -6px rgba(0, 0, 0, 0.15), 0 19px 29px 2px rgba(0, 0, 0, 0.06), 0 7px 36px 6px rgba(0, 0, 0, 0.04);
}

[inset='20'] {
    box-shadow: inset 0 10px 13px -6px rgba(0, 0, 0, 0.15), 0 20px 31px 3px rgba(0, 0, 0, 0.06), 0 8px 38px 7px rgba(0, 0, 0, 0.04);
}

[inset='21'] {
    box-shadow: inset 0 10px 13px -6px rgba(0, 0, 0, 0.15), 0 21px 33px 3px rgba(0, 0, 0, 0.06), 0 8px 40px 7px rgba(0, 0, 0, 0.04);
}

[inset='22'] {
    box-shadow: inset 0 10px 14px -6px rgba(0, 0, 0, 0.15), 0 22px 35px 3px rgba(0, 0, 0, 0.06), 0 8px 42px 7px rgba(0, 0, 0, 0.04);
}

[inset='23'] {
    box-shadow: inset 0 11px 14px -7px rgba(0, 0, 0, 0.15), 0 23px 36px 3px rgba(0, 0, 0, 0.06), 0 9px 44px 8px rgba(0, 0, 0, 0.04);
}

[inset='24'] {
    box-shadow: inset 0 11px 15px -7px rgba(0, 0, 0, 0.15), 0 24px 38px 3px rgba(0, 0, 0, 0.06), 0 9px 46px 8px rgba(0, 0, 0, 0.04);
}

 /*  /io/lizark/ui/css/base/ripple.css   */ 
[ripple-effect] {
  overflow: hidden;
}

.ripple {
  position: absolute !important;

  -ms-transform-origin: 0 0;
  transform-origin: 0 0;

  width: 0;
  height: 0;

  border-radius: 50%;

  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  transition: background-color 0.4s ease-out, width 0.4s linear, height 0.4s linear;

  pointer-events: none;
  opacity: 1;
  background-color: rgba(0,0,0,0);
}

.ripple[rippling][delay-transition] {
  transition-delay: 0.3s !important;
}

 /*  /io/lizark/ui/css/base/ink.css   */ 
[ink] {
    z-index: 10000;
    position: absolute;
    pointer-events: none;

    -ms-transform: scale(0);
    transform: scale(0);

    border-radius: 50%;
    opacity: 1;

    transition: transform .9s cubic-bezier(.25, .8, .25, 1), opacity 0.9s cubic-bezier(0.49, 0.24, 0.18, 1);
}

[ink][show] {
    -ms-transform: scale(1);
    transform: scale(1);
}

 /*  /io/lizark/ui/css/base/elevation.css   */ 
[elevation='0'] {
    box-shadow: none !important;
}

[elevation='1'] {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)
}

[elevation='2'] {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

[elevation='3'] {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
}

[elevation='4'] {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

[elevation='5'] {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

[elevation='6'] {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)
}

[elevation='7'] {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)
}

[elevation='8'] {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

[elevation='9'] {
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)
}

[elevation='10'] {
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)
}

[elevation='11'] {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)
}

[elevation='12'] {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)
}

[elevation='13'] {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)
}

[elevation='14'] {
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)
}

[elevation='15'] {
    box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)
}

[elevation='16'] {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)
}

[elevation='17'] {
    box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)
}

[elevation='18'] {
    box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)
}

[elevation='19'] {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)
}

[elevation='20'] {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)
}

[elevation='21'] {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)
}

[elevation='22'] {
    box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)
}

[elevation='23'] {
    box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)
}

[elevation='24'] {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)
}


 /*  /io/lizark/ui/css/base/roboto.css   */ 
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../font/io/lizark/ui/font/Roboto400LatinExt.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../font/io/lizark/ui/font/Roboto400Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/io/lizark/ui/font/Roboto700LatinExt.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/io/lizark/ui/font/Roboto700Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/io/lizark/ui/font/Roboto500LatinExt.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/io/lizark/ui/font/Roboto500Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../font/io/lizark/ui/font/Roboto400univ.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/io/lizark/ui/font/Roboto500univ.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/io/lizark/ui/font/Roboto700univ.woff') format('woff');
}


 /*  /io/lizark/ui/css/base/icons.css   */ 
/* fallback */
@font-face {
  font-family: 'Material';
  font-style: normal;
  font-weight: 400;
  src: url('../font/io/lizark/ui/font/MaterialIcons-Regular.eot');
  src: local('Material'), local('MaterialIcons-Regular'),
  		url('../font/io/lizark/ui/font/MaterialIcons-Regular.woff2') format('woff2'),
		url('../font/io/lizark/ui/font/MaterialIcons-Regular.woff') format('woff'),
		url('../font/io/lizark/ui/font/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Artistic';
  font-style: normal;
  src: url('../font/io/lizark/ui/font/fa-regular-400.eot');
  src: local('Artistic'), local('fa-regular-400'),
  url('../font/io/lizark/ui/font/fa-regular-400.woff2') format('woff2'),
  url('../font/io/lizark/ui/font/fa-regular-400.woff') format('woff'),
  url('../font/io/lizark/ui/font/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Brands';
  font-style: normal;
  src: url('../font/io/lizark/ui/font/fa-brands-400.eot');
  src: local('Brands'), local('fa-brands-400'),
  url('../font/io/lizark/ui/font/fa-brands-400.woff2') format('woff2'),
  url('../font/io/lizark/ui/font/fa-brands-400.woff') format('woff'),
  url('../font/io/lizark/ui/font/fa-brands-400.ttf') format('truetype');
}

i[icon] {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

 /*  /io/lizark/ui/css/base/base.css   */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: none;
    padding: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

* {
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;
    overflow: hidden;
}

body {
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#app {
    width: 100%;
    height: 100%;
}

#app[test-single-component] {
    border: solid 3px red;
    left:10px !important;
    top:10px !important;
    right:10px !important;
    bottom:10px !important;
    width: auto !important;
    height: auto !important;
}

[lizark] {
    overflow: hidden;
}

[visible=false]{
    display: none !important;
}

[transparent=true] {
    visibility: hidden;
    /*opacity: 0 !important;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}

/*[enabled=false] {*/
/*}*/

[disable-owner] {
    /*opacity: 0.5 !important;*/
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

[disable-owner]:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1,0,0,0);
}

[vc] {
    top: 50% !important;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

[hc] {
    left: 50% !important;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[vc][hc]{
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

button {
    color: inherit;
    font-size: inherit;
}

[no-pointer-events] {
    pointer-events: none;
}

#popupLayer[active=true] {
    top: 0;
}

#popupLayer {
    width: 100%;
    height: 100%;
    left: 0;
    top: -10000px;

    -ms-transform: translateX(0);
    transform: translateX(0);
}

#uiLock {
    width: 100%;
    height: 100%;
    z-index: 2500;
}

input[type=file]{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

input[type=text]::-ms-clear {
    display: none;
}

[virtual-gpu-context] {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

[lz-link] {
    cursor: pointer;
}

body, input, textarea, select, button {
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

[monospace] [input] {
    font-family: "Courier New";
}

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

 /*  /io/lizark/ui/css/components/paragraph.css   */ 
[behavior='paragraph'] {
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 12px;
}

[behavior='paragraph'] > * {
    position: relative;
}

 /*  /io/lizark/ui/css/components/error-emitter.css   */ 
[behavior='error-emitter'] {
    top: 0;
    width: 0;
    height: 0;
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);

    transition: transform 150ms linear 0s, width 0ms linear 150ms, height 0ms linear 150ms;
    z-index: 2460;
}

[behavior='error-emitter'][active] {
    -ms-transform: translateY(0);
    transform: translateY(0);

    transition: transform 150ms linear 0s, width 0ms linear 0ms, height 0ms linear 0ms;
}

[behavior='error-emitter'] > span,
[behavior='error-emitter'] > i {
    color: inherit;
}

 /*  /io/lizark/ui/css/components/choice.css   */ 
[behavior='choice'] {
    height: auto;
    background-color: transparent;
}

[behavior='choice'] [c-label] {
    font-size: 14px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px;
}

[behavior='choice'] [c-list] {
    position: relative;
    display: table-cell;
    font-size: 0;
    list-style-type: none;
    width: auto;
    height: 24px;
}

[behavior='choice'] [c-item] {
    font-size: medium;
    position: relative;
    width: auto;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    padding: 0 12px;
}

[behavior='choice'] [c-list] > [c-line] {
    height: 100%;
    bottom: 0;
    border-radius: 3px;
    font-size: medium;
}

[behavior='choice'] [c-item] > p {
    font-size: 14px;
    position: relative;
    display: block;
    font-weight: 500;
}

[behavior='choice'] [c-item]:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

 /*  /io/lizark/ui/css/components/popover.css   */ 
[behavior='popover'] {
    height: auto;
    overflow: hidden;

    background-color: white;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    border-radius: 2px;
    z-index: 2380;
}

[behavior='popover'] > * {
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

 /*  /io/lizark/ui/css/components/tabview.css   */ 
/* tabview -> viewTargetBox -> children */
[behavior='tabview'] > [behavior='box'] > * {
    width: 100% !important;
    left: 0 !important;
    top: 24px !important;
    bottom: 0 !important;
}

/* tabview -> viewTargetBoxContainer */
[behavior='tabview'] > [native-marker='separator'] {
    background-color: rgba(0,0,0,0.1);
}

 /*  /io/lizark/ui/css/components/fast-menu.css   */ 
[behavior='fast-menu'] {
    width: 75px;
    height: 100%;
}

[behavior='fast-menu-container-item'] .fmc-block {
    width: 75px;
}

[behavior='fast-menu-container-item'] .fmc-arrow {
    width: 10px;
    height: 10px;
    transform: translate(-50%, 50%) rotate(45deg);
}

[behavior='fast-menu-container-item'] .fm-container,
[behavior='fast-menu'] .fm-container {
    position: relative;
    display: block;
    height: 65px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

[behavior='fast-menu-container-item'] .fm-content-wrapper,
[behavior='fast-menu'] .fm-content-wrapper {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[behavior='fast-menu-container-item'] .fm-icon,
[behavior='fast-menu'] .fm-icon {
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}

[behavior='fast-menu-container-item'] .fm-label,
[behavior='fast-menu'] .fm-label {
    position: relative;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

[behavior='fast-menu-container-item'] {
    border-radius: 4px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

[behavior='fast-menu-container-item'] .fmc-block {
    position: relative;
    display: inline-block;
}

 /*  /io/lizark/ui/css/components/label.css   */ 
[behavior='label'] {
    font-size: 13px;
    cursor:inherit;
    vertical-align: top;
}

[behavior='label'][form] {
    line-height: 24px;
}

 /*  /io/lizark/ui/css/components/menu-layer.css   */ 
#menuLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5000px;
    left: 0;

    background-color: rgba(0,0,0,0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 2001;
}

body[not-ie] > #menuLayer {
    transition: background-color 0.375s cubic-bezier(0.4,0,0.2,1);
}

#menuLayer[show] {
    top: 0;
    background-color: rgba(0,0,0,0.4);
}

#menuLayer[show][light] {
    background-color: rgba(0,0,0,0);
}

 /*  /io/lizark/ui/css/components/video.css   */ 
[behavior='video'] {
    max-width: 100%;
    max-height: 100%;
}

 /*  /io/lizark/ui/css/components/bind-manager.css   */ 
#bind-manager-line-layer {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

[lz-bindable][blocked] {
    opacity: 0.3;
}

 /*  /io/lizark/ui/css/components/data-source.css   */ 
[behavior='data-source'] {
    width: 100%;
    height: 26px;
    padding: 2px 0;
}

[behavior='data-source'] .ds-container {
    position: relative;
    width: 100%;
    height: 100%;
}

[behavior='data-source'] .ds-content {
    font-size: 13px;
    line-height: 22px;
    left: 32px;
    right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[behavior='data-source'][positioning='right'] .ds-content {
    left: 12px;
    right: 32px;
}

[behavior='data-source'] .b-circle-comp {
    left: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

[behavior='data-source'][positioning='right'] .b-circle-comp {
    left: auto;
    right: 8px;
}

[behavior='data-source'] .b-circle-comp i {
    font-size: 16px;
    display: none;
}

[behavior='data-source'] .b-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid;
}


[behavior='data-source'] .b-internal-circle {
    display: none;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid;
}

[behavior='data-source'] .b-circle-comp:hover i[add-circle-icon] {
    display: inline-block;
}

[behavior='data-source'] [blocked].b-circle-comp i[add-circle-icon] {
    display: none;
}

[behavior='data-source'] [active].b-circle-comp i[add-circle-icon] {
    display: inline-block;
}

 /*  /io/lizark/ui/css/components/float-input.css   */ 
[behavior='floatinput'] {
    height: 32px;
        width: auto;
    font-size: 16px;
}

[behavior='floatinput'] [fi-label] {
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 2px;
    right: 0;
    bottom: 2px;

    -ms-transform-origin: left top;
    transform-origin: left top;
    opacity: 1;

    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

[behavior='floatinput'] > [fi-input-wrapper] {
    width: inherit;
    height: inherit;
}

[behavior='floatinput'] > [fi-counter]{
    position: relative;
    display: inline-block;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: auto;
    font-size: 10px;
    transform: translateY(-1px);
    padding: 0 8px 0 2px;
}

[behavior='floatinput'] input {
    font-size: 14px;
    bottom: 2px;
    left: 2px;
    width: 100%;

    border: none;
    background-color: rgba(0,0,0,0);
}

[behavior='floatinput'] input:focus {
    outline:none;
}

[behavior='floatinput'] [fi-label][position='up'] {
    -ms-transform: translateY(-60%) scale(0.75, 0.75);
    transform: translateY(-60%) scale(0.75, 0.75);
}

[behavior='floatinput'] [fi-label][position='hidden'] {
    opacity: 0;
}

[behavior='floatinput'] [fi-uline] {
    height: 1px;
    width: 100%;
    bottom: 0;

    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

[behavior='floatinput'] [fi-line] {
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 0;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: left, right;

    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

[behavior='floatinput'] [fi-line][visibility='opened'] {
    left: 0;
    right: 0;
}

[behavior='floatinput'] > [fi-input-wrapper] > i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    width: 24px;

    right: 2px;
    bottom: 2px;
}

[behavior='floatinput'][clear='true'] [fi-label] {
    right: 24px;
}

[behavior='floatinput'][clear='true'] [fi-input-wrapper] > input {
    padding-right: 24px;
}

 /*  /io/lizark/ui/css/components/item-viewer.css   */ 
[behavior='item-viewer'] {
    height: 24px !important;
    border-radius: 4px;
}

[behavior='item-viewer'] > span {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 22px !important;

    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[behavior='item-viewer'] > i {
    position: relative;
    padding: 0 2px 0 4px;
}

 /*  /io/lizark/ui/css/components/tag.css   */ 
[behavior='tag'] {
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 100px;
    cursor: inherit;
    display: inline-block;
    letter-spacing: 0.05rem;
    margin-top: 1px;
    margin-bottom: 1px;
}

[behavior='tag'] > [t-content] {
    position: relative;
    display: inline-block;
    padding: 3px 9px 3px 9px;
}

[behavior='tag'] > i {
     right: 4px;
     font-size: 14px;
     cursor: pointer;
 }

 /*  /io/lizark/ui/css/components/select.css   */ 
[behavior='select'] {
    border: 1px solid;
    height: 24px;
    cursor: pointer;
    background-size: 14px 14px;
    font-size: 14px;

    border-radius: 4px;
}

[behavior='select'] > i {
    font-size: 16px;
    right: 2px;
}

[behavior='select'] [st-value] {
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease-in-out;
}

[st-virtual-list][visibility='close']{
    height: 0 !important;
    opacity: 0;
}

[st-virtual-list] {
    opacity: 1;
    height: 178px;
    overflow-y: hidden;
    z-index: 2400;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

    border-radius: 3px;
    -ms-transform: translateZ(10px);
    transform: translateZ(10px);
    transition: 0.3s ease-in-out;
    transition-property: height, opacity;
}

[st-virtual-list] [st-item] {
    cursor: pointer;
    height: 24px;
    width: 100%;
}

[st-virtual-list] [st-item] > * {
    line-height: 24px;
}

[st-virtual-list] [st-item] > i,
[behavior='select'] [st-value] > i {
    left: 10px;
    font-size: 19px;
}

[st-virtual-list] [st-item] > span,
[behavior='select'] [st-value] > span {
    left: 40px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow-y: visible;
    overflow-x: hidden;
}


[st-virtual-list] [st-item][st-content='simple'] > span,
[behavior='select'] [st-value][st-content='simple'] > span {
    left: 10px;
}

[behavior='select'] [st-value] > span {
    right: 24px;
    height: 100%;
    line-height: 23px;
    overflow: hidden;
}

[st-virtual-list] [st-item] > span {
    right: 0;
}

[st-virtual-list] [st-viewport] {
    height: 178px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

[st-virtual-list] [st-viewport]:focus {
    outline: none;
}

[st-virtual-list] [st-scrollgen] {
    width: 1px;
}

[st-virtual-list] [select-hover-overlay] {
    width: 100%;
}

[behavior='select'] select {
    width: 100%;
    height: 100%;
    opacity: 0;
}

 /*  /io/lizark/ui/css/components/viewstack.css   */ 
[behavior='viewstack'] > * {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

 /*  /io/lizark/ui/css/components/image.css   */ 
[behavior='image'] {
    background-repeat: no-repeat;
    background-size: cover;
}


 /*  /io/lizark/ui/css/components/breadcrumb.css   */ 
[behavior='breadcrumb'] {
    font-size: 13px;
}

[behavior='breadcrumb'] .bc-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 4px;
}

[behavior='breadcrumb'] .bc-text {
    padding-left: 6px;
    padding-right: 6px;
}

[behavior='breadcrumb'] .bc-item,
[behavior='breadcrumb'] .bc-item .bc-separator,
[behavior='breadcrumb'] .bc-item .bc-text {
    position: relative;
    display: inline-block;
}

[behavior='breadcrumb'] .bc-item:first-child > .bc-separator {
    display: none;
}

[behavior='breadcrumb'][case='upper'] {
    text-transform: uppercase;
}

[behavior='breadcrumb'][case='lower'] {
    text-transform: lowercase;
}

 /*  /io/lizark/ui/css/components/spacer.css   */ 
[behavior='spacer'] {
    background: none !important;
}

 /*  /io/lizark/ui/css/components/input.css   */ 
[i-lowercase-value] {
    text-transform: lowercase !important;
}

[i-uppercase-value] {
    text-transform: uppercase !important;
}

[i-normalcase-value] {
    text-transform: none !important;
}

 /*  /io/lizark/ui/css/components/date-picker.css   */ 
[behavior='date-picker'] .dtp-title {
    top: 0;
    left: 0;
    height: 100%;
    width: 165px;
    padding: 20px;
}

[behavior='date-picker'] .dtp-title > [dtp-is-title] {
    position: relative;
    display: block;
    font-weight: 500;
    overflow: hidden;
}

[behavior='date-picker'] [dtp-is-title] > h2 {
    font-size: 32px;
}

[behavior='date-picker'] .dtp-title [dtp-is-title='day'] {
    height: 45px;
}

[behavior='date-picker'] .dtp-title [dtp-is-title='year'] {
    text-indent: 2px;
    height: 16px;
}

[behavior='date-picker'] .dtp-title [dtp-is-title='month'] {
    position: relative;
    display: block;
    height: 36px;
    margin-top: 8px;
}

[behavior='date-picker'] .dtp-title [dtp-is-value] {
    transition: transform 0.375s linear, opacity 0.225s linear;
    cursor: pointer;
    opacity: 0.7;
    top: 0;
}

[behavior='date-picker'] .dtp-title [dtp-direction='bottom'] {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0 !important;
}

[behavior='date-picker'] .dtp-title [dtp-direction='top'] {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0 !important;
}

[behavior='date-picker'] .dtp-title [active] {
    opacity: 1;
}

[behavior='date-picker'] [dtp-icon] {
    width: 48px;
    height: 48px;
    overflow: hidden;
    padding: 12px;
    top: 0;
    cursor: pointer;
}

[behavior='date-picker'] [dtp-icon='back'] {
    margin-left: 8px;
    left: 0;
}

[behavior='date-picker'] [dtp-icon='next'] {
    margin-right: 8px;
    right: 0;
}

[behavior='date-picker'] .dtp-body {
    top: 0;
    right: 0;
    left: 165px;
    height: 282px;
}

[behavior='date-picker'] .dtp-body > .dtp-view {
    position: relative;
    display: block;
    height: 100%;
    overflow-y: auto;
}

[behavior='date-picker']  .dtp-body .dtp-list {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

[behavior='date-picker'] .dtp-body .dtp-item {
    position: relative;
    display: block;
    font-size: 17px;
    padding: 8px 0;
    cursor: pointer;
}

[behavior='date-picker'] .dtp-body .dtp-item[active] {
    font-size: 26px;
    font-weight: 500;
}

[behavior='date-picker'] .dtp-body .dtp-day {
    overflow: hidden;
}

[behavior='date-picker'] .dtp-day .dtp-month-name{
    top: 0;
    left: 56px;
    right: 56px;
    height: 48px;

    text-align: center;
    cursor: default;
    overflow-x: hidden;

    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);

    -ms-transform: translateX(0);
    transform: translateX(0);
}

[behavior='date-picker'] .dtp-day .dtp-month-name > span {
    line-height: 48px;
    right: 0;
    left: 0;
    transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

[behavior='date-picker'] .dtp-day .dtp-day-date[dtp-direction='left'],
[behavior='date-picker'] .dtp-day .dtp-month-name > [dtp-direction='left'] {
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

[behavior='date-picker'] .dtp-day .dtp-day-date[dtp-direction='right'],
[behavior='date-picker'] .dtp-day .dtp-month-name > [dtp-direction='right'] {
    opacity: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}


[behavior='date-picker'] .dtp-day .dtp-day-name {
    text-align: center;
    cursor: default;
    top: 53px;
    width: 100%;

    opacity: 0.435;
    font-weight: 500;
    font-size: 12px;
    height: 20px;
}

[behavior='date-picker'] .dtp-body .dtp-day-name > span{
    position: relative;
    display: inline-block;
    width: 40px;
}

[behavior='date-picker'] .dtp-day .dtp-day-date {
    top: 73px;
    width: 100%;
    height: 214px;
    text-align: center;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

[behavior='date-picker'] .dtp-day .dtp-week-value-list {
    width: 100%;
    height: 34px;
    line-height: 32px;
    position: relative;
    display: block;
}

[behavior='date-picker'] .dtp-day .dtp-day-value-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 34px;
    font-size: 12px;
    vertical-align: middle;

    transition: color 0.3s ease;
}

[behavior='date-picker'] .dtp-day .dtp-day-value-item:hover,
[behavior='date-picker'] .dtp-day .dtp-day-value-item[active] {
    z-index: 1;
}

[behavior='date-picker'] .dtp-day .dtp-day-value-item::before {
    content: '';
    border-radius: 50%;

    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;

    -ms-transform: scale(0);
    transform: scale(0);

    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 34px;
    height: 100%;
}

[behavior='date-picker'] .dtp-day .dtp-day-value-item:hover::before,
[behavior='date-picker'] .dtp-day .dtp-day-value-item[active]:before {
    content: '';
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}

 /*  /io/lizark/ui/css/components/popoverlayer.css   */ 
[popover-layer] {
    width: 100%;
    height: 100%;
    top: 0;
    left: -10000px;

    background-color: rgba(0,0,0,0);
    transition: background-color 0.150s linear;
    z-index: 2360;
}

[popover-layer][show] {
    left: 0;
    background-color: rgba(0,0,0,0.2);
}

[popover-layer][light] {
    background-color: rgba(0,0,0,0);
}

 /*  /io/lizark/ui/css/components/notification.css   */ 
#notificationLayer {
    position: fixed;
    top: 24px;
    right: 0;
    width: auto;
    background-color: transparent;
    margin: 0 24px 0 0;

    z-index: 2480;
}

[behavior='notification'] {
    position: relative;
    width: 304px;

    height: auto;
    transition: transform 0.375s ease-out, height 0.225s ease-in-out;

    -ms-transform: translateX(110%);
    transform: translateX(110%);
}

[behavior='notification'] > [n-viewport] {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px;
    overflow: hidden;

    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);

    border-radius: 3px;
}

[behavior='notification'] [n-title] {
    position: relative;
    display: block;
    width: 100%;
    height: 16px;
}

[behavior='notification'] [n-title] > span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
}

[behavior='notification'] [n-title] > i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

[behavior='notification'] [n-body] {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 8px;
}

[behavior='notification'] [n-body] > span {
    position: relative;
    width: inherit;
    white-space: normal;
    font-size: 12px;
    line-height: 17px;
}

[behavior='notification'] [n-title] > i[close]{
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}


[behavior='notification'] [n-progress-bar] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 2px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: transform 0s linear;
    -moz-transition: transform 0s linear;
    -ms-transition: transform 0s linear;
    -o-transition: transform 0s linear;
    transition: transform 0s linear;
}

[behavior='notification'] [n-time-marker] {
    font-weight: 500;
    font-size: 14px;
    padding: 0 2px;
}

[behavior='notification'] [n-body] [n-body-content] {
    position: relative;
}


body[ie] [behavior='notification'] {
    margin-bottom: 6px;
}


 /*  /io/lizark/ui/css/components/modal.css   */ 
[behavior='modal'] {
    height: auto;

    border-radius: 2px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);

    overflow: hidden;
}

[behavior='modal'] > [native-marker='m-button-bar'] {
    position: relative;
    display: block;

    height: 48px;
    padding: 8px 8px 8px 24px;
}

[behavior='modal'] > [native-marker='m-button-bar'] > [behavior='button'] {
    position: relative;
    display: inline;
    float: right;
    margin-left: 8px;
}

[behavior='modal'] > [native-marker='m-body'] {
    position: relative;
    width: inherit;
    height: auto;
    padding: 24px;
}

[behavior='modal'] [native-marker='m-title'] {
    position: relative;
    display: block;
    white-space: normal;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

[behavior='modal'] [native-marker='m-description'] {
    position: relative;
    display: block;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
}

 /*  /io/lizark/ui/css/components/popup.css   */ 
[behavior='popup'] > [p-title] {
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    letter-spacing: 0.05em;
    padding: 0 0 0 16px;
}

[behavior='popup'] > [p-title] > h2 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 16px 0;
    font-weight: 400;
    letter-spacing: 0.05em;
}

[behavior='popup'] > [p-title] > i {
    right: 16px;
    font-size: 26px;
    margin: 15px 0;
    cursor: pointer;
    color: inherit;
}

[behavior='popup'] > [p-body] {
    width: 100%;
    padding-top: 56px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

[behavior='popup'] > [p-body] > [lizark] {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

[behavior='popup'][def-height] > [p-body] > [lizark] {
    height: 100% !important;
}

 /*  /io/lizark/ui/css/components/data-binder.css   */ 
[behavior='data-binder'] {
    height: 26px;
    width: 100%;
    font-size: 0;
    padding: 2px 0;
}

[behavior='data-binder'] .b-wrapper {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: medium;
}

[behavior='data-binder'] .b-content {
    left: 8px;
    right: 8px;
    height: 100%;
    border-radius: 10px;
}

[behavior='data-binder'] .b-connector {
    height: 2px;
    margin: auto 0;
    width: 32px;
    top: 2px;
    bottom: 2px;
}

[behavior='data-binder'][bind] .b-connector {
    display: inline-block;
}







[behavior='data-binder'] .b-constant-label {
    line-height: 22px;
    font-size: 13px;
    left: 24px;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}






/*value*/
[behavior='data-binder'] .b-value i[edit-icon] {
    right: 22px;
    font-size: 16px;
    cursor: pointer;
}

[behavior='data-binder'] .b-value > input,
[behavior='data-binder'] .b-value .b-value-label {
    width: 100%;
    padding: 0 24px 0 8px;
    font-size: 13px;
    display: none;
}

[behavior='data-binder'] .b-value-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

[behavior='data-binder'] input {
    background-color: transparent;
    border: none;
}

[behavior='data-binder'] input:focus {
    outline: none;
}

[behavior='data-binder'][bind] i[edit-icon] {
    display: none;
}

[behavior='data-binder'][bind='constant'] input {
    display: inline-block;
}

[behavior='data-binder'][bind='var'] .b-value-label {
    display: inline-block;
}




[behavior='data-binder'] .b-circle-comp {
    left: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

[behavior='data-binder'][positioning='right'] .b-circle-comp {
    left: auto;
    right: 12px;
}


[behavior='data-binder'] .b-circle-comp i {
    font-size: 16px;
    display: none;
}

[behavior='data-binder'] .b-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid;
}


[behavior='data-binder'] .b-internal-circle {
    display: none;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid;
}

[behavior='data-binder'] .b-circle-comp:hover i[add-circle-icon] {
    display: inline-block;
}

[behavior='data-binder'] [no-hover].b-circle-comp:hover i[add-circle-icon] {
    display: none;
}

[behavior='data-binder'] [blocked].b-circle-comp i[add-circle-icon] {
    display: none;
}

[behavior='data-binder'] [active].b-circle-comp i[add-circle-icon] {
    display: inline-block;
}

[behavior='data-binder'][bind] .b-internal-circle {
    display: inline-block;
}





[behavior='data-binder'][bind='var'] .b-circle-comp i[add-circle-icon],
[behavior='data-binder'][bind='var'] .b-circle-comp:hover .b-internal-circle {
    display: none;
}

[behavior='data-binder'][bind='var'] .b-circle-comp:hover i[add-circle-icon] {
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

[behavior='data-binder'][bind='var'] [no-hover].b-circle-comp:hover .b-internal-circle {
    display: inline-block;
}

[behavior='data-binder'][bind='var'] [no-hover].b-circle-comp:hover i[add-circle-icon] {
    display: none;
}






[behavior='data-binder'][bind='constant'] .b-circle-comp .b-circle {
    border-color: transparent;
}

[behavior='data-binder'][bind='constant'] .b-circle-comp .b-internal-circle {
    background-color: transparent;
}

[behavior='data-binder'][bind='constant'] .b-circle-comp i[add-circle-icon],
[behavior='data-binder'][bind='constant'] .b-circle-comp:hover .b-internal-circle {
    display: none;
}

[behavior='data-binder'][bind='constant'] [no-hover].b-circle-comp:hover .b-internal-circle {
    display: inline-block;
}

[behavior='data-binder'][bind='constant'] .b-circle-comp:hover i[add-circle-icon] {
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

[behavior='data-binder'][bind='constant'] [no-hover].b-circle-comp:hover i[add-circle-icon] {
    display: none;
}

 /*  /io/lizark/ui/css/components/code-input.css   */ 
[behavior='code-input'] .ci-container {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    margin: 0 4px;
}

[behavior='code-input'] .ci-marker {
    position: relative;
    color: transparent;
    display: block;
    padding: 4px;
}

[behavior='code-input'] .ci-marker,
[behavior='code-input'] .ci-input {
    font-size: 24px;
}

[behavior='code-input'] .ci-input {
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: none;
    background-color: rgba(0,0,0,0);
}

[behavior='code-input'] .ci-input:focus {
    outline:none;
}


 /*  /io/lizark/ui/css/components/flat-button.css   */ 
[behavior=button][b-type=flat] {
    border-radius: 2px;

    font-size: 12px;
    padding: 0 16px;
    min-width: 78px;
    height: 28px;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    letter-spacing: 0.04em;

    transition: background-color 0.3s ease-in-out;
}

[behavior=button][b-type=flat] > span,
[behavior=button][b-type=flat] > i {
    line-height: 28px;
    position: relative;
    display: block;
    -ms-transform: translateY(0);
    transform: translateY(0);

    transition: transform 0.150s ease-in 0s;
}

[behavior=button][b-type=flat] > i {
    font-size: 20px;
}

[behavior=button][b-type=flat][b-floating-icon]:focus > i,
[behavior=button][b-type=flat][b-floating-icon]:focus > span,
[behavior=button][b-type=flat][b-floating-icon]:hover > i,
[behavior=button][b-type=flat][b-floating-icon]:hover > span {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

[behavior=button][b-type=flat][b-fixed-icon] > i {
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 18px;
}

[behavior=button][b-type=flat][b-fixed-icon] > span {
    display: inline-block;
    margin-left: 26px;
}

 /*  /io/lizark/ui/css/components/action-button.css   */ 
[behavior=button][b-type=action] {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);

    overflow: hidden;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50%;
    transition: box-shadow 0.3s ease-out;
}

[behavior=button][b-type=action] > i {
    font-size: 16px;
}

[behavior=button][b-type=action]:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
}

[behavior=button][b-type=action]:focus {
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
}

 /*  /io/lizark/ui/css/components/slider.css   */ 
[behavior='slider'] {
    width: 100%;
    height: auto;
}

[behavior='slider'] .sl-container {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    padding: 0 8px;
}

[behavior='slider'] .sl-table-cell-wrapper {
    position: relative;
    width: 100%;
    height: 44px;
}

[behavior='slider'] .sl-value {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    width: auto;
    padding: 2px 12px 2px 4px;
    font-size: 12px;
}

[behavior='slider'] .sl-filler-line {
    width: 100%;
    overflow: hidden;
    bottom: 6px;
    height: 6px;
    border-radius: 10px;
}

[behavior='slider'] .sl-line {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    transition: left 50ms ease-out;
}

[behavior='slider'] .sl-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    bottom: 2px;
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    transition: left 50ms ease-out;
}


[behavior='slider'] .sl-info-label {
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
    width: auto;
    height: auto;
    transition: left 50ms ease-out;


    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[behavior='slider'] .sl-info-viewport {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}

[behavior='slider'] .sl-info-text {
    font-size: 12px;
    padding: 2px 11px;
    position: relative;
    display: block;
}

[behavior='slider'] .sl-info-arrow {
    z-index: -1;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -2px;
    left: 52%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
}

 /*  /io/lizark/ui/css/components/xmlviewer.css   */ 
[behavior='xmlviewer'] {
    overflow: scroll !important;
}

[behavior='xmlviewer'] > * {
    position: static;

    font-family: Monospace;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

 /*  /io/lizark/ui/css/components/darklayer.css   */ 
#darkLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5000px;
    left: 0;

    background-color: rgba(0,0,0,0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 2330;
}

body[not-ie] > #darkLayer {
    transition: background-color 0.375s cubic-bezier(0.4,0,0.2,1);
}

#darkLayer[show] {
    top: 0;
    background-color: rgba(136, 136, 136, 0.2);
}

#darkLayer[show][light] {
    background-color: rgba(0,0,0,0);
}

 /*  /io/lizark/ui/css/components/checkbox.css   */ 
[behavior='checkbox'] {
    cursor: pointer;
    min-width: 18px;
    min-height: 18px;
    padding: 3px 0;
    font-size: 14px;
    height: 24px;
}

[behavior='checkbox'] [cb-icon] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: white;
}

[behavior='checkbox'][checked] [cb-icon]:after {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    transform: rotate(45deg);

    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
}

[behavior='checkbox'] [cb-label] {
    position: relative;
    display: block;
    line-height: 18px;
}

[behavior='checkbox'][label-position='left'] [cb-icon] {
    position: relative;
    float: right;
}

[behavior='checkbox'][label-position='left'] [cb-label] {
    margin-right: 30px;
}

[behavior='checkbox'][label-position='right'] [cb-label] {
    float: right;
    margin-left: 30px;
}


 /*  /io/lizark/ui/css/components/radio.css   */ 
[behavior='radio-group'] {
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 13px;
    padding: 3px 0;
}

[behavior='radio-group'] [rg-option] {
    position: relative;
    display: block;
    cursor: pointer;
}

[behavior='radio-group'] [rg-radio] {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;

    border-radius: 50%;

    transition: border-color 0.28s ease;
}

[behavior='radio-group'] [rg-label] {
    position: relative;
    display: block;
    transition: color 0.2s linear;
    overflow: hidden;
}

[behavior='radio-group'][label-position='left'] [rg-label]{
    margin-right: 23px;
}

[behavior='radio-group'][label-position='right'] [rg-label]{
    margin-left: 23px;
}

[behavior='radio-group'][label-position='left'] [rg-radio]{
    float: right;
}

[behavior='radio-group'][label-position='right'] [rg-radio] {
    float: left;
}

[behavior='radio-group'] [rg-circle] {
    width:18px;
    height:18px;

    border-radius: 50%;
    transition: transform .28s ease;
    -ms-transform: scale(0);
    transform: scale(0);
}

[behavior='radio-group'] [active='true'] [rg-circle] {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

[behavior='radio-group'] [rg-option]:not(:last-of-type) {
    margin-bottom: 6px;
}

[behavior='radio-group'][rg-horizontal] [rg-option]:not(:last-of-type) {
    margin: 0 16px 0 0;
}

[behavior='radio-group'][rg-horizontal] [rg-option] {
    display: inline-block;
}

 /*  /io/lizark/ui/css/components/form.css   */ 
[behavior='label'][form] {
    text-align: right;
    vertical-align: top;
}

[label-width='bold'] > [behavior='label'][form] {
    font-weight: 500;
}

[label-width='thin'] > [behavior='label'][form] {
    font-weight: 400;
}

 /*  /io/lizark/ui/css/components/tooltip.css   */ 
[behavior='tooltip'] {
    max-width: 256px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);

    padding: 6px 11px 6px 9px;
    opacity: 0;

    transition: opacity 0.275s linear;

    top: 0;
    left: 0;
    border: 1px solid;

    -ms-transform: translate(0,0);
    transform: translate(0,0);
    z-index: 2440;
}

[behavior='tooltip'][tp-visible] {
    opacity: 1;
}

[behavior='tooltip'] > [tp-body] {
    height: auto;

    position: relative;
    display: inline;
    overflow: hidden;

    white-space: normal;
    font-size: 11px;
    z-index: 5;
}

[behavior='tooltip'] > .t-container-body {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[behavior='tooltip'] > [tp-arrow] {
    position: absolute;
    width: 14px;
    height: 14px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

 /*  /io/lizark/ui/css/components/smart-input.css   */ 
[behavior='smartinput'] {
    height: 24px;
    width: auto;
    font-size: 16px;
}

[behavior='smartinput'] [si-label] {
    pointer-events: none;
    text-align: left;
    text-overflow: ellipsis;
    left: 8px;
    font-size: 13px;
    right: 0;
    top: 3px;
    overflow: visible;

    -ms-transform-origin: left top;
    transform-origin: left top;
    opacity: 1;

    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

[behavior='smartinput'] > [si-input-wrapper] {
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

[behavior='smartinput'] > [si-counter] {
    right: 0;
    bottom: 0;
    width: 50px;

    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 10px;
    overflow: hidden;
    padding: 0 2px 0 6px;
}

[behavior='smartinput']  [input] {
    left: 0;
    font-size: 13px;
    padding-left: 8px;
    width: 100%;
    border: none;
    background-color: rgba(0,0,0,0);
}

[behavior='smartinput'] [input]:focus {
    outline:none;
}

[behavior='smartinput'] [si-label][position='hidden'] {
    opacity: 0;
}

[behavior='smartinput'] [si-line] {
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 0;

    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: left, right;

    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

[behavior='smartinput'] [si-line][visibility='opened'] {
    left: 0;
    right: 0;
}

[behavior='smartinput'] [si-input-wrapper] > i {
    font-size: 16px;
    cursor: pointer;
    /*width: 24px;*/
    right: 6px;
}

[behavior='smartinput'][clear='true'] [si-label] {
    right: 24px;
}

[behavior='smartinput'][clear='true'] [input] {
    padding-right: 24px;
}

[behavior='smartinput'][counter='true'] > [si-input-wrapper] {
    right: 50px;
}

[behavior='smartinput'] > [si-input-wrapper] > textarea {
    left: 0;
    border-radius: 3px;
    resize: none;
    height: 100%;
    padding: 2px 8px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: pre-wrap;
}

[behavior='smartinput'][readonly] i {
    cursor: not-allowed;
}

body[ie9] [behavior='smartinput'] [si-input-wrapper] > input {
    left: 0;
    width: calc( 100% + 15px );
    padding-right: 0 !important;
}

 /*  /io/lizark/ui/css/components/toggle.css   */ 
[behavior=toggle] {
    height: 20px;
    width: 36px;
    border-radius: 20px;
    cursor: pointer;
    border: solid 1px;
    box-shadow: inset 1px 1px 9px -3px rgba(4, 4, 4, 0.08), 1px 2px 6px -2px rgba(0, 0, 0, 0.01);
    transition-property: background-color;
}

[behavior=toggle][active] {
    border: solid 1px;
}

[behavior=toggle],
[behavior=toggle] > .t-circle {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

[behavior=toggle] > .t-circle {
    position: absolute;
    transition-property: transform, left;
    transform: translateX(0);
    left: 0;
    height: 100%;
    width: 18px;
    display: inline-block;
    border: solid 1px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 50%;
}

[behavior=toggle][active] > .t-circle {
    transform: translateX(-100%);
    left: 100%;
}

[behavior=toggle] > .t-circle > i {
    font-size: 80%;
}

[behavior=toggle] > .t-circle > i {
    visibility: hidden;
}

[behavior=toggle][icon-visible] > .t-circle > i {
    visibility: visible;
}



 /*  /io/lizark/ui/css/components/item-picker.css   */ 
[behavior='item-picker'] {
    height: 24px !important;
    border-radius: 4px;
}

[behavior='item-picker'] > span {
    position: relative;
    padding-left: 8px;
    line-height: 22px !important;
    padding-right: 50px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

[behavior='item-picker'][clearable=false] > span{
    padding-right: 28px;
}

[behavior='item-picker'] > span:first-child {
    opacity: 0.4;
}

 /*  /io/lizark/ui/css/components/linear-progress.css   */ 
[behavior='linear-progress'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

[behavior='linear-progress'] [lp-primary-bar] {
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;

    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

[behavior='linear-progress'] [lp-secondary-bar] {
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

 /*  /io/lizark/ui/css/components/text-input.css   */ 
[behavior='textinput'] > input {
    position:relative;
    display:block;
    font-size:13px;

    width:100%;
    border:none;
    background-color: rgba(0,0,0,0);

    padding: 0 2px;
}

[behavior='textinput'] > input:focus {
    outline:none;
}

[behavior='textinput'] > [ti-placeholder] {
    font-size: 13px;
    position: absolute;
    left:2px;
}

 /*  /io/lizark/ui/css/components/tab.css   */ 
[behavior='tabbar'] {
    width: auto !important;
    height: 26px;
    background-color: transparent;
    font-size: 0;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-bottom-style: none;
}

[behavior='tabbar'] > [tb-item] {
    font-size: medium;
    position: relative;
    width: auto;
    height: 100%;
    display: inline-block;
    cursor: pointer;

    transition: background-color 0.125s linear, color 0.075s linear;
    padding: 0 15px;
}

[behavior='tabbar'] > [tb-item]:not(:first-child) {
    border-left: 1px solid rgba(0,0,0,0.07);
}

[behavior='tabbar'] [tb-item][icon-el='true'] {
    padding: 0 6px;
}

[behavior='tabbar'] [tb-item] > p {
    position: relative;
    display: block;
    font-size: 12px;
}

[behavior='tabbar'] [tb-item] > i {
    position: relative;
    display: block;
    font-size: 18px;
    transition: color 0.075s linear;
}

[behavior='tabbar'] [tb-item][both-el] > i {
    display: inline-block;
    float: left;
}

[behavior='tabbar'] [tb-item][both-el] > p {
    margin-left: 20px;
}

[behavior='tabbar'] [tb-item] [tb-error-marker] {
    text-indent: 4px;
    font-size: 18px;
    display: none;
}

[behavior='tabbar'] [tb-item][state='danger'] [tb-error-marker] {
    display: inline;
}

[behavior='tabbar'] [tb-item]:hover,
[behavior='tabbar'] [tb-item][active]{
    border-left-color: transparent;
}

 /*  /io/lizark/ui/css/components/info-card.css   */ 
[behavior='info-card'] {
    min-width: 180px;
    width: auto;
    height: 60px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    cursor: default;
}

[behavior='info-card'] [ic-icon-container] {
    position: relative;
    display: inline-block;
    float: left;

    width: 60px;
    height: 60px;
    overflow: hidden;

    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

[behavior='info-card'] [ic-body] {
    position: relative;
    display: block;
    margin-left: 60px;
    padding: 7px 10px;
}

[behavior='info-card'] [ic-icon-container] > i{
    margin: 10px;
    font-size: 40px;
}

[behavior='info-card'][ic-animation='left-scale']:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;

    background-color: rgba(0,0,0,0.05);

    transition: width 0.95s ease;
    width: 0;
}

[behavior='info-card'][ic-animation='left-scale']:hover:before {
    content: '';
    width: 100%;
}

[behavior='info-card'][ic-animation='rotation'] [ic-icon-container] > i {
    transition: transform 0.3s ease, opacity 0.3s ease;

    -ms-transform: rotate(0deg) scale(1.0);
    transform: rotate(0deg) scale(1.0);

    opacity: 1;
}

[behavior='info-card'][ic-animation='rotation']:hover [ic-icon-container] > i {
    -ms-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);

    opacity: 0.4;
}

[behavior='info-card'] > [ic-body] > [ic-text] {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 400;
}

[behavior='info-card'] > [ic-body] > [ic-title] {
    position: relative;
    display: block;
    font-size: 14px;
}


 /*  /io/lizark/ui/css/components/button.css   */ 
[behavior='button']:focus {
    outline: none;
}

 /*  /io/lizark/ui/css/components/popup-manager.css   */ 
#popupLayer {
    width: 100%;
    height: 100%;
    z-index: 2340;
}

#popupLayer[locked]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#popupLayer > [pm-outer-wrapper] {
    display: table;
    width: 100%;
    height: 100%;
}

#popupLayer [pm-inner-wrapper] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

#popupLayer [pm-inner-wrapper] > * {
    position: relative;
    display: inline-block;
    text-align: left;
    /* background-color: white; */
    border-radius: 3px;

    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    overflow: hidden;
}

#popupLayer [pm-inner-wrapper] > [unknown-width] {
    max-width: 90%;
}

#popupLayer [pm-inner-wrapper] > [unknown-height] {
    max-height: 90%;
}

 /*  /io/lizark/ui/css/components/time-picker.css   */ 
[behavior='time-picker'] {
    position: relative;
    display: block;
    font-size: 0;
}

[behavior='time-picker'] [tpi-name='hour'] {
    left: 42px;
    width: 64px;
    height: auto;
    overflow: hidden;
}

[behavior='time-picker'] [tpi-name='minute'] {
    right: 42px;
    width: 64px;
    height: auto;
    overflow: hidden;
}

[behavior='time-picker'] [tpi-viewport] {
    position: relative;
    display: block;
    cursor: pointer;
    height: 48px;
    text-align: center;
    overflow-y: hidden;
}

[behavior='time-picker'] [tpi-viewport] > span {
    top: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}

[behavior='time-picker'] > span {
    text-align: center;
    font-size: 32px;
}

[behavior='time-picker'] [tpi-name] > i {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    transition: color 0.475s ease-out;
}

[behavior='time-picker'] [tpi-name] > i[it-type=up] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

[behavior='time-picker'] [tpi-name] > i[it-type=down] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

 /*  /io/lizark/ui/css/components/search-input.css   */ 
[behavior='searchinput'] {
    height: 24px;
    border-radius: 4px;
}

[behavior='searchinput'] > i {
    line-height: 22px;
    height: 22px;
}

 /*  /io/lizark/ui/css/components/menu.css   */ 
[behavior='menu'] {
    width: 100%;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: visible;
    z-index: 2100;
}

[behavior='menu'] > [mu-container-wrapper] {
    width: 100%;
    height: 100%;
    letter-spacing: 0.03rem;
}

[behavior='menu'][collapsor-invisible] [mu-container][bottom-anchor]{
    bottom: 0;
}

[behavior='menu'][collapse-mode='outer'] [mu-container-wrapper]{
    overflow: visible;
    transition: width 0.175s ease-out;
}

[behavior='menu'][collapsed=true] [mu-container] {
    overflow: visible;
}

[behavior='menu'] [mu-container] {
    overflow-x: visible;
    overflow-y: auto;
    width: 100%;
}

[behavior='menu'] [mu-container][bottom-anchor] {
    bottom: 50px;
}

[behavior='menu'] [mu-container][top-anchor] {
    top: 0;
}

[behavior='menu'] [mu-collapsor] {
    bottom: 0;
    padding: 0 16px 0 16px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

[behavior='menu'] [mu-collapsor] > [mu-label] {
    margin-left: 24px;
    font-size: 14px;
}

[behavior='menu'] [mu-container-wrapper] .mu-animation-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
}

[behavior='menu'] [mu-ext-item-description] .mu-animation-wrapper {
    position: relative;
}

[behavior='menu'] .mu-divider {
    position: relative;
    height: 1px;
    margin-bottom: 4px;
}

[behavior='menu'] .mu-toggle[icon='true'] > span,
[behavior='menu'] .mu-item[icon='true'] > span {
    margin-left: 24px;
}

[behavior='menu'] .mu-item > span,
[behavior='menu'] .mu-toggle > span {
    text-indent: 4px;
}

[behavior='menu'] .mu-toggle {
    overflow: hidden;
}

[behavior='menu'] .mu-toggle {
    text-transform: uppercase;
    transition: color 0.375s cubic-bezier(.4, 0, .2, 1);
}

[behavior='menu'][collapsed='true'] .mu-toggle {
    transition: none;
}

[behavior='menu'] .mu-sub {
    height: auto;
    transition: background-color 0.375s cubic-bezier(.4,0,.2,1);

    background-color: rgba(255,255,255,0);
}

[behavior='menu'] .mu-toggle {
    height: 40px;
    padding: 0 16px 0 16px;
    font-size: 12px;
}

[behavior='menu'][collapse-mode='outer'] .mu-sub .mu-item {
    transition: padding-left 0.225s linear, background-color 0.225s linear;
}

[behavior='menu'] .mu-sub .mu-item {
    transition: background-color 0.225s linear 0.2s;
}

[behavior='menu'] .mu-item,
[behavior='menu'] [mu-container] > .mu-sub,
[behavior='menu'] .mu-item-container,
[behavior='menu'] .mu-toggle {
    position: relative;
    display: block;
    cursor: pointer;
}

[behavior='menu'] .mu-item-container {
    overflow: hidden;
    height: 0;
    transition: height 0.375s cubic-bezier(.4,0,.2,1);
}

/*[behavior='menu'][collapsed=true] .mu-item-container {*/
    /*transition: none;*/
/*}*/

[behavior='menu'] i {
    font-size: 18px;
    color: inherit;
}

[behavior='menu'] [mu-container-wrapper] .mu-item {
    height: 36px;
    padding: 0 16px 0 42px;
    font-size: 12px;
    overflow: hidden;
}

[menu-collapsed='true'] {
    width: 50px !important;
}

[behavior='menu'][collapsed='true'] [mu-collapsor] > [mu-label],
[behavior='menu'][collapsed='true'] .mu-toggle[icon='true'] > span,
[behavior='menu'][collapsed='true'] .mu-item[icon='true'] > span {
    opacity: 0;
}

[behavior='menu'] [mu-ext-item-description] [mu-collapsor] > [mu-label],
[behavior='menu'] [mu-ext-item-description] .mu-toggle[icon='true'] > span,
[behavior='menu'] [mu-ext-item-description] .mu-item[icon='true'] > span {
    opacity: 1;
}


[behavior='menu'][collapse-mode='outer'] [mu-collapsor] > [mu-label],
[behavior='menu'][collapse-mode='outer'] .mu-toggle[icon='true'] > span,
[behavior='menu'][collapse-mode='outer'] .mu-item[icon='true'] > span {
    transition: opacity 0.225s linear;
}

[behavior='menu'][collapse-mode='outer'] [mu-container-wrapper] > .mu-item,
[behavior='menu'][collapsed='true'] .mu-item {
    padding: 0 16px 0 16px;
}

[mu-ext-item-description] {
    position: absolute;
    width: 180px;
    height: auto;
    overflow: hidden;
}

[mu-ext-item-description] > [mu-item-text] {
    height: 40px;
    padding: 0 16px;
    line-height: 39px;
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 700;

    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    display: block;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center;
    transition: transform 0.175s ease-out;
    z-index: 2200;
}

[mu-ext-item-description] > [mu-item-text]:last-child {
    border-bottom-color: transparent;
}

[behavior='menu'] .mu-sub > .mu-toggle {
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: border-bottom 0.3s linear, background-color 0.3s linear;
}

[behavior='menu'][collapsed=true] [mu-container] > [active]:hover:before {
    content: '';
    background-color: transparent;
}

[behavior='menu'][collapsed=true] .mu-sub .mu-toggle {
    transition: none;
}

[behavior='menu'][collapsed=true] [mu-closing=true] .mu-toggle {
    transition: background-color 0.3s linear !important;
    background-color: transparent !important;
}

[behavior='menu'][collapsed='true'] .mu-sub .mu-item:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    transition: background-color 0.125s linear !important;
    background-color: rgba(0,0,0,0);
}

[behavior='menu'][collapsed='true'] .mu-sub .mu-item[active]:after {
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

[behavior='menu'][collapsed='false'] .mu-sub:hover .mu-toggle,
[behavior='menu'] .mu-sub .mu-item:hover {
    transition-delay: 0s;
    /*background-color: rgba(31,150,243, 0.2);*/
}

[behavior='menu'][collapse-mode=outer][collapsed='true'] .mu-sub .mu-item[active] {
    transition: background-color 0.3s linear, padding-left 0.225s linear;
    /*background-color: rgba(31,150,243, 0.2);*/
}

[behavior='menu'][collapsed=true] [active] .mu-toggle {
    transition: background-color 0.3s linear !important;
    /*background-color: rgba(31,150,243,1) !important;*/
}

/*[behavior='menu'][collapsed='true'] .mu-sub .mu-item[active]:before {*/
    /*background-color: rgba(31,150,243, 1);*/
/*}*/

[behavior='menu'] .mu-item[disable] {
    cursor: not-allowed;
}


 /*  /io/lizark/ui/css/components/raised-button.css   */ 
[behavior=button][b-type=raised] {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-size: 12px;
    padding: 0 16px;
    min-width: 78px;
    height: 28px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;

    transition: box-shadow 0.3s ease-out;
    letter-spacing: 0.04em;
}

[behavior=button][b-type=raised] > span,
[behavior=button][b-type=raised] > i {
    line-height: 28px;
    position: relative;
    display: block;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.150s ease-in 0s;
}

[behavior=button][b-type=raised] > i {
    font-size: 20px;
}

[behavior=button][b-type=raised][b-floating-icon]:focus > i,
[behavior=button][b-type=raised][b-floating-icon]:focus > span,
[behavior=button][b-type=raised][b-floating-icon]:hover > i,
[behavior=button][b-type=raised][b-floating-icon]:hover > span {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


[behavior=button][b-type=raised]:hover {
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.12);
}

[behavior=button][b-type=raised]:focus {
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
}

 /*  /io/lizark/ui/css/components/table.css   */ 
[behavior='table'] > [table-header] {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-weight: bold;
    text-transform: uppercase;
    height: 28px;
    font-size: 13px;
    overflow: hidden;
}

[behavior='table'] > [table-body] {
    overflow-y: auto !important;
    overflow-x: hidden;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    top: 28px;
    bottom: 30px;
}

[behavior='table'][selectable] [table-body-row] {
    cursor: pointer;
}

[behavior='table'] > [table-body] > [info-table-label] {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

[behavior='table'][no-header] > [table-body] {
    top: 0;
}

[behavior='table'][no-footer] > [table-body] {
    bottom: 0;
}

[behavior='table'][no-footer] > [table-footer] {
    height: 0;
    bottom: -28px;
    border-top-width: 0;
    border-bottom-width: 0;
}

[behavior='table'][no-header] > [table-header] {
    height: 0;
    top: -28px;
    border-top-width: 0;
    border-bottom-width: 0;
}

[behavior='table'] > [table-footer] {
    width: 100%;
    height: 30px;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

[behavior='table'] [table-header-cell] {
    vertical-align: middle;
    overflow: hidden;
    display: table-cell;
    position: static;
    text-overflow: ellipsis;
    padding-right: 6px;
}

[behavior='table'] [table-header-cell][t-header-content-align="center"] {
    text-align: center;
}

[behavior='table'] [table-header-cell][t-header-content-align="right"] {
    text-align: right;
}

[behavior='table'] [table-header-cell] > span {
    position: relative;
    display: inline;
    vertical-align: middle;
}

[behavior='table'] [table-header-cell] i {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 3px;
    bottom: 1px;
}

[behavior='table'] [table-body-row] {
    width: 100%;
    display: table;
    table-layout: fixed;
}

[behavior='table'] [table-row-cell] {
    overflow: hidden;
    height: 100%;
    position: static;
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding-right: 6px;
}

[behavior='table'][column-indent] [table-row-cell] {
    padding-right: 0;
}

[behavior='table'] [table-row-cell] > * {
    position: relative;
}

[behavior='table'] [table-scroll-gen] {
    width: 1px;
    background-color: transparent;
    top: 0;
    left: 0;
}

[behavior='table'] [table-hover-overlay] {
    width: 100%;
}

[behavior='table'] [t-sortable] > [table-sort-icon] {
    opacity: 0;
}

[behavior='table'] [t-sortable]:hover {
    opacity: 0.3;
}

[behavior='table'] [t-sortable]:hover > [table-sort-icon] {
    opacity: 1;
}

[behavior='table'] [t-sortable][active],
[behavior='table'] [t-sortable][active] > [table-sort-icon] {
    opacity: 1;
}

 /*  /io/lizark/ui/css/components/preloader.css   */ 
#preloaderLayer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 1;
    transition: opacity 0.225s linear;
}

#preloaderLayer[fade] {
    opacity: 0;
}

[behavior='preloader'] {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;

    -webkit-animation: preloader-spin 2s linear infinite;
    -o-animation: preloader-spin 2s linear infinite;
    animation: preloader-spin 2s linear infinite;
}

[behavior='preloader']:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;

    -webkit-animation: preloader-spin 3s linear infinite;
    -o-animation: preloader-spin 3s linear infinite;
    animation: preloader-spin 3s linear infinite;
}

[behavior='preloader']:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;

    -webkit-animation: preloader-spin 1.5s linear infinite;
    -o-animation: preloader-spin 1.5s linear infinite;
    animation: preloader-spin 1.5s linear infinite;
}

@keyframes preloader-spin {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

 /*  /com/planner/ui/css/ckeditor.css   */ 
[behavior='ck-editor'] {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
}

 /*  /com/planner/ui/css/custom.css   */ 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #f2f1f1 inset;
}
[name="com.planner.ui.app.personal.kanban.list.IssueRenderer.dottedBX"]:hover,
[name="com.planner.ui.app.project.details.roadmap.IssueRenderer.dottedBX"]:hover,
[name="com.planner.ui.app.team.details.sprint.list.IssueRenderer.dottedBX"]:hover {
    border: 2px dotted rgba(8, 71, 166, 1.0);
    border-left: 0;
}

[native-marker='comment-box'] {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
}

[native-marker='left-float-box'] > * {
    float: left;
}

[native-marker='defined-box-color'] {
    border: 1px solid rgba(0,0,0,0.1);
}

[native-marker='issue-bordered'] {
    border: 1px solid white;
}

/*[name='com.planner.ui.app.project.details.roadmap.RoadmapView.backlogListView']:nth-child(2) [native-marker='issue-bordered'] {*/
/*    border: 1px solid rgba(8,71,166,0.1)*/
/*}*/

[repeatable-gradient-line='true'] {
    background: repeating-linear-gradient(-60deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 10px);
}
[behavior='canvas'][bordered-canvas-warning='true'][state='warning'] {
    background-color: transparent !important;
    border: 2px solid rgba(255,128,0,1.0);
}

[native-marker='missing-timing-border'] {
    border: 2px solid rgb(255, 219, 219);
}

[native-marker='auxiliary-issue-box'] {
    float: right;
    background-color: rgba(0,0,0,0.04);
}

[native-marker='addable-attachment'] {
    border: 1px solid rgba(0,0,0,0.2);
}

[native-marker='attachment-box']:hover {
    background-color: rgba(0,0,0,0.1);
}

[name="com.planner.ui.app.project.details.component.issue.component.comment.Comment.contentLB"],
[name="com.planner.ui.app.project.details.component.issue.component.comment.Comment.contentLB"] * {
    position: relative;
    list-style-type: revert;
    padding: revert;
    user-select: text;
    word-break: break-word;
}

[native-marker="user-image"] {
    vertical-align: top !important;
}

[native-marker="user-image"] [behavior="canvas"] {
    border: 1px solid rgba(0,0,0,0.1);
}

[name="com.planner.ui.app.team.details.sprint.list.IssueRenderer.openDetailsBX"]:hover,
[name="com.planner.ui.app.personal.kanban.list.IssueRenderer.openDetailsBX"] [behavior="paragraph"]:hover,
[name="com.planner.ui.app.project.details.roadmap.IssueRenderer.openDetailsBX"] [behavior="paragraph"]:hover {
    text-decoration: underline;
    color: rgba(8,71,166,1.0) !important;
}

[name="com.planner.ui.app.project.details.component.issue.detail.IssueDetailsPopup.titleLB"] {
    white-space: nowrap !important;
    text-overflow: ellipsis;
}

[issue-state]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.05;
}

[issue-state='highlight']:before {
    background-color: rgba(209,73,255,1.0) !important;
}

[issue-state='warning']:before {
    background-color: rgba(255,128,0,1.0) !important;
}

[issue-state='danger']:before {
    background-color: rgba(255,75,75,1.0) !important;
}

[issue-state='success']:before {
    background-color: rgba(47,206,45,1.0) !important;
}

[native-marker='notifications-bx'] [native-marker='notifications-ic'] {
    color: white !important;
}

 #application_css_marker { width: 1px !important; }
