@charset "UTF-8";
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  border-radius: 4px;
  direction: ltr; }
  .datetimepicker.datetimepicker-rtl {
    direction: rtl; }
    .datetimepicker.datetimepicker-rtl table tr td span {
      float: right; }
  .datetimepicker > div {
    display: none; }
  .datetimepicker.minutes div.datetimepicker-minutes {
    display: block; }
  .datetimepicker.hours div.datetimepicker-hours {
    display: block; }
  .datetimepicker.days div.datetimepicker-days {
    display: block; }
  .datetimepicker.months div.datetimepicker-months {
    display: block; }
  .datetimepicker.years div.datetimepicker-years {
    display: block; }
  .datetimepicker table {
    margin: 0; }
    .datetimepicker table tr td.minute:hover {
      background: #eeeeee;
      cursor: pointer; }
    .datetimepicker table tr td.hour:hover {
      background: #eeeeee;
      cursor: pointer; }
    .datetimepicker table tr td.day:hover {
      background: #eeeeee;
      cursor: pointer; }
    .datetimepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer;
      border-radius: 4px; }
      .datetimepicker table tr td span:hover {
        background: #eeeeee; }
      .datetimepicker table tr td span.old {
        color: #999999; }
  .datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px; }
  .datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px; }
  .datetimepicker th.switch {
    width: 145px; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute; }

[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none; }

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999; }

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

/**
 * Trumbowyg v2.0.0-beta.7 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
/**
 * Trumbowyg v2.0.0-beta.7 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
/**
 * Trumbowyg v2.0.0-beta.7 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
/**
 * Trumbowyg v2.0.0-beta.7 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
.trumbowyg-box {
  padding-top: 37px; }
  .trumbowyg-box *,
  .trumbowyg-box *::before,
  .trumbowyg-box *::after {
    box-sizing: border-box; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px 0; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 1% 2%;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto; }

.trumbowyg-box-blur .trumbowyg-editor * {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }

.trumbowyg-box-blur .trumbowyg-editor img {
  opacity: .2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  position: absolute;
  top: 36px;
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-editor[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #999; }

.trumbowyg-button-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 37px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .trumbowyg-button-pane li {
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 0 !important; }
    .trumbowyg-button-pane li.trumbowyg-separator {
      width: 1px;
      background: #d7e0e2;
      margin: 0 5px;
      height: 35px; }
  .trumbowyg-button-pane.trumbowyg-disable li:not(.trumbowyg-not-disable) button:not(.trumbowyg-active) {
    opacity: .2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
    background: #e3e9eb; }
  .trumbowyg-button-pane li button {
    padding: 1px 6px !important; }
  .trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover,
  .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
  .trumbowyg-button-pane li button.trumbowyg-active,
  .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
  .trumbowyg-button-pane li.trumbowyg-not-disable button:focus {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-buttons-right {
    float: right;
    width: auto; }
    .trumbowyg-button-pane .trumbowyg-buttons-right button {
      float: left; }

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 14px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all .15s; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #ecf0f1; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  height: 350px;
  z-index: 11;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    background: #F00;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      height: 100%;
      transition: width .15s linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      transition: all .15; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #69878f;
        background-color: #fbfcfc;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 137px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: transparent;
      font-size: 14px;
      width: 340px;
      padding: 0 7px;
      transition: all .15s; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: rgba(230, 230, 255, 0.1); }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all .15s; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #2bc06a; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #40d47e;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #25a25a; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto;
    margin-top: 37px; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }

.trumbowyg-editor {
  /*
     * Reset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    white-space: normal !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Black theme
 */
