/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
@import "../font-awesome.min.css";
@import "/css/select2.css";
@import "/css/select2-bootstrap.css";
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: border-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  color: #333333;
  background-color: '#FFF';
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: url(/images/themes/pumpkins.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 577px) {
}
a {
  color: #337ab7;
}
a:hover,
a:focus {
  color: #23527c;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
table {
  border-collapse: collapse;
}
table a.expander {
  color: #333333;
}
.hidden {
  display: none !important;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-header:after,
.modal-footer:after,
.panel-body:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 578px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 578px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
[class*="col-"] {
  float: left;
  padding: 0 15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-rop-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #FFF;
  border: 0;
  border-bottom: 1px solid #FFF;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-rop-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-rop-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-rop-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 577px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table td.tree-repeat {
  color: #CCC;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 578px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-rop-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-rop-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-rop-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-rop-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 578px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
h2 > .glyphicon {
  font-size: 80%;
}
form.deleteWrapper {
  border: none;
  position: relative;
  top: -33.00000001px;
  margin-bottom: -33.00000001px;
}
form.form-inline {
  display: inline;
}
.glyph-primary {
  color: #337ab7;
}
.glyph-info {
  color: #5094ce;
}
.glyph-danger {
  color: #f2dede;
}
div.separator {
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 30px;
}
div.separator span {
  font-size: 14px;
  position: relative;
  top: -11px;
  color: #777777;
  background-color: #FFF;
  padding: 0 0.5em;
}
/* crud */
.crud-loading {
  padding-top: 7.5px;
}
.crud-loading span {
  display: none;
}
.crud-loading.loading span {
  display: inline-block;
}
.crud-loading.loading button {
  display: none;
}
.crud-pages a.active {
  color: #333333;
  border-radius: 2px;
  padding: 1px 2px;
  border: 1px solid #333333;
}
.crud-pages a.active .glyphicon {
  padding: 0;
}
.crud-pages .glyphicon {
  padding-right: 5px;
}
/* files */
ul.filetree {
  padding-left: 0;
  list-style: none;
}
ul.filetree form.form-inline {
  float: right;
}
ul.filetree ul {
  list-style: none;
  padding-left: 20px;
}
ul.filetree li {
  padding: 3px 0px 3px 5px;
  border-radius: 3px;
}
ul.filetree li form {
  visibility: hidden;
}
ul.filetree li:hover > form {
  visibility: visible;
}
ul.filetree li.directory:hover {
  background: #EEE;
}
ul.filetree li.file:hover {
  background: #DDD;
}
ul.filetree > li {
  padding-right: 5px;
}
/* quick fix for xs input in filetrees */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}
.file-container:before,
.file-container:after {
  content: " ";
  display: table;
}
.file-container:after {
  clear: both;
}
.file-container:before,
.file-container:after {
  content: " ";
  display: table;
}
.file-container:after {
  clear: both;
}
.file-container .file {
  float: left;
  display: block;
  min-height: 128px;
  width: 192px;
  margin: 5px 10px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #CCC;
}
.file-container .file .file-type {
  display: block;
  border-radius: 3px;
  background-color: #EEE;
  min-height: 140px;
  text-align: center;
  vertical-align: center;
  line-height: 128px;
  font-size: 64px;
  padding: 5px;
  border: 1px solid #CCC;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.file-container .file .file-label {
  margin-top: 5px;
  display: block;
  text-align: center;
  min-height: 3em;
}
.file-container .file form,
.file-container .file .download {
  margin: 5px;
  display: none;
  position: relative;
  width: 23px;
}
.file-container .file form {
  float: right;
  margin-left: -23px;
}
.file-container .file .download {
  float: left;
  margin-right: -23px;
}
.file-container .file:hover form,
.file-container .file:hover .download {
  display: block;
}
.file-upload {
  background-color: #c7ddef;
  outline: 2px dashed #888;
  outline-offset: -10px;
  border-radius: 3px;
  padding: 50px 20px;
  text-align: center;
  display: block;
}
.file-upload input {
  margin: 0 auto;
}
.file-upload .status {
  display: none;
}
.file-upload .fa {
  display: block;
  margin-bottom: 10px;
}
.file-upload .choose {
  cursor: pointer;
}
.file-upload .drag-n-drop {
  display: none;
  font-weight: normal;
}
.file-upload.drag-n-drop .drag-n-drop {
  display: inline;
}
.file-upload.drag-n-drop.is-dragover {
  background-color: #eff5fb;
}
.file-upload.drag-n-drop input,
.file-upload.drag-n-drop button {
  display: none;
}
.file-upload.is-success {
  background-color: #dff0d8;
}
.file-upload.is-success .status.success {
  display: block;
}
.file-upload.is-error {
  background-color: #f2dede;
}
.file-upload.is-error .status.error {
  display: block;
}
.file-upload.is-uploading div.file-input {
  visibility: hidden;
}
.file-upload.is-uploading .status.uploading {
  display: block;
}
#editor-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
#editor-wrapper textarea#editor-textarea {
  min-height: 500px;
}
form.form-single-line .form-group {
  display: inline-block;
}
a.telephone {
  text-decoration: none;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.select2-container {
  width: 100% !important;
}
body {
  overflow: hidden;
}
.gallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(84, 84, 84, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gallery-overlay img {
  image-orientation: from-image;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-overlay .gallery-button {
  z-index: 100;
  font-size: 50px;
  color: #CCC;
  text-shadow: 0 0 3px #000;
}
.gallery-overlay .gallery-button:hover {
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
.gallery-overlay .gallery-close {
  position: absolute;
  top: 15px;
  right: 26px;
  z-index: 100;
  font-size: 50px;
  color: #CCC;
  text-shadow: 0 0 3px #000;
}
.gallery-overlay .gallery-close:hover {
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
.gallery-overlay .gallery-prev,
.gallery-overlay .gallery-next {
  z-index: 100;
  font-size: 50px;
  color: #CCC;
  text-shadow: 0 0 3px #000;
  display: block;
  width: 50vw;
  height: 100vh;
  line-height: 100vh;
  padding: 26px;
}
.gallery-overlay .gallery-prev:hover,
.gallery-overlay .gallery-next:hover {
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
.gallery-overlay .gallery-prev {
  position: absolute;
}
.gallery-overlay .gallery-next {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#documentTemplateItems {
  --border: 3px;
  --w: 75px;
  --padding: 7px;
  background: #FEF;
}
#documentTemplateItems div.fill {
  background: #F0F;
  width: calc(var(--w) - 2*var(--padding) - 2*var(--border));
  aspect-ratio: 1;
  margin: var(--padding);
}
#documentTemplateItems div.hold {
  border: 5px solid #0F0;
}
#documentTemplateItems div.hovered {
  border-style: dashed;
  background-color: #FCF;
}
#documentTemplateItems div.empty {
  width: var(--w);
  aspect-ratio: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  border: solid var(--border) #F0F;
}
ul.teams li {
  display: inline-block;
  width: 10em;
  padding: 1px 3px;
  margin: 4px 3px;
  border-radius: 3px;
}
ul.teams li label {
  margin: 0;
  width: 100%;
}
ul.teams li input {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  top: 2px;
}
ul.dropdown-menu a {
  cursor: pointer;
}
.postItem .row.top,
.n2m-list .row.top {
  margin-bottom: 15px;
  /* reduced padding only if all items are in a single line */
  /* spacing between XS/SM elements */
}
@media (min-width: 768px) {
  .postItem .row.top .less-padding,
  .n2m-list .row.top .less-padding {
    padding-left: 0;
  }
}
.postItem .row.top .input-group input,
.n2m-list .row.top .input-group input {
  padding: 6px;
}
@media (max-width: 767px) {
  .postItem .row.top .col-xs-6,
  .n2m-list .row.top .col-xs-6,
  .postItem .row.top .col-xs-12,
  .n2m-list .row.top .col-xs-12 {
    margin-bottom: 10px;
  }
  .postItem .row.top .col-xs-6:last-child,
  .n2m-list .row.top .col-xs-6:last-child,
  .postItem .row.top .col-xs-12:last-child,
  .n2m-list .row.top .col-xs-12:last-child {
    margin-bottom: 5px;
  }
}
.postItem .hide-amount-unit-price .amount {
  display: none;
}
.postItem .hide-amount-unit-price .unit {
  display: none;
}
.postItem .hide-amount-unit-price .price {
  display: none;
}
.postItem .header {
  display: none;
}
.postItem .subtotal {
  display: none;
}
.postItem .alternativeSubtotal {
  display: none;
}
.postItem .product {
  display: none;
}
.postItem .no-price {
  display: block;
}
.postItem.header {
  background-color: #a0c4e4;
}
.postItem.header .amount {
  display: none;
}
.postItem.header .unit {
  display: none;
}
.postItem.header .price {
  display: none;
}
.postItem.header .header {
  display: block;
}
.postItem.comment {
  background-color: #fceedb;
}
.postItem.comment .amount {
  display: none;
}
.postItem.comment .unit {
  display: none;
}
.postItem.comment .price {
  display: none;
}
.postItem.comment .comment {
  display: block;
}
.postItem.alternative {
  background-color: #f4cecd;
}
.postItem.alternative .alternative {
  display: block;
}
.postItem.alternative.alternativeProduct {
  background-color: #f4cdec;
}
.postItem.alternative::before {
  display: block;
  position: relative;
  top: -5px;
  left: -23px;
  content: "ALT";
  font-weight: bold;
  transform: rotate(270deg);
  height: 1rem;
  width: 3rem;
  margin-bottom: -1rem;
}
.postItem.product {
  background-color: #e5cdf4;
}
.postItem.product .product {
  display: block;
}
.postItem.subtotal {
  background-color: #c7e6c7;
}
.postItem.subtotal .amount {
  display: none;
}
.postItem.subtotal .unit {
  display: none;
}
.postItem.subtotal .price {
  display: none;
}
.postItem.subtotal .text {
  display: none;
}
.postItem.subtotal .subtotal {
  display: block;
}
.postItem.alternativeSubtotal {
  background-color: #c7e6c7;
}
.postItem.alternativeSubtotal .amount {
  display: none;
}
.postItem.alternativeSubtotal .unit {
  display: none;
}
.postItem.alternativeSubtotal .price {
  display: none;
}
.postItem.alternativeSubtotal .text {
  display: none;
}
.postItem.alternativeSubtotal .alternativeSubtotal {
  display: block;
}
.postItem.attachement h3 {
  margin-top: 0;
}
.postItem.attachement ul {
  margin-bottom: 0;
}
.postItem.attachmentItem .image-preview {
  min-height: 96px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-body .product,
.product-list .product {
  overflow: hidden;
  padding: 3px 5px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}
.modal-body .product:hover,
.product-list .product:hover {
  background-color: #f5f5f5;
}
.modal-body .product button,
.product-list .product button {
  float: right;
  height: 30px;
}
.table > thead > tr > td.project-finished,
.table > tbody > tr > td.project-finished,
.table > tfoot > tr > td.project-finished,
.table > thead > tr > th.project-finished,
.table > tbody > tr > th.project-finished,
.table > tfoot > tr > th.project-finished,
.table > thead > tr.project-finished > td,
.table > tbody > tr.project-finished > td,
.table > tfoot > tr.project-finished > td,
.table > thead > tr.project-finished > th,
.table > tbody > tr.project-finished > th,
.table > tfoot > tr.project-finished > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.project-finished:hover,
.table-hover > tbody > tr > th.project-finished:hover,
.table-hover > tbody > tr.project-finished:hover > td,
.table-hover > tbody > tr:hover > .project-finished,
.table-hover > tbody > tr.project-finished:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.project-invoice,
.table > tbody > tr > td.project-invoice,
.table > tfoot > tr > td.project-invoice,
.table > thead > tr > th.project-invoice,
.table > tbody > tr > th.project-invoice,
.table > tfoot > tr > th.project-invoice,
.table > thead > tr.project-invoice > td,
.table > tbody > tr.project-invoice > td,
.table > tfoot > tr.project-invoice > td,
.table > thead > tr.project-invoice > th,
.table > tbody > tr.project-invoice > th,
.table > tfoot > tr.project-invoice > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.project-invoice:hover,
.table-hover > tbody > tr > th.project-invoice:hover,
.table-hover > tbody > tr.project-invoice:hover > td,
.table-hover > tbody > tr:hover > .project-invoice,
.table-hover > tbody > tr.project-invoice:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.project-tender,
.table > tbody > tr > td.project-tender,
.table > tfoot > tr > td.project-tender,
.table > thead > tr > th.project-tender,
.table > tbody > tr > th.project-tender,
.table > tfoot > tr > th.project-tender,
.table > thead > tr.project-tender > td,
.table > tbody > tr.project-tender > td,
.table > tfoot > tr.project-tender > td,
.table > thead > tr.project-tender > th,
.table > tbody > tr.project-tender > th,
.table > tfoot > tr.project-tender > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.project-tender:hover,
.table-hover > tbody > tr > th.project-tender:hover,
.table-hover > tbody > tr.project-tender:hover > td,
.table-hover > tbody > tr:hover > .project-tender,
.table-hover > tbody > tr.project-tender:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.project-preperation,
.table > tbody > tr > td.project-preperation,
.table > tfoot > tr > td.project-preperation,
.table > thead > tr > th.project-preperation,
.table > tbody > tr > th.project-preperation,
.table > tfoot > tr > th.project-preperation,
.table > thead > tr.project-preperation > td,
.table > tbody > tr.project-preperation > td,
.table > tfoot > tr.project-preperation > td,
.table > thead > tr.project-preperation > th,
.table > tbody > tr.project-preperation > th,
.table > tfoot > tr.project-preperation > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.project-preperation:hover,
.table-hover > tbody > tr > th.project-preperation:hover,
.table-hover > tbody > tr.project-preperation:hover > td,
.table-hover > tbody > tr:hover > .project-preperation,
.table-hover > tbody > tr.project-preperation:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.project-assigned,
.table > tbody > tr > td.project-assigned,
.table > tfoot > tr > td.project-assigned,
.table > thead > tr > th.project-assigned,
.table > tbody > tr > th.project-assigned,
.table > tfoot > tr > th.project-assigned,
.table > thead > tr.project-assigned > td,
.table > tbody > tr.project-assigned > td,
.table > tfoot > tr.project-assigned > td,
.table > thead > tr.project-assigned > th,
.table > tbody > tr.project-assigned > th,
.table > tfoot > tr.project-assigned > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.project-assigned:hover,
.table-hover > tbody > tr > th.project-assigned:hover,
.table-hover > tbody > tr.project-assigned:hover > td,
.table-hover > tbody > tr:hover > .project-assigned,
.table-hover > tbody > tr.project-assigned:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.project-new,
.table > tbody > tr > td.project-new,
.table > tfoot > tr > td.project-new,
.table > thead > tr > th.project-new,
.table > tbody > tr > th.project-new,
.table > tfoot > tr > th.project-new,
.table > thead > tr.project-new > td,
.table > tbody > tr.project-new > td,
.table > tfoot > tr.project-new > td,
.table > thead > tr.project-new > th,
.table > tbody > tr.project-new > th,
.table > tfoot > tr.project-new > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.project-new:hover,
.table-hover > tbody > tr > th.project-new:hover,
.table-hover > tbody > tr.project-new:hover > td,
.table-hover > tbody > tr:hover > .project-new,
.table-hover > tbody > tr.project-new:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.transaction-paid,
.table > tbody > tr > td.transaction-paid,
.table > tfoot > tr > td.transaction-paid,
.table > thead > tr > th.transaction-paid,
.table > tbody > tr > th.transaction-paid,
.table > tfoot > tr > th.transaction-paid,
.table > thead > tr.transaction-paid > td,
.table > tbody > tr.transaction-paid > td,
.table > tfoot > tr.transaction-paid > td,
.table > thead > tr.transaction-paid > th,
.table > tbody > tr.transaction-paid > th,
.table > tfoot > tr.transaction-paid > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.transaction-paid:hover,
.table-hover > tbody > tr > th.transaction-paid:hover,
.table-hover > tbody > tr.transaction-paid:hover > td,
.table-hover > tbody > tr:hover > .transaction-paid,
.table-hover > tbody > tr.transaction-paid:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.transaction-open,
.table > tbody > tr > td.transaction-open,
.table > tfoot > tr > td.transaction-open,
.table > thead > tr > th.transaction-open,
.table > tbody > tr > th.transaction-open,
.table > tfoot > tr > th.transaction-open,
.table > thead > tr.transaction-open > td,
.table > tbody > tr.transaction-open > td,
.table > tfoot > tr.transaction-open > td,
.table > thead > tr.transaction-open > th,
.table > tbody > tr.transaction-open > th,
.table > tfoot > tr.transaction-open > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.transaction-open:hover,
.table-hover > tbody > tr > th.transaction-open:hover,
.table-hover > tbody > tr.transaction-open:hover > td,
.table-hover > tbody > tr:hover > .transaction-open,
.table-hover > tbody > tr.transaction-open:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.transaction-unpaid,
.table > tbody > tr > td.transaction-unpaid,
.table > tfoot > tr > td.transaction-unpaid,
.table > thead > tr > th.transaction-unpaid,
.table > tbody > tr > th.transaction-unpaid,
.table > tfoot > tr > th.transaction-unpaid,
.table > thead > tr.transaction-unpaid > td,
.table > tbody > tr.transaction-unpaid > td,
.table > tfoot > tr.transaction-unpaid > td,
.table > thead > tr.transaction-unpaid > th,
.table > tbody > tr.transaction-unpaid > th,
.table > tfoot > tr.transaction-unpaid > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.transaction-unpaid:hover,
.table-hover > tbody > tr > th.transaction-unpaid:hover,
.table-hover > tbody > tr.transaction-unpaid:hover > td,
.table-hover > tbody > tr:hover > .transaction-unpaid,
.table-hover > tbody > tr.transaction-unpaid:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.expense-payable,
.table > tbody > tr > td.expense-payable,
.table > tfoot > tr > td.expense-payable,
.table > thead > tr > th.expense-payable,
.table > tbody > tr > th.expense-payable,
.table > tfoot > tr > th.expense-payable,
.table > thead > tr.expense-payable > td,
.table > tbody > tr.expense-payable > td,
.table > tfoot > tr.expense-payable > td,
.table > thead > tr.expense-payable > th,
.table > tbody > tr.expense-payable > th,
.table > tfoot > tr.expense-payable > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.expense-payable:hover,
.table-hover > tbody > tr > th.expense-payable:hover,
.table-hover > tbody > tr.expense-payable:hover > td,
.table-hover > tbody > tr:hover > .expense-payable,
.table-hover > tbody > tr.expense-payable:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.expense-expected,
.table > tbody > tr > td.expense-expected,
.table > tfoot > tr > td.expense-expected,
.table > thead > tr > th.expense-expected,
.table > tbody > tr > th.expense-expected,
.table > tfoot > tr > th.expense-expected,
.table > thead > tr.expense-expected > td,
.table > tbody > tr.expense-expected > td,
.table > tfoot > tr.expense-expected > td,
.table > thead > tr.expense-expected > th,
.table > tbody > tr.expense-expected > th,
.table > tfoot > tr.expense-expected > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.expense-expected:hover,
.table-hover > tbody > tr > th.expense-expected:hover,
.table-hover > tbody > tr.expense-expected:hover > td,
.table-hover > tbody > tr:hover > .expense-expected,
.table-hover > tbody > tr.expense-expected:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.expense-unpayable,
.table > tbody > tr > td.expense-unpayable,
.table > tfoot > tr > td.expense-unpayable,
.table > thead > tr > th.expense-unpayable,
.table > tbody > tr > th.expense-unpayable,
.table > tfoot > tr > th.expense-unpayable,
.table > thead > tr.expense-unpayable > td,
.table > tbody > tr.expense-unpayable > td,
.table > tfoot > tr.expense-unpayable > td,
.table > thead > tr.expense-unpayable > th,
.table > tbody > tr.expense-unpayable > th,
.table > tfoot > tr.expense-unpayable > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.expense-unpayable:hover,
.table-hover > tbody > tr > th.expense-unpayable:hover,
.table-hover > tbody > tr.expense-unpayable:hover > td,
.table-hover > tbody > tr:hover > .expense-unpayable,
.table-hover > tbody > tr.expense-unpayable:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.state-info,
.table > tbody > tr > td.state-info,
.table > tfoot > tr > td.state-info,
.table > thead > tr > th.state-info,
.table > tbody > tr > th.state-info,
.table > tfoot > tr > th.state-info,
.table > thead > tr.state-info > td,
.table > tbody > tr.state-info > td,
.table > tfoot > tr.state-info > td,
.table > thead > tr.state-info > th,
.table > tbody > tr.state-info > th,
.table > tfoot > tr.state-info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.state-info:hover,
.table-hover > tbody > tr > th.state-info:hover,
.table-hover > tbody > tr.state-info:hover > td,
.table-hover > tbody > tr:hover > .state-info,
.table-hover > tbody > tr.state-info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.state-success,
.table > tbody > tr > td.state-success,
.table > tfoot > tr > td.state-success,
.table > thead > tr > th.state-success,
.table > tbody > tr > th.state-success,
.table > tfoot > tr > th.state-success,
.table > thead > tr.state-success > td,
.table > tbody > tr.state-success > td,
.table > tfoot > tr.state-success > td,
.table > thead > tr.state-success > th,
.table > tbody > tr.state-success > th,
.table > tfoot > tr.state-success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.state-success:hover,
.table-hover > tbody > tr > th.state-success:hover,
.table-hover > tbody > tr.state-success:hover > td,
.table-hover > tbody > tr:hover > .state-success,
.table-hover > tbody > tr.state-success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.state-warning,
.table > tbody > tr > td.state-warning,
.table > tfoot > tr > td.state-warning,
.table > thead > tr > th.state-warning,
.table > tbody > tr > th.state-warning,
.table > tfoot > tr > th.state-warning,
.table > thead > tr.state-warning > td,
.table > tbody > tr.state-warning > td,
.table > tfoot > tr.state-warning > td,
.table > thead > tr.state-warning > th,
.table > tbody > tr.state-warning > th,
.table > tfoot > tr.state-warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.state-warning:hover,
.table-hover > tbody > tr > th.state-warning:hover,
.table-hover > tbody > tr.state-warning:hover > td,
.table-hover > tbody > tr:hover > .state-warning,
.table-hover > tbody > tr.state-warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.state-danger,
.table > tbody > tr > td.state-danger,
.table > tfoot > tr > td.state-danger,
.table > thead > tr > th.state-danger,
.table > tbody > tr > th.state-danger,
.table > tfoot > tr > th.state-danger,
.table > thead > tr.state-danger > td,
.table > tbody > tr.state-danger > td,
.table > tfoot > tr.state-danger > td,
.table > thead > tr.state-danger > th,
.table > tbody > tr.state-danger > th,
.table > tfoot > tr.state-danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.state-danger:hover,
.table-hover > tbody > tr > th.state-danger:hover,
.table-hover > tbody > tr.state-danger:hover > td,
.table-hover > tbody > tr:hover > .state-danger,
.table-hover > tbody > tr.state-danger:hover > th {
  background-color: #ebcccc;
}
table.table table.table {
  background-color: transparent !important;
  border: 1px solid #DDD;
}
table.table tr:has(+ tr.expanded) {
  /*border-left: 2px solid #555;*/
}
table.table tr.expanded {
  border-top: 1px dashed #CCC;
  background-color: #EEE;
  /*border-left: 2px solid #555;*/
  /*box-shadow: inset 2px 0px 0px #555;*/
}
table.table tr.expanded > td {
  border-top: 0;
}
table.table tr.expanded > td > table {
  border: none;
}
/* set columns widths for payments tr-expander in income and expenses */
table.payments-expander th {
  width: 15%;
}
table.payments-expander th:nth-child(2) {
  width: 20%;
}
table.payments-expander th:nth-child(4) {
  width: 35%;
}
table.table td.nowrap {
  white-space: nowrap;
}
table.table tr.addon td {
  border-top: none;
}
table.table tr.addon td ul {
  margin: -12px 0 0 0;
  list-style-position: inside;
  padding-left: 0;
}
table.table tr.divider td {
  text-align: center;
}
table.table tr.divider td div {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-inline: 10px;
  background-color: #FFF;
  box-shadow: 0 0 5px #FFF;
}
table.table tr.divider td hr {
  position: relative;
  background-color: #CCC;
  border: none;
  height: 2px;
  margin: 8px 0 -10px 0;
}
table.bidding span.unit {
  display: inline-block;
  min-width: 2em;
  margin-left: 0.5em;
  text-align: left;
}
table.bidding input.price-number {
  width: 8em;
}
table#postItems td.specItems {
  background-color: #EEE;
  padding: 0;
}
table#postItems table.specItems {
  margin: 0;
  border: none;
}
table#postItems td:nth-child(3),
table#postItems td:nth-child(5) {
  width: 7rem;
}
table#postItems td:nth-child(4) {
  width: 2rem;
}
table#postItems input[type="number"] {
  width: 6rem;
  margin: 0;
  text-align: right;
  padding: 2px 4px;
  height: initial;
}
.project-state {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.project-state:empty {
  display: none;
}
.btn .project-state {
  position: relative;
  top: -1px;
}
.btn-xs .project-state,
.btn-group-xs > .btn .project-state {
  top: 0;
  padding: 1px 5px;
}
a.project-state:hover,
a.project-state:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .project-state,
.nav-pills > .active > a > .project-state {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .project-state {
  float: right;
}
.list-group-item > .project-state + .project-state {
  margin-right: 5px;
}
.nav-pills > li > a > .project-state {
  margin-left: 3px;
}
.project-state.project-new {
  background-color: #d9534f;
}
.project-state.project-preperation,
.project-state.project-assigned {
  background-color: #f0ad4e;
}
.project-state.project-finished {
  background-color: #5cb85c;
}
.project-state.project-invoice,
.project-state.project-tender {
  background-color: #337ab7;
}
td i.glyphicon.icon-left {
  color: #5bc0de;
  position: relative;
  left: -30px;
  width: 20px;
  margin-right: -24px;
}
td i.glyphicon.icon-left.important {
  color: #d9534f;
}
li.crud-item ul {
  margin-top: 10px;
  margin-bottom: 7.5px;
}
.subitem-expand {
  font-size: 1.2em;
  float: left;
  margin-right: 0.5em;
}
.statistic {
  min-height: 300px;
  min-width: 550px;
}
.transaction-toolbar {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 7px 2px #FFF;
  z-index: 1000;
  white-space: nowrap;
}
.glyph-stack {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
.glyph-stack > .glyphicon {
  position: absolute;
  width: 1em;
  left: 0;
}
.glyph-stack > .glyphicon.glyph-gray {
  color: #999;
}
#saveTotal {
  display: inline-block;
}
.calendar-text {
  margin-top: 0.3em;
}
.overdue {
  position: relative;
  top: -3px;
  margin: 0 3px;
  cursor: cursor;
}
#companyFilter {
  margin-top: 30px;
}
#companyFilter input[name='openSum'] {
  text-align: right;
}
body.login #content > div {
  margin-top: 30px;
  max-width: 400px;
}
body.logout #content .lead {
  margin-top: 30px;
}
/* multi-column crud */
@media (min-width: 1200px) {
  form.crud-add,
  form.crud-edit {
    min-height: calc(100vh - 50px - 30px - 2px);
    columns: 2;
    column-gap: 30px;
    column-fill: auto;
  }
  form.crud-add.single-column,
  form.crud-edit.single-column {
    columns: auto;
  }
  form.crud-add h2,
  form.crud-edit h2,
  form.crud-add div.alert,
  form.crud-edit div.alert {
    column-span: all;
  }
  form.crud-add div.form-group,
  form.crud-edit div.form-group {
    -webkit-column-break-inside: avoid;
  }
  body.b1300-admin form.crud-add,
  body.b1300-admin form.crud-edit {
    columns: 1;
  }
}
.form-inline .form-group,
.form-control-inline {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
form.crud-add div.alert-problems,
form.crud-edit div.alert-problems {
  margin-top: 30px;
}
form.crud-add div.alert-problems ul,
form.crud-edit div.alert-problems ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
form.crud-add div.alert-problems ul li,
form.crud-edit div.alert-problems ul li {
  margin: 2px 0;
  padding: 3px;
  border-radius: 3px;
}
form.crud-add div.alert-problems ul li:before,
form.crud-edit div.alert-problems ul li:before,
form.crud-add div.alert-problems ul li:after,
form.crud-edit div.alert-problems ul li:after {
  content: " ";
  display: table;
}
form.crud-add div.alert-problems ul li:after,
form.crud-edit div.alert-problems ul li:after {
  clear: both;
}
form.crud-add div.alert-problems ul li:before,
form.crud-edit div.alert-problems ul li:before,
form.crud-add div.alert-problems ul li:after,
form.crud-edit div.alert-problems ul li:after {
  content: " ";
  display: table;
}
form.crud-add div.alert-problems ul li:after,
form.crud-edit div.alert-problems ul li:after {
  clear: both;
}
form.crud-add div.alert-problems ul li:hover,
form.crud-edit div.alert-problems ul li:hover {
  background-color: #ebccd1;
}
.balance-canvas {
  height: 350px;
}
input[type="password"][password-set] {
  box-shadow: 10px 0px 0px #5cb85c;
}
.kernTable {
  width: 100%;
}
.kernTable thead tr {
  background: #F5F5FF;
}
.kernTable th {
  border-right: 1px solid #DDD;
  padding: 2px 10px;
}
.kernTable th:last-child {
  border-right: none;
}
.kernTable td {
  padding: 2px 10px;
}
.kernTable tbody tr {
  border-top: 1px solid #DDD;
}
table.mails tbody tr:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
table.mails tbody td i.fa[data-action] {
  width: 2em;
  padding: 5px 0;
  border-radius: 1em;
}
table.mails tbody td i.fa[data-action]:hover {
  background-color: #CCC;
}
table.mails tbody td i.fa[data-action].disabled {
  color: #CCC;
  background-color: #FFF;
}
table.mails tbody tr.body {
  border-top: none;
}
table.mails tbody tr.body:hover {
  cursor: auto;
  background-color: transparent;
}
table.mails tbody tr.body td {
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
table.mails tbody tr.body td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.mails tbody tr.body td ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
table.mails tbody tr.body td ul a {
  display: inline-block;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 3px;
  color: #333333;
  margin-left: 10px;
}
table.mails tbody tr.body td ul a:hover {
  background-color: #f5f5f5;
}
table.mails tbody tr.body td iframe {
  border: none;
  width: 100%;
  height: 50vh;
}
table.table thead {
  background: #FFF;
  position: sticky;
  top: 0px;
  z-index: 1;
}
table.table tbody thead {
  position: initial;
  z-index: initial;
  background: initial;
}
body.dashboard .cards {
  display: flex;
  justify-content: space-evenly;
}
body.dashboard .cards .card {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(136, 0, 255, 0.2);
}
body.dashboard .cards .card p {
  font-size: 150%;
}
body.dashboard .chartTable {
  width: 44%;
  margin: 2%;
  display: inline-block;
}
body.dashboard .chartTable.wide {
  width: 90%;
  margin: 4.9%;
}
@media (max-width: 767px) {
  body.dashboard .chartTable {
    width: 90%;
    margin: 4.9%;
  }
}
body.dashboard .chartTable h3 {
  text-align: center;
}
body.dashboard .chartTable .table {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
p.small-info {
  color: #31708f;
  margin: 10px 5px;
}
ap.small-info:hover,
ap.small-info:focus {
  color: #245269;
}
ul.directories {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.directories li {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin: 2.5px 2.5px;
  padding: 0 4px;
  height: 30px;
  line-height: 30px;
}
ul.directories li:hover {
  background-color: #DDF;
  border-color: #CCC;
}
ul.directories li a {
  display: block;
  text-decoration: none;
}
ul.directories li a i.fa {
  display: inline-block;
  margin-right: 5px;
}
@keyframes sync-file {
  0% {
    border-color: #E0E0E0;
    background-color: #e5e5ff;
  }
  50% {
    border-color: #00F;
    background-color: white;
  }
  100% {
    border-color: #E0E0E0;
    background-color: #e5e5ff;
  }
}
ul.files {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.files li {
  width: 144px;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin: 2.5px 2.5px;
  overflow: hidden;
}
ul.files li.syncing {
  animation: sync-file linear 1.5s infinite;
}
ul.files li a {
  text-decoration: none;
}
ul.files li a.download,
ul.files li form.remove {
  display: none;
  position: absolute;
  top: 5px;
}
ul.files li a.download {
  left: 5px;
}
ul.files li form.remove {
  right: 5px;
}
ul.files li:hover {
  background-color: #DDF;
  border-color: #CCC;
}
ul.files li:hover a.download,
ul.files li:hover form.remove {
  display: block;
}
ul.files li img {
  display: block;
  margin: 5px;
  width: calc(100% - 10px);
  min-height: 32.333px;
  object-fit: scale-down;
  color: #FFF;
  background-image: url(/images/mimetypes/loading2.png);
  background-size: cover;
  background-position: center;
}
ul.files li a.video .fa {
  position: relative;
  display: block;
  top: 30%;
  height: 32.333px;
  margin: 0;
  margin-bottom: -32.333px;
  font-size: 3em;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 4px #000;
}
ul.files li span.name {
  display: block;
  padding: 0 3px 3px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.files.details {
  display: block;
}
ul.files.details li {
  height: 28.8px;
  display: block;
  width: auto;
}
ul.files.details li a.download,
ul.files.details li form.remove {
  top: 3px;
}
ul.files.details li a.download {
  left: unset;
  right: 35px;
}
ul.files.details li a.main {
  display: flex;
}
ul.files.details li a.main img {
  display: inline;
  margin: 0;
  width: 26.8px;
  height: 26.8px;
}
ul.files.details li a.main span.name {
  line-height: 28.8px;
  padding-left: 8px;
}
.modal-wide .modal-dialog {
  width: clamp(600px, 60vw, 1024px) !important;
}
button.quick-transaction {
  margin-right: 5px;
}
button.quick-transaction i.fa {
  padding: 0 1px;
}
/* pwa */
pre.remark {
  white-space: pre-wrap;
}
.pwa-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  gap: 15px;
}
.pwa-buttons .btn {
  flex-grow: 10;
}
.badge.badge-duties {
  background-color: #AAA;
}
.badge.badge-duties.user-assigned {
  background-color: #5cb85c;
}
.badge.badge-info {
  color: #31708f;
  background-color: #d9edf7;
}
.badge.badge-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.badge.badge-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.badge.badge-danger {
  color: #a94442;
  background-color: #f2dede;
}
.well {
  margin: 5px 0;
  padding: 9px;
  background-color: #F5F5F5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: insert 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well dl {
  margin: 0;
}
.well dl dt {
  text-align: right;
  margin-right: 10px;
  min-width: 10em;
}
.well dl dt.click-insert:hover {
  color: #555;
  cursor: alias;
  user-select: none;
  text-shadow: 0 0 3px #FFF;
}
.well dl dt,
.well dl dd {
  display: inline-block;
}
.subnav .fa-stack {
  font-size: 75%;
  position: relative;
  top: -3px;
  height: 14px;
  width: 14px;
}
.subnav .fa-stack .fa-stack-1x {
  left: 2px;
  top: -1px;
}
.subnav.full-width {
  display: block;
}
.subnav.full-width:before,
.subnav.full-width:after {
  content: " ";
  display: table;
}
.subnav.full-width:after {
  clear: both;
}
.subnav.full-width:before,
.subnav.full-width:after {
  content: " ";
  display: table;
}
.subnav.full-width:after {
  clear: both;
}
table.autoFilters thead tr:first-child th {
  user-select: none;
}
table.autoFilters thead tr:first-child th:hover {
  cursor: url(/images/cursors/sort-amount-asc.png) 4 2, n-resize;
}
table.autoFilters thead tr:first-child th:hover.sorted-asc {
  cursor: url(/images/cursors/sort-amount-desc.png) 4 2, n-resize;
}
table.autoFilters thead tr:first-child th::after {
  float: right;
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}
table.autoFilters thead tr:first-child th.sorted-asc::after {
  content: "\F160";
}
table.autoFilters thead tr:first-child th.sorted-desc::after {
  content: "\F161";
}
table.autoFilters thead tr.tag-filters th {
  padding-top: 0px;
}
body.busy {
  cursor: wait !important;
}
body.busy table.autoFilters thead th:hover {
  cursor: wait !important;
}
body.busy table.autoFilters thead th:hover.sorted-asc {
  cursor: wait !important;
}
p.checkbox-description {
  margin-left: 6px;
  margin-top: -20px;
  padding-top: 10px;
  padding-left: 7.5px;
  border-left: 2px solid #999;
}
ul.crud-search-tags {
  margin-top: 0.3rem;
  padding-left: 0;
  list-style: none;
}
ul.crud-search-tags li {
  display: inline-block;
  margin-right: 0.3rem;
  text-align: center;
  line-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  cursor: pointer;
  user-select: none;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.permissions .permission {
  user-select: none;
}
.permissions .permission .icon {
  width: 1rem;
}
.permissions .permission .icon.fa-stack {
  height: 1em;
  line-height: 1em;
}
.permissions .permission .icon.fa-stack .fa-stack-2x {
  font-size: 1em;
}
.permissions .permission .icon.fa-stack .fa-stack-1x {
  font-size: 0.5em;
}
.permissions .permission .name {
  display: inline-block;
  margin-left: 0.5rem;
}
.permissions .permission .link {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
.permissions .permission.deprecated {
  color: #AAA;
}
.permissions .permission.deprecated .name,
.permissions .permission.deprecated .link {
  text-decoration: line-through;
}
.permissions .permission.deprecated .implementationState {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.permissions .permission.deprecated .implementationState hr {
  border-top-color: #e4b9c0;
}
.permissions .permission.deprecated .implementationState .alert-link {
  color: #843534;
}
.permissions .permission.unfinished .implementationState {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.permissions .permission.unfinished .implementationState hr {
  border-top-color: #f7e1b5;
}
.permissions .permission.unfinished .implementationState .alert-link {
  color: #66512c;
}
.permissions .permission.special .implementationState {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.permissions .permission.special .implementationState hr {
  border-top-color: #a6e1ec;
}
.permissions .permission.special .implementationState .alert-link {
  color: #245269;
}
.permissions .permission .implementationState {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 3px 4px;
  border-radius: 3px;
}
body[data-filename="projects-chat"] .subnav {
  z-index: 1;
}
.chat-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: absolute;
  top: 115px;
  bottom: 40px;
  right: 30px;
  left: 310px;
  padding: 10px;
  border: 1px solid hsl(var(--module-hue) 100% 45%);
  border-radius: 20px;
  background-color: hsl(var(--module-hue) 100% 95%);
}
@media (max-width: 767px) {
  .chat-wrapper {
    left: 10px;
    right: 10px;
  }
}
body.compact-sidebar .chat-wrapper {
  left: 90px;
}
.chat-messages-wrapper {
  display: flex;
  overflow-y: scroll;
  flex-direction: column-reverse;
}
.chat-wrapper .btn-primary {
  float: right;
  margin-top: 10px;
}
.chat-messages {
  --r: 10px;
  --hue: 120deg;
  --saturation: 100%;
  /*display: flex;*/
  /*flex-direction: column-reverse;*/
}
.chat-messages .bubble {
  padding: 10px;
  background-color: hsl(var(--hue) var(--saturation) 90%);
  border: 1px solid hsl(var(--hue) var(--saturation) 50%);
  border-radius: var(--r);
}
.chat-messages .bubble .created {
  float: right;
  color: #777;
}
.chat-messages .bubble .subject {
  color: hsl(var(--hue) var(--saturation) 30%);
  font-weight: bold;
}
.chat-messages .author {
  display: flex;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  align-content: middle;
  justify-content: center;
  background-color: hsl(var(--hue) var(--saturation) 60%);
}
.chat-messages .author .time {
  position: relative;
  margin-left: -4em;
  width: 4em;
  top: 2.5em;
  left: 2em;
}
.chat-messages .chat-item {
  --m: 1em;
  margin-block: 0.33em;
  clear: both;
}
.chat-messages .chat-item.chat-first-by-user {
  margin-top: var(--m);
}
.chat-messages .chat-item.chat-last-by-user {
  margin-bottom: var(--m);
}
.chat-messages .chat-item.chat-other {
  margin-right: 2em;
}
.chat-messages .chat-item.chat-other .author {
  float: left;
}
.chat-messages .chat-item.chat-other .bubble {
  border-top-left-radius: 0;
  margin-left: 3.5em;
}
.chat-messages .chat-item.chat-other.chat-first-by-user .bubble {
  border-top-left-radius: var(--r);
}
.chat-messages .chat-item.chat-other.chat-last-by-user .bubble {
  border-bottom-left-radius: var(--r);
}
.chat-messages .chat-item.chat-me {
  margin-left: 2em;
}
.chat-messages .chat-item.chat-me .author {
  float: right;
}
.chat-messages .chat-item.chat-me .bubble {
  margin-right: 3.5em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.chat-messages .chat-item.chat-me.chat-first-by-user .bubble {
  border-top-right-radius: var(--r);
}
.chat-messages .chat-item.chat-me.chat-last-by-user .bubble {
  border-bottom-right-radius: var(--r);
}
.barcode-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 50px;
  justify-content: space-between;
  margin-bottom: 100px;
}
.barcode-card .barcode-img-wrapper {
  height: 75px;
  overflow: hidden;
  background-color: #F0F;
}
.barcode-card span {
  margin-top: 5px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
p.add-container {
  margin-block: 20px;
}
/* markdown elements */
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6,
.markdown p {
  position: initial;
  padding: initial;
  margin: initial;
}
.markdown h1 {
  font-size: 2rem;
}
.markdown h2 {
  font-size: 1.75rem;
}
.markdown h3 {
  font-size: 1.5rem;
}
.markdown h4 {
  font-size: 1.3rem;
}
.markdown h5 {
  font-size: 1.2rem;
}
.markdown h6 {
  font-size: 1.1rem;
}
.markdown blockquote::before {
  --h: 4rem;
  display: block;
  position: relative;
  top: -1rem;
  left: -2rem;
  height: var(--h);
  margin-bottom: calc(var(--h)*-1);
  color: #AAA;
  content: open-quote;
  font-size: 4rem;
  quotes: "“" "”";
}
.markdown code {
  border-radius: 3px;
  padding: 1px 3px;
  background-color: #00000017;
}
.top-buttons .btn-group {
  padding-left: 16px;
  padding-top: 16px;
}
.metaChangeLog .lastBuild {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  color: #888;
  background-color: #EEE;
  padding: 2px 5px;
  border-radius: 7px;
}
.metaChangeLog span.fa-stack {
  font-size: 65%;
}
@media print {
  body {
    background-image: none !important;
    background-color: #FFF !important;
  }
  #grid {
    display: block !important;
  }
  #sidebar {
    display: none;
  }
  #header {
    display: block;
  }
  #footer {
    display: block;
  }
  #footer .col-xs-4::before {
    content: "TeamWork ";
  }
  #content {
    display: block;
    overflow-y: hidden !important;
    height: auto !important;
    border: none !important;
  }
  #content h1 {
    position: static !important;
  }
  #content h1 i.fa {
    display: none !important;
  }
}
#grid {
  display: grid;
  height: 100vh;
  grid-template-columns: 280px 1fr;
  grid-template-rows: 50px 1fr 30px;
  grid-template-areas: "sidebar header " "sidebar content" "sidebar footer ";
}
#grid #header {
  grid-area: header;
}
#grid #sidebar {
  grid-area: sidebar;
}
#grid #content {
  grid-area: content;
}
#grid #footer {
  grid-area: footer;
}
body.night-mode {
  filter: invert(1) hue-rotate(180deg);
}
body.night-mode .modal-backdrop {
  filter: invert(1);
}
body.compact-sidebar #grid {
  grid-template-columns: 60px 1fr;
}
body.compact-sidebar #grid h1 {
  left: 61px;
}
body.compact-sidebar #grid #sidebar {
  width: 60px;
  overflow-x: hidden;
  background-size: cover;
}
body.compact-sidebar #grid #sidebar a {
  padding-left: 5px;
  white-space: nowrap;
  transition: 1s;
}
body.compact-sidebar #grid #sidebar a .text {
  opacity: 0.3;
}
body.compact-sidebar #grid #sidebar:hover {
  width: 280px;
  z-index: 3;
  transition: 0.1s ease-out;
  box-shadow: 0 1px 3px #000;
}
body.compact-sidebar #grid #sidebar:hover a {
  padding-left: 15px;
}
body.compact-sidebar #grid #sidebar:hover a .text {
  opacity: 1;
}
#sidebar {
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
}
#content {
  border: 1px solid #CCC;
  border-right: none;
  background-color: #FFF;
  height: calc(100vh - 50px - 30px);
  overflow-y: scroll;
  padding: 0 30px 15px 30px;
}
#content > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (max-width: 767px) {
  #content {
    padding: 0 7.5px 3.75px 7.5px;
  }
}
#header {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
}
#footer {
  line-height: 30px;
  vertical-align: middle;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
}
@keyframes navigation-hover {
  10% {
    background: hsl(0, 100%, 50%);
  }
}
@keyframes navigation-hover-i {
  10% {
    color: hsl(0, 100%, 50%);
  }
  100% {
    color: #0F0;
  }
}
@keyframes navigation-loading {
  0% {
    background-position: 300% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.navbar .navbar-nav {
  padding-left: 0;
}
.navbar a,
.navbar a.navbar-brand {
  color: #333;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  height: 3.84615385vh;
  min-height: 26px;
}
.navbar a:before,
.navbar a.navbar-brand:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navbar a:hover,
.navbar a.navbar-brand:hover {
  animation-name: navigation-hover;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navbar a:hover i,
.navbar a.navbar-brand:hover i {
  animation-name: navigation-hover-i;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navbar a.active,
.navbar a.navbar-brand.active {
  background: hsla(0, 100%, 50%, 0.3);
}
.navbar a:focus,
.navbar a.navbar-brand:focus,
.navbar a.loading,
.navbar a.navbar-brand.loading {
  background: linear-gradient(90deg, transparent, transparent, hsl(0, 100%, 50%), hsl(0, 100%, 50%), transparent, transparent);
  background-size: 300% 100%;
  background-repeat: repeat-x;
  animation-name: navigation-loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.navbar a span.text,
.navbar a.navbar-brand span.text,
.navbar a span.icon,
.navbar a.navbar-brand span.icon {
  position: relative;
  top: 2px;
  font-size: 18px;
}
.navbar a span.icon,
.navbar a.navbar-brand span.icon {
  display: inline-block;
  width: 25px;
  text-align: center;
  top: 4px;
}
.navbar a span.icon span.fa-stack,
.navbar a.navbar-brand span.icon span.fa-stack {
  left: -1px;
  font-size: 75%;
  top: -3px;
}
.navbar a span.numberBadge,
.navbar a.navbar-brand span.numberBadge {
  --w: 2em;
  --h: 1.3em;
  display: inline-block;
  width: var(--w);
  height: var(--h);
  margin-left: calc(var(--w) * -1);
  position: relative;
  top: 10px;
  left: 7px;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #d9534f;
  border-radius: calc(var(--h)/2);
}
.navbar a.navbar-brand {
  font-weight: bold;
}
.navbar ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.navbar ul li a {
  display: block;
  width: 100%;
}
@keyframes exclamation-blink {
  from {
    color: #FFF;
    text-shadow: 0 0 5px #a94442;
  }
  to {
    color: #a94442;
    text-shadow: 0 0 5px #FFF;
    font-size: 72px;
  }
}
h1 {
  margin-top: 0;
  position: fixed;
  top: 0px;
  left: 281px;
  right: 15px;
  color: #333;
  padding: 5px;
  font-size: 40px;
  line-height: 40px;
  white-space: nowrap;
  height: 50px;
  /* help/problem icons */
  /* fix z-index */
}
h1 .fa {
  text-shadow: 0 0 1px #FFF, 0 0 3px #FFF, 0 0 5px #FFF;
}
h1 .fa.text-danger {
  animation-name: exclamation-blink;
  animation-iteration-count: 5;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
}
h1 button,
h1 .fa {
  position: relative;
  z-index: 10;
}
.firstTopMargin {
  margin-top: 20px;
}
.verticalMargin {
  margin: 10px 0;
}
/* xs & sm hamburger */
#hamburger {
  display: none;
  font-size: 40px;
  line-height: 40px;
  width: 80px;
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
  #hamburger {
    display: block;
  }
  h1 {
    left: 80px;
  }
  #grid {
    grid-template-columns: 1fr;
    grid-template-areas: "header " "content" "footer ";
  }
  #grid.show-sidebar {
    grid-template-areas: "header " "sidebar" "footer ";
  }
  #grid.show-sidebar #content {
    display: none;
  }
  #grid.show-sidebar #sidebar {
    display: block;
  }
}
