/**
 * Fonts
 */
/**
 * Dependencies
 */
/**
 * Layout
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.row::after {
  content: "";
  display: table;
  clear: both; }

[class*=col-] {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  box-sizing: border-box; }

.col-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-6 {
  width: 16.66%; }

.col-5-6 {
  width: 83.34%; }

@media screen and (max-width: 840px) {
  .md-0 {
    display: none; }

  .md-1 {
    width: 100%; }

  .md-1-2 {
    width: 50%; }

  .md-1-3 {
    width: 33.33%; }

  .md-2-3 {
    width: 66.66%; }

  .md-1-4 {
    width: 25%; }

  .md-3-4 {
    width: 75%; } }
@media screen and (max-width: 480px) {
  .sm-0 {
    display: none; }

  .sm-1 {
    width: 100%; }

  .sm-1-2 {
    width: 50%; }

  .sm-1-3 {
    width: 33.33%; }

  .sm-2-3 {
    width: 66.66%; }

  .sm-1-4 {
    width: 25%; }

  .sm-3-4 {
    width: 75%; } }
html,
body {
  height: 100%; }

a,
button,
input {
  outline: none; }

input[type="search"] {
  box-sizing: border-box; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  font: 13px/1.42 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  cursor: pointer; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #DDD; }

fieldset {
  border-color: #D4D4D4;
  border-radius: 4px;
  padding: 10px 15px; }

legend {
  padding: 0 8px; }

.clear {
  clear: both; }

.clear::after {
  content: '';
  display: table;
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.centralize {
  float: none;
  margin: auto; }

.push-top {
  margin-top: 20px; }

.push-bottom {
  margin-bottom: 20px; }

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

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

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

.text-danger {
  color: #F00 !important; }

.text-primary {
  color: #09F !important; }

.text-nowrap {
  white-space: nowrap; }

.block {
  display: block; }

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

.transition {
  transition: .25s; }

.full-width {
  width: 100%; }

.scrollable {
  overflow: auto; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-radius {
  border-radius: 0 !important; }

.no-border {
  border: none !important; }

.tappable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media screen and (max-width: 800px) {
  .md-hide {
    display: none !important; }

  .md-show {
    display: block !important; } }
@media screen and (max-width: 480px) {
  .sm-hide {
    display: none !important; }

  .sm-show {
    display: block !important; } }
@media screen and (max-width: 800px) {
  /**
   * Main
   */
  .main,
  .header,
  .footer {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .sidebar {
    top: 0; }

  .control-panel {
    right: 0 !important; }

  /**
   * Sidebar
   */
  .sidebar {
    transform: translateX(-100%); }

  /**
   * Off-canvas
   */
  .off-canvas .sidebar {
    transform: translateX(0); }

  .off-canvas .main {
    position: fixed;
    width: 100%;
    transform: translateX(240px); }

  .off-canvas .app {
    overflow: hidden; }

  /**
   * Sidebar right
   */
  .sidebar-right .sidebar {
    transform: translateX(100%); }

  .sidebar-right.off-canvas .sidebar {
    transform: translateX(0); }

  .sidebar-right.off-canvas .main {
    transform: translateX(-240px); } }
input,
textarea,
select {
  padding: 6px 9px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  box-sizing: border-box;
  font: inherit;
  outline: none;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none; }

input:hover,
textarea:hover {
  border-color: #BBB;
  z-index: 1; }

input:focus,
textarea:focus {
  border-color: #3498DB;
  box-shadow: 0 0 0 2px #96C3F4;
  z-index: 2; }