.trumbowyg-black .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434; }
  .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-separator {
    background-color: #343434; }
  .trumbowyg-black .trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
    background-color: #2a2a2a; }
  .trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover,
  .trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-active,
  .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
  .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:focus {
    background-color: #555; }
  .trumbowyg-black .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
    border-top-color: #fff; }

.trumbowyg-black .trumbowyg-dropdown {
  border-color: #222;
  background: #222; }
  .trumbowyg-black .trumbowyg-dropdown button {
    background: #222;
    color: #fff !important; }
    .trumbowyg-black .trumbowyg-dropdown button:hover, .trumbowyg-black .trumbowyg-dropdown button:focus {
      background: #555; }

.trumbowyg-black .trumbowyg-modal-box {
  background-color: #222; }
  .trumbowyg-black .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c; }
  .trumbowyg-black .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #2f2f2f;
      border-color: #222; }
    .trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-black .trumbowyg-modal-box label input {
      border-color: #222;
      color: #eee;
      background: #333; }
      .trumbowyg-black .trumbowyg-modal-box label input:hover, .trumbowyg-black .trumbowyg-modal-box label input:focus {
        border-color: #95a5a6; }
      .trumbowyg-black .trumbowyg-modal-box label input:focus {
        background-color: rgba(230, 230, 255, 0.1); }

.trumbowyg-black .trumbowyg-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

/*
 * Buttons icons
 */
.trumbowyg-button-pane li button {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: transparent url("/images/trumbo/icons-black.png") no-repeat;
  border: none;
  cursor: pointer;
  transition: background-color .15s, background-image .15s, opacity .15s;
  /* English and others */ }
  .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
    background-position: -70px -95px; }
  .trumbowyg-button-pane li button.trumbowyg-formatting-button {
    background-position: -45px -20px; }
  .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: 5px -20px; }
  .trumbowyg-button-pane li button.trumbowyg-italic-button, .trumbowyg-button-pane li button.trumbowyg-em-button {
    background-position: -70px -45px; }
  .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: 5px -95px; }
  .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-button-pane li button.trumbowyg-del-button {
    background-position: -95px -70px; }
  .trumbowyg-button-pane li button.trumbowyg-link-button {
    background-position: -45px -70px; }
  .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
    background-position: -70px -20px; }
  .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
    background-position: -20px -70px; }
  .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
    background-position: -20px -20px; }
  .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
    background-position: -95px -20px; }
  .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
    background-position: 5px 5px; }
  .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
    background-position: -20px -95px; }
  .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
    background-position: -70px -70px; }
  .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
    background-position: -70px 5px; }
  .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
    background-position: -95px 5px; }
  .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
    background-position: -20px -45px; }
  .trumbowyg-button-pane li button.trumbowyg-close-button {
    background-position: -45px 5px; }

.trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  background-position: 5px -45px; }

.trumbowyg-button-pane li:first-child button {
  margin-left: 6px; }

.trumbowyg-button-pane li:last-child button {
  margin-right: 6px; }

/* French */
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  background-position: -45px -45px; }

.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  background-position: -95px -45px; }

.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
  background-position: 5px -70px; }

