@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?36718857");
  src: url("../font/fontello.eot?36718857#iefix") format("embedded-opentype"), url("../font/fontello.woff?36718857") format("woff"), url("../font/fontello.ttf?36718857") format("truetype"), url("../font/fontello.svg?36718857#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url("/font/fontello.svg?36718857#fontello") format("svg"); } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /*text-shadow: 1px 2px 1px rgba(0,0,0, 0.2); */ }

.icon-flip:before {
  -webkit-transform: scaleX(-1) !important;
  -moz-transform: scaleX(-1) !important;
  -ms-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important; }

.icon-large {
  font-size: 120%; }

.icon-larger {
  font-size: 133%; }

.icon-largest {
  font-size: 150%; }

.icon-2x {
  font-size: 200%; }

.icon-25x {
  font-size: 250%; }

.icon-3x {
  font-size: 300%; }

.icon-4x {
  font-size: 400%; }

.icon-dkow:before {
  content: '\e91a'; }

/* '' */
.icon-updown-circle:before {
  content: '\e865'; }

/* '' */
.icon-mail:before {
  content: '\e873'; }

/* '' */
.icon-mail-alt:before {
  content: '\e874'; }

/* '' */
.icon-star:before {
  content: '\e871'; }

/* '' */
.icon-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-user:before {
  content: '\e854'; }

/* '' */
.icon-users:before {
  content: '\e801'; }

/* '' */
.icon-picture:before {
  content: '\e802'; }

/* '' */
.icon-ok-circled:before {
  content: '\e822'; }

/* '' */
.icon-ok-squared:before {
  content: '\e81e'; }

/* '' */
.icon-cancel-1:before {
  content: '\e878'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e823'; }

/* '' */
.icon-plus:before {
  content: '\e87c'; }

/* '' */
.icon-plus-circled:before {
  content: '\e879'; }

/* '' */
.icon-help:before {
  content: '\e87d'; }

/* '' */
.icon-info:before {
  content: '\e87e'; }

/* '' */
.icon-home:before {
  content: '\e81d'; }

/* '' */
.icon-lock:before {
  content: '\e821'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e91b'; }

/* '' */
.icon-eye:before {
  content: '\e85a'; }

/* '' */
.icon-eye-off:before {
  content: '\e881'; }

/* '' */
.icon-flag:before {
  content: '\e86a'; }

/* '' */
.icon-download-cloud:before {
  content: '\e8b2'; }

/* '' */
.icon-upload-cloud-1:before {
  content: '\e8b3'; }

/* '' */
.icon-pencil:before {
  content: '\e862'; }

/* '' */
.icon-pencil-squared:before {
  content: '\e863'; }

/* '' */
.icon-edit:before {
  content: '\e864'; }

/* '' */
.icon-print:before {
  content: '\e87b'; }

/* '' */
.icon-chat-2:before {
  content: '\e876'; }

/* '' */
.icon-chat-empty:before {
  content: '\e808'; }

/* '' */
.icon-attention-alt:before {
  content: '\e868'; }

/* '' */
.icon-attention-1:before {
  content: '\e872'; }

/* '' */
.icon-attention-circled:before {
  content: '\e875'; }

/* '' */
.icon-trash:before {
  content: '\e869'; }

/* '' */
.icon-doc:before {
  content: '\e804'; }

/* '' */
.icon-doc-text-1:before {
  content: '\e882'; }

/* '' */
.icon-doc-inv:before {
  content: '\e86b'; }

/* '' */
.icon-doc-text-inv-1:before {
  content: '\e884'; }

/* '' */
.icon-folder-1:before {
  content: '\e86c'; }

/* '' */
.icon-folder-open:before {
  content: '\e86d'; }

/* '' */
.icon-folder-empty:before {
  content: '\e870'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\e86e'; }

/* '' */
.icon-box-1:before {
  content: '\e80c'; }

/* '' */
.icon-phone-1:before {
  content: '\e88a'; }

/* '' */
.icon-phone-squared:before {
  content: '\e80b'; }

/* '' */
.icon-menu:before {
  content: '\e88c'; }

/* '' */
.icon-cog:before {
  content: '\e807'; }

/* '' */
.icon-calendar:before {
  content: '\e81c'; }

/* '' */
.icon-calendar-empty:before {
  content: '\e803'; }

/* '' */
.icon-logout:before {
  content: '\e839'; }

/* '' */
.icon-clock:before {
  content: '\e88e'; }

/* '' */
.icon-move:before {
  content: '\e88b'; }

/* '' */
.icon-down-dir-1:before {
  content: '\e819'; }

/* '' */
.icon-up-dir:before {
  content: '\e818'; }

/* '' */
.icon-down-open:before {
  content: '\e814'; }

/* '' */
.icon-left-open:before {
  content: '\e815'; }

/* '' */
.icon-right-open:before {
  content: '\e816'; }

/* '' */
.icon-up-open:before {
  content: '\e80f'; }

/* '' */
.icon-angle-left:before {
  content: '\e810'; }

/* '' */
.icon-angle-right:before {
  content: '\e811'; }

/* '' */
.icon-angle-up:before {
  content: '\e812'; }

/* '' */
.icon-angle-down:before {
  content: '\e838'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\e813'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\e866'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\e817'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\e81a'; }

/* '' */
.icon-play:before {
  content: '\e844'; }

/* '' */
.icon-play-circled-1:before {
  content: '\e845'; }

/* '' */
.icon-stop:before {
  content: '\e847'; }

/* '' */
.icon-pause:before {
  content: '\e842'; }

/* '' */
.icon-award:before {
  content: '\e81b'; }

/* '' */
.icon-inbox-1:before {
  content: '\e91e'; }

/* '' */
.icon-cloud:before {
  content: '\e824'; }

/* '' */
.icon-flash:before {
  content: '\e820'; }

/* '' */
.icon-table:before {
  content: '\e91c'; }

/* '' */
.icon-columns:before {
  content: '\e91d'; }

/* '' */
.icon-briefcase:before {
  content: '\e826'; }

/* '' */
.icon-suitcase:before {
  content: '\e89b'; }

/* '' */
.icon-check:before {
  content: '\e80d'; }

/* '' */
.icon-check-empty:before {
  content: '\e80e'; }

/* '' */
.icon-circle:before {
  content: '\e85d'; }

/* '' */
.icon-circle-empty:before {
  content: '\e82c'; }

/* '' */
.icon-dot-circled:before {
  content: '\e82b'; }

/* '' */
.icon-asterisk:before {
  content: '\e827'; }

/* '' */
.icon-magnet:before {
  content: '\e825'; }

/* '' */
.icon-chart-bar:before {
  content: '\e82d'; }

/* '' */
.icon-fork:before {
  content: '\e8e9'; }

/* '' */
.icon-rocket-1:before {
  content: '\e877'; }

/* '' */
.icon-bug:before {
  content: '\e8f4'; }

/* '' */
.icon-beaker:before {
  content: '\e8f5'; }

/* '' */
.icon-magic:before {
  content: '\e89f'; }

/* '' */
.icon-euro:before {
  content: '\e8a2'; }

/* '' */
.icon-hammer:before {
  content: '\e8a5'; }

/* '' */
.icon-sitemap:before {
  content: '\e8f6'; }

/* '' */
.icon-smile:before {
  content: '\e83d'; }

/* '' */
.icon-frown:before {
  content: '\e83b'; }

/* '' */
.icon-meh:before {
  content: '\e83c'; }

/* '' */
.icon-bullseye:before {
  content: '\e82e'; }

/* '' */
.icon-mail-1:before {
  content: '\e894'; }

/* '' */
.icon-check-1:before {
  content: '\e8aa'; }

/* '' */
.icon-cancel:before {
  content: '\e8d5'; }

/* '' */
.icon-plus-circled-1:before {
  content: '\e848'; }

/* '' */
.icon-plus-squared:before {
  content: '\e893'; }

/* '' */
.icon-link:before {
  content: '\e8de'; }

/* '' */
.icon-attach:before {
  content: '\e8df'; }

/* '' */
.icon-eye-1:before {
  content: '\e8e0'; }

/* '' */
.icon-flag-1:before {
  content: '\e8d6'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e8d8'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e8d7'; }

/* '' */
.icon-upload:before {
  content: '\e8ea'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e8a8'; }

/* '' */
.icon-quote:before {
  content: '\e8dc'; }

/* '' */
.icon-code:before {
  content: '\e8dd'; }

/* '' */
.icon-pencil-1:before {
  content: '\e8d4'; }

/* '' */
.icon-feather:before {
  content: '\e8d0'; }

/* '' */
.icon-print-1:before {
  content: '\e8d1'; }

/* '' */
.icon-keyboard:before {
  content: '\e8d2'; }

/* '' */
.icon-comment:before {
  content: '\e8d3'; }

/* '' */
.icon-chat:before {
  content: '\e846'; }

/* '' */
.icon-bell-1:before {
  content: '\e8d9'; }

/* '' */
.icon-attention-2:before {
  content: '\e8da'; }

/* '' */
.icon-alert:before {
  content: '\e8db'; }

/* '' */
.icon-vcard:before {
  content: '\e8c9'; }

/* '' */
.icon-address:before {
  content: '\e8ca'; }

/* '' */
.icon-location:before {
  content: '\e8cb'; }

/* '' */
.icon-map:before {
  content: '\e8cc'; }

/* '' */
.icon-direction:before {
  content: '\e8cd'; }

/* '' */
.icon-doc-1:before {
  content: '\e8cf'; }

/* '' */
.icon-docs:before {
  content: '\e805'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e8ce'; }

/* '' */
.icon-doc-text:before {
  content: '\e83e'; }

/* '' */
.icon-newspaper:before {
  content: '\e896'; }

/* '' */
.icon-book-open:before {
  content: '\e897'; }

/* '' */
.icon-book:before {
  content: '\e841'; }

/* '' */
.icon-folder:before {
  content: '\e89c'; }

/* '' */
.icon-archive:before {
  content: '\e843'; }

/* '' */
.icon-box:before {
  content: '\e89d'; }

/* '' */
.icon-cog-3:before {
  content: '\e895'; }

/* '' */
.icon-share:before {
  content: '\e89a'; }

/* '' */
.icon-bag:before {
  content: '\e898'; }

/* '' */
.icon-calendar-1:before {
  content: '\e899'; }

/* '' */
.icon-clock-1:before {
  content: '\e8f0'; }

/* '' */
.icon-hourglass:before {
  content: '\e86f'; }

/* '' */
.icon-spin1:before {
  content: '\e800'; }

/* '' */
.icon-publish:before {
  content: '\e8a0'; }

/* '' */
.icon-window:before {
  content: '\e8a1'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e8a3'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e84a'; }

/* '' */
.icon-loop-2:before {
  content: '\e887'; }

/* '' */
.icon-play-1:before {
  content: '\e8a4'; }

/* '' */
.icon-stop-1:before {
  content: '\e8a6'; }

/* '' */
.icon-pause-1:before {
  content: '\e8a7'; }

/* '' */
.icon-record:before {
  content: '\e8a9'; }

/* '' */
.icon-progress-0:before {
  content: '\e8ab'; }

/* '' */
.icon-progress-1:before {
  content: '\e835'; }

/* '' */
.icon-progress-2:before {
  content: '\e837'; }

/* '' */
.icon-progress-3:before {
  content: '\e83a'; }

/* '' */
.icon-target-1:before {
  content: '\e8b4'; }

/* '' */
.icon-list:before {
  content: '\e8b5'; }

/* '' */
.icon-list-add:before {
  content: '\e8b6'; }

/* '' */
.icon-network:before {
  content: '\e8b0'; }

/* '' */
.icon-cd:before {
  content: '\e8b1'; }

/* '' */
.icon-inbox:before {
  content: '\e8af'; }

/* '' */
.icon-install:before {
  content: '\e8ae'; }

/* '' */
.icon-cloud-2:before {
  content: '\e8ac'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8ad'; }

/* '' */
.icon-briefcase-1:before {
  content: '\e833'; }

/* '' */
.icon-suitcase-1:before {
  content: '\e834'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c2'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c1'; }

/* '' */
.icon-chart-bar-2:before {
  content: '\e8c0'; }

/* '' */
.icon-chart-area:before {
  content: '\e8bf'; }

/* '' */
.icon-megaphone:before {
  content: '\e8b8'; }

/* '' */
.icon-database:before {
  content: '\e8b7'; }

/* '' */
.icon-drive:before {
  content: '\e8b9'; }

/* '' */
.icon-bucket:before {
  content: '\e8ba'; }

/* '' */
.icon-key:before {
  content: '\e8c3'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8bb'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8bc'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8bd'; }

/* '' */
.icon-flow-line:before {
  content: '\e8be'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8c5'; }

/* '' */
.icon-rocket:before {
  content: '\e8c4'; }

/* '' */
.icon-gauge:before {
  content: '\e8c6'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8c7'; }

/* '' */
.icon-db-shape:before {
  content: '\e8c8'; }

/* '' */
.icon-star-1:before {
  content: '\e830'; }

/* '' */
.icon-star-filled:before {
  content: '\e832'; }

/* '' */
.icon-ok:before {
  content: '\e906'; }

/* '' */
.icon-cancel-2:before {
  content: '\e907'; }

/* '' */
.icon-cancel-alt-filled:before {
  content: '\e908'; }

/* '' */
.icon-cancel-circled-1:before {
  content: '\e909'; }

/* '' */
.icon-attach-1:before {
  content: '\e90a'; }

/* '' */
.icon-pin:before {
  content: '\e905'; }

/* '' */
.icon-upload-outline:before {
  content: '\e8eb'; }

/* '' */
.icon-upload-1:before {
  content: '\e8ec'; }

/* '' */
.icon-upload-cloud-outline:before {
  content: '\e8ed'; }

/* '' */
.icon-upload-cloud-2:before {
  content: '\e8ee'; }

/* '' */
.icon-pencil-2:before {
  content: '\e8e1'; }

/* '' */
.icon-pen:before {
  content: '\e8f7'; }

/* '' */
.icon-feather-1:before {
  content: '\e8f8'; }

/* '' */
.icon-edit-1:before {
  content: '\e8e2'; }

/* '' */
.icon-print-2:before {
  content: '\e8f9'; }

/* '' */
.icon-comment-1:before {
  content: '\e8fa'; }

/* '' */
.icon-chat-alt:before {
  content: '\e8fb'; }

/* '' */
.icon-bell:before {
  content: '\e8fc'; }

/* '' */
.icon-attention-filled:before {
  content: '\e828'; }

/* '' */
.icon-warning:before {
  content: '\e82a'; }

/* '' */
.icon-contacts:before {
  content: '\e806'; }

/* '' */
.icon-vcard-1:before {
  content: '\e904'; }

/* '' */
.icon-address-1:before {
  content: '\e903'; }

/* '' */
.icon-location-1:before {
  content: '\e8ff'; }

/* '' */
.icon-map-1:before {
  content: '\e900'; }

/* '' */
.icon-direction-outline:before {
  content: '\e901'; }

/* '' */
.icon-direction-1:before {
  content: '\e902'; }

/* '' */
.icon-doc-2:before {
  content: '\e90b'; }

/* '' */
.icon-doc-text-2:before {
  content: '\e90c'; }

/* '' */
.icon-doc-add:before {
  content: '\e90d'; }

/* '' */
.icon-doc-remove:before {
  content: '\e90e'; }

/* '' */
.icon-news:before {
  content: '\e90f'; }

/* '' */
.icon-cog-outline:before {
  content: '\e852'; }

/* '' */
.icon-cog-2:before {
  content: '\e83f'; }

/* '' */
.icon-calendar-outlilne:before {
  content: '\e8fd'; }

/* '' */
.icon-calendar-2:before {
  content: '\e8fe'; }

/* '' */
.icon-wristwatch:before {
  content: '\e8f1'; }

/* '' */
.icon-resize-full:before {
  content: '\e891'; }

/* '' */
.icon-resize-normal:before {
  content: '\e892'; }

/* '' */
.icon-loop-1:before {
  content: '\e885'; }

/* '' */
.icon-loop-alt:before {
  content: '\e886'; }

/* '' */
.icon-target:before {
  content: '\e82f'; }

/* '' */
.icon-desktop:before {
  content: '\e910'; }

/* '' */
.icon-laptop:before {
  content: '\e911'; }

/* '' */
.icon-tablet:before {
  content: '\e912'; }

/* '' */
.icon-mobile:before {
  content: '\e913'; }

/* '' */
.icon-flash-1:before {
  content: '\e840'; }

/* '' */
.icon-briefcase-2:before {
  content: '\e889'; }

/* '' */
.icon-picture-1:before {
  content: '\e851'; }

/* '' */
.icon-clock-2:before {
  content: '\e8f2'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e88d'; }

/* '' */
.icon-loop:before {
  content: '\e880'; }

/* '' */
.icon-loop-alt-1:before {
  content: '\e888'; }

/* '' */
.icon-split:before {
  content: '\e87f'; }

/* '' */
.icon-rain-1:before {
  content: '\e849'; }

/* '' */
.icon-flash-2:before {
  content: '\e84b'; }

/* '' */
.icon-chart-bar-1:before {
  content: '\e850'; }

/* '' */
.icon-mail-2:before {
  content: '\e914'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e8e3'; }

/* '' */
.icon-edit-2:before {
  content: '\e8e4'; }

/* '' */
.icon-cloud-sun-inv:before {
  content: '\e853'; }

/* '' */
.icon-cloud-flash-inv:before {
  content: '\e855'; }

/* '' */
.icon-cloud-1:before {
  content: '\e857'; }

/* '' */
.icon-cloud-flash-alt:before {
  content: '\e858'; }

/* '' */
.icon-mail-3:before {
  content: '\e915'; }

/* '' */
.icon-heart:before {
  content: '\e916'; }

/* '' */
.icon-heart-broken:before {
  content: '\e917'; }

/* '' */
.icon-user-2:before {
  content: '\e836'; }

/* '' */
.icon-users-1:before {
  content: '\e856'; }

/* '' */
.icon-help-circled-1:before {
  content: '\e829'; }

/* '' */
.icon-info-circled:before {
  content: '\e81f'; }

/* '' */
.icon-print-3:before {
  content: '\e919'; }

/* '' */
.icon-chat-1:before {
  content: '\e918'; }

/* '' */
.icon-attention:before {
  content: '\e867'; }

/* '' */
.icon-clock-3:before {
  content: '\e8f3'; }

/* '' */
.icon-hourglass-1:before {
  content: '\e8ef'; }

/* '' */
.icon-golf:before {
  content: '\e87a'; }

/* '' */
.icon-search-1:before {
  content: '\e84d'; }

/* '' */
.icon-search-circled:before {
  content: '\e84c'; }

/* '' */
.icon-group:before {
  content: '\e80a'; }

/* '' */
.icon-picture-2:before {
  content: '\e859'; }

/* '' */
.icon-pencil-circled:before {
  content: '\e8e8'; }

/* '' */
.icon-edit-3:before {
  content: '\e8e5'; }

/* '' */
.icon-edit-alt:before {
  content: '\e8e6'; }

/* '' */
.icon-resize-vertical-1:before {
  content: '\e88f'; }

/* '' */
.icon-resize-horizontal-2:before {
  content: '\e890'; }

/* '' */
.icon-play-circled:before {
  content: '\e85e'; }

/* '' */
.icon-play-circled2:before {
  content: '\e85f'; }

/* '' */
.icon-stop-circled:before {
  content: '\e85c'; }

/* '' */
.icon-pause-circled:before {
  content: '\e85b'; }

/* '' */
.icon-inbox-circled:before {
  content: '\e920'; }

/* '' */
.icon-pencil-3:before {
  content: '\e8e7'; }

/* '' */
.icon-cog-1:before {
  content: '\e84e'; }

/* '' */
.icon-inbox-2:before {
  content: '\e91f'; }

/* '' */
.icon-ok-circle:before {
  content: '\e860'; }

/* '' */
.icon-cancel-circle:before {
  content: '\e861'; }

/* '' */
.icon-lock-open-2:before {
  content: '\e831'; }

/* '' */
.icon-comment-alt:before {
  content: '\e84f'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e883'; }

/* '' */
.icon-popup:before {
  content: '\e89e'; }

/* '' */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  font-size: 13px; }

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #0092dd; }

a:hover {
  text-decoration: none;
  color: #00ccf4; }

.strong {
  font-weight: bold; }

a.lightLink {
  color: #ccc; }
  a.lightLink:hover {
    color: #0092dd;
    text-decoration: none; }

a.boxLink {
  display: block; }
  a.boxLink:hover {
    color: #0092dd;
    text-decoration: none;
    background: rgba(136, 136, 136, 0.05); }
  a.boxLink:hover * {
    color: #0092dd; }

.cols .boxLink {
  margin: 0 -16px;
  padding: 16px; }

.miniWrapper .panelLogin {
  width: 450px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -225px; }

.miniWrapper .panelReg {
  width: 450px;
  position: absolute;
  top: 50%;
  margin-top: -170px;
  left: 50%;
  margin-left: -225px; }

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #wrapper > header {
    position: absolute;
    width: 100%;
    height: 40px;
    overflow: hidden; }
  #wrapper > section {
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 0;
    overflow: hidden; }
    #wrapper > section > aside {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 150px; }
    #wrapper > section > main {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 150px;
      right: 0;
      overflow-y: auto; }
      #wrapper > section > main.client {
        left: 0; }
  #wrapper > section.compact aside {
    width: 40px; }
    #wrapper > section.compact aside span {
      display: none; }
    #wrapper > section.compact aside .icon-left-open:before {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  #wrapper > section.compact main {
    left: 40px; }
  #wrapper > section.compact main.client {
    left: 0; }
  #wrapper.wrapper > header {
    overflow: visible; }
  #wrapper.wrapper > section {
    overflow: visible; }

.wrapper > header {
  color: #fbebe7;
  background: #ae1e23; }
  .wrapper > header .vr {
    opacity: .5; }
  .wrapper > header a {
    color: #fff !important; }
  .wrapper > header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table; }
    .wrapper > header ul li {
      display: table-cell;
      vertical-align: top; }
      .wrapper > header ul li a:hover {
        text-decoration: none;
        color: #f35a1b !important; }
    .wrapper > header ul li.logo {
      width: 150px;
      line-height: 40px;
      position: relative; }
      .wrapper > header ul li.logo i {
        position: absolute;
        left: -5px; }
      .wrapper > header ul li.logo a {
        display: block;
        width: 150px;
        padding-left: 40px;
        display: block; }
      .wrapper > header ul li.logo.compact {
        width: 40px;
        overflow: hidden; }
      .wrapper > header ul li.logo.compact a {
        width: 40px; }
      .wrapper > header ul li.logo.logonl a {
        padding-left: 0; }
      .wrapper > header ul li.logo.logonl a.logosmall {
        display: none; }
      .wrapper > header ul li.logo.logonl a.logobig {
        display: block; }
      .wrapper > header ul li.logo.logonl.compact {
        text-align: center; }
        .wrapper > header ul li.logo.logonl.compact a.logosmall {
          display: block; }
        .wrapper > header ul li.logo.logonl.compact a.logobig {
          display: none; }
    .wrapper > header ul li.search {
      position: relative; }
      .wrapper > header ul li.search form {
        position: relative; }
      .wrapper > header ul li.search .iconSearch {
        position: absolute;
        left: 2px;
        top: 12px;
        font-size: 15px;
        color: #ae1e23; }
      .wrapper > header ul li.search input[type='text'] {
        margin: 0;
        padding: 0 8px 0 26px;
        margin-top: 7px;
        border: 1px solid #f35a1b;
        line-height: 24px;
        min-height: 26px;
        width: 300px;
        max-width: 300px;
        height: auto;
        border-radius: 3px;
        background: #f6f6f6;
        box-shadow: none;
        color: #ae1e23; }
      .wrapper > header ul li.search input[type='text']:focus {
        border: 1px solid #f35a1b; }
      .wrapper > header ul li.search .timer {
        margin-top: 8px;
        margin-left: 16px;
        float: left; }
        .wrapper > header ul li.search .timer i {
          font-size: 22px; }
    .wrapper > header ul li.user {
      text-align: right;
      padding-right: 10px;
      padding-top: 12px; }
      .wrapper > header ul li.user .dropDown {
        position: relative;
        overflow: visible;
        margin-top: -8px; }
      .wrapper > header ul li.user .dropDown > a {
        display: block;
        line-height: 32px; }
      .wrapper > header ul li.user .dropDown:hover > a {
        color: #f8d7cf; }
      .wrapper > header ul li.user .dropDown > ul {
        max-width: 150px;
        min-width: 150px;
        right: -10px;
        margin-top: 4px;
        overflow: visible;
        position: absolute;
        z-index: 10000; }
      .wrapper > header ul li.user .dropDown > ul > li {
        display: block;
        clear: both;
        border-radius: inherit; }
      .wrapper > header ul li.user .dropDown > ul > li > a {
        width: 150px;
        display: block;
        text-align: left;
        color: #0092dd !important;
        border-radius: inherit; }

aside {
  background: #333; }
  aside .icon-left-open:before {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  aside .icon-right-open {
    display: none; }

.navSide {
  list-style: none;
  margin: 0;
  padding: 0; }
  .navSide > li {
    display: block;
    border-bottom: 1px solid #444; }
  .navSide > li a {
    display: block;
    text-decoration: none;
    color: #ddd;
    padding-left: 3px;
    line-height: 40px;
    font-size: 13px;
    position: relative; }
  .navSide > li a i {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .navSide > li a span {
    position: absolute; }
  .navSide > li a:hover {
    border-left-color: #e8f4d7;
    color: #fff !important; }
  .navSide > li > a {
    border-left: 2px solid #333; }
  .navSide > li > a > i {
    font-size: 140%; }
  .navSide > li.active > a {
    color: #8dca35;
    border-left: 2px solid #8dca35; }
  .navSide > li.active > a:after {
    right: -4px;
    border-color: transparent transparent transparent #333;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navSide > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #222; }
  .navSide > li > ul > li > a {
    border-left: 4px solid #000;
    line-height: 24px;
    padding-left: 0px; }
  .navSide > li > ul > li > a > i {
    padding-left: 4px; }
  .navSide > li > ul > li.active > a {
    border-left-color: #00e8f4;
    color: #00e8f4; }

.breadcrumbs {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  border-bottom: 1px solid #eee;
  margin: 0 15px; }
  .breadcrumbs a {
    color: #888;
    text-transform: lowercase; }
  .breadcrumbs a:hover {
    color: #0092dd;
    text-decoration: none; }
  .breadcrumbs i {
    padding-right: 4px; }
  .breadcrumbs span {
    padding: 0 4px;
    color: #ccc; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("/img/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("/img/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #35ca40; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.content {
  padding: 15px; }

.row {
  width: auto;
  max-width: none;
  margin: 0 -15px 0 -15px;
  clear: both; }

.cols {
  padding: 0 15px;
  position: relative;
  float: left; }
  .cols.lr1 {
    width: 8.33333%; }
  .cols.lr2 {
    width: 16.66667%; }
  .cols.lr3 {
    width: 25%; }
  .cols.lr4 {
    width: 33.33333%; }
  .cols.lr5 {
    width: 41.66667%; }
  .cols.lr6 {
    width: 50%; }
  .cols.lr7 {
    width: 58.33333%; }
  .cols.lr8 {
    width: 66.66667%; }
  .cols.lr9 {
    width: 75%; }
  .cols.lr10 {
    width: 83.33333%; }
  .cols.lr11 {
    width: 91.66667%; }
  .cols.lr12 {
    width: 100%; }
  .cols.lro0 {
    margin-left: 0; }
  .cols.lro1 {
    margin-left: 8.33333%; }
  .cols.lro2 {
    margin-left: 16.66667%; }
  .cols.lro3 {
    margin-left: 25%; }
  .cols.lro4 {
    margin-left: 33.33333%; }
  .cols.lro5 {
    margin-left: 41.66667%; }
  .cols.lro6 {
    margin-left: 50%; }
  .cols.lro7 {
    margin-left: 58.33333%; }
  .cols.lro8 {
    margin-left: 66.66667%; }
  .cols.lro9 {
    margin-left: 75%; }
  .cols.lro10 {
    margin-left: 83.33333%; }
  .cols.sm1 {
    width: 8.33333%; }
  .cols.sm2 {
    width: 16.66667%; }
  .cols.sm3 {
    width: 25%; }
  .cols.sm4 {
    width: 33.33333%; }
  .cols.sm5 {
    width: 41.66667%; }
  .cols.sm6 {
    width: 50%; }
  .cols.sm7 {
    width: 58.33333%; }
  .cols.sm8 {
    width: 66.66667%; }
  .cols.sm9 {
    width: 75%; }
  .cols.sm10 {
    width: 83.33333%; }
  .cols.sm11 {
    width: 91.66667%; }
  .cols.sm12 {
    width: 100%; }
  .cols.smo0 {
    margin-left: 0; }
  .cols.smo1 {
    margin-left: 8.33333%; }
  .cols.smo2 {
    margin-left: 16.66667%; }
  .cols.smo3 {
    margin-left: 25%; }
  .cols.smo4 {
    margin-left: 33.33333%; }
  .cols.smo5 {
    margin-left: 41.66667%; }
  .cols.smo6 {
    margin-left: 50%; }
  .cols.smo7 {
    margin-left: 58.33333%; }
  .cols.smo8 {
    margin-left: 66.66667%; }
  .cols.smo9 {
    margin-left: 75%; }
  .cols.smo10 {
    margin-left: 83.33333%; }
  .cols.pad0 {
    padding: 0; }
  .cols.stackable {
    width: 100%;
    clear: both; }

.row.collapsed {
  margin: 0; }

.row.collapsed > .cols {
  padding: 0; }

.row.data .cols {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.row.data .cols.label {
  color: #888; }

.flexColumns {
  display: flex;
  width: 100%;
  flex-direction: row; }
  .flexColumns > div {
    flex: 1 0 auto; }

.flexRow {
  display: flex;
  width: 100%;
  flex-direction: row; }
  .flexRow > fieldset,
  .flexRow > div {
    flex: 1 1 0; }
  .flexRow.padding-horizontal > fieldset {
    margin: 0 0.5rem; }
    .flexRow.padding-horizontal > fieldset:first-child {
      margin-left: 0; }
    .flexRow.padding-horizontal > fieldset:last-child {
      margin-right: 0; }
  .flexRow.padding-horizontal > div {
    padding: 0 1rem; }
    .flexRow.padding-horizontal > div:first-child {
      padding-left: 0; }
    .flexRow.padding-horizontal > div:last-child {
      padding-right: 0; }
  .flexRow.borders > fieldset,
  .flexRow.borders > div {
    border-right: 1px solid #eee; }
    .flexRow.borders > fieldset:last-child,
    .flexRow.borders > div:last-child {
      border-right: 0; }

.flex0 {
  flex-grow: 0 !important; }

.fg0 {
  flex-grow: 0 !important; }

.fg1 {
  flex-grow: 1 !important; }

.fg2 {
  flex-grow: 2 !important; }

.fg3 {
  flex-grow: 3 !important; }

.fg4 {
  flex-grow: 4 !important; }

.fg5 {
  flex-grow: 5 !important; }

.fg6 {
  flex-grow: 6 !important; }

.db {
  display: block; }

.di {
  display: inline; }

.dib {
  display: inline-block !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.right0 {
  position: absolute !important;
  right: 0 !important; }

.right10 {
  position: absolute !important;
  right: 10px !important; }

.right20 {
  position: absolute !important;
  right: 20px !important; }

.row,
.tabs,
.clear,
.projectBox,
.projectStatus,
.projectContacts,
.tabContent {
  *zoom: 1; }
  .row:before, .row:after,
  .tabs:before,
  .tabs:after,
  .clear:before,
  .clear:after,
  .projectBox:before,
  .projectBox:after,
  .projectStatus:before,
  .projectStatus:after,
  .projectContacts:before,
  .projectContacts:after,
  .tabContent:before,
  .tabContent:after {
    content: " ";
    display: table; }
  .row:after,
  .tabs:after,
  .clear:after,
  .projectBox:after,
  .projectStatus:after,
  .projectContacts:after,
  .tabContent:after {
    clear: both; }

.m0 {
  margin: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb2 {
  margin-bottom: 2px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml2 {
  margin-left: 2px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml16 {
  margin-left: 16px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt2 {
  margin-top: 2px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt16 {
  margin-top: 16px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt32 {
  margin-top: 32px !important; }

.mt-4 {
  margin-top: -4px !important; }

.mt-8 {
  margin-top: -8px !important; }

.mt-16 {
  margin-top: -16px !important; }

.mt-24 {
  margin-top: -24px !important; }

.mt-32 {
  margin-top: -32px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr2 {
  margin-right: 2px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr16 {
  margin-right: 16px !important; }

.mr-8 {
  margin-right: -8px !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.tac {
  text-align: center !important; }

.taj {
  text-align: justify !important; }

.vab {
  vertical-align: bottom !important; }

.vam {
  vertical-align: middle !important; }

.vat {
  vertical-align: top !important; }

.nowrap {
  white-space: nowrap; }

.prewrap {
  white-space: pre-line; }

.elipsis {
  text-overflow: ellipsis !important; }

.txtLarger {
  font-size: 1.2em; }

.txtDark {
  color: #333 !important; }

.txtLime {
  color: #8dca35; }

.txtLight {
  color: #ccc; }

.txtGreen {
  color: #35ca40; }

.txtRed {
  color: #da3610; }

.fauxLink {
  color: #ccc; }
  .fauxLink:hover {
    color: #0092dd;
    text-decoration: none;
    cursor: pointer; }
  .fauxLink.actPreset {
    padding: 0 0.125rem;
    display: table-cell; }

.rad {
  border-radius: 3px; }

.rad2 {
  border-radius: 6px; }

.radL {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.radR {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.radT {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.radT2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important; }

.radB {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.radTL {
  border-top-left-radius: 3px; }

.radTR {
  border-top-right-radius: 3px; }

.radBL {
  border-bottom-left-radius: 3px; }

.radBR {
  border-bottom-right-radius: 3px; }

.pad0 {
  padding: 0 !important; }

.pad2 {
  padding: 2px !important; }

.padMin {
  padding: 4px !important; }

.padNar {
  padding: 8px !important; }

.padNrm {
  padding: 15px !important; }

.padLrg {
  padding: 30px !important; }

.padMinTop {
  padding-top: 4px !important; }

.padNarTop {
  padding-top: 8px !important; }

.padNrmTop {
  padding-top: 15px !important; }

.padLrgTop {
  padding-top: 30px !important; }

.pl16 {
  padding-left: 16px; }

.pl24 {
  padding-left: 24px; }

.pl32 {
  padding-left: 32px; }

.borderlessL {
  border-left: 0 !important; }

.borderlessR {
  border-right: 0 !important; }

.wa {
  width: auto !important; }

.wpc100 {
  width: 100%; }

.wmax100 {
  max-width: 100px; }

.wmax150 {
  max-width: 150px; }

.wmax200 {
  max-width: 200px; }

.wmax300 {
  max-width: 300px; }

.hide {
  display: none; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }
  hr.mini {
    margin: 8px 0; }
  hr.orange {
    border-top-color: #ff8919; }
  hr.blue {
    border-top-color: #0092dd; }
  hr.blueLT {
    border-top-color: #00ccf4; }

.vr {
  border-right: 1px solid #eee;
  margin: 0 .5rem 0 .5rem;
  width: 1px;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block; }

.br {
  border-right: 1px solid #eee; }

.bl {
  border-left: 1px solid #eee; }

.bl1 {
  margin-left: -1px; }

.posa {
  position: absolute; }

.avh {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%); }

.flash {
  padding: 4px 15px;
  border: 1px solid #eee;
  background: #f6f6f6;
  color: #888;
  border-bottom: 2px solid #ccc;
  border-radius: 6px;
  margin-bottom: 8px; }
  .flash i {
    font-size: 140%;
    margin-left: -10px;
    vertical-align: middle;
    display: inline-block; }
  .flash:hover {
    cursor: pointer; }
  .flash.info {
    background: #cce9f8;
    border-bottom: 1px solid #00ccf4;
    color: #0092dd; }
  .flash.success {
    background: #e8f4d7;
    border-bottom: 1px solid #c8ed58;
    color: #8dca35; }
  .flash.warning {
    background: #ffeecc;
    border-bottom: 1px solid #ffde00;
    color: #ffab00; }
  .flash.danger {
    background: #f8d7cf;
    border-bottom: 1px solid #f35a1b;
    color: #da3610; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  color: #333;
  font-weight: normal; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #888;
  font-size: 0.7em; }

h1 {
  font-size: 20px;
  margin: 15px 0 8px 0;
  color: #ae1e23; }

h2 {
  font-size: 20px;
  margin: 12px 0 6px 0; }

h3 {
  font-size: 18px;
  margin: 10px 0 6px 0; }

h4 {
  font-size: 16px;
  margin: 9px 0 4px 0; }

h5 {
  font-size: 14px;
  margin: 8px 0 4px 0; }

h6 {
  font-size: 13px;
  margin: 8px 0 4px 0; }

p {
  line-height: 140%;
  color: #888; }

h5.column-head {
  color: #ccc;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: 8px; }

.box {
  border: 1px solid #eee;
  border-bottom-width: 2px;
  padding: 8px;
  position: relative; }
  .box.light {
    background: #f6f6f6; }
  .box h5.boxHead {
    color: #888;
    font-size: 12px;
    position: absolute;
    border: inherit;
    top: 0;
    left: -1px;
    padding: 2px 8px;
    margin-top: -18px;
    height: 18px;
    background: #fff;
    border-bottom-color: transparent; }

.panel {
  border: 1px solid #eee; }
  .panel.headerOnly {
    border-bottom: 0; }
    .panel.headerOnly .panelHead {
      border-bottom: 0; }
  .panel .panelHead {
    border-bottom: 1px solid #eee;
    padding: 8px 15px;
    float: left;
    width: 100%; }
    .panel .panelHead .title {
      float: left;
      color: #888;
      font-weight: bold; }
    .panel .panelHead .title.normal {
      font-weight: normal; }
    .panel .panelHead .options {
      float: right;
      color: #888; }
    .panel .panelHead .options a:hover {
      text-decoration: none;
      color: #0092dd; }
    .panel .panelHead .searchForm {
      float: right; }
    .panel .panelHead a {
      color: #ccc; }
    .panel .panelHead.light {
      background: #f6f6f6; }
    .panel .panelHead.lime {
      background: #f3faea; }
  .panel .panelContent {
    padding: 5px 15px 5px 15px;
    clear: both; }
  .panel.folded .panelContent {
    display: none; }
  .panel.folded .hideOnFold {
    display: none; }
  .panel.folded .fold i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .panel h5 {
    margin: 0;
    padding: 8px 15px; }

.listGrp {
  margin: 0;
  padding: 0;
  list-style: none; }
  .listGrp .listGrpItem {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #888; }
    .listGrp .listGrpItem .badge {
      float: right; }
  .listGrp a.listGrpItem:link,
  .listGrp a.listGrpItem:visited {
    color: #888; }
  .listGrp a.listGrpItem:hover {
    text-decoration: none;
    background-color: #f6f6f6; }
  .listGrp a.listGrpItem.active {
    background-color: #0092dd;
    color: #fff;
    border: 1px solid #0092dd; }
    .listGrp a.listGrpItem.active > * {
      color: #fff; }
    .listGrp a.listGrpItem.active > .badge {
      background: #fff;
      color: #0092dd; }
  .listGrp .listGrpItem:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

.userEditable .isEditable {
  position: relative;
  padding-right: 24px; }
  .userEditable .isEditable:after {
    opacity: .1;
    color: rgba(136, 136, 136, 0.5);
    border-bottom: 1px solid rgba(136, 136, 136, 0.5);
    position: absolute;
    content: "\e8e1";
    right: 2px;
    top: 2px;
    font-family: fontello;
    font-size: 16px;
    width: 16px;
    height: 17px; }
  .userEditable .isEditable:hover {
    cursor: pointer; }
    .userEditable .isEditable:hover:after {
      color: #0092dd;
      border-bottom: 1px solid #0092dd;
      opacity: 1; }
  .userEditable .isEditable.isEditing:hover {
    cursor: text; }
  .userEditable .isEditable.isEditing:after {
    content: "";
    border: 0;
    width: 0;
    height: 0; }

.highlight {
  -moz-animation: highlight 1s ease-out;
  -moz-animation-iteration-count: 3;
  -webkit-animation: highlight 1s ease-out;
  -webkit-animation-iteration-count: 3;
  -ms-animation: highlight 1s ease-out;
  -ms-animation-iteration-count: 3; }

@-webkit-keyframes highlight {
  0% {
    background-color: none; }
  50% {
    background-color: #ffeecc; }
  100% {
    background-color: none; } }

@-moz-keyframes highlight {
  0% {
    background-color: none; }
  50% {
    background-color: #ffeecc; }
  100% {
    background-color: none; } }

@-ms-keyframes highlight {
  0% {
    background-color: none; }
  50% {
    background-color: #ffeecc; }
  100% {
    background-color: none; } }

.dbg {
  outline: 1px solid #f0f; }

abbr[title] {
  text-decoration: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2); }

form {
  margin: 0 0 1rem;
  /* Adjust margin for form elements below */
  /* Normalize file input width */
  /* We add basic fieldset styling */
  /* Error Handling */
  /* Separate prefix and postfix styles when on span or label so buttons keep their own */ }
  form .row {
    margin: 0 -.5rem; }
  form .row .column,
  form .row .cols {
    padding: 0 .5rem; }
  form .row.collapse {
    margin: 0; }
  form .row.collapse .cols {
    padding: 0; }
  form .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0; }
  form .row input.cols,
  form .row textarea.cols {
    padding-left: .5rem; }
  form label {
    font-size: .875rem;
    color: #aaa;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-bottom: .5rem; }
  form label.required {
    color: #000;
    position: relative; }
  form label.required:after {
    content: "\e827";
    font-family: fontello, sans-serif;
    position: absolute;
    font-size: .5rem;
    color: #ccc;
    margin-left: 2px; }
  form .notRequired label.required:after {
    content: "";
    position: absolute;
    margin: 0; }
  form label.right {
    float: none;
    text-align: right; }
  form label.inline {
    margin: 0 0 1rem;
    padding: .625rem 0; }
  form label small {
    text-transform: capitalize;
    color: #666; }
  form input[type="text"],
  form input[type="password"],
  form input[type="date"],
  form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"],
  form input[type="email"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="time"],
  form input[type="url"],
  form textarea {
    border-radius: 0;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-bottom-color: #ccc;
    color: #333;
    display: block;
    font-size: 0.875rem;
    margin: 0;
    padding: 0.5rem;
    width: 100%; }
  form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form textarea:focus {
    background: #f3faea;
    border-color: #8dca35;
    outline: none; }
  form input[type="text"][disabled], form input[type="password"][disabled], form input[type="date"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="month"][disabled], form input[type="week"][disabled], form input[type="email"][disabled], form input[type="number"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="time"][disabled], form input[type="url"][disabled], form textarea[disabled] {
    background-color: #dddddd; }
  form input[type="file"], form input[type="checkbox"], form input[type="radio"], form select {
    margin: 0 0 1rem 0; }
  form input[type="checkbox"] + label, form input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; }
  form input[type="file"] {
    width: 100%; }
  form select {
    width: 100%;
    -webkit-appearance: none !important;
    background: #f6f6f6 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #ccc;
    font-size: .875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .5rem; }
  form input[type="text"]:hover,
  form input[type="password"]:hover,
  form input[type="email"]:hover,
  form select.white:hover,
  form select:hover {
    border-color: #00bfdd; }
  form select:focus {
    background-color: #f3faea;
    border-color: #8dca35;
    outline: none; }
  form input.white {
    border: 1px solid #eee;
    background: #fff; }
  form select.white {
    border: 1px solid #eee;
    background: #fff url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center; }
  form input.financial {
    border: 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
    box-shadow: none;
    margin: 0;
    background: transparent;
    padding: 2px 0;
    height: auto; }
  form input.err {
    border-color: #da3610 !important;
    color: #da3610;
    font-weight: bold; }
  form input.success {
    border-color: #35ca40 !important;
    color: #35ca40;
    font-weight: bold; }
  form input.small,
  form select.small {
    border: 1px solid #ccc;
    font-size: .7rem;
    padding: 2px;
    margin: 0;
    height: auto; }
  form input.mini,
  form .mini input,
  form select.mini,
  form textarea.mini {
    border: 1px solid #ccc;
    font-size: .8rem;
    padding: 2px;
    margin: 0;
    height: 1.5rem;
    box-shadow: none; }
  form .mini input[type="radio"] {
    height: auto !important; }
  form .mini input[type="date"],
  form .mini input[type="time"] {
    width: 45%;
    margin-right: 5%;
    display: inline-block; }
  form .mini.dib .widgetRow {
    display: inline-block; }
    form .mini.dib .widgetRow label {
      vertical-align: top; }
  form .formVertical {
    margin-bottom: 8px !important; }
    form .formVertical .label {
      font-size: .8rem; }
    form .formVertical input[type="text"],
    form .formVertical input[type="password"],
    form .formVertical input[type="date"],
    form .formVertical input[type="datetime"], form .formVertical input[type="datetime-local"], form .formVertical input[type="month"], form .formVertical input[type="week"],
    form .formVertical input[type="email"],
    form .formVertical input[type="number"],
    form .formVertical input[type="search"],
    form .formVertical input[type="tel"],
    form .formVertical input[type="time"],
    form .formVertical input[type="url"],
    form .formVertical select,
    form .formVertical textarea {
      border: 1px solid #ccc;
      font-size: .8rem;
      padding: 4px 1px;
      margin: 0;
      height: auto; }
  form textarea {
    height: auto;
    min-height: 50px; }
  form textarea.mih110 {
    height: auto;
    min-height: 110px; }
  form textarea.mih130 {
    height: auto;
    min-height: 130px; }
  form textarea.mih150 {
    height: auto;
    min-height: 150px; }
  form textarea.htmlEditor {
    height: 450px; }
  form fieldset {
    border: 1px solid #eee;
    padding: 1rem;
    margin: 1rem 0 2rem;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.1); }
    form fieldset legend {
      font-size: .7rem;
      background: white;
      padding: 0 0.5rem;
      margin: 0 0 0 -0.5rem;
      text-transform: uppercase;
      color: #888; }
  form [data-abide] .error small.error, form [data-abide] span.error, form [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white; }
  form [data-abide] span.error, form [data-abide] small.error {
    display: none; }
  form .error span.error-message {
    display: block; }
  form span.error, form small.error, form .error > small, form .error small.error {
    display: block;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-style: italic;
    background: #f04124;
    color: #fff;
    padding: .375rem .5625rem .5625rem; }
  form .error input, form .error textarea, form .error select, form input.error, form textarea.error {
    margin-bottom: 0; }
  form .error label, form .error label.error, form label.error {
    color: #f04124; }
  form .cols input.loginInput,
  form .prefix, form .postfix {
    width: 100%;
    font-size: .8rem !important;
    padding: 8px 8px !important; }
  form .prefix, form .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    border-style: solid;
    border-width: 1px; }
    form .prefix i, form .postfix i {
      line-height: 0;
      display: block; }
  form span.prefix, form label.prefix {
    background: #ccc;
    border-right: none;
    color: #fff;
    border-color: #ccc; }
  form span.postfix, form label.postfix {
    background: #ccc;
    border-left: none;
    color: #fff;
    border-color: #ccc; }
  form .widgetRows.labelRows {
    height: 200px;
    overflow-y: scroll;
    position: relative; }
  form .labelRows .widgetRow input {
    position: absolute; }
  form .labelRows .widgetRow label {
    display: block !important;
    padding-left: 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 4px; }
  form .labelRows .widgetRow label:hover {
    background-color: #f6f6f6; }
  form .labelCols .widgetRow {
    float: left; }
  form .labelCols .widgetRow label {
    margin: 0 8px 0 4px; }
  form .frow {
    position: relative; }
  form .frow + .frow {
    margin-top: 16px; }
  form .formError {
    background: #fbebe7;
    color: #da3610;
    font-size: 12px;
    padding: 8px;
    border-radius: 3px;
    position: relative; }
    form .formError i {
      font-size: 12px;
      position: absolute;
      left: 4px;
      top: 8px; }
    form .formError ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 20px; }
    form .formError:hover ul {
      display: block; }
  form input + .formError {
    margin-top: 0; }
  form .collapsed.narrow input[type="text"],
  form .collapsed.narrow input[type="email"] {
    padding-left: 2px;
    padding-right: 2px; }

.pseudoButtons {
  display: flex;
  justify-content: flex-start; }
  .pseudoButtons .widgetRow {
    display: block; }
    .pseudoButtons .widgetRow input {
      opacity: 0;
      position: absolute; }
    .pseudoButtons .widgetRow label {
      background: #f6f6f6;
      border: 1px solid #ccc;
      padding: 0.5rem 1rem;
      margin: 0;
      transition: all 0.25s ease;
      height: 100%;
      vertical-align: middle; }
      .pseudoButtons .widgetRow label.colorBtn {
        background: #f6f6f6;
        border: 1px solid #fff; }
      .pseudoButtons .widgetRow label.colorBtn.colGreen {
        background: #eafaec; }
      .pseudoButtons .widgetRow label.colorBtn.colLime {
        background: #f3faea; }
      .pseudoButtons .widgetRow label.colorBtn.colBlue {
        background: #e5f4fc; }
      .pseudoButtons .widgetRow label.colorBtn.colAqua {
        background: #e5f8fc; }
      .pseudoButtons .widgetRow label.colorBtn.colOrange {
        background: #fff0e9; }
      .pseudoButtons .widgetRow label.colorBtn.colRed {
        background: #fbebe7; }
      .pseudoButtons .widgetRow label:after {
        display: none; }
    .pseudoButtons .widgetRow input:checked + label {
      border-color: #0092dd;
      background: #0092dd;
      color: #fff; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn {
        background: #ccc;
        border: 1px solid #fff; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colGreen {
        background: #35ca40; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colLime {
        background: #8dca35; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colBlue {
        background: #0092dd; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colAqua {
        background: #00bfdd; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colOrange {
        background: #ff8919; }
      .pseudoButtons .widgetRow input:checked + label.colorBtn.colRed {
        background: #da3610; }
      .pseudoButtons .widgetRow input:checked + label:after {
        color: #fff; }
    .pseudoButtons .widgetRow:first-child label {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .pseudoButtons .widgetRow:last-child label {
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
  .pseudoButtons .widgetRow + .widgetRow label {
    border-left: 0; }

.pseudoButton {
  opacity: .01;
  position: absolute; }
  .pseudoButton + label {
    vertical-align: top;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 0.5rem 1rem;
    margin: 0 !important;
    transition: all 0.25s ease;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px rgba(204, 204, 204, 0.5); }
    .pseudoButton + label:hover {
      box-shadow: 0 4px 8px rgba(204, 204, 204, 0.75); }
    .pseudoButton + label:after {
      display: none; }
  .pseudoButton:checked + label {
    border-color: #0092dd;
    background: #0092dd;
    color: #fff; }
    .pseudoButton:checked + label:after {
      color: #fff; }
  .padLrgTop .pseudoButton + label {
    margin-top: -8px !important; }

form .validate.invalid {
  border-color: #ae1e23 !important;
  background: #fbebe7 !important; }

.cke_chrome {
  box-shadow: none !important;
  border: 1px solid #eee !important; }
  .cke_chrome .cke_top {
    background: #f6f6f6 !important;
    border-color: #eee !important; }

.entityHelpers {
  color: #ccc;
  margin-top: -8px;
  margin-bottom: 8px; }

.tableSearch {
  border: 1px solid #eee;
  background: #eee;
  border-bottom: 1px solid #fff;
  padding: 4px 4px 4px 8px; }
  .tableSearch.light {
    background: #f6f6f6;
    border-color: #f6f6f6; }
  .tableSearch.green {
    background: #eafaec;
    border-color: #eafaec; }
  .tableSearch.lime {
    background: #f3faea;
    border-color: #f3faea; }
  .tableSearch.white {
    background: #fff;
    border-color: #f6f6f6; }
  .tableSearch h5.title {
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    opacity: .5; }

.searchForm {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
  position: relative; }
  .searchForm .field {
    position: relative;
    display: inline-block; }
    .searchForm .field label {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 10px;
      z-index: 1;
      background: #ccc;
      color: #fff;
      padding: 3px 6px;
      border-top-right-radius: 5px; }
    .searchForm .field input,
    .searchForm .field select {
      position: relative;
      box-shadow: none;
      width: auto;
      display: inline;
      font-size: inherit;
      padding: 4px 8px !important;
      height: 28px !important;
      margin: 0 0 0 0;
      z-index: 10; }
    .searchForm .field select {
      padding-right: 16px !important; }
    .searchForm .field.active label {
      top: -18px;
      background: #00bfdd; }
    .searchForm .field.active input,
    .searchForm .field.active select {
      border-color: #00bfdd; }
    .searchForm .field.active input:focus,
    .searchForm .field.active select:focus {
      border-color: #8dca35; }
    .searchForm .field.focus label {
      background: #8dca35; }

.miniForm form {
  display: inline;
  width: auto; }
  .miniForm form select {
    padding: 2px 14px 2px 2px;
    width: auto;
    display: inline;
    margin: 0 4px 0 0; }

.selectCell .preloader {
  line-height: inherit;
  font-size: inherit;
  min-width: 100px;
  display: inline-block; }

[contenteditable="true"] {
  position: relative;
  min-width: 50px; }
  [contenteditable="true"]:focus {
    border: none;
    outline: none; }

.btn {
  padding: 6px 16px 6px 16px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #888 !important;
  outline: none;
  display: inline-block;
  position: relative; }
  .btn:hover {
    text-decoration: none;
    background-color: #e5f8fc;
    border-color: #00bfdd;
    cursor: pointer; }
  .btn[disabled] {
    opacity: .5; }
  .btn.big {
    padding: 8px 24px;
    font-size: 1rem; }
  .btn.small {
    padding: 2px 8px 2px 8px; }
  .btn.smaller {
    padding: 2px 4px 2px 4px; }
  .btn.smallest {
    padding: 0 4px; }
  .btn.circle {
    font-size: 1em;
    border-radius: 1em;
    padding: 0;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 1.8em; }
  .btn.strong {
    font-weight: bold; }
  .btn.resizeMenu {
    border: 0;
    text-align: center;
    position: absolute;
    background: transparent;
    bottom: 8px;
    left: 20px;
    padding: 4px 2px;
    margin-left: -14px;
    border-radius: 17px;
    color: #888 !important; }
    .btn.resizeMenu:hover {
      color: #fff !important;
      background: transparent !important; }
  .btn.btnIcon {
    padding-left: 34px; }
    .btn.btnIcon i {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      padding: 0 8px; }
    .btn.btnIcon i.icon-large {
      padding: 0 6px; }
    .btn.btnIcon i.icon-larger {
      padding: 0 4px; }
    .btn.btnIcon i.icon-largest {
      padding: 0 4px; }
    .btn.btnIcon.big {
      padding-left: 56px; }
      .btn.btnIcon.big i {
        padding: 0 12px;
        font-size: 20px; }
    .btn.btnIcon.rad i {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .btn.btnIcon.small, .btn.btnIcon.small.btnIcon {
      padding-left: 22px; }
      .btn.btnIcon.small i, .btn.btnIcon.small.btnIcon i {
        padding: 0 2px; }
    .btn.btnIcon.smallest, .btn.btnIcon.smallest.btnIcon {
      padding-left: 22px; }
      .btn.btnIcon.smallest i, .btn.btnIcon.smallest.btnIcon i {
        padding: 0 2px; }
  .btn.prefix, .btn.postfix {
    padding-left: 0;
    padding-right: 0; }
  .btn.prefix i,
  .btn.postfix i {
    display: inline;
    left: auto;
    background: inherit;
    padding: 0;
    margin-top: 0;
    line-height: 0;
    vertical-align: middle; }
  .btn.light {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #888 !important; }
    .btn.light:hover {
      background: #eee; }
  .btn.main, .btn.blue {
    background: #0092dd;
    border: 1px solid #0092dd;
    color: #cce9f8 !important; }
    .btn.main:hover, .btn.blue:hover {
      background: #00ccf4; }
  .btn.aqua {
    background: #00bfdd;
    border: 1px solid #00bfdd;
    color: #ccf2f8 !important; }
    .btn.aqua:hover {
      background: #00e8f4; }
  .btn.lime {
    background: #8dca35 !important;
    border: 1px solid #8dca35 !important;
    color: #e8f4d7 !important; }
    .btn.lime:hover {
      background: #c8ed58; }
  .btn.green {
    background: #35ca40 !important;
    border: 1px solid #35ca40 !important;
    color: #d7f4d9 !important; }
    .btn.green:hover {
      background: #58ed6a; }
  .btn.orange {
    background: #ff8919;
    border: 1px solid #ff8919;
    color: #ffe2d4 !important; }
    .btn.orange:hover {
      background: #ffab47; }
  .btn.yellow {
    background: #ffab00;
    border: 1px solid #ffab00;
    color: #ffeecc !important; }
    .btn.yellow:hover {
      background: #ffde00; }
  .btn.red {
    background: #da3610;
    border: 1px solid #da3610;
    color: #f8d7cf !important; }
    .btn.red:hover {
      background: #f35a1b; }
  .btn.redDkow {
    background: #ae1e23;
    border: 1px solid #ae1e23;
    color: #fff !important; }
    .btn.redDkow:hover {
      background: #da262c; }

.btnGrp {
  white-space: nowrap; }
  .btnGrp .btnFaux {
    display: block;
    float: left;
    margin-left: -1px;
    padding: 6px 16px 6px 16px;
    max-width: 100%;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-right: 0; }
  .btnGrp .btnFaux.justLabel {
    background: transparent;
    border: 0;
    font-weight: bold;
    color: #ccc; }
  .btnGrp .btnFaux.justLabel + .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .btnGrp .btnFaux.small {
    padding: 2px 8px 2px 8px; }
  .btnGrp .btn {
    display: block;
    float: left;
    margin-left: -1px; }
  .btnGrp .btn.aqua,
  .btnGrp .btn.blue,
  .btnGrp .btn.lime,
  .btnGrp .btn.orange,
  .btnGrp .btn.yellow,
  .btnGrp .btn.red,
  .btnGrp .btn.redDkow,
  .btnGrp .btn.green {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: 0; }
  .btnGrp .btnFaux:first-child,
  .btnGrp .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .btnGrp .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .btnGrp .btn.aqua:last-child
.btn.blue:last-child
.btn.lime:last-child
.btn.orange:last-child
.btn.yellow:last-child
.btn.red:last-child
.btn.green:last-child {
    border-right: 0; }
  .btnGrp.narrow .btn {
    padding: 6px 6px; }

.badge {
  background: #888;
  color: #fff;
  display: inline-block;
  min-width: 18px;
  font-size: 10px;
  padding: 2px;
  text-align: center;
  border-radius: 2em; }
  .badge.blue {
    background: #0092dd; }
  .badge.green {
    background: #35ca40; }
  .badge.lime {
    background: #8dca35; }
  .badge.aqua {
    background: #00bfdd; }
  .badge.yellow {
    background: #ffab00; }
  .badge.orange {
    background: #ff8919; }
  .badge.red {
    background: #da3610; }
  .badge.white {
    background: #fff;
    color: #da3610; }
  .badge.small {
    min-width: 12px;
    font-size: 10px;
    padding: 0;
    text-align: center;
    border-radius: 2em; }
  .badge.empty {
    min-width: 12px;
    font-size: 10px;
    padding: 0;
    text-align: center;
    border-radius: 2em;
    background: transparent;
    border: 1px solid #fff; }

.progress {
  overflow: hidden;
  height: 8px;
  margin-top: 4px;
  background-color: #f6f6f6;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px; }
  .progress.progressAbs {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-left: -8px;
    margin-top: -4px;
    height: 4px; }
  .progress.lighter {
    background-color: #fff; }
  .progress.darker {
    background-color: #eee; }
  .progress .progressBar {
    background: #00bfdd;
    height: 8px; }

.typeOptions > div {
  display: none; }

.typeOptions.financial > div {
  display: block; }

form input.inline {
  display: inline-block; }

form input.minimal {
  padding: 2px 4px !important;
  height: auto;
  width: auto;
  background: #f6f6f6;
  box-shadow: none; }

form input.white {
  background: #fff; }

form input.taInput {
  padding: 2px 4px;
  background: #fff; }

.taSearch {
  padding: 8px 16px; }
  .taSearch form {
    margin: 0;
    padding: 0; }
    .taSearch form input.taInput {
      margin: 0;
      padding: 2px 6px;
      font-size: .9em;
      width: 150px;
      display: inline-block;
      height: auto;
      background: #fff;
      box-shadow: none; }

.autocomplete-suggestions {
  border: 1px solid #fff;
  background: #FFF;
  overflow: auto;
  box-shadow: 0 4px 16px rgba(136, 136, 136, 0.5); }

.autocomplete-suggestion {
  padding: 4px 4px;
  border-bottom: 1px solid #eee;
  white-space: normal;
  overflow: visible; }
  .autocomplete-suggestion:last-child {
    border-bottom: 0; }

.autocomplete-suggestion:hover {
  cursor: pointer; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #0092dd; }

.autocomplete-selected {
  background: #0092dd;
  color: #fff; }

.autocomplete-selected strong {
  color: #e5f4fc; }

.table {
  width: 100%; }
  .table th, .table td {
    padding: 6px 8px;
    text-align: left;
    vertical-align: top; }
  .table th.pad0,
  .table td.pad0 {
    padding: 0; }
  .table th {
    background: #eee;
    color: #888;
    position: relative;
    border: 1px !important; }
  .table thead {
    border: 0 !important; }
  .table thead tr {
    border: 0 !important; }
  .table th.sortable {
    padding: 0; }
    .table th.sortable a {
      display: block;
      color: #888; }
    .table th.sortable a.main {
      padding: 6px 28px 6px 8px;
      white-space: nowrap; }
    .table th.sortable a.sort {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 50%;
      overflow: hidden;
      width: 20px;
      text-align: center;
      color: #ccc; }
    .table th.sortable:last-child a.sort {
      right: 0; }
    .table th.sortable a.sort.active {
      color: #fff; }
    .table th.sortable a.sortAsc {
      vertical-align: top;
      border-bottom-left-radius: 3px; }
    .table th.sortable a.sortDesc {
      vertical-align: bottom;
      bottom: 0;
      top: 50%;
      border-top-left-radius: 3px; }
    .table th.sortable a.sort i {
      position: absolute;
      left: 0;
      line-height: 10px; }
    .table th.sortable a.sortAsc i {
      top: 0; }
    .table th.sortable a.sortDesc i {
      bottom: 0; }
    .table th.sortable a:hover {
      color: #00bfdd;
      text-decoration: none; }
    .table th.sortable a.main:hover {
      background: #fff; }
    .table th.sortable.active a.main {
      color: #8dca35;
      background: #fff; }
    .table th.sortable.active a.main:hover {
      color: #00bfdd; }
    .table th.sortable.active a.sort {
      background: #eee; }
    .table th.sortable.active a.active {
      background: #fff;
      color: #8dca35; }
  .table tr.even {
    background: rgba(246, 246, 246, 0.5); }
  .table tr.deleted td {
    text-decoration: line-through;
    color: #ccc; }
  .table td.linkified {
    padding: 0; }
  .table td.linkified a {
    display: block;
    padding: 6px 8px; }
  .table td.linkified a:hover {
    background: rgba(0, 146, 221, 0.99);
    text-decoration: none;
    color: #fff; }
  .table td.linkified.invisible a {
    opacity: 0; }
  .table tr:hover td.linkified.invisible a {
    opacity: .33; }
  .table tr:hover td.linkified.invisible a:hover {
    opacity: 1; }
  .table tr.dataRow {
    color: #888; }
  .table tr.dataRow:hover {
    background: rgba(229, 244, 252, 0.5) !important;
    color: #333; }
    .table tr.dataRow:hover td.linkified {
      background: #e5f4fc; }
  .table .miw50 {
    min-width: 50px; }
  .table .miw100 {
    min-width: 100px; }
  .table.importTable tr.duplicate td {
    background: #fff6e5; }
  .table.importTable td.equals {
    background: #f3faea; }
  .table.importTable td.dupeStart {
    border-bottom: 2px solid #da3610; }
  .table.importTable td.dupeEnd {
    border-top: 2px solid #ffab00 !important; }
  .table.importTable th, .table.importTable td {
    font-size: 11px; }
  .table.importTable th.found {
    background: #e8f4d7; }
  .table.importTable th.notFound {
    background: #eee; }
  .table.importTable td.notFound {
    background: rgba(246, 246, 246, 0.5);
    color: #ccc; }
  .table.importTable th.ignored {
    background: #ccc; }
  .table.importTable td.ignored {
    background: rgba(238, 238, 238, 0.5);
    color: #ccc; }
  .table.importTable th.conflict {
    background: #ffeecc; }
  .table.importTable td.conflict {
    background: rgba(255, 246, 229, 0.5); }
  .table.importTable th.found.conflict {
    background: #f8d7cf; }
  .table.importTable td.found.conflict {
    background: rgba(251, 235, 231, 0.5); }
  .table.tableDG tr:nth-child(2n) {
    background: #f6f6f6; }
  .table.tableDG tr:last-child {
    border-bottom: 2px solid #eee; }
  .table.tableDG tr.greenTR th,
  .table.tableDG tr.greenTR td {
    background: #58ed6a;
    color: #fff; }
  .table.tableDG tr.ucTR th,
  .table.tableDG tr.ucTR td {
    text-transform: uppercase;
    font-size: .8em; }
  .table.tableDG tr.niceTop th,
  .table.tableDG tr.niceTop td {
    border-bottom: 1px solid #35ca40 !important;
    background: #eafaec;
    color: #888; }
  .table.tableDG tr.borderTopLIght td {
    border-top: 2px solid #ccc;
    background: rgba(204, 204, 204, 0.5); }
  .table.tableDG tr.borderTop td {
    border-top: 2px solid #35ca40 !important;
    background: rgba(234, 250, 236, 0.5); }
  .table.tableDG tr.hasSum td {
    padding-left: 0;
    white-space: nowrap; }
  .table.tableDG td {
    border-right: 1px solid #fff; }
  .table.tableDG th:first-child,
  .table.tableDG td:first-child {
    border-left: 1px solid #eee; }
  .table.tableDG th:last-child,
  .table.tableDG td:last-child {
    border-right: 1px solid #eee; }
  .table.tableDG th.br {
    border-right: 1px solid white; }
  .table.tableDG th.mark {
    background: #f6f6f6; }
  .table.tableDG td.mark {
    background: rgba(136, 136, 136, 0.05); }
  .table.tableDG td.markLight {
    background: rgba(246, 246, 246, 0.5); }
  .table.tableDG span.fauxLink {
    display: block;
    color: #eee; }
    .table.tableDG span.fauxLink:hover {
      color: #0092dd;
      text-decoration: none;
      cursor: pointer; }

span.found {
  background: #e8f4d7; }

span.ignored {
  background: #ccc; }

span.notFound {
  background: #eee; }

span.conflict {
  background: #ffeecc; }

span.found.conflict {
  background: #f8d7cf; }

.pagination {
  margin-top: 16px;
  border-top: 1px solid #f6f6f6;
  padding-top: 8px; }
  .pagination .pager {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right; }
  .pagination .pager li {
    float: left;
    margin-left: 4px; }
    .pagination .pager li a,
    .pagination .pager li span {
      display: block;
      padding: 4px 8px;
      background: #eee;
      color: #888;
      border-radius: 3px; }
    .pagination .pager li a:hover {
      background: #8dca35;
      color: #fff;
      text-decoration: none; }
    .pagination .pager li span {
      border: 1px solid #eee;
      background: transparent; }
    .pagination .pager li span.active {
      border: 0;
      background: #8dca35;
      color: #fff; }
    .pagination .pager li span.spacer {
      border: 0;
      background: transparent;
      color: #eee;
      padding: 4px 0; }
    .pagination .pager li span.spacer.ellipsis {
      color: #ccc; }

.invoiceItemRow form {
  margin-bottom: 0; }

.invoiceItemRow .itemName {
  white-space: pre-line; }

.invoiceItemRow .flexColumns {
  padding: 8px 0;
  background: #e5f4fc;
  outline: 1px solid #e5f4fc; }
  .invoiceItemRow .flexColumns > div {
    padding: 6px; }
  .invoiceItemRow .flexColumns select, .invoiceItemRow .flexColumns input {
    background: transparent;
    border-width: 0;
    border-bottom-width: 1px; }
  .invoiceItemRow .flexColumns label {
    font-weight: bold;
    color: #0092dd; }
  .invoiceItemRow .flexColumns label:after {
    display: none; }

.z1 {
  z-index: 1; }

.tabs {
  margin: 16px 0 16px 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #0092dd;
  z-index: 1;
  position: relative; }
  .tabs li {
    float: left;
    margin-bottom: -1px;
    display: block;
    background: #ccc;
    border: 1px solid #ccc;
    font-weight: bold;
    border-bottom-color: #0092dd;
    padding: 6px 24px;
    color: #fff; }
    .tabs li:hover {
      text-decoration: none;
      background: #0092dd;
      color: #fff;
      border-color: #0092dd;
      cursor: pointer; }
  .tabs li.active {
    background: #fff;
    border-color: #0092dd;
    border-bottom-color: #fff;
    color: #0092dd; }
  .tabs.tabLinks li {
    padding: 0; }
  .tabs.tabLinks a {
    padding: 6px 24px;
    display: block;
    color: inherit; }

.dd {
  position: relative; }
  .dd ul {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px); }
  .dd li {
    background: #fff;
    display: block; }
  .dd li.empty,
  .dd li a {
    display: block;
    min-width: 150px;
    padding: 4px 8px; }
  .dd li a:hover {
    background: #e5f4fc; }
  .dd li hr {
    margin: 0; }
  .dd li i {
    margin-left: -4px; }
  .dd:hover {
    z-index: 1000; }
  .dd:hover .hover {
    background: #fff;
    color: #0092dd; }
  .dd:hover ul {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .dd .hover {
    padding: 4px 8px;
    cursor: pointer; }
  .dd.blue li {
    background: #e5f4fc; }
  .dd.blue hr {
    border-color: #cce9f8; }
  .dd.blue a:hover {
    background: #0092dd;
    color: #fff; }
  .dd.blue:hover .hover {
    background: #e5f4fc;
    color: #0092dd; }

.projectStatus {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6f6f6;
  border: 1px solid #eee;
  line-height: 30px;
  clear: both; }
  .projectStatus > li {
    padding: 0 8px 0 36px;
    position: relative;
    float: left; }
    .projectStatus > li.hasDD {
      padding: 0 36px 0 36px; }
    .projectStatus > li.hasEditable {
      padding-top: 1px; }
    .projectStatus > li.noLabel {
      padding: 0 36px 0 26px;
      height: 30px;
      display: inline-block; }
  .projectStatus > li.projectClient {
    padding-left: 12px; }
    .projectStatus > li.projectClient.hasClient {
      color: #8dca35;
      font-weight: bold; }
    .projectStatus > li.projectClient.noClient {
      color: #ae1e23; }
  .projectStatus .icWrapper {
    position: absolute;
    left: 4px; }
    .projectStatus .icWrapper i {
      color: #ccc;
      font-size: 20px;
      position: relative; }
    .projectStatus .icWrapper i.isMe {
      color: #35ca40; }
  .projectStatus .br {
    border-color: #eee; }
  .projectStatus .caseNav {
    padding: 0;
    font-size: .9em;
    line-height: 30px; }
    .projectStatus .caseNav a {
      display: block;
      padding: 0 4px; }
    .projectStatus .caseNav a:hover {
      background: #e5f8fc; }
  .projectStatus .isMe {
    color: #35ca40; }
  .projectStatus .stLabel {
    font-weight: bold;
    color: #333; }
  .projectStatus .dd {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal; }
    .projectStatus .dd ul {
      right: 0; }
    .projectStatus .dd ul.ddLeft {
      right: auto;
      left: 0; }
    .projectStatus .dd li {
      display: block; }
    .projectStatus .dd li a {
      min-width: 200px; }
    .projectStatus .dd .label {
      display: none; }
    .projectStatus .dd:hover .label {
      display: inline; }
  .projectStatus div.editable {
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    margin-left: -6px;
    background: #f6f6f6; }
    .projectStatus div.editable:hover {
      height: auto; }
    .projectStatus div.editable.isEditing {
      height: auto; }
      .projectStatus div.editable.isEditing:hover {
        height: auto;
        position: relative; }

.projectUsers {
  background: transparent;
  float: left;
  text-align: left;
  margin-right: 16px; }
  .projectUsers > li {
    background: transparent; }

.proContacts {
  width: 100%;
  border-bottom: 2px solid #f6f6f6; }
  .proContacts td {
    vertical-align: top;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
  .proContacts tr:first-child td {
    padding-top: 0; }
  .proContacts td.client {
    padding-left: 0; }
  .proContacts td.rest {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
    position: relative; }
  .proContacts h4 {
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%; }
  .proContacts p {
    margin: 0 0 4px; }
  .proContacts p.title {
    color: #ccc; }
  .proContacts .comment {
    color: #888;
    margin-left: 16px;
    padding: 3px 0; }
  .proContacts .comment .editable {
    max-width: 500px;
    white-space: pre-line; }
  .proContacts .iconLabel {
    color: rgba(204, 204, 204, 0.5); }
  .proContacts .dd {
    margin-left: -8px; }
  .proContacts .rest .side {
    padding-bottom: 4px;
    padding-left: 16px;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee; }
  .proContacts .rest .side:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .proContacts .rest .side .address {
    max-width: 300px; }
  .proContacts .rest h4 {
    max-width: 90%; }
  .proContacts .rest .dd {
    position: absolute;
    left: 0;
    margin-left: -4px;
    margin-top: -4px; }
    .proContacts .rest .dd ul {
      left: 0; }
    .proContacts .rest .dd .label {
      display: none; }
    .proContacts .rest .dd:hover .label {
      display: inline; }
  .proContacts .contactsAdd {
    padding: 2px 0;
    position: relative; }
    .proContacts .contactsAdd h4 {
      margin-bottom: 2px; }
    .proContacts .contactsAdd .trashIcon {
      display: none;
      position: absolute;
      right: 0;
      background: rgba(255, 255, 255, 0.95);
      padding: 2px; }
    .proContacts .contactsAdd:hover {
      background: #eafaec; }
    .proContacts .contactsAdd:hover .trashIcon {
      display: block; }
  @media screen and (max-width: 1200px) {
    .proContacts .data .cols {
      display: block;
      float: none;
      clear: both;
      width: 100%; } }

.folded .rest .side {
  padding-bottom: 1px;
  margin-bottom: 1px; }

.foldable {
  position: relative; }
  .foldable .foldToggle {
    display: block;
    position: absolute;
    line-height: 0;
    width: 2em;
    text-align: center;
    height: 1.5em;
    bottom: -1.4em;
    left: 50%;
    margin-left: -1em;
    background: rgba(204, 204, 204, 0.5);
    color: #fff;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em; }
  .foldable .foldToggle i {
    font-size: 16px;
    width: 0;
    line-height: 10px; }
  .foldable .foldToggle:hover {
    background: #0092dd; }
  .foldable.folded .foldToggle i {
    margin-top: 0; }
  .foldable.folded .foldToggle i:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.event {
  box-shadow: 0 4px 8px rgba(136, 136, 136, 0.2);
  border-radius: 3px;
  margin: 8px 0 16px 64px;
  position: relative; }
  .event.isImportant {
    background: #fff6e5;
    border-color: #ffab00; }
  .event.isSticky {
    border-top: 4px solid #da3610; }
  .event.isDeleted {
    text-decoration: line-through;
    opacity: .1;
    color: #888; }
    .event.isDeleted:hover {
      opacity: 1; }
  .event .sideIcon {
    position: absolute;
    right: 0;
    font-size: 3rem;
    margin-top: -2rem;
    top: 50%;
    opacity: .05;
    z-index: 0;
    color: #f0f; }
  .event:hover .onHover {
    opacity: .2; }
  .event .onHover {
    opacity: 0; }
  .event .onHover:hover {
    opacity: 1 !important; }
  .event .evMenu {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    color: #888;
    z-index: 1; }
    .event .evMenu a {
      padding: 4px;
      display: inline-block;
      color: #888; }
      .event .evMenu a:hover {
        color: #00ccf4; }
  .event .core {
    padding: 8px; }
  .event .calLine {
    background: #eafaec;
    padding: 4px;
    border-radius: 3px;
    margin-left: -4px; }
    .event .calLine.pending {
      background: #fbebe7;
      color: #ae1e23; }
  .event .foot {
    padding: 4px 8px;
    border-top: 1px solid #f6f6f6;
    color: #ccc;
    position: relative; }
  .event h5, .event p {
    margin: 0 0 4px;
    z-index: 1; }

table.tableCal tr {
  padding-bottom: 16px; }

table.tableCal td {
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
  padding: 0; }

table.tableCal .isPast {
  background: rgba(246, 246, 246, 0.5); }

table.tableCal th {
  color: #ccc;
  width: 17%; }

table.tableCal th.isWeekend {
  background: #e5f4fc;
  color: #0092dd; }

.tableCal hr {
  display: none; }

.calendarDay {
  position: relative;
  width: 14.2857142857%; }
  .calendarDay .dayHead {
    background: #ccc;
    color: #f6f6f6;
    font-weight: bold;
    padding: 4px 8px;
    margin-bottom: 8px; }
    .calendarDay .dayHead .addCalEvent {
      right: 2px;
      top: 2px;
      position: absolute;
      padding: 0;
      color: #fff;
      border-radius: 50%;
      opacity: .1;
      font-size: 1rem; }
  .calendarDay:hover .addCalEvent {
    opacity: 1; }
  .calendarDay.isWeekend {
    background: rgba(229, 244, 252, 0.25);
    border-color: #e5f4fc; }
    .calendarDay.isWeekend .dayHead {
      background: #cce9f8;
      color: #fff; }
  .calendarDay.isSticky .dayNum {
    background: #da3610; }
  .calendarDay.isToday {
    background: #f3faea; }
    .calendarDay.isToday .dayNum {
      color: #8dca35; }
    .calendarDay.isToday .dayHead {
      background: #8dca35;
      color: #fff; }

.sideInfo > div.eventProp:before {
  top: 4px !important; }

.calevent {
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 4px 12px;
  position: relative;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
  .calevent.isImportant {
    border-left: 2px solid #ffab00;
    background: #fff6e5; }
  .calevent.isSticky {
    border-left: 2px solid #da3610; }
  .calevent.isCalendar .sideIcon:after {
    bottom: -14px;
    left: 7px;
    position: absolute;
    width: 8px;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 4px;
    background: #ccc;
    color: #fff;
    content: " "; }
  .calevent.isCalendar.calendarCleared .sideIcon:after {
    background: #8dca35; }
  .calevent.isCalendar.calendarNotCleared .sideIcon:after {
    font-weight: bold;
    content: "";
    background: #da3610; }
  .calevent.isDeleted {
    text-decoration: line-through;
    opacity: .1;
    color: #888; }
    .calevent.isDeleted:hover {
      opacity: 1; }
  .calevent .resizer {
    margin: 0;
    float: right; }
  .calevent .iconInitials {
    float: right;
    width: 2em;
    height: 2em;
    border-radius: .25em;
    border: 1px solid #888;
    background: transparent;
    color: #888;
    text-align: center;
    font-size: .6rem;
    position: relative; }
    .calevent .iconInitials.isMe {
      background: transparent;
      color: #8dca35 !important;
      border-color: #8dca35; }
    .calevent .iconInitials span {
      line-height: 1.8em;
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translateY(-50%, -50%);
      transform: translateY(-50%, -50%);
      position: absolute; }
  .calevent h6 {
    margin: 0;
    float: right;
    background: #f6f6f6;
    padding: 1px 4px;
    color: #888; }
    .calevent h6 i {
      color: #ccc;
      margin-right: 3px; }
    .calevent h6.isMe {
      background: #8dca35;
      color: #fff !important; }
    .calevent h6.isMe i {
      color: #fff !important; }
  .calevent h5 {
    margin: -4px 0 4px 0;
    padding: 4px 0 0 24px; }
    .calevent h5 .sideIcon {
      position: absolute;
      left: 4px;
      top: 2px;
      color: #ccc;
      text-align: center; }
  .calevent p {
    margin: 0 0 4px;
    padding: 0; }
  .calevent .foot,
  .calevent .foot a {
    color: #cce9f8; }
  .calevent .foot a:hover {
    color: #0092dd; }
  .calevent .projectName {
    padding-left: 26px; }
  .calevent .projectTime {
    padding-left: 26px; }
  .calevent .eventMore {
    position: absolute;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    margin-left: -4px;
    margin-top: -8px;
    padding: 4px 4px 4px 28px; }
    .calevent .eventMore p > i {
      color: #cce9f8;
      position: absolute;
      left: 4px; }
  .calevent:hover {
    background: #cce9f8;
    z-index: 1; }
    .calevent:hover .eventMore {
      background: #e5f4fc;
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
      margin-top: 0; }

tbody .calevent {
  display: none; }

.isShowEvent .isEvent {
  display: block; }

.isShowComment .isComment {
  display: block; }

.isShowCalendar .isCalendar.calendarNotCleared {
  display: block; }

.isShowCleared .isCalendar.calendarCleared {
  display: block !important; }

.projectBox {
  position: relative; }
  .projectBox header {
    margin: -4px -8px 4px -8px;
    background: #f6f6f6;
    padding: 4px 8px;
    border-bottom: 1px solid #ccc; }
  .projectBox h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold; }
  .projectBox .completeShowToggle {
    float: right;
    margin: 0;
    padding: 2px 0; }
  .projectBox .completeShowToggle * {
    margin: 0;
    padding: 0; }
  .projectBox .docsList {
    margin-top: 9px; }
  .projectBox .docsParent {
    border: 1px solid #dcdcdc; }
    .projectBox .docsParent:not(.folded) {
      border-color: #35ca40; }
    .projectBox .docsParent .doc {
      position: relative;
      padding: 8px 0 8px 36px;
      margin-bottom: -1px; }
    .projectBox .docsParent .doc i {
      font-size: 14px;
      left: 0;
      position: absolute;
      color: #ccc; }
    .projectBox .docsParent .doc i.docIco {
      font-size: 16px;
      left: 4px;
      top: 8px; }
      .projectBox .docsParent .doc i.docIco.inv {
        color: #0092dd; }
      .projectBox .docsParent .doc i.docIco.int {
        color: #ff8919; }
      .projectBox .docsParent .doc i.docIco.ext {
        color: #ae1e23; }
      .projectBox .docsParent .doc i.docIco.fin {
        color: #0092dd; }
    .projectBox .docsParent .doc h5 {
      margin: 0;
      padding: 0 4px 0 0;
      font-size: 13px;
      width: 100%; }
    .projectBox .docsParent .doc h5 small {
      font-size: 13px; }
    .projectBox .docsParent .docTitle .docTitleTitle {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: calc(100% - 70px);
      overflow: hidden; }
    .projectBox .docsParent .docTitle .docTitleDate {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0.5);
      padding: 0.5rem 0.5rem 0.3333333333rem 0.5rem;
      opacity: .9; }
    .projectBox .docsParent .docTitle .badge {
      position: absolute;
      right: -15px;
      top: 8px;
      z-index: 2; }
    .projectBox .docsParent .docTitle:hover .docTitleDate {
      opacity: 1;
      background: #fff; }
  .projectBox .docsParent + .docsParent {
    border-top: 0; }
  .projectBox .docsParent.clientVisibleDoc::before {
    content: "•";
    color: #8dca35;
    position: absolute;
    left: -15px;
    top: 0px;
    font-size: 30px; }
  .projectBox a.btn.clientVisible {
    background: #8dca35;
    border-color: #8dca35;
    color: #fff !important; }
  .projectBox p {
    margin: 4px 0;
    padding: 0; }
  .projectBox a.chk {
    color: #888;
    position: absolute; }
  .projectBox a.chk:hover {
    color: #0092dd;
    text-decoration: none;
    text-shadow: 0 0 1px #f6f6f6; }
  .projectBox a.chk i {
    position: relative; }
  .projectBox .prop {
    position: relative;
    padding: 4px 0 6px 0; }
  .projectBox .actions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .projectBox .actions li {
      position: relative;
      padding: 4px 0 4px 32px;
      line-height: 20px;
      color: #888; }
    .projectBox .actions li:nth-child(2n+1) {
      background: #f6f6f6; }
    .projectBox .actions .chk {
      position: absolute;
      left: 6px; }
  .projectBox .statusSummary {
    padding-left: 32px;
    font-size: .8em;
    color: #888; }
  .projectBox .status-open .statusSummary {
    display: none; }
  .projectBox .status.status-locked {
    display: none; }
  .projectBox .status.status-compl {
    display: none; }
  .projectBox .status.status-deleted {
    display: none; }
  .projectBox.showAll .status {
    display: block; }
  .projectBox.showAll .statusSummary {
    display: none; }

.iconLabel {
  color: #ccc;
  position: absolute;
  left: -20px;
  top: 2px; }

.prio {
  float: right;
  color: #888;
  margin-left: 8px; }
  .prio i {
    opacity: .5;
    margin-right: 2px; }
  .prio.mygoal {
    color: #35ca40;
    font-weight: bold; }
  .prio.high {
    color: #ffab00; }
  .prio.crit {
    color: #ae1e23; }

.slideContent {
  padding: 4px 0 4px 22px; }
  .slideContent .files {
    list-style: none;
    margin: 8px 0;
    padding: 0; }
  .slideContent .file {
    position: relative;
    padding: 6px 8px 6px 0;
    color: #888; }
  .slideContent .fileIcon {
    position: absolute;
    left: -20px;
    color: #ccc; }
  .slideContent .fileMenu {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 4px;
    opacity: .1; }
  .slideContent .file:hover .fileMenu {
    opacity: 1; }

.clickable:hover {
  cursor: pointer; }

.foldable.folded .slideable {
  display: none; }

.nonEditableHide {
  display: none; }

.userEditable .completeShowToggle {
  margin-right: 112px; }

.userEditable .nonEditableHide {
  display: block; }

.userEditable .nonEditableHide.inline {
  display: inline; }

.relative {
  position: relative; }

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.unselectable.isEditing {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.sideBtns {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1; }
  .sideBtns .btn {
    border-top-width: 0;
    border-right-width: 0;
    border-left-color: #35ca40;
    border-bottom-color: #35ca40;
    background: #35ca40;
    color: #eafaec !important;
    margin: 0; }
    .sideBtns .btn:first-child {
      border-top-left-radius: 0; }
    .sideBtns .btn:last-child {
      border-bottom-right-radius: 0; }
  .sideBtns .btnFaux {
    background: #fff; }
  .sideBtns a.btn:hover {
    background: #58ed6a;
    border-color: #58ed6a; }
  .sideBtns:hover {
    opacity: 1 !important; }

.predefinedValues {
  line-height: 20px;
  margin-bottom: 16px;
  min-width: 300px; }
  .predefinedValues .vr {
    margin: 0 4px; }

.fauxCB {
  border: 1px solid #888;
  background: #fff;
  color: #888;
  border-radius: 3px;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 2px 6px 0 rgba(136, 136, 136, 0.1), 0 1px 1px 0 rgba(136, 136, 136, 0.2); }
  .fauxCB i {
    font-size: 1.08em;
    position: absolute; }
  .fauxCB i:before {
    margin: 0;
    padding: 0; }

.evClear {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #fff !important; }

.ckeDD {
  position: absolute;
  z-index: 2000;
  background: #fff;
  top: 100%;
  text-align: left; }
  .ckeDD ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ckeDD li {
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #eee;
    min-width: 350px;
    border-radius: 3px; }
  .ckeDD li:hover {
    color: #0092dd;
    background: #e5f4fc;
    cursor: pointer; }
  .ckeDD span {
    color: #ccc;
    white-space: nowrap; }
  .ckeDD div.value {
    color: #333;
    white-space: nowrap; }
  .ckeDD.empty {
    padding: 8px;
    background: #fff6e5; }

.radioList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .radioList li {
    position: relative; }
  .radioList li.last {
    margin-top: 16px;
    border-top: 1px solid #eee; }
  .radioList li.empty {
    background: #fff6e5;
    padding: 8px;
    color: #333; }
  .radioList input[type="radio"] {
    position: absolute;
    left: 6px;
    top: 4px;
    color: #888; }
    .radioList input[type="radio"]:checked {
      color: #0092dd; }
    .radioList input[type="radio"]:checked + label {
      background: #e5f4fc;
      border-bottom-color: #cce9f8; }
    .radioList input[type="radio"]:checked + label h4 {
      color: #0092dd; }
  .radioList label {
    padding: 4px 0;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%;
    vertical-align: top !important;
    padding-left: 30px;
    border-radius: 3px; }
  .radioList label:hover {
    background: #e5f4fc;
    border-bottom-color: #cce9f8; }
  .radioList h4 {
    margin: 0; }
  .radioList p {
    margin: 0; }

.proList {
  padding-top: 8px;
  margin-bottom: 16px; }
  .proList .proItem {
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-bottom-width: 2px;
    padding: 4px 8px; }
    .proList .proItem header {
      border-bottom: 2px solid #eee;
      margin-bottom: 4px;
      background: #f6f6f6;
      padding: 4px 8px;
      margin: -4px -8px 4px -8px; }
      .proList .proItem header h5 {
        margin: 0; }
      .proList .proItem header h5 a {
        font-weight: bold; }
      .proList .proItem header h5 .status {
        font-weight: normal;
        margin-left: 8px;
        font-size: .8em;
        color: #888;
        text-transform: lowercase; }
      .proList .proItem header .comment {
        color: #888;
        position: relative; }
      .proList .proItem header .iconLabel {
        position: relative;
        left: 0; }
    .proList .proItem .proGoal {
      padding: 4px 0; }
      .proList .proItem .proGoal .time {
        float: right;
        color: #888; }
      .proList .proItem .proGoal .icon {
        position: absolute;
        margin: 2px 0 0 0; }
      .proList .proItem .proGoal .actContent {
        margin-left: 24px;
        padding: 2px 0;
        border-bottom: 1px dotted #ccc; }
        .proList .proItem .proGoal .actContent h5 {
          margin: 0;
          line-height: 20px; }
        .proList .proItem .proGoal .actContent .opt {
          display: none; }
  .proList.reqs .proItem header {
    border-bottom-color: #ff8919; }
    .proList.reqs .proItem header h5 a {
      color: #ff8919; }

.addressBook {
  margin: 2em 0 2em 0;
  border: 1px solid #eee; }
  .addressBook .addr {
    border-bottom: 1px solid #eee;
    padding: .25em .5em;
    position: relative; }
    .addressBook .addr.isediting {
      background: #f6f6f6; }
      .addressBook .addr.isediting input,
      .addressBook .addr.isediting select,
      .addressBook .addr.isediting textarea {
        background-color: #fff; }
    .addressBook .addr .settings {
      position: absolute;
      left: 1em;
      top: 0;
      opacity: 0;
      padding: 1em 1em 0 0;
      z-index: 1; }
    .addressBook .addr:hover {
      background: #f6f6f6; }
      .addressBook .addr:hover .settings {
        opacity: 1; }
  .addressBook form {
    margin-bottom: 0; }
  .addressBook .addressLines {
    white-space: pre-wrap;
    text-align: center; }
    .addressBook .addressLines p {
      margin: 0; }
  .addressBook.list .addressLines {
    display: flex;
    text-align: left; }
    .addressBook.list .addressLines .index,
    .addressBook.list .addressLines .name,
    .addressBook.list .addressLines .address,
    .addressBook.list .addressLines .context,
    .addressBook.list .addressLines .author {
      padding-right: 1em;
      border-right: 1px solid #eee;
      margin-right: .5em; }
    .addressBook.list .addressLines .index {
      flex: .2;
      max-width: 2em;
      text-align: right; }
    .addressBook.list .addressLines .name {
      flex: 1; }
    .addressBook.list .addressLines .address {
      flex: 1.5; }
    .addressBook.list .addressLines .context {
      flex: 1; }
    .addressBook.list .addressLines .author {
      flex: .25;
      border-right: 0;
      margin-right: 0; }
  .addressBook.stickers {
    display: flex;
    flex-wrap: wrap; }
    .addressBook.stickers .addr {
      border-right: 1px solid #eee;
      flex: 33.3333% 0 0;
      padding: 1em; }
      .addressBook.stickers .addr .addressLines {
        white-space: normal; }
      .addressBook.stickers .addr .index {
        position: absolute;
        right: 0;
        top: 0;
        background: #eee;
        color: #fff;
        padding: 0 .5em;
        text-align: center; }
      .addressBook.stickers .addr .context,
      .addressBook.stickers .addr .author {
        display: none; }
      .addressBook.stickers .addr p {
        margin: 0;
        line-height: 1.5em;
        padding: 0;
        white-space: pre-wrap; }
      .addressBook.stickers .addr:nth-child(3n) {
        border-right: 0; }
      .addressBook.stickers .addr:nth-child(21n-2), .addressBook.stickers .addr:nth-child(21n-1), .addressBook.stickers .addr:nth-child(21n) {
        margin-bottom: 2em;
        border-bottom-color: #888; }
      .addressBook.stickers .addr.empty {
        color: #ccc; }

.stickeroffset {
  padding: 4px;
  max-width: 50px;
  border: 1px solid #ccc; }

.scEdit {
  position: absolute;
  top: 70px;
  bottom: 0px;
  left: 15px;
  right: 0px;
  outline: 1px solid #ccc;
  padding: 1rem;
  overflow: auto;
  background: #f6f6f6; }
  .scEdit svg {
    position: absolute; }
    .scEdit svg line {
      stroke-width: 4;
      stroke: #888888;
      opacity: .5;
      stroke-linecap: round; }
      .scEdit svg line:hover {
        opacity: 1; }
      .scEdit svg line.event1 {
        stroke: #8dca35; }
      .scEdit svg line.event2 {
        stroke: #ff8919; }
      .scEdit svg line.action1 {
        stroke: #00bfdd; }
  .scEdit.conBuilder.actions .action:hover {
    cursor: pointer;
    box-shadow: 0 0 16px #00bfdd; }
  .scEdit.conBuilder.actions .event {
    opacity: .25; }
  .scEdit.conBuilder.events .action {
    opacity: .25; }
  .scEdit.conBuilder.events .event:hover {
    cursor: pointer;
    box-shadow: 0 0 16px #8dca35; }

.sci {
  position: absolute;
  z-index: 1;
  margin-bottom: 32px; }
  .sci.goal {
    border: 2px solid #fff;
    min-width: 200px;
    min-height: 100px;
    background: rgba(255, 255, 255, 0.5); }
    .sci.goal.canDrop {
      background: #eafaec; }
    .sci.goal > .ins {
      box-shadow: none; }
    .sci.goal > .ins > h5 {
      font-weight: bold; }
  .sci.action .ins {
    background: #e5f4fc; }
  .sci.active {
    box-shadow: 0 0px 16px rgba(136, 136, 136, 0.25); }
  .sci .ins {
    box-shadow: 0 1px 1px rgba(136, 136, 136, 0.25);
    background: #fff;
    color: #a2a1a1;
    width: 100%;
    margin: 0;
    padding: 0; }
    .sci .ins:hover {
      cursor: move; }
    .sci .ins .icon {
      position: absolute;
      background: #fff;
      left: -16px;
      top: 0;
      padding: 4px 0;
      color: #888;
      box-shadow: -1px 1px 1px rgba(136, 136, 136, 0.25); }
    .sci .ins .iconInt {
      position: absolute;
      left: 2px;
      top: -2px;
      padding: 4px 0;
      color: #ccc; }
    .sci .ins .pad {
      padding: 4px 8px; }
    .sci .ins .padAdd {
      padding: 2px 8px; }
    .sci .ins .light {
      color: #888; }
    .sci .ins .hasIcon {
      padding-left: 24px; }
    .sci .ins h5, .sci .ins p {
      margin: 0;
      padding: 0;
      position: relative; }
  .sci .actions .sci .ins {
    background: #fff; }
  .sci .handle {
    position: absolute;
    left: 170px;
    top: 70px;
    width: 28px;
    height: 28px;
    color: #ccc;
    background: #fff;
    padding: 2px 0px 0px 2px;
    border-top-left-radius: 16px; }
    .sci .handle:hover {
      cursor: move;
      color: #0092dd !important;
      background: #fff; }

.scItem {
  position: absolute;
  box-shadow: 0 1px 1px rgba(136, 136, 136, 0.25);
  background: #fff;
  padding: 8px;
  color: #a2a1a1;
  width: 200px;
  z-index: 1; }
  .scItem .cnt {
    z-index: 100;
    position: relative; }
  .scItem.goal {
    border-top: 4px solid #ae1e23;
    background: #fff; }
  .scItem.action {
    border-top: 4px solid #00bfdd;
    background: #f3fcfe; }
  .scItem.event {
    border-left: 4px solid #888; }
  .scItem.event1 {
    border-left: 4px solid #8dca35;
    background: #f3faea; }
  .scItem.event2 {
    border-left: 4px solid #ffab00;
    background: #fff6e5; }
  .scItem.event3 {
    border-left: 4px solid #888; }
  .scItem.event4 {
    border-left: 4px solid #ccc; }
  .scItem.action.boolean {
    border-top: 4px solid #00bfdd;
    background: #fff; }
  .scItem.event.boolean {
    border-left: 4px solid #c8ed58;
    background: #fff; }
  .scItem.boolean .cons li.c2,
  .scItem.boolean .cons li.c3,
  .scItem.boolean .cons li.c4 {
    background: #ccc; }
  .scItem.active {
    box-shadow: 0 4px 8px rgba(136, 136, 136, 0.5); }
  .scItem.deleted {
    text-decoration: line-through;
    background: #eee;
    box-shadow: none;
    border-top-color: #888;
    border-left-color: #888; }
  .scItem .opts {
    line-height: 24px;
    margin: 8px -8px -4px -8px;
    width: 200px;
    background: #fff; }
    .scItem .opts div {
      float: left;
      padding: 0 4px;
      margin-right: 1px; }
    .scItem .opts div:hover {
      cursor: help; }
    .scItem .opts .doc {
      color: #888;
      border-top: 1px solid #00e8f4;
      border-right: 0;
      line-height: normal;
      margin: 0 0 0 0;
      width: 100%;
      padding: 4px 4px 4px 24px; }
      .scItem .opts .doc i {
        position: absolute;
        left: 2px; }
    .scItem .opts .deadline.term {
      background: #ffab00;
      color: #fff;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .deadline.crit {
      background: #ae1e23;
      color: #fff;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .priority.pr1 {
      background: #ffab00;
      color: #fff;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .priority.pr2 {
      background: #da3610;
      color: #fff6e5;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .points {
      background: #f3faea;
      color: #8dca35;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .role {
      background: #e5f4fc;
      color: #0092dd;
      font-weight: bold;
      border-right: 0; }
    .scItem .opts .userReq {
      background: #fbebe7;
      color: #ae1e23;
      font-weight: bold;
      border-right: 0; }
  .scItem h5 {
    margin: 0;
    padding: 0;
    color: #333; }
  .scItem .typeIcons {
    color: #ccc;
    float: right;
    margin-right: -8px; }
  .scItem .typeIcons i:hover {
    cursor: help;
    color: #333; }
  .scItem:hover {
    cursor: move; }
  .scItem .cons {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px; }
    .scItem .cons li {
      position: absolute;
      text-align: center;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      margin: -6px 0 0 -8px;
      border: 4px solid #f6f6f6; }
    .scItem .cons li.c0 {
      left: 50%;
      background: #00bfdd; }
    .scItem .cons li.c1 {
      left: 20%;
      background: #8dca35; }
    .scItem .cons li.c2 {
      left: 40%;
      background: #ff8919; }
    .scItem .cons li.c3 {
      left: 60%;
      background: #888; }
    .scItem .cons li.c4 {
      left: 80%;
      background: #eee; }
    .scItem .cons li:hover {
      cursor: pointer;
      border-width: 1px; }

.eventsList2 {
  padding-top: 16px; }

.notificationDD .events.eventsCalendar,
.tableCal .events.eventsCalendar {
  padding: 0 4px; }

.notificationDD .event2,
.tableCal .event2 {
  display: block;
  overflow: visible;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 8px; }
  .notificationDD .event2 .eventSide,
  .tableCal .event2 .eventSide {
    position: relative;
    z-index: 1; }
    .notificationDD .event2 .eventSide .calendarEditBtns,
    .tableCal .event2 .eventSide .calendarEditBtns {
      display: block;
      position: absolute;
      background: inherit;
      top: 0;
      right: 0;
      width: 100%;
      opacity: 0; }
      .notificationDD .event2 .eventSide .calendarEditBtns a,
      .tableCal .event2 .eventSide .calendarEditBtns a {
        color: #fff;
        font-weight: normal;
        padding: 4px 4px;
        display: block;
        float: left; }
      .notificationDD .event2 .eventSide .calendarEditBtns a:hover,
      .tableCal .event2 .eventSide .calendarEditBtns a:hover {
        background: rgba(255, 255, 255, 0.2); }
    .notificationDD .event2 .eventSide:hover .calendarEditBtns,
    .tableCal .event2 .eventSide:hover .calendarEditBtns {
      opacity: 1; }
  .notificationDD .event2 .eventContent .contentText,
  .tableCal .event2 .eventContent .contentText {
    padding: 4px; }
  .notificationDD .event2 .eventContent h3,
  .tableCal .event2 .eventContent h3 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold; }
  .notificationDD .event2 .eventContent p,
  .tableCal .event2 .eventContent p {
    margin: 0 0 4px;
    font-size: 12px; }
  .notificationDD .event2 .eventContent .todoBoxContainer,
  .tableCal .event2 .eventContent .todoBoxContainer {
    display: none; }
  .notificationDD .event2 .eventContent .eventSuggestions,
  .tableCal .event2 .eventContent .eventSuggestions {
    display: none; }
  .notificationDD .event2 .sideInfo,
  .tableCal .event2 .sideInfo {
    padding-top: 0;
    padding-left: 0;
    position: relative; }
    .notificationDD .event2 .sideInfo > div,
    .tableCal .event2 .sideInfo > div {
      display: inline-block;
      font-size: .8rem !important;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 24px;
      padding-right: 4px;
      border-top: 0;
      margin: 0; }
      .notificationDD .event2 .sideInfo > div:before,
      .tableCal .event2 .sideInfo > div:before {
        margin-top: 0 !important;
        top: 2px;
        left: 4px; }
    .notificationDD .event2 .sideInfo .label,
    .tableCal .event2 .sideInfo .label {
      display: none; }
    .notificationDD .event2 .sideInfo .eventDate,
    .tableCal .event2 .sideInfo .eventDate {
      display: none; }
  .notificationDD .event2 .contentHidden,
  .tableCal .event2 .contentHidden {
    top: auto;
    bottom: 100%; }
    .notificationDD .event2 .contentHidden .author,
    .tableCal .event2 .contentHidden .author {
      display: none; }
    .notificationDD .event2 .contentHidden .projectBtns,
    .tableCal .event2 .contentHidden .projectBtns {
      display: none; }
  .notificationDD .event2 .calendarLinks,
  .tableCal .event2 .calendarLinks {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0; }
  .notificationDD .event2 h5,
  .tableCal .event2 h5 {
    display: block;
    font-size: .8rem; }

.notificationDD .TYPE_COMMENT,
.tableCal .TYPE_COMMENT {
  display: none; }

.notificationDD .TYPE_EVENT,
.tableCal .TYPE_EVENT {
  display: none; }

.notificationDD .TYPE_CALENDAR,
.tableCal .TYPE_CALENDAR {
  display: none; }

.notificationDD .TYPE_DEADLINE,
.tableCal .TYPE_DEADLINE {
  display: none; }

.notificationDD .TYPE_DEADLINEQ,
.tableCal .TYPE_DEADLINEQ {
  display: none; }

.notificationDD .TYPE_TODO,
.tableCal .TYPE_TODO {
  display: none; }

.notificationDD .TYPE_TODOADV,
.tableCal .TYPE_TODOADV {
  display: none; }

.notificationDD .isShowComment .TYPE_COMMENT,
.tableCal .isShowComment .TYPE_COMMENT {
  display: block; }

.notificationDD .isShowEvent .TYPE_EVENT,
.tableCal .isShowEvent .TYPE_EVENT {
  display: block; }

.notificationDD .isShowCalendar .TYPE_CALENDAR,
.tableCal .isShowCalendar .TYPE_CALENDAR {
  display: block; }

.notificationDD .isShowDeadline .TYPE_DEADLINE,
.tableCal .isShowDeadline .TYPE_DEADLINE {
  display: block; }

.notificationDD .isShowDeadlineQ .TYPE_DEADLINEQ,
.tableCal .isShowDeadlineQ .TYPE_DEADLINEQ {
  display: block; }

.notificationDD .isShowTodo .TYPE_TODO,
.tableCal .isShowTodo .TYPE_TODO {
  display: block; }

.notificationDD .isShowTodo .TYPE_TODOADV,
.tableCal .isShowTodo .TYPE_TODOADV {
  display: block; }

.notificationDD .hideNotMine .notMyEvent,
.tableCal .hideNotMine .notMyEvent {
  display: none; }

.notificationDD .closed,
.tableCal .closed {
  display: none !important; }

.notificationDD .isShowCleared .closed,
.tableCal .isShowCleared .closed {
  display: block !important; }

.notificationDD .calendarEditBtns .deleteEvent,
.tableCal .calendarEditBtns .deleteEvent {
  display: block !important; }

.notificationDD .calendarEditBtns .undeleteEvent,
.tableCal .calendarEditBtns .undeleteEvent {
  display: none !important; }

.notificationDD .isDeleted,
.tableCal .isDeleted {
  display: none !important; }
  .notificationDD .isDeleted .calendarEditBtns .deleteEvent,
  .tableCal .isDeleted .calendarEditBtns .deleteEvent {
    display: none !important; }
  .notificationDD .isDeleted .calendarEditBtns .undeleteEvent,
  .tableCal .isDeleted .calendarEditBtns .undeleteEvent {
    display: block !important; }

.notificationDD .isShowDeleted .isDeleted,
.tableCal .isShowDeleted .isDeleted {
  display: block !important;
  opacity: 1 !important; }

#calendarBtns input.checks {
  display: none; }

#calendarBtns input.checks + label {
  opacity: .25; }

#calendarBtns input.checks + label:hover {
  opacity: .8 !important; }

#calendarBtns input.checks:checked + label {
  opacity: 1;
  padding-left: 20px;
  position: relative; }
  #calendarBtns input.checks:checked + label:before {
    position: absolute;
    left: 4px;
    top: 4px;
    content: "\e80d";
    font-family: fontello; }

#calendarBtns label.calCheck {
  padding: 4px 8px;
  color: #fff;
  margin: 0; }

#calendarBtns #isShowComment {
  background: #888; }

#calendarBtns #isShowEvent {
  background: #ffab00; }

#calendarBtns #isShowCalendar {
  background: #ffab47; }

#calendarBtns #isShowDeadline {
  background: #f35a1b; }

#calendarBtns #isShowDeadlineQ {
  background: #ae1e23; }

#calendarBtns #isShowNotMine {
  background: #ae1e23; }

#calendarBtns #isShowTodo {
  background: #00ccf4; }

#calendarBtns #isCleared {
  background: #888; }

#calendarBtns #isDeleted {
  background: #888; }

.event2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(136, 136, 136, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  position: relative; }
  .event2 .clientVisible {
    position: absolute;
    background: #8dca35;
    left: -1em;
    top: 0;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    width: 10px;
    height: 10px; }
  .event2 .eventSide {
    min-width: 100px;
    color: #888; }
  .event2 .sideInfo {
    position: relative;
    color: #fff;
    padding-top: 16px; }
    .event2 .sideInfo > div {
      position: relative;
      font-weight: bold;
      padding-left: 20px;
      margin-bottom: 8px; }
      .event2 .sideInfo > div:before {
        position: absolute;
        left: 2px;
        top: 0px;
        font-family: fontello;
        font-size: 12px !important;
        opacity: .5;
        font-weight: normal; }
    .event2 .sideInfo hr {
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      margin-right: 4px; }
    .event2 .sideInfo .label {
      position: absolute;
      top: 4px;
      opacity: .5;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold; }
    .event2 .sideInfo .eventTodo:before {
      content: "\e8b5"; }
    .event2 .sideInfo .eventDate:before {
      content: "\e8fe"; }
    .event2 .sideInfo .eventDate.withYear span {
      font-weight: normal; }
    .event2 .sideInfo .eventDate.withYear:before {
      content: "\e8fe"; }
    .event2 .sideInfo .eventTime:before {
      content: "\e8f0"; }
    .event2 .sideInfo .eventRecipient:before {
      content: "\e836"; }
  .event2 .calendarEditBtns {
    display: none; }
  .event2 .calendarBtns {
    display: none; }
  .event2 .calendarLinks {
    display: none; }
  .event2 .eventContent {
    flex: 0 100%;
    position: relative; }
    .event2 .eventContent h3 {
      margin: 0 0 12px 0;
      color: #888; }
  .event2 h5 {
    display: none; }
  .event2 .eventSticky {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.0rem;
    padding: 0 0 .5em .5em;
    z-index: 0;
    color: #fff;
    background: #ccc;
    border-bottom-left-radius: 100%; }
  .event2 .todoBoxContainer {
    position: relative;
    margin-bottom: 8px; }
    .event2 .todoBoxContainer .todoBox {
      display: block;
      padding: 6px;
      background: #ff8919;
      border: 1px solid #ff8919;
      border-radius: 4px;
      font-size: 0.9rem;
      color: #fff;
      box-shadow: 0 1px 4px rgba(136, 136, 136, 0.2); }
      .event2 .todoBoxContainer .todoBox span {
        opacity: .5;
        float: right;
        padding-left: 10px; }
      .event2 .todoBoxContainer .todoBox .hideOnFalse {
        display: none; }
      .event2 .todoBoxContainer .todoBox.todoBoxCheck {
        display: inline-block;
        border-color: #888;
        color: #888;
        background: #fff;
        padding-right: 8px;
        margin-right: 8px; }
        .event2 .todoBoxContainer .todoBox.todoBoxCheck.tdGreen {
          border-color: #35ca40;
          color: #35ca40; }
        .event2 .todoBoxContainer .todoBox.todoBoxCheck.tdRed {
          border-color: #ae1e23;
          color: #ae1e23; }
        .event2 .todoBoxContainer .todoBox.todoBoxCheck.tdOrange {
          border-color: #ff8919;
          color: #ff8919; }
        .event2 .todoBoxContainer .todoBox.todoBoxCheck:hover {
          background: #e5f8fc; }
        .event2 .todoBoxContainer .todoBox.todoBoxCheck.checked {
          color: #fff !important; }
          .event2 .todoBoxContainer .todoBox.todoBoxCheck.checked.tdGreen {
            border-color: #35ca40 !important;
            background: #35ca40 !important; }
          .event2 .todoBoxContainer .todoBox.todoBoxCheck.checked.tdRed {
            border-color: #ae1e23 !important;
            background: #ae1e23 !important; }
          .event2 .todoBoxContainer .todoBox.todoBoxCheck.checked.tdOrange {
            border-color: #ff8919 !important;
            background: #ff8919 !important; }
          .event2 .todoBoxContainer .todoBox.todoBoxCheck.checked.tdGrey {
            border-color: #888 !important;
            background: #888 !important; }
      .event2 .todoBoxContainer .todoBox.multiButton {
        padding: 0;
        display: flex;
        justify-content: space-between; }
        .event2 .todoBoxContainer .todoBox.multiButton > div {
          flex: 1;
          padding: 4px 10px; }
        .event2 .todoBoxContainer .todoBox.multiButton > a {
          flex: 0;
          white-space: nowrap;
          display: block;
          margin: -1px 0 -1px -1px;
          box-shadow: none;
          border-radius: 0; }
        .event2 .todoBoxContainer .todoBox.multiButton > a.checked {
          z-index: 1; }
        .event2 .todoBoxContainer .todoBox.multiButton a.tdGreen {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          box-shadow: -2px 0 0px 1px #fff; }
        .event2 .todoBoxContainer .todoBox.multiButton a:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          margin-right: -1px; }
      .event2 .todoBoxContainer .todoBox.checked {
        background: #fff;
        color: #ccc !important; }
        .event2 .todoBoxContainer .todoBox.checked .hideOnTrue {
          display: none; }
        .event2 .todoBoxContainer .todoBox.checked .hideOnFalse {
          display: inline; }
      .event2 .todoBoxContainer .todoBox.checked2 {
        background: #fff;
        color: #ccc !important; }
      .event2 .todoBoxContainer .todoBox:hover span {
        opacity: 1; }
    .event2 .todoBoxContainer .todoBoxHide {
      display: block;
      position: absolute;
      right: -16px;
      top: 0;
      z-index: 2;
      padding: 2px 0;
      background: #00bfdd;
      border-radius: 4px;
      border-top-left-radius: 0;
      font-size: 0.8rem;
      color: #fff;
      opacity: 0; }
      .event2 .todoBoxContainer .todoBoxHide .hideOnFalse {
        display: none; }
    .event2 .todoBoxContainer:hover .todoBoxHide {
      opacity: 1; }
    .event2 .todoBoxContainer.todoContainerHidden {
      display: none; }
      .event2 .todoBoxContainer.todoContainerHidden .todoBox {
        text-decoration: line-through;
        background: #fff !important;
        color: #ccc !important;
        box-shadow: none;
        border-color: #ccc !important; }
      .event2 .todoBoxContainer.todoContainerHidden .todoBoxHide {
        background: #ccc !important; }
        .event2 .todoBoxContainer.todoContainerHidden .todoBoxHide .hideOnTrue {
          display: none; }
        .event2 .todoBoxContainer.todoContainerHidden .todoBoxHide .hideOnFalse {
          display: inline; }
  .event2 .sideCheck {
    padding: 16px;
    position: relative; }
    .event2 .sideCheck .eventCheck {
      font-size: 2.5rem;
      color: #fff; }
  .event2 .sideDate {
    padding: 16px;
    position: relative;
    color: #fff; }
    .event2 .sideDate .label {
      position: absolute;
      top: 4px;
      opacity: .5;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold; }
    .event2 .sideDate .eventDate {
      font-size: 1.2rem;
      position: relative;
      font-weight: bold;
      padding-left: 20px; }
      .event2 .sideDate .eventDate:before {
        content: "\e8fe";
        position: absolute;
        left: 0;
        top: 4px;
        font-family: fontello;
        font-size: 16px;
        opacity: .5;
        font-weight: normal; }
    .event2 .sideDate .eventTime {
      font-size: 1.2rem;
      position: relative;
      padding-left: 20px;
      font-weight: bold; }
      .event2 .sideDate .eventTime:before {
        content: "\e8f0";
        position: absolute;
        left: 0;
        top: 2px;
        font-family: fontello;
        font-size: 16px;
        opacity: .5;
        font-weight: normal; }
  .event2 .recipient {
    padding: 16px;
    color: #fff; }
  .event2 .btnSuggest {
    display: inline-block;
    white-space: nowrap;
    margin-top: 8px; }
  .event2 .suggestedBtnShow {
    opacity: 0; }
  .event2.isDeleted {
    text-decoration: line-through;
    -webkit-filter: opacity(50%) grayscale(50%);
    filter: opacity(50%) grayscale(50%); }
  .event2.showHiddenTodos .todoContainerHidden {
    display: block; }
  .event2.TYPE_COMMENT .eventSide {
    background: #ccc; }
  .event2.TYPE_COMMENT .todoBox {
    background: #ccc;
    border-color: #ccc; }
  .event2.TYPE_COMMENT .todoBox.checked {
    background: #fff; }
  .event2.TYPE_COMMENT .todoBox:hover {
    background: #ccc; }
  .event2.TYPE_EVENT .eventSide {
    background: #ffde00;
    border-left: 4px solid #ffde00; }
  .event2.TYPE_EVENT .todoBox {
    background: #ffde00;
    border-color: #ffde00; }
  .event2.TYPE_EVENT .todoBox.checked {
    background: #fff; }
  .event2.TYPE_EVENT .todoBox:hover {
    opacity: .9; }
  .event2.TYPE_CALENDAR .eventSide {
    background: #ffab47;
    border-left: 4px solid #ffab47; }
  .event2.TYPE_CALENDAR .todoBox {
    background: #ffab47;
    border-color: #ffab47; }
  .event2.TYPE_CALENDAR .todoBox.checked {
    background: #fff; }
  .event2.TYPE_CALENDAR .todoBox:hover {
    opacity: .9; }
  .event2.TYPE_TODO .eventSide {
    background: #00ccf4;
    border-left: 4px solid #00ccf4; }
  .event2.TYPE_TODO .todoBox {
    background: #00ccf4;
    border-color: #00ccf4; }
  .event2.TYPE_TODO .todoBox.checked {
    background: #fff; }
  .event2.TYPE_TODO .todoBox:hover {
    opacity: .9; }
  .event2.TYPE_TODOADV .eventSide {
    background: #00ccf4;
    border-left: 4px solid #00ccf4; }
  .event2.TYPE_TODOADV .todoBox {
    background: #00ccf4;
    border-color: #00ccf4; }
  .event2.TYPE_TODOADV .todoBox.checked {
    background: #fff; }
  .event2.TYPE_TODOADV .todoBox:hover {
    opacity: .9; }
  .event2.TYPE_DEADLINE .eventSide {
    background: #f35a1b;
    border-left: 4px solid #f35a1b; }
  .event2.TYPE_DEADLINE .todoBox {
    background: #f35a1b;
    border-color: #f35a1b; }
  .event2.TYPE_DEADLINE .todoBox.checked {
    background: #fff; }
  .event2.TYPE_DEADLINE .todoBox:hover {
    opacity: .9; }
  .event2.isPseudoQuestion .eventSide, .event2.TYPE_DEADLINEQ .eventSide {
    background: #ae1e23;
    border-left: 4px solid #ae1e23; }
  .event2.isPseudoQuestion .todoBox, .event2.TYPE_DEADLINEQ .todoBox {
    background: #ae1e23;
    border-color: #ae1e23; }
  .event2.isPseudoQuestion .todoBox.checked, .event2.TYPE_DEADLINEQ .todoBox.checked {
    background: #fff; }
  .event2.isPseudoQuestion .todoBox:hover, .event2.TYPE_DEADLINEQ .todoBox:hover {
    opacity: .9; }
  .event2.closed {
    box-shadow: 0 2px 8px rgba(136, 136, 136, 0.1); }
    .event2.closed .eventSide {
      background: #f6f6f6;
      color: #888; }
      .event2.closed .eventSide div {
        color: #ccc; }
    .event2.closed .todoBox {
      background: #fff !important;
      color: #888; }
    .event2.closed .todoBox:hover {
      opacity: .9; }
    .event2.closed .todoBoxCheck {
      border-color: #ccc !important;
      color: #ccc !important;
      box-shadow: none; }
  .event2 .contentText {
    padding: 16px; }
  .event2 .contentHidden {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    background: #fff;
    line-height: 1.8em;
    padding: 0 4px; }
    .event2 .contentHidden .projectBtns {
      display: flex; }
    .event2 .contentHidden:hover {
      opacity: 1 !important; }
    .event2 .contentHidden span {
      padding: 4px 4px;
      display: inline-block;
      color: #888; }
    .event2 .contentHidden a {
      padding: 4px 4px;
      display: inline-block;
      color: #888; }
      .event2 .contentHidden a:hover {
        color: #00bfdd; }
  .event2.myEvent .eventRecipient {
    background: #35ca40;
    color: #fff;
    padding: 4px 0 4px 30px;
    margin: 0 0 0 -4px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .event2.myEvent .eventRecipient::before {
      left: 8px;
      top: 4px; }
  .event2.notMyEvent {
    -webkit-filter: opacity(50%) grayscale(50%);
    filter: opacity(80%) grayscale(80%); }
    .event2.notMyEvent:hover {
      -webkit-filter: opacity(100%) grayscale(0%); }
  .event2:hover .contentHidden {
    opacity: .25; }
  .event2:hover .suggestedBtnShow {
    opacity: 1; }

.tableCal .event2.notMyEvent {
  display: none; }

.tableCal .isShowNotMine .event2.notMyEvent {
  display: block; }

.eventsList2 .isDeleted {
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.5); }
  .eventsList2 .isDeleted h3 {
    margin-bottom: 0; }
  .eventsList2 .isDeleted p,
  .eventsList2 .isDeleted .todoBoxContainer,
  .eventsList2 .isDeleted .eventSuggestions {
    display: none; }
  .eventsList2 .isDeleted .contentText {
    padding-top: 4px;
    padding-bottom: 4px; }

.eventsProjectsList {
  list-style: none;
  margin: 0;
  padding: 0; }
  .eventsProjectsList li {
    padding: 0; }
    .eventsProjectsList li a {
      display: block;
      padding: 4px;
      font-size: .8rem; }

.actionBox {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(136, 136, 136, 0.3);
  min-width: 200px;
  min-height: 46px; }
  .actionBox .clientVisible {
    position: absolute;
    background: #8dca35;
    left: -1em;
    top: 4px;
    z-index: 1;
    display: none;
    border-radius: 8px;
    width: 10px;
    height: 10px; }
  .actionBox .clientVisible.showCV {
    display: inline-block; }
  .actionBox .top {
    padding: 0.25rem;
    background: #fff; }
    .actionBox .top * {
      pointer-events: none; }
    .actionBox .top h1 {
      font-size: 0.9rem;
      font-weight: normal;
      color: #333;
      margin: 0;
      position: relative;
      padding: 4px;
      padding-right: 30px; }
      .actionBox .top h1::before {
        font-family: fontello;
        position: absolute;
        right: 4px;
        top: 2px;
        font-weight: normal;
        font-size: 16px; }
    .actionBox .top h2 {
      font-size: 0.8rem;
      font-weight: normal;
      color: #333;
      opacity: .25;
      margin: 0;
      padding: 0.25rem;
      padding-left: 20px; }
      .actionBox .top h2::before {
        content: "\e854";
        font-family: fontello;
        position: absolute;
        color: #888;
        font-size: 14px;
        margin-left: -16px; }
  .actionBox ul.actionsList {
    margin: 0;
    padding: 0;
    color: #888;
    background: rgba(255, 255, 255, 0.1);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    transition: all 0.5s ease;
    opacity: .5; }
    .actionBox ul.actionsList li {
      padding: 2px 4px 2px 16px;
      border-top: 1px solid #fff;
      list-style: none;
      font-size: 11px; }
      .actionBox ul.actionsList li:before {
        content: "-";
        position: absolute;
        left: 6px;
        font-size: 11px;
        color: #888; }
      .actionBox ul.actionsList li:first-child {
        border-top: 1px solid #eee; }
  .actionBox:hover ul.actionsList {
    background: #fff;
    opacity: 1; }
  .actionBox.isDragged {
    box-shadow: 0 8px 32px rgba(136, 136, 136, 0.5);
    z-index: 100; }
  .actionBox.TYPE_COMMENT h1:before {
    content: '\e84f';
    color: #ccc; }
  .actionBox.TYPE_EVENT h1:before {
    content: '\e828';
    color: #ffde00; }
  .actionBox.TYPE_CALENDAR h1:before {
    content: '\e81c';
    color: #ffab47; }
  .actionBox.TYPE_DEADLINE h1:before {
    content: '\e803';
    color: #f35a1b; }
  .actionBox.TYPE_DEADLINEQ h1:before {
    content: '\e803';
    color: #ae1e23; }
  .actionBox.TYPE_TODO h1:before {
    content: '\e80d';
    color: #00ccf4; }
  .actionBox.TYPE_TODOADV h1:before {
    content: '\e81e';
    color: #00ccf4; }
  .actionBox.colGreen .top {
    background: #eafaec; }
  .actionBox.colLime .top {
    background: #f3faea; }
  .actionBox.colBlue .top {
    background: #e5f4fc; }
  .actionBox.colAqua .top {
    background: #e5f8fc; }
  .actionBox.colOrange .top {
    background: #fff0e9; }
  .actionBox.colRed .top {
    background: #fbebe7; }

.fakeTabsFromChoices .widgetRow {
  display: inline-block !important; }

.fakeTabsFromChoices input {
  display: none; }

.fakeTabsFromChoices label {
  background: #f6f6f6;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  padding: 8px;
  margin: 0 !important;
  margin-right: 1px !important; }
  .fakeTabsFromChoices label:after {
    display: none; }

.fakeTabsFromChoices input[type="radio"]:checked + label {
  background: #0092dd;
  color: #fff; }

.fakeTabsFromChoices.hasBottomLine {
  border-bottom: 1px solid #0092dd; }

.evOptional {
  padding: 16px 0 0 0; }

.suggestedEventsList {
  list-style: none;
  margin: 0;
  padding: 0; }
  .suggestedEventsList li {
    padding: 4px;
    border-top: 1px solid #f6f6f6;
    position: relative; }
    .suggestedEventsList li:hover {
      background: #f6f6f6; }
  .suggestedEventsList .removeEvent {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer; }

.calendarStarts input {
  width: 50% !important;
  display: inline-block !important; }

.actPresets .actPreset {
  color: #888; }
  .actPresets .actPreset:hover {
    color: #00bfdd; }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: default;
  z-index: 10;
  overflow: hidden; }
  .popup .popWin {
    background: #fff;
    width: 50%;
    min-width: 600px;
    min-height: 20%;
    max-height: 100vh;
    overflow-y: auto;
    flex: none;
    z-index: 20;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: none;
    opacity: 0;
    padding: 16px; }
  .popup .popPreload {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%; }
  .popup .popTitle {
    position: absolute;
    top: 0;
    display: none; }
  .popup .popClose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 1.5rem;
    color: #888;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    .popup .popClose:hover {
      color: #00bfdd;
      cursor: pointer;
      text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2); }
  .popup .popBgr {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(221, 221, 221, 0.9);
    z-index: 10;
    display: none; }
  .popup.preloading {
    display: flex; }
    .popup.preloading .popBgr {
      display: block;
      animation: animFadeIn 0.25s forwards; }
  .popup.show {
    display: flex; }
    .popup.show .popBgr {
      display: block; }
    .popup.show .popWin {
      display: block;
      animation: animFadeIn 0.25s forwards; }
  .popup.kill {
    display: flex;
    animation: animFadeOut 0.25s forwards 0.5s; }
    .popup.kill .popBgr {
      display: block;
      animation: animFadeOut 0.25s forwards 0.25s; }
    .popup.kill .popWin {
      display: block;
      animation: animFadeOut 0.25s forwards; }
  .popup .docPagesPreview {
    display: none;
    min-width: 764px;
    background: #fff;
    padding: 0 32px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -16px;
    overflow: auto;
    z-index: 1000;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
    opacity: .5; }
    .popup .docPagesPreview:hover {
      opacity: 1;
      cursor: pointer; }
  .popup.isFS {
    justify-content: flex-start;
    align-items: flex-start; }
    .popup.isFS .popWin {
      width: 100%; }
    .popup.isFS .popClose {
      top: 2px;
      right: -2px;
      box-shadow: none;
      opacity: .5; }
    .popup.isFS form label {
      text-transform: uppercase;
      font-size: .7rem;
      margin-bottom: .1em; }
    .popup.isFS .popTitle {
      position: absolute;
      top: 0;
      left: 10%;
      width: 80%;
      text-align: center;
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      color: #ae1e23;
      font-size: .8rem; }

.notificationDD {
  margin-top: -8px; }
  .notificationDD .title {
    color: #fff; }
  .notificationDD .badge {
    width: 16px;
    height: 16px;
    line-height: 10px;
    font-size: 10px;
    padding: 3px;
    margin-left: 8px; }
  .notificationDD .dd .eventMakeRead {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 !important; }
    .notificationDD .dd .eventMakeRead a {
      width: auto;
      margin: 0;
      padding: 4px;
      min-width: 0; }
  .notificationDD .dd ul {
    min-width: 300px;
    text-align: left;
    background: #fff;
    padding: 2px;
    right: 0; }
  .notificationDD .dd li {
    display: block; }
    .notificationDD .dd li .event2 {
      box-shadow: none; }
      .notificationDD .dd li .event2 .eventDate {
        display: inline-block !important; }
    .notificationDD .dd li h3 a {
      padding: 0;
      color: #888 !important;
      margin: 0; }
    .notificationDD .dd li h3 a:hover {
      background: transparent;
      color: #0092dd !important; }

.fadeIn {
  animation: animFadeIn 0.25s ease-out forwards; }

.fadeOut {
  animation: animFadeIn 0.25s ease-out backwards; }

@-webkit-keyframes animFadeIn {
  from {
    opacity: 0;
    transform: translateY(5%); }
  to {
    opacity: 1; } }

@keyframes animFadeIn {
  from {
    opacity: 0;
    transform: translateY(5%); }
  to {
    opacity: 1; } }

@-webkit-keyframes animFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateY(-5%); } }

@keyframes animFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateY(-5%); } }

.miniNoty {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 250px;
  min-width: 250px;
  z-index: 101;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .miniNoty_message {
    position: relative;
    right: 10px;
    opacity: 0;
    color: #fff;
    cursor: pointer;
    width: 100%;
    clear: both;
    padding: 0 10px;
    margin: 0;
    max-height: 0;
    border-radius: 5px;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .miniNoty_message-show {
    margin: 0 0 10px;
    padding: 7px 10px;
    max-height: 500px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .miniNoty_message-remove {
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .miniNoty_message-success {
    background: mediumseagreen;
    box-shadow: 0 2px 5px mediumseagreen; }
  .miniNoty_message-error {
    background: indianred;
    box-shadow: 0 2px 5px indianred; }
  .miniNoty_message-normal {
    background: #fafafa;
    box-shadow: 0 2px 5px lightgrey;
    color: #000; }
    .miniNoty_message-normal .miniNoty_btn {
      color: #000; }
  .miniNoty_message-TYPE_COMMENT {
    background: #ccc; }
  .miniNoty_message-TYPE_EVENT {
    background: #ffde00; }
  .miniNoty_message-TYPE_CALENDAR {
    background: #ffab47; }
  .miniNoty_message-TYPE_DEADLINE {
    background: #f35a1b; }
  .miniNoty_message-TYPE_DEADLINEQ {
    background: #ae1e23; }
  .miniNoty_message-TYPE_TODO {
    background: #00ccf4; }
  .miniNoty_message-TYPE_TODOADV {
    background: #00ccf4; }
  .miniNoty_message-notice {
    background: #8dca35; }
  .miniNoty_message-warning {
    background: goldenrod;
    box-shadow: 0 2px 5px goldenrod; }
  .miniNoty_btn {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff !important;
    margin: 10px 5px 0 0;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    font-weight: bold; }
    .miniNoty_btn:hover {
      background: rgba(255, 255, 255, 0.25);
      border: 1px solid white; }

@media screen and (max-width: 480px) {
  .miniNoty {
    max-width: 100%;
    width: 100%; }
    .miniNoty_message {
      margin: 0 0 5px;
      border-radius: 0;
      text-align: center;
      padding: 5px;
      right: 0;
      float: none; }
      .miniNoty_message:last-child {
        margin: 0; }
      .miniNoty_message-show {
        bottom: 5px; } }

.color-light {
  color: #c4c4c4; }

.color-lighter {
  color: #dcdcdc; }

.color-lightest {
  color: #ebebeb; }

.color-red1 {
  color: #da3610; }

.color-red2 {
  color: #f35a1b; }

.is-neg {
  color: #da3610 !important; }

.dib {
  display: inline-block; }

.w80 {
  width: 80px; }

.w100 {
  width: 100px; }

.w120 {
  width: 120px; }

.w135 {
  width: 135px; }

.w150 {
  width: 150px; }

.w40pc {
  width: 40%; }

.maw20pc {
  max-width: 20pc; }

.maw30pc {
  max-width: 30pc; }

.maw40pc {
  max-width: 40pc; }

.maw50pc {
  max-width: 50pc; }

.maw30vw {
  max-width: 30vw; }

.maw40vw {
  max-width: 40vw; }

.maw50vw {
  max-width: 50vw; }

.normal {
  font-weight: normal; }

.strong {
  font-weight: bold; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.bgr-light {
  background-color: #c4c4c4; }

.bgr-lighter1 {
  background-color: #dcdcdc; }

.bgr-lighter2 {
  background-color: #ebebeb; }

.bgr-lightest {
  background-color: #fbfbfb; }

form.test-form {
  margin: 0; }

.z1 {
  z-index: 1; }

.float-none {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.columns-spaced {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .columns-spaced .col {
    flex: 1; }
  .columns-spaced > .grow6 {
    flex: 6; }
  .columns-spaced > .grow5 {
    flex: 5; }
  .columns-spaced > .grow4 {
    flex: 4; }
  .columns-spaced > .grow3 {
    flex: 3; }
  .columns-spaced > .grow2 {
    flex: 2; }
  .columns-spaced > .half {
    flex: .5; }
  .columns-spaced > .third {
    flex: .3333; }
  .columns-spaced > .quarter {
    flex: .25; }
  .columns-spaced > .fifth {
    flex: .2; }

.columns {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .columns > article,
  .columns > div,
  .columns .col {
    flex: 1; }
  .columns .col-double {
    flex: 2; }
  .columns > .grow6 {
    flex: 6; }
  .columns > .grow5 {
    flex: 5; }
  .columns > .grow4 {
    flex: 4; }
  .columns > .grow3 {
    flex: 3; }
  .columns > .grow2 {
    flex: 2; }
  .columns > .full {
    flex: none;
    width: 100%; }
  .columns > .half {
    flex: .5; }
  .columns > .third {
    flex: .3333; }
  .columns > .quarter {
    flex: .25; }
  .columns > .fifth {
    flex: .2; }
  .columns.wrappable {
    flex-wrap: wrap;
    align-content: flex-start; }
  .columns .noflex {
    flex: none; }
  .columns .boxLink {
    display: block;
    margin: -1rem;
    padding: 1rem; }

.pad-left {
  padding-left: 1em; }

.pad-left2 {
  padding-left: 2em; }

.pad-right {
  padding-right: 1em; }

.pad-right2 {
  padding-right: 2em; }

.pad-right4 {
  padding-right: 4em; }

.pad-left-and-border {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px dotted #dcdcdc; }

.pad-right-and-border {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px dotted #dcdcdc; }

.project-columns {
  width: 33%;
  padding: 1em 1em 0 0; }
  .project-columns header {
    margin-bottom: 1em; }
  .project-columns h5 {
    margin: 0;
    color: #c4c4c4;
    text-transform: uppercase; }
  .project-columns .hover-show {
    opacity: 0;
    transition: all 0.25s ease; }
  .project-columns:hover .hover-show {
    opacity: 1; }
  .project-columns .hide-on-projectview {
    display: none; }
  .project-columns:last-child {
    padding-right: 0; }

.datagrid-min {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: .8rem; }
  .datagrid-min th {
    text-align: left; }
  .datagrid-min th.text-right {
    text-align: right; }
  .datagrid-min th.text-center {
    text-align: center; }
  .datagrid-min td {
    vertical-align: top; }
  .datagrid-min th, .datagrid-min td {
    border-spacing: 0;
    border: 0;
    border: 1px solid #dcdcdc;
    padding: 0.3333333333rem 0.25rem;
    font-size: .75rem; }
    .datagrid-min th.bl, .datagrid-min td.bl {
      border-left: 1px solid #dcdcdc; }
    .datagrid-min th.has-link, .datagrid-min td.has-link {
      padding: 0; }
      .datagrid-min th.has-link .faux-link,
      .datagrid-min th.has-link a, .datagrid-min td.has-link .faux-link,
      .datagrid-min td.has-link a {
        padding: 0.125rem 0.25rem;
        display: block;
        cursor: pointer; }
    .datagrid-min th.has-middle-link, .datagrid-min td.has-middle-link {
      vertical-align: middle; }
  .datagrid-min a {
    color: #00bfdd; }
  .datagrid-min.bordered {
    border: 1px solid #dcdcdc; }
    .datagrid-min.bordered td, .datagrid-min.bordered th {
      border-color: #c4c4c4 !important;
      border-width: 1px !important; }
  .datagrid-min.striped .head-row th,
  .datagrid-min.striped .head-row td {
    background: #ccf2f8;
    border-color: #ccf2f8;
    text-transform: uppercase;
    font-size: .7rem; }
  .datagrid-min.striped .head-row th.accented {
    background: #00bfdd;
    border-color: #00bfdd;
    color: #fff; }
  .datagrid-min.striped .head-row th.accented2 {
    background: #0092dd;
    border-color: #0092dd;
    color: #fff; }
  .datagrid-min.striped .head-row th.accented3 {
    background: #0093aa;
    border-color: #0093aa;
    color: #fff; }
  .datagrid-min.striped .foot-row th,
  .datagrid-min.striped .foot-row td {
    background: #ebebeb;
    border-color: #fbfbfb;
    text-transform: uppercase;
    font-size: .7rem; }
  .datagrid-min.striped .foot-row th.accented {
    background: #ebebeb;
    border-color: #fbfbfb; }
  .datagrid-min.striped .foot-row th.accented2 {
    background: #ebebeb;
    border-color: #fbfbfb; }
  .datagrid-min.striped .foot-row th.accented3 {
    background: #ebebeb;
    border-color: #fbfbfb; }
  .datagrid-min.striped th, .datagrid-min.striped td {
    border-color: #fff;
    border-left: 0;
    border-bottom: 0; }
    .datagrid-min.striped th.br, .datagrid-min.striped td.br {
      border-right: 1px solid #f0f; }
    .datagrid-min.striped th.brl, .datagrid-min.striped td.brl {
      border-right: 1px dashed #c4c4c4; }
    .datagrid-min.striped th.brd, .datagrid-min.striped td.brd {
      border-right: 1px solid #dcdcdc; }
    .datagrid-min.striped th.brw, .datagrid-min.striped td.brw {
      border-right: 1px solid #fff; }
    .datagrid-min.striped th.bld, .datagrid-min.striped td.bld {
      border-left: 2px solid #666; }
    .datagrid-min.striped th.bll, .datagrid-min.striped td.bll {
      border-left: 2px dashed #eee; }
    .datagrid-min.striped th.bl, .datagrid-min.striped td.bl {
      border-left: 2px solid #eee; }
    .datagrid-min.striped th.bbd, .datagrid-min.striped td.bbd {
      border-bottom: 1px solid #00bfdd !important; }
  .datagrid-min.striped th.payment {
    color: #00bfdd;
    font-weight: normal; }
  .datagrid-min.striped td.payment {
    color: #ccc; }
  .datagrid-min.striped td.has-value {
    color: #00bfdd; }
  .datagrid-min.striped .sum-row th,
  .datagrid-min.striped .sum-row td {
    border-top: 1px solid #dcdcdc;
    background: #ebebeb; }
  .datagrid-min.striped tbody tr:nth-child(2n) td {
    background: #fbfbfb; }
  .datagrid-min.striped .calc-mode-toggle {
    text-align: center; }
    .datagrid-min.striped .calc-mode-toggle span {
      display: block;
      border-radius: 4px;
      display: none; }
    .datagrid-min.striped .calc-mode-toggle:hover span {
      cursor: pointer;
      background: #00e8f4 !important;
      color: #fff; }
  .datagrid-min.striped td .faux-link {
    font-size: 1rem;
    padding: 0;
    color: #c4c4c4; }
    .datagrid-min.striped td .faux-link *:hover {
      color: #00bfdd; }
  .datagrid-min tr.calc-item-row td {
    vertical-align: middle; }
  .datagrid-min .item-mode-A {
    opacity: .5; }
  .datagrid-min .item-mode-C {
    background: #ccf2f8; }
  .datagrid-min .item-mode-M {
    background: #fbebe7; }

.show-on-hover > * {
  opacity: 0;
  transition: all 0.5s ease; }

.show-on-hover-parent:hover .show-on-hover > *,
tr:hover .show-on-hover > * {
  opacity: 1; }

.calc-list .doc {
  margin-bottom: -1px;
  display: flex;
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  position: relative; }
  .calc-list .doc .hide {
    display: none; }
  .calc-list .doc .side {
    width: 30px; }
    .calc-list .doc .side i {
      position: absolute;
      left: 8px;
      top: 12px;
      font-size: 1.5rem;
      color: #00bfdd; }
    .calc-list .doc .side.ismovable i:hover {
      cursor: move;
      color: #00e8f4; }
  .calc-list .doc .core {
    flex: 1 0 0;
    padding-bottom: .3rem;
    width: calc(100% - 30px); }
    .calc-list .doc .core h4 {
      font-weight: 300;
      margin: .25rem 0 .5rem 0; }
    .calc-list .doc .core p {
      font-size: .8rem;
      margin: 0 0 .5em; }
  .calc-list .doc .doc-content {
    padding: .25em .5em .25em 1em; }
    .calc-list .doc .doc-content p {
      margin: 0 0 4px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
    .calc-list .doc .doc-content .doc-dates {
      display: block;
      position: absolute;
      right: 1px;
      top: 0;
      padding: 1rem 0;
      z-index: 1; }
      .calc-list .doc .doc-content .doc-dates > span {
        padding: 0 0.5rem;
        background: #fff; }
      .calc-list .doc .doc-content .doc-dates .label {
        position: absolute;
        top: -1.75em;
        color: #c4c4c4;
        font-size: 9px;
        text-transform: uppercase; }
    .calc-list .doc .doc-content p.title {
      margin-top: .8em; }
      .calc-list .doc .doc-content p.title .docDue {
        padding-left: 1rem; }
    .calc-list .doc .doc-content p.symbols,
    .calc-list .doc .doc-content p.values,
    .calc-list .doc .doc-content p.comment {
      color: #9d9d9d;
      white-space: normal; }
    .calc-list .doc .doc-content p.values,
    .calc-list .doc .doc-content p.symbols {
      display: flex;
      width: 100%; }
      .calc-list .doc .doc-content p.values > span,
      .calc-list .doc .doc-content p.symbols > span {
        display: block;
        flex: 1 0 0;
        color: #737373; }
      .calc-list .doc .doc-content p.values span span,
      .calc-list .doc .doc-content p.symbols span span {
        color: #c4c4c4; }
      .calc-list .doc .doc-content p.values span.label,
      .calc-list .doc .doc-content p.symbols span.label {
        display: block; }
  .calc-list .doc hr {
    border: 0;
    border-bottom: 1px solid #00bfdd;
    margin: .0em -1em 1.0em -1em; }
  .calc-list .doc .headers {
    color: #c4c4c4; }
  .calc-list .doc .body {
    font-size: .7rem; }
  .calc-list .doc:hover {
    box-shadow: inset 0 0 2px #00bfdd; }
  .calc-list .doc.noId {
    text-decoration: line-through; }
  .calc-list .doc.deleted {
    text-decoration: line-through; }
  .calc-list .doc.isediting {
    border-color: #00bfdd;
    margin-bottom: 1em; }
  .calc-list .doc.hasUploads .side i {
    color: #c4c4c4; }
  .calc-list .doc.unread .side {
    background: #8dca35; }
  .calc-list .doc.unread .core {
    border-color: #8dca35; }
  .calc-list .doc .core:hover p {
    opacity: .75; }
  .calc-list .doc .core:hover .doc-hidden {
    opacity: 1; }
  .calc-list .doc .doc-props-edit {
    padding: 1rem;
    margin: 0 0 0 0;
    border: 1px solid #dcdcdc;
    border-width: 1px 0 0 0;
    display: block;
    width: 100%; }
    .calc-list .doc .doc-props-edit h5 {
      margin-bottom: 1em;
      color: #00bfdd; }
  .calc-list .doc .doc-hidden {
    padding: .25em .5rem;
    font-size: .9rem;
    margin-top: .5rem;
    opacity: 0;
    transition: all 0.25s ease; }
  .calc-list .doc .doc-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2; }
    .calc-list .doc .doc-buttons .btn-group {
      justify-content: flex-end; }

.docanim {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
  opacity: 1; }

.docanim-move {
  transition: transform 1s; }

.docanim-enter-active,
.docanim-leave-active {
  opacity: 1; }

.docanim-enter,
.docanim-leave {
  opacity: 0; }

.expand2-enter-active {
  transition: all .3s ease; }

.expand2-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.expand2-enter, .expand2-leave-active {
  padding-left: 10px;
  opacity: 0; }

/* always present */
.expand-transition {
  transition: all 1.25s ease;
  opacity: 1;
  transform: translateY(0em);
  overflow: hidden;
  max-height: 400px; }

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter-move,
.expand-enter,
.expand-leave {
  opacity: 0;
  transform: translateY(-1.5em);
  max-height: 0; }

.docs-editor-instance {
  height: calc(100vh - 180px); }
  .docs-editor-instance form {
    height: 100%; }
  .docs-editor-instance textarea {
    height: calc(100% - 100px); }

.calc {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease; }
  .calc .calc-top-info {
    background: #dcdcdc; }
    .calc .calc-top-info > * {
      flex: none; }
    .calc .calc-top-info .add-padding {
      padding: 0.5rem 0.25rem; }
    .calc .calc-top-info .add-padding-min {
      padding: 0.25rem 0.25rem; }
  .calc .calc-header {
    display: flex;
    width: 100%;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    background: #dcdcdc; }
    .calc .calc-header > div {
      flex: 1;
      position: relative; }
    .calc .calc-header label {
      color: #fff; }
    .calc .calc-header select {
      margin-bottom: 0; }
    .calc .calc-header input {
      background: #fbfbfb;
      padding-left: 0.5rem;
      border: 0;
      border-bottom: 1px solid #fff;
      margin-bottom: 0; }
      .calc .calc-header input:hover {
        border-bottom-color: #00e8f4 !important; }
      .calc .calc-header input:focus {
        border-bottom-color: #00bfdd !important; }
    .calc .calc-header .label-button {
      position: absolute;
      right: 1rem;
      top: 0;
      padding: 0;
      border: 0;
      font-weight: bold;
      color: #fff;
      z-index: 1;
      text-transform: uppercase;
      font-size: .7rem; }
      .calc .calc-header .label-button:hover {
        color: #00bfdd;
        cursor: pointer; }
    .calc .calc-header .reset-items {
      right: 0; }
    .calc .calc-header.readonly {
      background: #ebebeb;
      padding: 0.5rem 0.5rem; }
      .calc .calc-header.readonly label {
        color: #c4c4c4;
        text-transform: uppercase;
        font-size: .7rem; }
      .calc .calc-header.readonly p {
        margin: .2rem 0;
        font-size: .9rem; }
  .calc .calc-controls {
    padding: 0 0.5rem 0.5rem 0.5rem; }
  .calc .calc-content {
    padding: 0; }
    .calc .calc-content p {
      margin: 0 0 4px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
    .calc .calc-content p.title {
      margin-top: .8em; }
      .calc .calc-content p.title .docDue {
        float: right;
        padding-left: 1rem; }
    .calc .calc-content p.symbols,
    .calc .calc-content p.values,
    .calc .calc-content p.comment {
      color: #9d9d9d;
      white-space: normal; }
    .calc .calc-content p.values,
    .calc .calc-content p.symbols {
      display: flex;
      width: 100%; }
      .calc .calc-content p.values > span,
      .calc .calc-content p.symbols > span {
        display: block;
        flex: 1 0 0;
        color: #737373; }
      .calc .calc-content p.values span span,
      .calc .calc-content p.symbols span span {
        color: #c4c4c4; }
      .calc .calc-content p.values span.label,
      .calc .calc-content p.symbols span.label {
        display: block; }
  .calc th.bl,
  .calc td.bl {
    border-left: 1px solid #dcdcdc; }
  .calc.isediting {
    border-color: #dcdcdc;
    border-width: 1px; }
  .calc.isPreview {
    border-color: #8dca35;
    border-width: 1px; }

.calc table tr td:first-child,
.calc table tr th:first-child {
  border-left-width: 0; }

.calc table tr th:last-child,
.calc table tr td:last-child {
  border-right: 0; }

.calc tbody.onover tr.itemover td {
  background-color: #fff;
  border-top: 2px solid #00bfdd; }

.calc-item {
  border-bottom: 1px solid #dcdcdc; }
  .calc-item .calc-previews {
    display: table;
    width: 100%; }
  .calc-item:last-child {
    border-bottom: 0; }
  .calc-item .show-on-hover > * {
    opacity: 0;
    transition: all 0.5s ease; }
  .calc-item:hover .show-on-hover > * {
    opacity: 1; }
  .calc-item input.payment {
    width: 5em;
    float: left;
    padding: .1em;
    height: auto;
    transition: all 0.5s ease; }
    .calc-item input.payment.no-value {
      opacity: .1; }
    .calc-item input.payment.has-value {
      opacity: 1;
      color: #00bfdd; }
  .calc-item:hover input.payment {
    opacity: 1; }
  .calc-item .amount-paid {
    float: left;
    opacity: 0;
    display: none; }
    .calc-item .amount-paid.has-value {
      opacity: 1;
      color: #00bfdd;
      display: inline-block; }
    .calc-item .amount-paid.debug {
      opacity: 1;
      color: #c4c4c4;
      display: inline-block; }
  .calc-item .calc-debug {
    padding: 0.5rem 1rem;
    border-color: #c4c4c4; }
  .calc-item.invalid-time {
    opacity: .25; }
    .calc-item.invalid-time .item-age {
      color: #da3610;
      font-weight: bold; }
    .calc-item.invalid-time:hover {
      opacity: 1; }

.calcanim {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
  opacity: 1; }

.calcanim-move {
  transition: transform 1s; }

.calcanim-enter-active,
.calcanim-leave-active {
  opacity: 1; }

.calcanim-enter,
.calcanim-leave {
  opacity: 0; }

table.doclist {
  border: 1px solid #aaa;
  border-collapse: collapse; }
  table.doclist th, table.doclist td {
    border: 1px solid #aaa; }

form .interest-type-wrap {
  padding: 0 !important;
  position: relative; }
  form .interest-type-wrap .interest-type-toggle {
    padding: 0.125rem 0.25rem;
    display: block; }
    form .interest-type-wrap .interest-type-toggle:hover {
      background: #00bfdd;
      color: #fff !important; }
  form .interest-type-wrap .rate-picker {
    font-weight: normal;
    position: absolute;
    right: auto;
    left: 100%;
    top: 0;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.1); }
    form .interest-type-wrap .rate-picker li {
      margin-bottom: 0;
      border-bottom: 1px solid #dcdcdc;
      font-weight: normal;
      padding: 0.25rem 0.5rem !important; }
      form .interest-type-wrap .rate-picker li strong:hover {
        color: #fff !important; }
  form .interest-type-wrap .custom-rate .label {
    line-height: 2em;
    padding-right: 0.5rem; }
  form .interest-type-wrap .custom-rate .input {
    padding-right: 2px 0.5rem;
    height: auto;
    line-height: 2; }
  form .interest-type-wrap .custom-rate .input input {
    padding: 0; }
  form .interest-type-wrap .custom-rate .button {
    line-height: 1em; }

.invoiceProfilesEditor,
.interestRateEditor {
  margin: 1rem 0 0 0;
  padding-left: 0; }
  .invoiceProfilesEditor > li,
  .interestRateEditor > li {
    box-shadow: 0 0 16px rgba(136, 136, 136, 0.1);
    background: #fff;
    margin-bottom: 2px;
    flex-wrap: wrap;
    border: 1px solid #fff; }
    .invoiceProfilesEditor > li.isediting,
    .interestRateEditor > li.isediting {
      border-color: #00bfdd; }
  .invoiceProfilesEditor a,
  .interestRateEditor a {
    color: #00bfdd; }
  .invoiceProfilesEditor .title,
  .interestRateEditor .title {
    padding: 1rem;
    white-space: nowrap; }
  .invoiceProfilesEditor .editor,
  .interestRateEditor .editor {
    display: block;
    width: 100%;
    flex: none;
    padding: 1rem; }
  .invoiceProfilesEditor .is-default,
  .interestRateEditor .is-default {
    font-weight: bold;
    color: #c4c4c4; }

.list-profile,
.list-rates {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .list-profile > li,
  .list-rates > li {
    padding-right: 4rem;
    padding-top: 0.5rem;
    position: relative; }
    .list-profile > li.last-item,
    .list-rates > li.last-item {
      align-self: flex-end;
      padding-right: 1rem; }
    .list-profile > li:last-child,
    .list-rates > li:last-child {
      padding-right: 0; }
    .list-profile > li:last-child .arr,
    .list-rates > li:last-child .arr {
      display: none; }
  .list-profile .label,
  .list-rates .label {
    font-size: .6rem;
    color: #c4c4c4;
    margin-top: -4px;
    display: block; }
  .list-profile .profile,
  .list-rates .profile {
    font-size: 1.2rem; }
  .list-profile .date,
  .list-rates .date {
    font-size: .6rem;
    color: #c4c4c4;
    display: block;
    margin-bottom: 0.25rem; }
  .list-profile .rate,
  .list-rates .rate {
    font-size: 1.2rem; }
  .list-profile .arr,
  .list-rates .arr {
    position: absolute;
    right: 1rem;
    font-size: 1.2rem;
    top: 15px;
    color: #ebebeb; }
  .list-profile.justified,
  .list-rates.justified {
    justify-content: space-between; }
  .list-profile.narrow-arrows > li,
  .list-rates.narrow-arrows > li {
    padding-right: 2rem;
    padding-top: 0;
    position: relative; }
    .list-profile.narrow-arrows > li:last-child,
    .list-rates.narrow-arrows > li:last-child {
      padding-right: 0; }
  .list-profile.narrow-arrows .arr,
  .list-rates.narrow-arrows .arr {
    position: absolute;
    right: 0.25rem;
    font-size: 1.2rem;
    top: 5px;
    color: #ebebeb; }

.list-profile > li {
  padding-right: 1rem; }
  .list-profile > li.narrow {
    width: 5%; }
  .list-profile > li.narrow-last {
    width: 150px;
    margin-left: auto; }

.list-white {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  .list-white > li {
    background: #fff;
    margin-bottom: 2px;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.1);
    position: relative; }
    .list-white > li.padded {
      padding: 0.5rem 0.5rem 0 0.5rem; }
  .list-white .faux-link {
    padding: 0.5rem;
    font-weight: bold; }
    .list-white .faux-link:hover {
      color: #fff;
      background: #00bfdd; }

.rate-picker {
  box-shadow: 0 0 24px rgba(136, 136, 136, 0.33);
  background: #fff;
  text-align: left;
  position: absolute;
  z-index: 1000;
  min-width: 200px;
  right: 100%;
  top: 0; }
  .rate-picker li {
    margin-bottom: 1px;
    display: block !important;
    width: 100%; }
  .rate-picker .faux-link {
    padding: 0.125rem;
    display: block; }

.list-simple {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0; }
  .list-simple > li {
    padding: 0.5rem;
    border-top: 1px solid #dcdcdc; }
  .list-simple.less-padding > li {
    padding: 0.125rem 0; }
  .list-simple.less-padding .faux-link {
    padding: 0.125rem;
    display: inline-block; }

.setting-column {
  text-align: center;
  max-width: 33%; }
  .setting-column a {
    display: block; }
  .setting-column i {
    font-size: 6rem;
    line-height: 1.25;
    display: inline-block; }

.table-row {
  display: table;
  width: 100% !important; }
  .table-row > * {
    display: table-cell;
    padding: 0; }
    .table-row > * .faux-link {
      display: inline-block; }

.table-row2 {
  display: block;
  width: 100% !important;
  position: relative; }
  .table-row2 .core {
    padding: 0.5rem 0; }
  .table-row2 .right-choices {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 200px !important; }
    .table-row2 .right-choices > div {
      width: 100px;
      position: relative; }
    .table-row2 .right-choices > div > span.faux-link {
      min-width: 100px;
      padding: 0.5rem 0.5rem;
      display: inline-block; }

.right-legend {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  opacity: .2; }
  .right-legend span {
    min-width: 100px;
    display: inline-block;
    padding: 0.5rem 0; }

.faux-link {
  cursor: pointer; }

.form-row.half {
  display: block;
  width: 50%;
  padding-right: 1rem;
  float: left; }

.form-row.dib > * {
  display: inline-block;
  width: auto; }

div .form-row.half:nth-child(2n) {
  padding-right: 0; }

.form-row.sticky-inputs {
  display: flex; }
  .form-row.sticky-inputs > * {
    display: block; }
  .form-row.sticky-inputs .label-sticky {
    background: #eee;
    margin: 0;
    padding: 0.3333333333rem 0.5rem; }
  .form-row.sticky-inputs .input-sticky {
    margin: 0;
    z-index: 1;
    width: calc(100% - 6em); }

.show-on-hover > * {
  opacity: 0;
  transition: all 0.5s ease; }

.show-on-hover-wrapper:hover .show-on-hover > * {
  opacity: 1; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: flatpickrFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: flatpickrFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
			/*rtl:begin:ignore*/
  /*
			*/
  left: 0;
  /*
			/*rtl:end:ignore*/
  /*
			*/ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
			/*rtl:begin:ignore*/
  /*
			*/
  right: 0;
  /*
			/*rtl:end:ignore*/
  /*
			*/ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #ccf2f8; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fadeOut 400ms ease, slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeOut 400ms ease, slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fadeIn 400ms ease, slideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeIn 400ms ease, slideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fadeOut 400ms ease, slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeOut 400ms ease, slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fadeIn 400ms ease, slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeIn 400ms ease, slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
  margin: 0; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), slideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #ccf2f8; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #ccf2f8;
  background: #ccf2f8;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #00bfdd;
  box-shadow: none;
  color: #fff;
  border-color: #00bfdd; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #00bfdd; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #00bfdd, 5px 0 0 #00bfdd; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@keyframes slideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@-webkit-keyframes slideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@keyframes slideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@keyframes slideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@-webkit-keyframes slideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@keyframes slideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.flatpickr-input[readonly] {
  cursor: pointer; }

.datepicker .has-icon i {
  -webkit-transition: all .3s;
  transition: all .3s; }

.datepicker .has-icon .fa-times {
  display: none;
  cursor: pointer;
  pointer-events: all; }

.datepicker .has-icon:hover .fa-times {
  display: inline-block; }

.datepicker .has-icon:hover .fa-calendar {
  display: none; }

.flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

span.datepicker p {
  margin: 0;
  padding: 0; }

.has-icon-right i {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  opacity: .3; }

.mailerMaillist .mailList {
  list-style: none;
  margin: 0;
  padding: 0; }

.mailerMaillist .mailicon {
  flex: 0; }

.mailerMaillist .mailbody {
  flex: 1 1;
  position: relative; }
  .mailerMaillist .mailbody p {
    margin: 0;
    padding: 0; }
  .mailerMaillist .mailbody p.mail-props {
    color: #333; }
    .mailerMaillist .mailbody p.mail-props span {
      color: #ccc; }

.email-composer .email-inp-wrapper {
  margin: 0.5rem 0 0 0; }
  .email-composer .email-inp-wrapper input {
    margin-bottom: 0; }

.email-composer .email-editor-buttons {
  margin: 1rem 0; }

.emaillabel {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-top: 0.5rem;
  border: 1px solid #dcdcdc;
  border-bottom: 0; }

.formlabel {
  text-transform: uppercase;
  font-size: .6rem;
  color: #ccc;
  background: #f6f6f6; }

.advtag-list {
  border: 1px solid #dcdcdc;
  padding: 0.125rem;
  margin-top: 0.5rem;
  position: relative; }
  .advtag-list .advlabel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.25rem;
    text-align: right;
    padding-right: 0.5rem;
    line-height: 1.7rem; }
  .advtag-list .advtaglist {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2.25rem;
    min-height: 2.3rem; }
    .advtag-list .advtaglist li {
      display: inline-block; }

.advtagform {
  position: relative;
  margin: 0;
  padding: 0; }
  .advtagform label {
    position: absolute;
    top: -1.5em;
    left: 0;
    padding: 2px; }
  .advtagform input.text {
    margin: 0;
    padding: 0.25rem;
    background: #fff;
    line-height: 1;
    height: auto;
    min-width: 300px; }
  .advtagform button {
    padding: 0.25rem 0.5rem;
    display: inline-block; }

.advinput-wrap {
  border: 1px solid #eee;
  padding: 0;
  margin-top: 0.5rem;
  position: relative; }
  .advinput-wrap .emailfiles .advinput-label {
    min-height: 1rem; }

.advinput-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2.5rem;
  text-align: right;
  padding-right: 0.25rem;
  margin-top: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.advinput {
  padding: 0;
  padding-left: 2.5rem; }
  .advinput input.text {
    margin: 0;
    padding: 0.25rem;
    background: #fff;
    line-height: 1;
    height: auto;
    width: 100%;
    box-shadow: none;
    border-width: 0; }

.advtag {
  padding: 0 0.25rem;
  padding-left: 2.25rem; }
  .advtag input.text {
    margin: 0;
    padding: 0.25rem;
    background: #fff;
    line-height: 1;
    height: auto;
    width: 100%;
    box-shadow: none;
    border-width: 0;
    border-bottom-width: 1px; }

.att-wrap {
  line-height: 1.5em;
  margin: 2px; }
  .att-wrap div {
    display: inline-block; }
  .att-wrap .att-kill {
    visibility: hidden;
    opacity: 0; }
  .att-wrap:hover > div {
    background: #f6f6f6; }
  .att-wrap:hover .att-kill {
    visibility: visible;
    opacity: 1; }

.isnotsent {
  color: #35ca40; }

.attachementslist {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.25rem; }

.editmail {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem; }

.emailfiles-attachements {
  min-height: 2em;
  list-style: none; }

.emailfiles-attachements-add {
  position: absolute;
  right: 2px;
  top: 2px; }

.issending {
  opacity: .25; }

.sent-email {
  border: 1px solid #dcdcdc;
  padding: 0.5rem;
  margin-top: 1rem; }

.emailEditingOnly {
  display: none !important; }

.emailEditorOpen .emailEditingOnly {
  display: block !important; }

.btn i {
  pointer-events: none; }

.wrapper > header ul li.hastabs {
  vertical-align: bottom; }

.clientTabs a {
  background: #ae1e23;
  color: #fff;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.clientTabs a.active {
  background: #fff;
  color: #ae1e23 !important; }

.clientTabs a:hover {
  background: rgba(255, 255, 255, 0.75);
  color: #ae1e23 !important; }

.clientEvent {
  padding-bottom: 0;
  margin-bottom: 0; }
  .clientEvent h4 {
    padding: 1rem 0 0.5rem 0;
    border-top: 1px solid #eee;
    font-size: 1.0rem; }
    .clientEvent h4 span {
      color: #ccc; }
  .clientEvent:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .clientEvent .event2 {
    flex-direction: column;
    border: 1px solid #dcdcdc;
    box-shadow: none; }
    .clientEvent .event2 .sideInfo {
      display: flex;
      padding: 0.5rem 0.6666666667rem;
      background: #fff;
      border-bottom: 1px solid #dcdcdc; }
      .clientEvent .event2 .sideInfo .label {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        padding-left: 0; }
      .clientEvent .event2 .sideInfo > div {
        margin-top: 0;
        padding-top: 0;
        padding-right: 1rem;
        font-size: .8rem !important;
        color: #888; }
        .clientEvent .event2 .sideInfo > div:before {
          top: -3px;
          color: #888; }
    .clientEvent .event2.isSameProject {
      margin-top: -1rem; }

.clientDocument {
  padding: 0;
  margin: 0;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between; }
  .clientDocument .side {
    flex: 0;
    padding: 0.5rem 0 0.5rem 0.25rem; }
    .clientDocument .side i {
      font-size: 1rem;
      color: #ccc; }
  .clientDocument .content {
    flex: 1 1 0;
    padding: 0 0.5rem;
    position: relative; }
    .clientDocument .content .label {
      position: absolute;
      top: -15px;
      left: 0;
      font-size: .7rem;
      color: #ccc; }
    .clientDocument .content .doc-date {
      float: right;
      padding-right: 0;
      margin-bottom: 0;
      padding-left: 1rem;
      position: relative; }
      .clientDocument .content .doc-date .label {
        left: 1rem; }
    .clientDocument .content .propsList {
      display: flex;
      justify-content: flex-start; }
    .clientDocument .content .props {
      margin: 1rem 0 0.5rem 0;
      padding: 0;
      position: relative;
      padding-right: 1rem; }
      .clientDocument .content .props.brdr {
        border-right: 1px solid #dcdcdc;
        margin-right: 1rem; }
    .clientDocument .content ul {
      margin: 0.25rem 0 0.5rem;
      padding: 0;
      list-style: none; }
      .clientDocument .content ul li a {
        display: block;
        padding: 0.25rem 0; }
      .clientDocument .content ul li i {
        color: #ccc; }
  .clientDocument + .clientDocument {
    border-top: 0; }

.clientDocument + h4 {
  margin-top: 2rem; }

.warn {
  border: #da3610;
  background: rgba(218, 54, 16, 0.1);
  padding: 0.25rem;
  color: #da3610;
  border-radius: 8px; }

table.table-client th,
table.table-client td {
  padding: 0.6666666667rem 0.5rem; }

table.table-client tr th:first-child,
table.table-client tr td:first-child {
  padding-left: 0; }

table.table-client tr td.linkified:first-child a {
  margin-left: -0.5rem; }

table.table-client th {
  background: #fff;
  border-bottom: 1px solid #dcdcdc !important;
  text-transform: uppercase;
  font-size: .7rem;
  color: #2a477b; }

table.table-client td {
  border-bottom: 1px solid #eee !important; }

.client-wrapper header {
  background: #22345E; }

.client-wrapper .clientTabs a {
  background: #22345E; }

.client-wrapper .clientTabs a.active {
  background: #fff; }

.client-panel h5 {
  font-size: .8rem;
  text-transform: uppercase;
  color: #22345E; }

.client-panel h4.table-header {
  padding: 1rem 0 0.5rem 0;
  border-top: 1px solid #eee;
  font-size: 1.0rem;
  color: #2a477b; }

.client-panel .todoBoxContainer .todoBox {
  display: inline-block; }

.clientContacts {
  display: flex;
  justify-content: space-between;
  margin: -20px -15px 0px -15px;
  padding: 0 1rem;
  background: #f6f6f6; }
  .clientContacts .label {
    color: #888; }
  .clientContacts > div {
    flex: 1 1 0;
    padding: 1rem 0; }
    .clientContacts > div div.comment {
      padding-left: 1.5rem;
      color: #ccc; }
      .clientContacts > div div.comment .iconLabel {
        position: absolute;
        left: 0; }
    .clientContacts > div p.subtitle {
      margin-bottom: 0; }
    .clientContacts > div .cols.lr6 {
      width: 100%; }
  .clientContacts > div + div {
    padding-left: 1rem;
    border-left: 1px solid #fff; }
  .clientContacts .contactAddress {
    padding: 1rem 0;
    color: #ccc; }
    .clientContacts .contactAddress strong {
      color: #888; }
  .clientContacts .contactLabel {
    padding: 0;
    margin: 0; }
    .clientContacts .contactLabel p {
      margin: 0;
      padding: 0;
      color: #2a477b;
      text-transform: uppercase;
      font-size: .7rem; }
    .clientContacts .contactLabel:hover p.hover {
      color: #2a477b;
      background: transparent;
      cursor: default; }
  .clientContacts .noData {
    color: #888;
    margin-top: 0; }
  .clientContacts.folded .comment,
  .clientContacts.folded .contactAddress,
  .clientContacts.folded .slideable {
    display: none; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.apps * {
  position: relative; }

.fakeTabsFromChoices {
  white-space: nowrap;
  margin-bottom: 8px; }
  .fakeTabsFromChoices > div {
    display: flex; }

.btn-header {
  min-height: 3.5rem;
  padding-top: 0.5rem; }
  .btn-header h5 {
    padding-top: 0.5rem;
    margin: 0; }
  .btn-header .btn {
    margin-top: 0.5rem; }

.calc-doc {
  margin-bottom: -1px;
  display: flex;
  min-height: 50px;
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  position: relative; }
  .calc-doc .hide {
    display: none; }
  .calc-doc .side {
    width: 30px; }
    .calc-doc .side > i {
      position: absolute;
      left: 0;
      top: 6px;
      font-size: 1.25rem;
      color: #00bfdd; }
    .calc-doc .side.ismovable i:hover {
      cursor: move;
      color: #00e8f4; }
    .calc-doc .side .addable {
      position: absolute;
      left: 1px;
      top: 1px;
      font-size: 1.5rem;
      color: #8dca35;
      z-index: 10;
      display: block;
      background: #fff;
      width: 30px;
      height: 34px;
      opacity: 0;
      cursor: pointer; }
      .calc-doc .side .addable i {
        display: block;
        padding-top: 4px;
        margin-left: -2px; }
      .calc-doc .side .addable i:hover {
        color: #c8ed58; }
  .calc-doc .core {
    flex: 1 0 0;
    padding-bottom: 0.0rem;
    width: calc(100% - 30px); }
    .calc-doc .core h4 {
      font-weight: 300;
      margin: 0.0rem 0 .5rem 0; }
    .calc-doc .core p {
      font-size: .8rem;
      margin: 0 0 .5em;
      padding-top: 0; }
  .calc-doc .doc-content {
    padding: .25em .5em .25em 0; }
    .calc-doc .doc-content p {
      margin: 0 0 4px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
    .calc-doc .doc-content .doc-dates {
      display: flex;
      position: absolute;
      right: 1px;
      top: 4px;
      padding: 1rem 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0.8); }
      .calc-doc .doc-content .doc-dates > span {
        padding: 0 0.5rem;
        background: #fff; }
      .calc-doc .doc-content .doc-dates .label {
        position: absolute;
        top: -1.75em;
        color: #c4c4c4;
        font-size: 9px;
        text-transform: uppercase; }
      .calc-doc .doc-content .doc-dates .value {
        position: relative; }
    .calc-doc .doc-content p.title {
      margin-top: 0.2em; }
      .calc-doc .doc-content p.title .docDue {
        padding-left: 1rem; }
    .calc-doc .doc-content p.symbols,
    .calc-doc .doc-content p.values,
    .calc-doc .doc-content p.comment {
      color: #9d9d9d;
      white-space: normal; }
    .calc-doc .doc-content p.values,
    .calc-doc .doc-content p.symbols {
      display: flex;
      width: 100%; }
      .calc-doc .doc-content p.values > span,
      .calc-doc .doc-content p.symbols > span {
        display: block;
        flex: 1 0 0;
        color: #737373; }
      .calc-doc .doc-content p.values span span,
      .calc-doc .doc-content p.symbols span span {
        color: #c4c4c4; }
      .calc-doc .doc-content p.values span.label,
      .calc-doc .doc-content p.symbols span.label {
        display: block; }
  .calc-doc hr {
    border: 0;
    border-bottom: 1px solid #00bfdd;
    margin: .0em -1em 1.0em -1em; }
  .calc-doc .headers {
    color: #c4c4c4; }
  .calc-doc .body {
    font-size: .7rem; }
  .calc-doc:hover {
    box-shadow: inset 0 0 2px #00bfdd; }
    .calc-doc:hover .addable {
      opacity: 1; }
  .calc-doc.noId {
    text-decoration: line-through; }
  .calc-doc.deleted {
    text-decoration: line-through; }
  .calc-doc.isediting {
    border-color: #00bfdd; }
  .calc-doc.hasUploads .side i {
    color: #c4c4c4; }
  .calc-doc.unread .side {
    background: #8dca35; }
  .calc-doc.unread .core {
    border-color: #8dca35; }
  .calc-doc .core:hover p {
    opacity: .75; }
  .calc-doc .core:hover .doc-hidden {
    opacity: 1; }
  .calc-doc .doc-props-edit {
    padding: 1rem;
    margin: 0 0 0 0;
    border: 1px solid #dcdcdc;
    border-width: 1px 0 0 0;
    display: block;
    width: 100%; }
    .calc-doc .doc-props-edit h5 {
      margin-bottom: 1em;
      color: #00bfdd; }
  .calc-doc .doc-hidden {
    padding: .25em .5rem;
    font-size: .9rem;
    margin-top: .5rem;
    opacity: 0;
    transition: all 0.25s ease; }
  .calc-doc .doc-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2; }
    .calc-doc .doc-buttons .btn-group {
      justify-content: flex-end; }

.doc-editor {
  min-width: 600px;
  position: absolute;
  background: #fff;
  right: calc(100% + 15px);
  top: 0;
  padding: 1em;
  box-shadow: 0 0 24px rgba(136, 136, 136, 0.33);
  z-index: 10;
  border-right: 5px solid #ccc;
  opacity: .5; }
  .doc-editor:after {
    content: " ";
    position: absolute;
    z-index: 1;
    right: -15px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ccc; }
  .doc-editor:before {
    content: " ";
    position: absolute;
    z-index: 0;
    right: -17px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(204, 204, 204, 0.15); }
  .doc-editor.on-front {
    z-index: 100;
    border-color: #00bfdd;
    opacity: 1; }
    .doc-editor.on-front:after {
      border-color: transparent transparent transparent #00bfdd; }
  .doc-editor.old-front {
    z-index: 11; }

.formnew {
  padding: 0;
  margin: 0; }
  .formnew label {
    white-space: nowrap;
    font-size: .7rem;
    text-transform: uppercase; }
  .formnew textarea,
  .formnew input[type="text"],
  .formnew input[type="date"],
  .formnew input[type="number"] {
    padding: 0.25rem;
    line-height: normal;
    height: auto;
    box-shadow: inset 0 1px 2px rgba(136, 136, 136, 0.5);
    border-color: transparent;
    min-height: 0;
    background: #f6f6f6;
    font-size: .8rem; }
    .formnew textarea:focus,
    .formnew input[type="text"]:focus,
    .formnew input[type="date"]:focus,
    .formnew input[type="number"]:focus {
      border-color: transparent; }
  .formnew input[type="date"] {
    padding: 0.125rem; }
  .formnew select {
    padding: 0.25rem;
    line-height: normal;
    height: auto;
    box-shadow: inset 0 1px 2px rgba(136, 136, 136, 0.5);
    border: 0;
    min-height: 0;
    background-color: #f6f6f6;
    font-size: .8rem; }

.is-dragging-over {
  box-shadow: 0 0 8px rgba(0, 232, 244, 0.5); }
  .is-dragging-over .calc-table tr td * {
    pointer-events: none; }
  .is-dragging-over .ghost-row > td {
    background: #ccc !important;
    color: #fff !important;
    padding: 0.5rem 0.25rem;
    text-align: left; }
  .is-dragging-over .ghost-item > td {
    background: #ccc !important;
    color: #fff !important; }

.drop-wrap-target {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  color: #ccc;
  padding: 0.5rem 0.25rem;
  text-align: center;
  margin: 0.5rem; }

.datagrid-min a.itemdrag,
a.itemdrag {
  display: block;
  text-align: center; }
  .datagrid-min a.itemdrag:hover,
  a.itemdrag:hover {
    cursor: -webkit-grab !important; }
  .datagrid-min a.itemdrag:active,
  a.itemdrag:active {
    cursor: -webkit-grabbing !important; }

.list-invoice-preview {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 5px solid #e5f4fc; }
  .list-invoice-preview > li {
    padding: 1rem; }
  .list-invoice-preview > li:hover {
    background: rgba(234, 250, 236, 0.75);
    transition: all 0.25s ease; }
  .list-invoice-preview table {
    background: #fff; }
  .list-invoice-preview > li + li {
    padding-bottom: 2rem;
    border-top: 1px dotted #dcdcdc; }
  .list-invoice-preview .isDeleted {
    opacity: .33; }
    .list-invoice-preview .isDeleted:hover {
      background: rgba(204, 204, 204, 0.75); }
    .list-invoice-preview .isDeleted span.rate {
      text-decoration: line-through; }
    .list-invoice-preview .isDeleted table tr.greenTR th {
      background: #888; }

.cons li,
.userEditable .isEditable:after,
.dd ul,
.dd:hover .hover,
.anim {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.animShadow {
  -webkit-transition: box-shadow 0.25s ease;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -ms-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease; }

.docUpload {
  border: 1px solid #eee;
  padding: 8px;
  margin-bottom: 16px; }
  .docUpload .docUploadContainer {
    padding: 8px 16px; }
  .docUpload .doc {
    border: 1px solid #eee;
    background: #f6f6f6;
    border-radius: 4px;
    margin-bottom: 8px; }
    .docUpload .doc > div {
      padding: 4px 8px;
      color: #333; }

.slideableToggle:hover {
  color: #888;
  cursor: pointer; }

.searchResultRow {
  color: #ccc;
  padding: 4px 0;
  border-bottom: 1px solid #f6f6f6; }
  .searchResultRow .comment {
    color: #ccc;
    padding: 4px;
    padding-left: 20px; }

.shields {
  float: right; }
  .shields .shield {
    border-radius: 3px;
    font-size: 10px;
    padding: 2px;
    margin-left: 2px; }
    .shields .shield:hover {
      cursor: help; }
    .shields .shield.crit {
      background: #ae1e23;
      color: #fff;
      font-weight: bold;
      border-right: 0; }
    .shields .shield.mine {
      background: #00bfdd;
      color: #fff; }
    .shields .shield.priority.pr1 {
      background: #ffab00;
      color: #fff;
      font-weight: bold;
      border-right: 0; }
    .shields .shield.priority.pr2 {
      background: #da3610;
      color: #fff6e5;
      font-weight: bold;
      border-right: 0; }
    .shields .shield.deadline {
      padding: 2px 4px; }
      .shields .shield.deadline.future {
        background: #eafaec;
        color: #35ca40; }
      .shields .shield.deadline.today {
        background: #e8f4d7;
        color: #8dca35; }
      .shields .shield.deadline.today.past {
        background: #fff6e5;
        color: #888; }
      .shields .shield.deadline.yesterday {
        background: #ffab00;
        color: #fff; }
      .shields .shield.deadline.old {
        background: #ff8919;
        color: #fff; }
      .shields .shield.deadline.crit {
        background: #da3610;
        color: #fff; }

.dragHandle {
  color: #eee;
  display: block; }
  .dragHandle span {
    display: none; }
  .dragHandle:hover {
    color: #0092dd;
    cursor: move; }
  .dragHandle.active {
    background: #fff;
    padding: 4px;
    border-radius: 16px;
    position: absolute;
    box-shadow: 0 4px 16px rgba(136, 136, 136, 0.5);
    z-index: 100; }
    .dragHandle.active i {
      display: inline-block; }
    .dragHandle.active span {
      display: inline-block;
      padding-right: 8px; }

.dragMarker {
  display: none;
  height: 1px;
  background: #8dca35;
  width: 100%;
  position: absolute;
  z-index: 1; }
  .dragMarker.active {
    display: block;
    box-shadow: 0 0 8px #8dca35; }

.inoteEditable.active {
  border-color: #0092dd; }

.inoteEditable .hideMe {
  display: none; }

.inoteComplete form input {
  display: none; }

.inoteComplete form button {
  display: none; }

.ddOverlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75); }

.ddWidget {
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  background: #fff;
  min-width: 200px; }
  .ddWidget h5 {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 4px 8px;
    color: #ccc;
    font-weight: bold; }
  .ddWidget a {
    min-width: 200px;
    display: block;
    padding: 4px 8px; }
  .ddWidget a:hover {
    text-decoration: none;
    background: #e5f4fc; }
  .ddWidget.w200 {
    width: 200px; }
  .ddWidget.w300 {
    width: 300px; }
  .ddWidget.w400 {
    width: 400px; }
  .ddWidget.w500 {
    width: 500px; }

.ddNav,
.ddNav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.ddNav > li {
  display: block;
  background: #fff;
  position: relative; }

.ddNav > li:hover {
  color: #333;
  background: #e5f4fc;
  cursor: pointer; }

.ddNav > li ul {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 4px;
  top: 0;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden; }

.ddNav.withChildren > li:hover:after,
.ddNav.withChildren > li:hover:before {
  right: -10px;
  border-color: transparent transparent transparent #fff;
  z-index: 1100;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 0 14px 8px;
  position: absolute;
  top: 50%;
  margin-top: -14px; }

.ddNav.withChildren > li:hover:before {
  right: -8px;
  border-color: transparent transparent transparent #e5f4fc;
  z-index: 1101; }

.ddNav > li:hover ul {
  display: block; }

.ddNav > li ul li a {
  min-width: 300px;
  display: block;
  padding: 4px 8px; }

.ddNav > li ul li a:hover {
  text-decoration: none;
  background: #e5f4fc; }

.ddNav > li ul li a span {
  color: #888; }

.ddNav > li ul li a .comment {
  color: #888;
  border-left: 2px solid #eee;
  padding: 2px 2px 2px 8px;
  font-size: .9em; }

.ddNav > li ul li a:hover .comment {
  border-left-color: #00ccf4;
  color: #0092dd; }

.ddNav .label {
  width: 100%;
  margin: 0;
  padding: 4px 8px; }

.ddNav.multicolumn {
  width: 400px;
  column-count: 2;
  column-gap: 0; }
  .ddNav.multicolumn ul.multicol {
    width: 600px; }

.ddNav ul.multicol {
  width: 300%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .ddNav ul.multicol > li {
    width: 100%; }

.leftSubmenu .ddNav > li ul {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 4px; }

.leftSubmenu .ddNav > li:hover:after,
.leftSubmenu .ddNav > li:hover:before {
  right: auto;
  left: -10px;
  border-color: transparent #fff transparent transparent;
  border-width: 14px 8px 14px 0; }

.leftSubmenu .ddNav > li:hover:before {
  right: auto;
  left: -8px;
  border-color: transparent #e5f4fc transparent transparent; }

.ddStatus a, .ddStatus .error {
  min-width: 300px;
  display: block;
  padding: 4px 8px; }

.ddStatus a:hover {
  text-decoration: none;
  background: #e5f4fc; }

.ddStatus a span {
  color: #888; }

.ddStatus a .comment {
  color: #888;
  border-left: 2px solid #eee;
  padding: 2px 2px 2px 8px;
  font-size: .9em; }

#pop {
  position: absolute;
  z-index: 1100;
  min-width: 400px;
  min-height: 40px;
  max-width: 98%;
  max-height: 98%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 0px 16px rgba(136, 136, 136, 0.25); }
  #pop .header {
    border-bottom: 1px solid #eee;
    position: relative; }
    #pop .header h5 {
      color: #888;
      padding-left: 8px;
      font-weight: bold; }
    #pop .header .close {
      position: absolute;
      right: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ccc; }
    #pop .header .close:hover {
      color: #00ccf4; }
  #pop #popContent {
    padding: 8px; }
  #pop #popContent textarea.htmlEditor {
    height: 250px; }
  #pop .docPagesPreview {
    display: none;
    min-width: 764px;
    background: #fff;
    padding: 0 32px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -16px;
    overflow: auto;
    z-index: 1000;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
    opacity: .5; }
    #pop .docPagesPreview:hover {
      opacity: 1;
      cursor: pointer; }

#overlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(170, 170, 170, 0.9); }
  #overlay.modal {
    background-color: rgba(255, 255, 255, 0.9); }

.dropDown {
  padding-bottom: 4px; }
  .dropDown > ul {
    display: none !important;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    z-index: 100;
    right: 8px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .dropDown > ul.triangle {
    margin-top: 3px; }
  .dropDown li a {
    line-height: 32px;
    display: block;
    padding: 0 8px;
    border-bottom: 1px solid #f6f6f6; }
  .dropDown li a:hover {
    text-decoration: none;
    background: #e5f4fc; }
  .dropDown li:last-child a {
    border-bottom: 0; }
  .dropDown:hover > ul {
    display: block !important; }

.triangle.triangleDoubleTop:after, .triangle.triangleDoubleTop:before {
  content: " ";
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px; }

.triangle.triangleDoubleTop:before {
  border-color: transparent transparent rgba(136, 136, 136, 0.5);
  top: -9px; }

.triangle.triangleDoubleTop.rightArr10:after, .triangle.triangleDoubleTop.rightArr10:before {
  right: 10px; }

.triangle.triangleDoubleTop.leftArr:after, .triangle.triangleDoubleTop.leftArr:before {
  left: 15px; }

.triangle.triangleDoubleTop.rightArr:after, .triangle.triangleDoubleTop.rightArr:before {
  right: 15px; }

.triangle.triangleDoubleTop.leftishArr:after, .triangle.triangleDoubleTop.leftishArr:before {
  left: 25%;
  margin-left: -8px; }

.triangle.triangleDoubleTop.midArr:after, .triangle.triangleDoubleTop.midArr:before {
  left: 50%;
  margin-left: -8px; }

.shadowMin {
  box-shadow: 0 1px 2px rgba(136, 136, 136, 0.25); }

.shadowMed {
  box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25); }

.shadowBig {
  box-shadow: 0 4px 16px rgba(136, 136, 136, 0.25); }

/*# sourceMappingURL=screen-compiled.css.map */