input:disabled,
textarea:disabled {
  background: #EEE; }

input:disabled:hover,
textarea:disabled:hover {
  border-color: #DDD; }

input.material {
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

input.material[disabled] {
  background: none; }

input[type=checkbox],
input[type=radio] {
  font-family: "FontAwesome";
  font-size: 1.35em;
  margin-right: 2px;
  font-weight: normal;
  vertical-align: middle;
  color: #555;
  width: 16px;
  box-shadow: none;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=checkbox]:hover,
input[type=radio]:hover {
  color: #000; }

input[type=checkbox]:focus,
input[type=radio]:focus {
  color: #3498DB; }

input[type=checkbox]:checked,
input[type=radio]:checked {
  color: #3498DB; }

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  color: #999; }

input[type=checkbox]::before {
  content: "\f096"; }

input[type=checkbox]:checked::before {
  content: "\f14a"; }

input[type=radio]::before {
  content: "\f1db"; }

input[type=radio]:checked::before {
  content: "\f192"; }

input[type=checkbox].switch {
  margin-right: 10px;
  font-size: 1.75em; }

input[type=checkbox].switch::before {
  content: "\f204"; }

input[type=checkbox].switch:checked::before {
  content: "\f205"; }

input[type=checkbox].star::before {
  content: "\f006"; }

input[type=checkbox].star:checked::before {
  content: "\f005"; }

input[type=checkbox].flag::before {
  content: "\f11d"; }

input[type=checkbox].flag:checked::before {
  content: "\f024"; }

input[type=checkbox].highlight {
  color: #F39C12; }

input[type=checkbox].dangaerous {
  color: #E74C3C; }

textarea.resize-y {
  resize: vertical; }

textarea.resize-x {
  resize: horizontal; }

textarea.no-resize {
  resize: none; }

select {
  padding-right: 30px;
  height: 32px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAn0lEQVQ4T+3T3RGDIBBG0WsHdqAlxBLSiaksdmILlmAJKSHzZcBBBhac+KY88TOchWVpOLk1J3vc4P8ZDXPYAj2wHGQfwAp8tC8EBXXA8wAqbHbgEIMj8HaRalCP6WYvYIpBjWvRJJYCa9AslgMt1MQsMIVqTg+wy1lcEaWvF+ZUe02sdEIf3KMab6+Zq9XSCUNU/V9pWK0WLDnb+gXBL2LiJRVvlLsFAAAAAElFTkSuQmCC) no-repeat right 9px center/11px; }

select:hover {
  border-color: #BBB; }

select:focus {
  border-color: #3498DB;
  box-shadow: 0 0 0 2px #96C3F4; }

select[disabled] {
  background: #EEE;
  border-color: #DDD; }

.form-group {
  /*margin-left: -10px;*/
  /*margin-right: -10px;*/
  padding-bottom: 10px; }

.form-group:first-child {
  /*padding-top: 0;*/ }

.form-group:last-child {
  /*padding-bottom: 0;*/ }

.form-group::after {
  content: "";
  display: table;
  clear: both; }

.form-label {
  margin-top: 7px;
  margin-bottom: 4px; }

.form-label.col-1 {
  text-align: inherit; }

.form-control {
  position: relative; }

.form-control label {
  margin: 4px 10px 0 0;
  display: inline-block; }

.form-helper {
  display: block;
  color: #777;
  font-size: .9em;
  margin-top: 4px; }

.form-mask {
  position: absolute;
  top: 0;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 0 3px 3px 0;
  font-size: 1.25em;
  text-align: center;
  z-index: 1; }

.form-mask + input {
  padding-right: 32px; }

.form-mask.left {
  right: inherit;
  left: 10px; }

.form-mask.left + input {
  padding-left: 32px; }

.valid .form-label,
.valid .form-helper {
  color: #090; }

.invalid .form-label,
.invalid .form-helper {
  color: #D00; }

.button-group input:first-of-type,
.button-group select:first-of-type {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

@media screen and (max-width: 800px) {
  .form-label {
    text-align: left; } }
/**
 * Table
 */
table th,
table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #EEE; }

table th {
  font-weight: bold; }

table.border,
table.border th,
table.border td {
  border: 1px solid #EEE; }

table.stripe tr:nth-child(even) {
  /*background-color: #F5F8F9;*/
  background-color: #FBFBFB; }

table.hoverable tr:hover td {
  background-color: #F0F0F0; }

table.compact th,
table.compact td {
  padding: 5px; }

table.comfort th,
table.comfort td {
  padding: 15px 10px; }

/*table.no-border th,*/
table.no-border td {
  border: none; }

table.no-border th:first-child,
table.no-border td:first-child {
  padding-left: 0; }

table.no-border th:last-child,
table.no-border td:last-child {
  padding-right: 0; }

table .highlight {
  background-color: #FFF7E0; }

table .extra-row-content {
  display: none; }

th.sortable {
  cursor: pointer; }

th.sortable::before {
  font-family: FontAwesome;
  float: right; }

th.sortable.asc::before {
  content: "\f106"; }

th.sortable.desc::before {
  content: "\f107"; }

tr:last-child td {
  border-bottom: none; }

/**
 * Button
 */
button,
.button {
  background-color: #FFF;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 0 12px;
  color: inherit;
  line-height: 32px;
  height: 32px;
  /*min-width: 100px;*/
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none !important; }

.button {
  display: inline-block;
  height: 30px;
  line-height: 30px; }

button[disabled],
.button[disabled] {
  color: #999;
  cursor: default;
  box-shadow: none;
  pointer-events: none; }

/*
button:focus,
.button:focus {
    border-color: #3498DB;
    box-shadow: 0 0 0 2px #96C3F4;
}
*/
button:active,
.button:active,
button.active,
.button.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }

button.ripple::before,
.button.ripple::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  opacity: 0; }

button.ripple.active::before,
.button.ripple.active::before {
  animation: ripple .35s ease-in-out;
  -moz-animation: ripple .35s ease-in-out;
  -webkit-animation: ripple .35s ease-in-out; }

button.primary,
.button.primary {
  color: #FFF;
  background-color: #3498DB;
  border-color: #3498DB; }

button.destructive,
.button.destructive {
  color: #FFF;
  background-color: #E74C3C;
  border-color: #E74C3C; }

button.outline,
.button.outline {
  background-color: transparent;
  box-shadow: none; }

button.outline.primary,
.button.outline.primary {
  color: #3498DB; }

button.outline.destructive,
.button.outline.destructive {
  color: #E74C3C; }

button.round,
.button.round {
  border-radius: 18px; }

button.square,
.button.square {
  border-radius: 0; }

button.block,
.button.block,
.button-group.block {
  width: 100%; }

@keyframes ripple {
  from {
    transform: scaleX(0.5);
    opacity: 0; }
  25% {
    transform: scaleX(1);
    opacity: 1; }
  to {
    opacity: 0; } }
/**
 * Data list
 */
.datalist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.datalist li {
  display: block;
  padding: 15px;
  position: relative; }

.datalist li::after {
  content: '';
  display: table;
  clear: both; }

.datalist-image {
  max-width: 160px;
  display: block;
  float: left;
  margin-right: 20px; }

.datalist-text {
  /*margin-left: 180px;*/ }

.datalist-title {
  font-weight: normal;
  margin-top: 0; }

.datalist-subtitle {
  margin-top: -1em;
  font-weight: normal; }

.datalist-action {
  position: absolute;
  top: 0;
  right: 0; }

.datalist-indicator {
  color: #DDD; }

.datalist li.active .datalist-indicator {
  color: #00A000; }

.datalist-action li {
  width: auto;
  border: none;
  padding: 0;
  margin: 0; }

.datalist .context-option {
  display: none; }

.datalist li:hover .context-option {
  display: block; }

.datalist-action a {
  padding: 4px; }

.datalist.compact li {
  padding: 10px 0; }

.datalist.compact li:first-child {
  padding-top: 0; }

.datalist.compact li:last-child {
  padding-bottom: 0; }

.datalist.compact li.active {
  background: #F5F5F5; }

.panel.with-datalist {
  padding: 0; }

.panel.with-datalist .panel-header {
  padding: 15px;
  margin: 0; }

.panel.with-datalist .datalist li {
  padding: 10px 15px; }

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0; }
  .modal:target, .modal.active {
    display: flex;
    opacity: 1;
    z-index: 9999; }
    .modal:target .modal-overlay, .modal.active .modal-overlay {
      background: rgba(0, 0, 0, 0.75);
      bottom: 0;
      cursor: default;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .modal:target .modal-container, .modal.active .modal-container {
      max-width: 640px;
      width: 100%;
      z-index: 9999; }

.modal-container {
  background: #fff;
  border-radius: 0;
  display: block; }
  .modal-container .modal-header {
    padding: 10px; }
  .modal-container .modal-body {
    padding: 10px;
    position: relative; }
  .modal-container .modal-footer {
    padding: 10px;
    text-align: right; }
  .modal-container .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    transform: translate(100%, 0);
    line-height: 1;
    cursor: pointer; }

/**
 * Breakcrumb
 */
.breadcrumb,
.breadcrumb ul {
  list-style: none;
  padding: 10px;
  margin-bottom: 15px; }

.breadcrumb-alt {
  background: none;
  padding: 0; }

.breadcrumb li {
  display: inline-block;
  margin: 5px 0;
  color: #777; }

/**
 * Status
 */
.status {
  padding: 12px 15px;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 15px; }

.status,
.notification-bubble.info {
  /*color: #218A9E;*/
  color: #2980b9;
  /*background-color: #C9EDF5;*/
  background-color: #EAF7FF;
  border-color: #C5D7E2; }

.status.success,
.notification-bubble.success {
  color: #1B7943;
  background-color: #E2FFEE;
  border-color: #9BE8BC; }

.status.warning,
.notification-bubble.warning {
  color: #E67E22;
  background-color: #FFF3DC;
  border-color: #FFEDCD; }

.status.danger,
.status.error,
.notification-bubble.error,
.notification-bubble.danger {
  color: #C0392B;
  background-color: #F6D7D3;
  border-color: #F2CCC7; }

/**
 * Notification
 */
.notification-area {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 9999; }

.notification-bubble {
  background-color: #FFF;
  margin-bottom: 10px;
  border: 1px solid #EEE;
  border-radius: 4px;
  width: 320px;
  transform: translateX(100%);
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.notification-bubble.active {
  transform: translateX(0); }

.notification-bubble.inactive {
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  max-height: 0 !important; }

.notification-text {
  padding: 20px;
  padding-left: 48px;
  position: relative; }

.notification-text::before {
  content: "\e717";
  font-family: Themify;
  font-size: 1.5em;
  margin-bottom: -4px;
  position: absolute;
  top: 14px;
  left: 16px; }

.notification-bubble.info .notification-text::before,
.notification-bubble.success .notification-text::before {
  content: "\e64c"; }

.notification-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: Themify;
  display: none; }

.notification-close::before {
  content: "\e646"; }

.notification-bubble:hover .notification-close {
  display: block; }

/**
 * Dropdown
 */
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; }

.jq-dropdown label,
.jq-dropdown a {
  padding: 8px 12px !important; }

.jq-dropdown .jq-dropdown-menu li {
  display: block; }

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu {
  max-height: 240px; }

/**
 * Progress animation
 */
.progressing {
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.075) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.075) 50%, rgba(0, 0, 0, 0.075) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-animation: barberpole 1.5s linear infinite;
  -o-animation: barberpole 1.5s linear infinite;
  animation: barberpole 1.5s linear infinite; }

@-webkit-keyframes barberpole {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }
@-moz-keyframes barberpole {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }
@keyframes barberpole {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }
/**
 * Themes
 */
.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-widget-overlay {
  background: #000;
  opacity: .25; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 8px 12px; }

.ui-state-default .ui-icon {
  background: none;
  font-family: Themify; }

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: rgba(0, 0, 0, 0.025);
  /*box-shadow: inset 0 1px 2px rgba(0,0,0,.125);*/
  border-color: #D4D4D4;
  color: #333; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #FFF; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #FFF;
  color: #555; }

/**
 * Slider
 */
.ui-slider {
  margin-bottom: 20px;
  height: 6px;
  border: none;
  border-radius: 2px; }

.ui-slider.ui-widget-content {
  background: #D0DBED; }

.ui-slider .ui-slider-range {
  background: #3498DB; }

.ui-slider .ui-state-focus {
  /*box-shadow: 0 0 0 2px #96C3F4;*/ }

.ui-slider .ui-slider-handle {
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  top: -7px;
  margin-left: -10px;
  box-shadow: 0 0 1px; }

.slider-round .ui-slider-handle {
  border-radius: 50%; }

.slider-success .ui-slider-range,
.slider-success .ui-state-active {
  background: #2ECC71; }

.slider-success .ui-slider-handle {
  border-color: #2ECC71; }

.slider-warning .ui-slider-range,
.slider-warning .ui-state-active {
  background: #F39C12; }

.slider-warning .ui-slider-handle {
  border-color: #F39C12; }

.slider-danger .ui-slider-range,
.slider-danger .ui-state-active {
  background: #E74C3C; }

.slider-danger .ui-slider-handle {
  border-color: #E74C3C; }

/**
 * Datepicker
 */
.ui-datepicker {
  width: 272px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 99 !important; }

.ui-datepicker table {
  font-size: inherit; }

.ui-datepicker td {
  padding: 0; }

.ui-datepicker-inline {
  box-shadow: none; }

.ui-widget-content {
  background: #FFF;
  border: none; }

.ui-widget-header {
  color: #333;
  background: #F5F8F9; }

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-state-default {
  background: none;
  border: none;
  color: #555;
  font-weight: normal; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: none;
  background: none;
  text-align: center;
  line-height: 24px;
  top: 2px;
  font-family: Themify;
  color: #333; }

.ui-datepicker .ui-datepicker-prev::before {
  content: "\e64a"; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next::before {
  content: "\e649"; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
  display: none; }

.ui-datepicker .ui-state-default {
  padding: 6px 12px; }

.ui-datepicker .ui-state-highlight {
  color: #3498DB; }

.ui-datepicker .ui-state-active {
  background: #3498DB;
  color: #FFF;
  border-radius: 3px; }

.ui-datepicker-multi-2 {
  width: 544px !important; }

/**
 * Dialog
 */
.ui-dialog {
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 15px;
  background-color: #F5F8F9;
  border-radius: 0;
  border: none; }

.ui-dialog .ui-dialog-title {
  font-weight: normal; }

.ui-dialog .ui-dialog-titlebar-close {
  min-width: 0;
  right: 10px;
  border: none;
  background: none;
  color: #333;
  font-size: 1.25em;
  box-shadow: none; }

.ui-dialog .ui-dialog-titlebar-close::before {
  content: "\e646";
  font-family: Themify; }

.ui-dialog .ui-icon {
  background: none;
  display: none; }

.ui-dialog .ui-dialog-content {
  padding: 15px; }

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: 0 15px 15px;
  margin-top: 15px; }

.ui-dialog .ui-dialog-buttonpane .ui-button {
  margin: 0 0 0 10px; }

.ui-dialog .ui-dialog-buttonpane .ui-state-focus {
  border-color: #3498DB;
  box-shadow: 0 0 0 2px rgba(70, 158, 250, 0.5); }

/**
 * Buttonset
 */
.ui-buttonset .ui-button {
  margin-right: -1px;
  float: left;
  border-radius: 0; }

.ui-buttonset .ui-button-text {
  padding: 8px 12px; }

.buttonset-compact .ui-button-text {
  padding: 5px 10px; }

.ui-buttonset .ui-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ui-buttonset .ui-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.buttonset-round .ui-corner-left {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px; }

.buttonset-round .ui-corner-right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; }

.ui-buttonset .ui-state-default {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.ui-buttonset .ui-state-hover,
.ui-buttonset .ui-state-focus {
  font-weight: normal;
  /*color: #3498DB;*/
  /*background: #F5F5F5;*/
  /*z-index: 3;*/
  /*border-color: #3498DB;*/
  /*box-shadow: 0 0 0 2px #96C3F4;*/ }

.ui-buttonset .ui-button-text {
  font-weight: normal; }

.ui-buttonset .ui-state-active {
  background: #3498DB;
  border-color: #3498DB;
  color: #FFF;
  z-index: 2; }

.ui-buttonset .ui-state-default:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }

/**
 * Selectmenu
 */
.ui-selectmenu-button {
  outline: none;
  background: #FFF; }

.ui-selectmenu-button.ui-state-focus {
  box-shadow: 0 0 0 2px #96C3F4;
  border-color: #3498DB; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 9px; }

.ui-selectmenu-button .ui-icon {
  background: none;
  text-indent: 0; }

.ui-selectmenu-button .ui-icon::before {
  content: "\f107";
  font-family: FontAwesome; }

.ui-menu .ui-menu-item {
  padding: 5px 10px; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-focus a {
  background: #3498DB;
  border-color: #3498DB;
  color: #FFF; }

/**
 * Spinner
 */
.ui-spinner {
  border: none;
  overflow: visible; }

.ui-spinner-input {
  margin: 0;
  padding: 6px 9px;
  border: 1px solid #DDD;
  vertical-align: baseline;
  float: left;
  margin-top: -1px; }

.ui-spinner .ui-spinner-button {
  width: 30px;
  height: auto;
  top: 0;
  bottom: 1px;
  border-color: #DDD;
  background: #F5F5F5;
  font-family: Themify;
  line-height: 30px;
  z-index: 2; }

.ui-spinner .ui-spinner-up {
  right: 1px;
  border-radius: 0 2px 2px 0; }

.ui-spinner .ui-spinner-up::before {
  content: "\e61a"; }

.ui-spinner .ui-spinner-down {
  right: 32px;
  border-radius: 0; }

.ui-spinner .ui-spinner-down::before {
  content: "\e622"; }

.ui-spinner .ui-button-text {
  display: none; }

.ui-spinner .ui-state-active {
  background: #3498DB;
  color: #FFF; }

.toolbar-search {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABc0lEQVRIS7WWiy2EQRRGz1aAClABKkAFdIAK6AAVoAJ0QAWUQAVWBaiAHJmRMeYl+fcmm5WYe893n9kZC7ZZJ/4asAcsh3fvwD0wH9VVAxj4GtipBHoEzgG/m1YCHAIXQfUrcAeo3I/gfWA1RD0BrlqEHKDih+CgwrOKs4EVoR0BNzVICrDOL0F50ykES8Ws1/qSAqIqm2gZRswMT4FbwNL+sRTwBGwAW4B/j5hZv4X+rPQAn+FBb3TzOFFYsUxpMAHPwOaI9OSNo7oN7JbGNgfo998MhgFup/NdnYhCZrEHVWGp2kvguDURBUCcvKEpUo1ZLNXqmQHslUupX7H+pbScZW+QZ8Fl80yULA3uFDnaRSs1NJZKBxvoGYjX01vkBudL5RsFNRct/aebLCgetdzxIyyj4xmtCOmNpCAVx90wE7OKF9agBy1IDzCyc03IFABFVCFTAXKIPbKs8ykBERL79n2RpwYY01H++VGwCMCvwfgCPoZPGVfJa9oAAAAASUVORK5CYII=) no-repeat right 8px center/14px;
}
/*# sourceMappingURL=style.css.map */