.trumbowyg-black {
  /* French */ }
  .trumbowyg-black .trumbowyg-button-pane li button {
    background-image: url("./images/icons-white.png");
    /* English and others */ }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
      background-position: -70px -95px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
      background-position: -45px -20px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
      background-position: 5px -20px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button {
      background-position: -70px -45px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
      background-position: 5px -95px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button {
      background-position: -95px -70px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
      background-position: -45px -70px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
      background-position: -70px -20px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
      background-position: -20px -70px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
      background-position: -20px -20px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
      background-position: -95px -20px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
      background-position: 5px 5px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
      background-position: -20px -95px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
      background-position: -70px -70px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
      background-position: -70px 5px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
      background-position: -95px 5px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
      background-position: -20px -45px; }
    .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
      background-position: -45px 5px; }
  .trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
    background-position: 5px -45px; }
  .trumbowyg-black .trumbowyg-button-pane li:first-child button {
    margin-left: 6px; }
  .trumbowyg-black .trumbowyg-button-pane li:last-child button {
    margin-right: 6px; }
  .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: -45px -45px; }
  .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: -95px -45px; }
  .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
    background-position: 5px -70px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .trumbowyg-button-pane li button {
    background-size: 125px 125px !important;
    background-image: url("./images/icons-black-2x.png") !important;
    /* English and others */ }
    .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
      background-position: -70px -95px; }
    .trumbowyg-button-pane li button.trumbowyg-formatting-button {
      background-position: -45px -20px; }
    .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-button-pane li button.trumbowyg-strong-button {
      background-position: 5px -20px; }
    .trumbowyg-button-pane li button.trumbowyg-italic-button, .trumbowyg-button-pane li button.trumbowyg-em-button {
      background-position: -70px -45px; }
    .trumbowyg-button-pane li button.trumbowyg-underline-button {
      background-position: 5px -95px; }
    .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-button-pane li button.trumbowyg-del-button {
      background-position: -95px -70px; }
    .trumbowyg-button-pane li button.trumbowyg-link-button {
      background-position: -45px -70px; }
    .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
      background-position: -70px -20px; }
    .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
      background-position: -20px -70px; }
    .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
      background-position: -20px -20px; }
    .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
      background-position: -95px -20px; }
    .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
      background-position: 5px 5px; }
    .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
      background-position: -20px -95px; }
    .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
      background-position: -70px -70px; }
    .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
      background-position: -70px 5px; }
    .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
      background-position: -95px 5px; }
    .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
      background-position: -20px -45px; }
    .trumbowyg-button-pane li button.trumbowyg-close-button {
      background-position: -45px 5px; }
  .trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
    background-position: 5px -45px; }
  /* French */
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: -45px -45px; }
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: -95px -45px; }
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
    background-position: 5px -70px; }
  /* Black theme */
  .trumbowyg-black {
    /* French */ }
    .trumbowyg-black .trumbowyg-button-pane li button {
      background-size: 125px 125px !important;
      background-image: url("./images/icons-white-2x.png") !important;
      /* English and others */ }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
        background-position: -70px -95px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
        background-position: -45px -20px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
        background-position: 5px -20px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button {
        background-position: -70px -45px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
        background-position: 5px -95px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button {
        background-position: -95px -70px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
        background-position: -45px -70px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
        background-position: -70px -20px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
        background-position: -20px -70px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
        background-position: -20px -20px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
        background-position: -95px -20px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
        background-position: 5px 5px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
        background-position: -20px -95px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
        background-position: -70px -70px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
        background-position: -70px 5px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
        background-position: -95px 5px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
        background-position: -20px -45px; }
      .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
        background-position: -45px 5px; }
    .trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
      background-position: 5px -45px; }
    .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button, .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
      background-position: -45px -45px; }
    .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
      background-position: -95px -45px; }
    .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button, .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
      background-position: 5px -70px; } }

.fixed-table-container .bs-checkbox, .fixed-table-container .no-records-found {
  text-align: center; }

.fixed-table-body thead th .th-inner, .table td, .table th {
  box-sizing: border-box; }

.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse !important;
  border-radius: 1px; }

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
  padding: 8px; }

.bootstrap-table .table.table-no-bordered > tbody > tr > td, .bootstrap-table .table.table-no-bordered > thead > tr > th {
  border-right: 2px solid transparent; }

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.fixed-table-container.table-no-bordered {
  border: 1px solid transparent; }

.fixed-table-footer, .fixed-table-header {
  overflow: hidden; }

.fixed-table-footer {
  border-top: 1px solid #ddd; }

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.fixed-table-container table {
  width: 100%; }

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ddd; }

.fixed-table-container thead th:focus {
  outline: transparent solid 0; }

.fixed-table-container thead th:first-child {
  border-left: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px; }

.fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC"); }

.fixed-table-container thead th .asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==); }

.fixed-table-container thead th .desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=); }

.fixed-table-container th.detail {
  width: 30px; }

.fixed-table-container tbody td {
  border-left: 1px solid #ddd; }

.fixed-table-container tbody tr:first-child td {
  border-top: none; }

.fixed-table-container tbody td:first-child {
  border-left: none; }

.fixed-table-container tbody .selected td {
  background-color: #f5f5f5; }

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0; }

.fixed-table-container input[type=radio], .fixed-table-container input[type=checkbox] {
  margin: 0 auto !important; }

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
  margin-top: 10px;
  margin-bottom: 10px; }

.fixed-table-pagination div.pagination .pagination {
  margin: 0; }

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429; }

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0; }

.fixed-table-pagination .page-list {
  display: inline-block; }

.fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429; }

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px; }

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center; }

.fixed-table-body .card-view .title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important; }

.table td, .table th {
  vertical-align: middle; }

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto; }

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0; }

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd; }

.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0; }

.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important; }

.bootstrap-table .fixed-table-footer .table {
  border-bottom: none;
  border-radius: 0;
  padding: 0 !important; }

.pull-right .dropdown-menu {
  right: 0;
  left: auto; }

p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

/*
 * General
 */
body {
  background-color: #eee; }

textarea {
  resize: none; }

.modal-fullscreen {
  width: 90%;
  max-width: inherit; }

label {
  margin-bottom: 0 !important; }

/*
 * Header
 */
.navbar.navbar-main li a {
  height: 30px !important;
  line-height: 30px !important; }
  .navbar.navbar-main li a .fa {
    height: 30px !important;
    top: -1px; }

.full-width-autocomplete {
  width: 98% !important;
  left: 1% !important; }
  .full-width-autocomplete li {
    border: 1px solid #333;
    font-size: 12px;
    border-radius: 4px;
    display: block;
    float: left;
    margin: 1% !important;
    width: 23%; }
    .full-width-autocomplete li a {
      display: block; }
    .full-width-autocomplete li .Search-Item-Name {
      font-size: 15px;
      font-weight: bold; }
    @media (max-width: 768px) {
      .full-width-autocomplete li {
        width: 98%; } }

.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline; }

.form-control {
  padding: 0 8px;
  height: 28px; }

.btn {
  height: 28px;
  line-height: 26px;
  padding: 0 8px; }
  .btn.btn-lg {
    height: 36px;
    line-height: 36px; }
  .btn.btn-xs {
    height: 18px !important;
    line-height: 18px !important;
    padding: 0 2px; }

.dropdown .btn {
  line-height: 26px; }

label.large-label {
  line-height: 28px;
  margin-right: 5px; }

.navbar .icon-bar {
  background: #fff; }

.navbar.navbar-main {
  background: #2e4d7b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2e4d7b 0%, #001f4b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0;
  min-height: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4d7b', endColorstr='#001f4b',GradientType=0 );
  /* IE6-9 */ }
  .navbar.navbar-main .main-menu li a {
    color: #fff; }
    .navbar.navbar-main .main-menu li a:hover {
      color: #ddd; }
  .navbar.navbar-main .dropdown-menu {
    background: #01204c; }
    .navbar.navbar-main .dropdown-menu li a {
      color: #333;
      line-height: 30px; }
  .navbar.navbar-main li.open a {
    background: inherit;
    color: #fff; }
    .navbar.navbar-main li.open a:hover {
      color: #ddd; }
  .navbar.navbar-main li a {
    padding: 0 15px;
    line-height: 50px; }
    .navbar.navbar-main li a:hover, .navbar.navbar-main li a:focus, .navbar.navbar-main li a:active {
      background: inherit; }
    .navbar.navbar-main li a.dropdown-toggle {
      color: #fff; }
      .navbar.navbar-main li a.dropdown-toggle:hover {
        color: #ddd; }
    .navbar.navbar-main li a .fa {
      height: 50px;
      position: relative;
      top: 0px; }
    .navbar.navbar-main li a .icon {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      float: left;
      height: 50px;
      margin-right: 9px;
      width: 28px; }
      .navbar.navbar-main li a .icon.clients_icon {
        background-image: url("/images/clients_icon.png"); }
      .navbar.navbar-main li a .icon.facturi_icon {
        background-image: url("/images/facturi_icon.png"); }
      .navbar.navbar-main li a .icon.comunicare_icon {
        background-image: url("/images/comunicare_icon.png"); }

.search-container {
  background: #092754;
  border-radius: 5px;
  padding: 5px 20px 00px;
  margin-bottom: 20px; }
  .search-container.selected {
    padding: 20px 20px 20px; }
    .search-container.selected form {
      display: block; }
  .search-container img {
    position: relative;
    top: 5px;
    z-index: 2; }
  .search-container .btn {
    position: absolute;
    right: 4px;
    top: -4px; }
  .search-container .search-form-container {
    position: relative; }
  .search-container form {
    display: none; }

.ajax-upload-dragdrop {
  width: 100% !important; }

/*
 * Dashboard
 */
.home-content .highlight {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 17px; }
  .home-content .highlight h2 {
    display: block;
    font-size: 25px;
    margin: 0; }

.home-content .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  height: 30px;
  margin-right: 9px;
  position: relative;
  top: -3px;
  width: 28px; }
  .home-content .icon.clients_icon {
    background-image: url("/images/clients_icon.png"); }
  .home-content .icon.facturi_icon {
    background-image: url("/images/facturi_icon.png"); }
  .home-content .icon.comunicare_icon {
    background-image: url("/images/comunicare_icon.png"); }

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-submenu {
  margin-left: 20px; }

.marginB0 {
  margin-bottom: 0px !important; }

.marginL0 {
  margin-left: 0px !important; }

.marginR0 {
  margin-right: 0px !important; }

.marginT0 {
  margin-top: 0px !important; }

.marginB5 {
  margin-bottom: 5px !important; }

.marginL5 {
  margin-left: 5px !important; }

.marginR5 {
  margin-right: 5px !important; }

.marginT5 {
  margin-top: 5px !important; }

.marginB10 {
  margin-bottom: 10px !important; }

.marginL10 {
  margin-left: 10px !important; }

.marginR10 {
  margin-right: 10px !important; }

.marginT10 {
  margin-top: 10px !important; }

.marginB15 {
  margin-bottom: 15px !important; }

.marginL15 {
  margin-left: 15px !important; }

.marginR15 {
  margin-right: 15px !important; }

.marginT15 {
  margin-top: 15px !important; }

.marginB20 {
  margin-bottom: 20px !important; }

.marginL20 {
  margin-left: 20px !important; }

.marginR20 {
  margin-right: 20px !important; }

.marginT20 {
  margin-top: 20px !important; }

.marginB30 {
  margin-bottom: 30px !important; }

.marginL30 {
  margin-left: 30px !important; }

.marginR30 {
  margin-right: 30px !important; }

.marginT30 {
  margin-top: 30px !important; }

.marginB60 {
  margin-bottom: 60px !important; }

.marginL60 {
  margin-left: 60px !important; }

.marginR60 {
  margin-right: 60px !important; }

.marginT60 {
  margin-top: 60px !important; }

.padding0 {
  padding: 0px !important; }

.paddingB0 {
  padding-bottom: 0px !important; }

.paddingL0 {
  padding-left: 0px !important; }

.paddingR0 {
  padding-right: 0px !important; }

.paddingT0 {
  padding-top: 0px !important; }

.padding5 {
  padding: 5px !important; }

.paddingB5 {
  padding-bottom: 5px !important; }

.paddingL5 {
  padding-left: 5px !important; }

.paddingR5 {
  padding-right: 5px !important; }

.paddingT5 {
  padding-top: 5px !important; }

.padding10 {
  padding: 10px !important; }

.paddingB10 {
  padding-bottom: 10px !important; }

.paddingL10 {
  padding-left: 10px !important; }

.paddingR10 {
  padding-right: 10px !important; }

.paddingT10 {
  padding-top: 10px !important; }

.padding15 {
  padding: 15px !important; }

.paddingB15 {
  padding-bottom: 15px !important; }

.paddingL15 {
  padding-left: 15px !important; }

.paddingR15 {
  padding-right: 15px !important; }

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

.padding25 {
  padding: 25px !important; }

.paddingB25 {
  padding-bottom: 25px !important; }

.paddingL25 {
  padding-left: 25px !important; }

.paddingR25 {
  padding-right: 25px !important; }

.paddingT25 {
  padding-top: 25px !important; }

.padding30 {
  padding: 30px !important; }

.paddingB30 {
  padding-bottom: 30px !important; }

.paddingL30 {
  padding-left: 30px !important; }

.paddingR30 {
  padding-right: 30px !important; }

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

.padding60 {
  padding: 60px !important; }

.paddingB60 {
  padding-bottom: 60px !important; }

.paddingL60 {
  padding-left: 60px !important; }

.paddingR60 {
  padding-right: 60px !important; }

.paddingT60 {
  padding-top: 60px !important; }

/* Dropdown */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
#wrapper {
  padding-right: 33%;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-right: 0; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 33%;
  width: calc( 33% + 10px);
  height: 100%;
  margin-right: -33%;
  overflow-y: auto;
  background: #f0f0f0;
  border: 1px solid #006dae;
  transition: all 0.5s ease;
  top: 0; }

#wrapper.toggled #sidebar-wrapper {
  width: 0; }

#page-content-wrapper {
  width: 100%;
  padding: 20px;
  position: relative; }

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0%; }

@media (max-width: 768px) {
  #wrapper {
    padding-right: 100%;
    transition: all 0.5s ease; }
  #sidebar-wrapper {
    right: 100%;
    width: 100%;
    height: 100%;
    margin-right: -100%; }
  #page-content-wrapper {
    width: 100%;
    position: absolute; }
  #wrapper.toggled #page-content-wrapper {
    position: absolute; } }

.tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px; }

.text-danger {
  color: #f00; }

/* Hide export button */
.export.btn-group {
  display: none !important; }

/* Set editor background color */
.trumbowyg-editor {
  background: #fff; }

table.table-condensed td {
  padding: 4px 3px 0 !important; }

.table-tag {
  display: block;
  height: 25px;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .table-tag:hover .edit-inline-tag {
    display: block; }
  .table-tag .edit-inline-tag {
    display: none;
    position: absolute; }

.edit-inline-tag-container {
  background: #fff;
  border: 1px solid #ccc;
  margin-left: -5px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 22; }
  .edit-inline-tag-container:before {
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #cccccc transparent;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    position: absolute;
    top: -6px;
    width: 0; }
  .edit-inline-tag-container .close {
    color: #2a2a2a;
    cursor: pointer;
    font-size: 18px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -10px; }
    .edit-inline-tag-container .close:before {
      content: "\f057";
      font-family: 'FontAwesome'; }
  .edit-inline-tag-container .col-md-3 {
    width: 100%; }
  .edit-inline-tag-container .col-sm-4 {
    width: 100%; }

.remove-client-tag {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

#clientsTable {
  border-left: 0px solid #ccc !important; }
  #clientsTable tbody tr:first-of-type td {
    border-top: 1px solid #ddd;
    box-sizing: content-box !important; }
  #clientsTable th {
    border-bottom: 0px solid #fff !important; }
  #clientsTable td, #clientsTable th {
    vertical-align: middle; }
    #clientsTable td:first-of-type, #clientsTable th:first-of-type {
      border-left: 1px solid #ddd; }

.active-row {
  position: relative; }
  .active-row td {
    background: #f0f0f0 !important;
    border-bottom: 1px solid #006dae !important;
    border-top: 1px solid #006dae !important; }
    .active-row td:first-of-type {
      border-left: 1px solid #006dae !important; }
    .active-row td:last-of-type {
      position: relative; }
  .active-row .active-row-overflow {
    height: 100%;
    position: absolute; }

.active-row-connector {
  background: #f0f0f0;
  border-top: 1px solid #006dae !important;
  border-bottom: 1px solid #006dae;
  height: 0;
  left: -10px;
  position: absolute;
  top: -5px;
  width: 10px;
  z-index: 9999; }

/* Comment section */
.comment-form-container-top {
  background: #fff;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0 15px;
  padding-bottom: 5px; }

.comment-form-container-bottom {
  background: #fff;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0 15px;
  padding-bottom: 15px; }

.one-comment {
  background: #fff;
  border-radius: 7px;
  padding: 15px; }

/*
 * Sendgrid status
 */
.message-status {
  background: #082755;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 1px 0 0 5px;
  padding: 2px 5px 2px 5px;
  right: 0;
  top: 0; }
  .message-status.not-sent {
    background: #e04427;
    white-space: nowrap; }
  .message-status.processed {
    background: #D6A45E; }
  .message-status.dropped {
    background: #b2129f; }
  .message-status.delivered {
    background: #BCD514; }
  .message-status.deferred {
    background: #459e1a; }
  .message-status.bounce {
    background: #c042be; }
  .message-status.open {
    background: #028690; }
  .message-status.click {
    background: #59c1ca; }
  .message-status.spamreport {
    background: #e04427; }

/* Listin keep-open btn-group */
@media (max-width: 768px) {
  .columns.columns-right {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .bt-custom-buttons .btn, .bt-custom-buttons select {
    clear: both !important;
    display: block;
    margin-right: 0 !important; } }

/**
     * @author vincent loh <vincent.ml@gmail.com>
     * @version: v1.0.0
     * https://github.com/vinzloh/bootstrap-table/
     * Sticky header for bootstrap-table
     */
.fix-sticky {
  position: fixed;
  z-index: 100; }

.fix-sticky thead {
  background: #f0f0f0; }

.fix-sticky thead th,
.fix-sticky thead th:first-child {
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.fixed-table-header-columns,
.fixed-table-body-columns {
  position: absolute;
  background-color: #f0f0f0;
  display: none; }

.fixed-table-header-columns .table,
.fixed-table-body-columns .table {
  border-right: 1px solid #ddd; }

.fixed-table-body-columns tbody tr {
  border-top: 1px solid transparent !important; }

.fixed-table-body-columns tbody tr:first-of-type {
  border-top: 0px solid transparent; }

.fixed-table-header-columns .table.table-no-bordered,
.fixed-table-body-columns .table.table-no-bordered {
  border-right: 1px solid transparent; }

.fixed-table-body-columns table {
  position: absolute;
  -webkit-animation: none;
  animation: none; }

/* Contact Person */
@media (min-width: 1600px) {
  .contactElement {
    width: 50%; } }

.total {
  font-weight: bold;
  text-transform: uppercase; }

.no_wrap {
  font-weight: bold;
  white-space: nowrap;
  padding: 0 5px;
  text-align: center; }

.beneficiar {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 5px;
  font-size: 15px;
  font-weight: 600; }

.edit-client-page h4 {
  text-decoration: underline;
  font-weight: bold; }

.edit-client-page #profile-tab h4 {
  margin-bottom: 0;
  margin-top: 20px; }

.remove-event-date {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  fonnt-size: 16px; }
  .remove-event-date:hover {
    opacity: 0.7; }

.position-relative {
  position: relative; }

.select2-container {
  z-index: 99998; }

.popover {
  z-index: 99999; }

/*# sourceMappingURL=app.css.map */
