@charset "UTF-8";
/* ! Oscar © 2015, Université de Caen, Basse-Normandie
 * Stéphane Bouvry <stephane.bouvry@unicaen.fr>
 */
/**
 * Calcule du pourcentage d'une partie d'une couleur RGB.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("../js/vendor/open-sans-fontface/open-sans.css");
@import url(../js/vendor/select2/dist/css/select2.min.css);
@import url(select2-bootstrap.css);
@import "vue-select.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .workpackages .workpackage-add > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table, .oscar-table {
    border-collapse: collapse !important;
  }
  .table td, .oscar-table td,
  .table th,
  .oscar-table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #444444;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(255, 18.5, 184.6891891892);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(197, 0, 138.4324324324);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 200;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(136.085, 136.085, 136.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: 768px) {
  .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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(136.085, 136.085, 136.085);
}

.text-primary {
  color: #6e2458;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #6e2458;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid white;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(136.085, 136.085, 136.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid white;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(136.085, 136.085, 136.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(136.085, 136.085, 136.085);
  text-align: left;
}

th {
  text-align: left;
}

.table, .oscar-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .oscar-table > thead > tr > th,
.table > thead > tr > td,
.oscar-table > thead > tr > td,
.table > tbody > tr > th,
.oscar-table > tbody > tr > th,
.table > tbody > tr > td,
.oscar-table > tbody > tr > td,
.table > tfoot > tr > th,
.oscar-table > tfoot > tr > th,
.table > tfoot > tr > td,
.oscar-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .oscar-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .oscar-table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.oscar-table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.oscar-table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.oscar-table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.oscar-table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.oscar-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .oscar-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .oscar-table .table, .table .oscar-table, .oscar-table .oscar-table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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, .oscar-table > thead > tr > td.active,
.table > thead > tr > th.active,
.oscar-table > thead > tr > th.active, .table > thead > tr.active > td, .oscar-table > thead > tr.active > td, .table > thead > tr.active > th, .oscar-table > thead > tr.active > th,
.table > tbody > tr > td.active,
.oscar-table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.oscar-table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.oscar-table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.oscar-table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.oscar-table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.oscar-table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.oscar-table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.oscar-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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success, .progress-item.progress-item-valid .table > thead > tr > td.progress-cartouche, .oscar-table > thead > tr > td.success, .progress-item.progress-item-valid .oscar-table > thead > tr > td.progress-cartouche,
.table > thead > tr > th.success,
.progress-item.progress-item-valid .table > thead > tr > th.progress-cartouche,
.oscar-table > thead > tr > th.success,
.progress-item.progress-item-valid .oscar-table > thead > tr > th.progress-cartouche, .table > thead > tr.success > td, .progress-item.progress-item-valid .table > thead > tr.progress-cartouche > td, .oscar-table > thead > tr.success > td, .progress-item.progress-item-valid .oscar-table > thead > tr.progress-cartouche > td, .table > thead > tr.success > th, .progress-item.progress-item-valid .table > thead > tr.progress-cartouche > th, .oscar-table > thead > tr.success > th, .progress-item.progress-item-valid .oscar-table > thead > tr.progress-cartouche > th,
.table > tbody > tr > td.success,
.progress-item.progress-item-valid .table > tbody > tr > td.progress-cartouche,
.oscar-table > tbody > tr > td.success,
.progress-item.progress-item-valid .oscar-table > tbody > tr > td.progress-cartouche,
.table > tbody > tr > th.success,
.progress-item.progress-item-valid .table > tbody > tr > th.progress-cartouche,
.oscar-table > tbody > tr > th.success,
.progress-item.progress-item-valid .oscar-table > tbody > tr > th.progress-cartouche,
.table > tbody > tr.success > td,
.progress-item.progress-item-valid .table > tbody > tr.progress-cartouche > td,
.oscar-table > tbody > tr.success > td,
.progress-item.progress-item-valid .oscar-table > tbody > tr.progress-cartouche > td,
.table > tbody > tr.success > th,
.progress-item.progress-item-valid .table > tbody > tr.progress-cartouche > th,
.oscar-table > tbody > tr.success > th,
.progress-item.progress-item-valid .oscar-table > tbody > tr.progress-cartouche > th,
.table > tfoot > tr > td.success,
.progress-item.progress-item-valid .table > tfoot > tr > td.progress-cartouche,
.oscar-table > tfoot > tr > td.success,
.progress-item.progress-item-valid .oscar-table > tfoot > tr > td.progress-cartouche,
.table > tfoot > tr > th.success,
.progress-item.progress-item-valid .table > tfoot > tr > th.progress-cartouche,
.oscar-table > tfoot > tr > th.success,
.progress-item.progress-item-valid .oscar-table > tfoot > tr > th.progress-cartouche,
.table > tfoot > tr.success > td,
.progress-item.progress-item-valid .table > tfoot > tr.progress-cartouche > td,
.oscar-table > tfoot > tr.success > td,
.progress-item.progress-item-valid .oscar-table > tfoot > tr.progress-cartouche > td,
.table > tfoot > tr.success > th,
.progress-item.progress-item-valid .table > tfoot > tr.progress-cartouche > th,
.oscar-table > tfoot > tr.success > th,
.progress-item.progress-item-valid .oscar-table > tfoot > tr.progress-cartouche > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .progress-item.progress-item-valid .table-hover > tbody > tr > td.progress-cartouche:hover,
.table-hover > tbody > tr > th.success:hover,
.progress-item.progress-item-valid .table-hover > tbody > tr > th.progress-cartouche:hover, .table-hover > tbody > tr.success:hover > td, .progress-item.progress-item-valid .table-hover > tbody > tr.progress-cartouche:hover > td, .table-hover > tbody > tr:hover > .success, .progress-item.progress-item-valid .table-hover > tbody > tr:hover > .progress-cartouche, .table-hover > tbody > tr.success:hover > th, .progress-item.progress-item-valid .table-hover > tbody > tr.progress-cartouche:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info, .progress-item.progress-item-inprogress .table > thead > tr > td.progress-cartouche, .oscar-table > thead > tr > td.info, .progress-item.progress-item-inprogress .oscar-table > thead > tr > td.progress-cartouche,
.table > thead > tr > th.info,
.progress-item.progress-item-inprogress .table > thead > tr > th.progress-cartouche,
.oscar-table > thead > tr > th.info,
.progress-item.progress-item-inprogress .oscar-table > thead > tr > th.progress-cartouche, .table > thead > tr.info > td, .progress-item.progress-item-inprogress .table > thead > tr.progress-cartouche > td, .oscar-table > thead > tr.info > td, .progress-item.progress-item-inprogress .oscar-table > thead > tr.progress-cartouche > td, .table > thead > tr.info > th, .progress-item.progress-item-inprogress .table > thead > tr.progress-cartouche > th, .oscar-table > thead > tr.info > th, .progress-item.progress-item-inprogress .oscar-table > thead > tr.progress-cartouche > th,
.table > tbody > tr > td.info,
.progress-item.progress-item-inprogress .table > tbody > tr > td.progress-cartouche,
.oscar-table > tbody > tr > td.info,
.progress-item.progress-item-inprogress .oscar-table > tbody > tr > td.progress-cartouche,
.table > tbody > tr > th.info,
.progress-item.progress-item-inprogress .table > tbody > tr > th.progress-cartouche,
.oscar-table > tbody > tr > th.info,
.progress-item.progress-item-inprogress .oscar-table > tbody > tr > th.progress-cartouche,
.table > tbody > tr.info > td,
.progress-item.progress-item-inprogress .table > tbody > tr.progress-cartouche > td,
.oscar-table > tbody > tr.info > td,
.progress-item.progress-item-inprogress .oscar-table > tbody > tr.progress-cartouche > td,
.table > tbody > tr.info > th,
.progress-item.progress-item-inprogress .table > tbody > tr.progress-cartouche > th,
.oscar-table > tbody > tr.info > th,
.progress-item.progress-item-inprogress .oscar-table > tbody > tr.progress-cartouche > th,
.table > tfoot > tr > td.info,
.progress-item.progress-item-inprogress .table > tfoot > tr > td.progress-cartouche,
.oscar-table > tfoot > tr > td.info,
.progress-item.progress-item-inprogress .oscar-table > tfoot > tr > td.progress-cartouche,
.table > tfoot > tr > th.info,
.progress-item.progress-item-inprogress .table > tfoot > tr > th.progress-cartouche,
.oscar-table > tfoot > tr > th.info,
.progress-item.progress-item-inprogress .oscar-table > tfoot > tr > th.progress-cartouche,
.table > tfoot > tr.info > td,
.progress-item.progress-item-inprogress .table > tfoot > tr.progress-cartouche > td,
.oscar-table > tfoot > tr.info > td,
.progress-item.progress-item-inprogress .oscar-table > tfoot > tr.progress-cartouche > td,
.table > tfoot > tr.info > th,
.progress-item.progress-item-inprogress .table > tfoot > tr.progress-cartouche > th,
.oscar-table > tfoot > tr.info > th,
.progress-item.progress-item-inprogress .oscar-table > tfoot > tr.progress-cartouche > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .progress-item.progress-item-inprogress .table-hover > tbody > tr > td.progress-cartouche:hover,
.table-hover > tbody > tr > th.info:hover,
.progress-item.progress-item-inprogress .table-hover > tbody > tr > th.progress-cartouche:hover, .table-hover > tbody > tr.info:hover > td, .progress-item.progress-item-inprogress .table-hover > tbody > tr.progress-cartouche:hover > td, .table-hover > tbody > tr:hover > .info, .progress-item.progress-item-inprogress .table-hover > tbody > tr:hover > .progress-cartouche, .table-hover > tbody > tr.info:hover > th, .progress-item.progress-item-inprogress .table-hover > tbody > tr.progress-cartouche:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning, .oscar-table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.oscar-table > thead > tr > th.warning, .table > thead > tr.warning > td, .oscar-table > thead > tr.warning > td, .table > thead > tr.warning > th, .oscar-table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.oscar-table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.oscar-table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.oscar-table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.oscar-table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.oscar-table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.oscar-table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.oscar-table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.oscar-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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger, .progress-item.progress-item-refused .table > thead > tr > td.progress-cartouche, .progress-item.progress-item-late .table > thead > tr > td.progress-cartouche, .oscar-table > thead > tr > td.danger, .progress-item.progress-item-refused .oscar-table > thead > tr > td.progress-cartouche, .progress-item.progress-item-late .oscar-table > thead > tr > td.progress-cartouche,
.table > thead > tr > th.danger,
.progress-item.progress-item-refused .table > thead > tr > th.progress-cartouche,
.progress-item.progress-item-late .table > thead > tr > th.progress-cartouche,
.oscar-table > thead > tr > th.danger,
.progress-item.progress-item-refused .oscar-table > thead > tr > th.progress-cartouche,
.progress-item.progress-item-late .oscar-table > thead > tr > th.progress-cartouche, .table > thead > tr.danger > td, .progress-item.progress-item-refused .table > thead > tr.progress-cartouche > td, .progress-item.progress-item-late .table > thead > tr.progress-cartouche > td, .oscar-table > thead > tr.danger > td, .progress-item.progress-item-refused .oscar-table > thead > tr.progress-cartouche > td, .progress-item.progress-item-late .oscar-table > thead > tr.progress-cartouche > td, .table > thead > tr.danger > th, .progress-item.progress-item-refused .table > thead > tr.progress-cartouche > th, .progress-item.progress-item-late .table > thead > tr.progress-cartouche > th, .oscar-table > thead > tr.danger > th, .progress-item.progress-item-refused .oscar-table > thead > tr.progress-cartouche > th, .progress-item.progress-item-late .oscar-table > thead > tr.progress-cartouche > th,
.table > tbody > tr > td.danger,
.progress-item.progress-item-refused .table > tbody > tr > td.progress-cartouche,
.progress-item.progress-item-late .table > tbody > tr > td.progress-cartouche,
.oscar-table > tbody > tr > td.danger,
.progress-item.progress-item-refused .oscar-table > tbody > tr > td.progress-cartouche,
.progress-item.progress-item-late .oscar-table > tbody > tr > td.progress-cartouche,
.table > tbody > tr > th.danger,
.progress-item.progress-item-refused .table > tbody > tr > th.progress-cartouche,
.progress-item.progress-item-late .table > tbody > tr > th.progress-cartouche,
.oscar-table > tbody > tr > th.danger,
.progress-item.progress-item-refused .oscar-table > tbody > tr > th.progress-cartouche,
.progress-item.progress-item-late .oscar-table > tbody > tr > th.progress-cartouche,
.table > tbody > tr.danger > td,
.progress-item.progress-item-refused .table > tbody > tr.progress-cartouche > td,
.progress-item.progress-item-late .table > tbody > tr.progress-cartouche > td,
.oscar-table > tbody > tr.danger > td,
.progress-item.progress-item-refused .oscar-table > tbody > tr.progress-cartouche > td,
.progress-item.progress-item-late .oscar-table > tbody > tr.progress-cartouche > td,
.table > tbody > tr.danger > th,
.progress-item.progress-item-refused .table > tbody > tr.progress-cartouche > th,
.progress-item.progress-item-late .table > tbody > tr.progress-cartouche > th,
.oscar-table > tbody > tr.danger > th,
.progress-item.progress-item-refused .oscar-table > tbody > tr.progress-cartouche > th,
.progress-item.progress-item-late .oscar-table > tbody > tr.progress-cartouche > th,
.table > tfoot > tr > td.danger,
.progress-item.progress-item-refused .table > tfoot > tr > td.progress-cartouche,
.progress-item.progress-item-late .table > tfoot > tr > td.progress-cartouche,
.oscar-table > tfoot > tr > td.danger,
.progress-item.progress-item-refused .oscar-table > tfoot > tr > td.progress-cartouche,
.progress-item.progress-item-late .oscar-table > tfoot > tr > td.progress-cartouche,
.table > tfoot > tr > th.danger,
.progress-item.progress-item-refused .table > tfoot > tr > th.progress-cartouche,
.progress-item.progress-item-late .table > tfoot > tr > th.progress-cartouche,
.oscar-table > tfoot > tr > th.danger,
.progress-item.progress-item-refused .oscar-table > tfoot > tr > th.progress-cartouche,
.progress-item.progress-item-late .oscar-table > tfoot > tr > th.progress-cartouche,
.table > tfoot > tr.danger > td,
.progress-item.progress-item-refused .table > tfoot > tr.progress-cartouche > td,
.progress-item.progress-item-late .table > tfoot > tr.progress-cartouche > td,
.oscar-table > tfoot > tr.danger > td,
.progress-item.progress-item-refused .oscar-table > tfoot > tr.progress-cartouche > td,
.progress-item.progress-item-late .oscar-table > tfoot > tr.progress-cartouche > td,
.table > tfoot > tr.danger > th,
.progress-item.progress-item-refused .table > tfoot > tr.progress-cartouche > th,
.progress-item.progress-item-late .table > tfoot > tr.progress-cartouche > th,
.oscar-table > tfoot > tr.danger > th,
.progress-item.progress-item-refused .oscar-table > tfoot > tr.progress-cartouche > th,
.progress-item.progress-item-late .oscar-table > tfoot > tr.progress-cartouche > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .progress-item.progress-item-refused .table-hover > tbody > tr > td.progress-cartouche:hover, .progress-item.progress-item-late .table-hover > tbody > tr > td.progress-cartouche:hover,
.table-hover > tbody > tr > th.danger:hover,
.progress-item.progress-item-refused .table-hover > tbody > tr > th.progress-cartouche:hover,
.progress-item.progress-item-late .table-hover > tbody > tr > th.progress-cartouche:hover, .table-hover > tbody > tr.danger:hover > td, .progress-item.progress-item-refused .table-hover > tbody > tr.progress-cartouche:hover > td, .progress-item.progress-item-late .table-hover > tbody > tr.progress-cartouche:hover > td, .table-hover > tbody > tr:hover > .danger, .progress-item.progress-item-refused .table-hover > tbody > tr:hover > .progress-cartouche, .progress-item.progress-item-late .table-hover > tbody > tr:hover > .progress-cartouche, .table-hover > tbody > tr.danger:hover > th, .progress-item.progress-item-refused .table-hover > tbody > tr.progress-cartouche:hover > th, .progress-item.progress-item-late .table-hover > tbody > tr.progress-cartouche:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > .oscar-table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .oscar-table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .oscar-table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .oscar-table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .oscar-table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .oscar-table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .oscar-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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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.428571429;
  color: rgb(102.425, 102.425, 102.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(102.425, 102.425, 102.425);
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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: white;
  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-group-sm > .input-group-btn > input[type=date].btn,
  .workpackages .input-group-sm > .input-group-btn > input[type=date].workpackage-add, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .workpackages .input-group-sm > .input-group-btn > input[type=time].workpackage-add,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .workpackages .input-group-sm > .input-group-btn > input[type=datetime-local].workpackage-add,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .workpackages .input-group-sm > .input-group-btn > input[type=month].workpackage-add,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .workpackages .input-group-lg > .input-group-btn > input[type=date].workpackage-add, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .workpackages .input-group-lg > .input-group-btn > input[type=time].workpackage-add,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .workpackages .input-group-lg > .input-group-btn > input[type=datetime-local].workpackage-add,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .workpackages .input-group-lg > .input-group-btn > input[type=month].workpackage-add,
  .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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled 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, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.workpackages .input-group-lg > .input-group-btn > .form-control-static.workpackage-add, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.workpackages .input-group-sm > .input-group-btn > .form-control-static.workpackage-add {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.workpackages .input-group-sm > .input-group-btn > .workpackage-add {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.workpackages .input-group-sm > .input-group-btn > select.workpackage-add {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.workpackages .input-group-sm > .input-group-btn > textarea.workpackage-add,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.workpackages .input-group-sm > .input-group-btn > select[multiple].workpackage-add {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.workpackages .input-group-lg > .input-group-btn > .workpackage-add {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.workpackages .input-group-lg > .input-group-btn > select.workpackage-add {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.workpackages .input-group-lg > .input-group-btn > textarea.workpackage-add,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.workpackages .input-group-lg > .input-group-btn > select[multiple].workpackage-add {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.workpackages .input-group-lg > .input-group-btn > .workpackage-add + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.workpackages .input-group-sm > .input-group-btn > .workpackage-add + .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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.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: rgb(131.75, 131.75, 131.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .workpackages .workpackage-add {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .workpackages .workpackage-add:focus, .btn.focus, .workpackages .focus.workpackage-add, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .workpackages .workpackage-add:hover, .btn:focus, .workpackages .workpackage-add:focus, .btn.focus, .workpackages .focus.workpackage-add {
  color: #333;
  text-decoration: none;
}
.btn:active, .workpackages .workpackage-add:active, .btn.active, .workpackages .active.workpackage-add {
  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, .workpackages .disabled.workpackage-add, .btn[disabled], .workpackages [disabled].workpackage-add, fieldset[disabled] .btn, fieldset[disabled] .workpackages .workpackage-add, .workpackages fieldset[disabled] .workpackage-add {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .workpackages a.disabled.workpackage-add, fieldset[disabled] a.btn, fieldset[disabled] .workpackages a.workpackage-add, .workpackages fieldset[disabled] a.workpackage-add {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .workpackages .workpackage-add {
  color: #fff;
  background-color: #6e2458;
  border-color: rgb(90.7876712329, 29.7123287671, 72.6301369863);
}
.btn-primary:focus, .workpackages .workpackage-add:focus, .btn-primary.focus, .workpackages .focus.workpackage-add {
  color: #fff;
  background-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
  border-color: black;
}
.btn-primary:hover, .workpackages .workpackage-add:hover {
  color: #fff;
  background-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
  border-color: rgb(44.6780821918, 14.6219178082, 35.7424657534);
}
.btn-primary:active, .workpackages .workpackage-add:active, .btn-primary.active, .workpackages .active.workpackage-add, .open > .btn-primary.dropdown-toggle, .workpackages .open > .dropdown-toggle.workpackage-add {
  color: #fff;
  background-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
  border-color: rgb(44.6780821918, 14.6219178082, 35.7424657534);
}
.btn-primary:active:hover, .workpackages .workpackage-add:active:hover, .btn-primary:active:focus, .workpackages .workpackage-add:active:focus, .btn-primary:active.focus, .workpackages .workpackage-add:active.focus, .btn-primary.active:hover, .workpackages .active.workpackage-add:hover, .btn-primary.active:focus, .workpackages .active.workpackage-add:focus, .btn-primary.active.focus, .workpackages .active.focus.workpackage-add, .open > .btn-primary.dropdown-toggle:hover, .workpackages .open > .dropdown-toggle.workpackage-add:hover, .open > .btn-primary.dropdown-toggle:focus, .workpackages .open > .dropdown-toggle.workpackage-add:focus, .open > .btn-primary.dropdown-toggle.focus, .workpackages .open > .dropdown-toggle.focus.workpackage-add {
  color: #fff;
  background-color: rgb(44.6780821918, 14.6219178082, 35.7424657534);
  border-color: black;
}
.btn-primary:active, .workpackages .workpackage-add:active, .btn-primary.active, .workpackages .active.workpackage-add, .open > .btn-primary.dropdown-toggle, .workpackages .open > .dropdown-toggle.workpackage-add {
  background-image: none;
}
.btn-primary.disabled:hover, .workpackages .disabled.workpackage-add:hover, .btn-primary.disabled:focus, .workpackages .disabled.workpackage-add:focus, .btn-primary.disabled.focus, .workpackages .disabled.focus.workpackage-add, .btn-primary[disabled]:hover, .workpackages [disabled].workpackage-add:hover, .btn-primary[disabled]:focus, .workpackages [disabled].workpackage-add:focus, .btn-primary[disabled].focus, .workpackages [disabled].focus.workpackage-add, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .workpackages .workpackage-add:hover, .workpackages fieldset[disabled] .workpackage-add:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .workpackages .workpackage-add:focus, .workpackages fieldset[disabled] .workpackage-add:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .workpackages .focus.workpackage-add, .workpackages fieldset[disabled] .focus.workpackage-add {
  background-color: #6e2458;
  border-color: rgb(90.7876712329, 29.7123287671, 72.6301369863);
}
.btn-primary .badge, .workpackages .workpackage-add .badge {
  color: #6e2458;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(255, 18.5, 184.6891891892);
  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: rgb(197, 0, 138.4324324324);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(136.085, 136.085, 136.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .workpackages .btn-group-lg > .workpackage-add {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .workpackages .btn-group-sm > .workpackage-add {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .workpackages .btn-group-xs > .workpackage-add {
  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%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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.428571429;
  color: #444444;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(55.25, 55.25, 55.25);
  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: #6e2458;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(136.085, 136.085, 136.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  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.428571429;
  color: rgb(136.085, 136.085, 136.085);
  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: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .workpackages .btn-group > .workpackage-add,
.btn-group-vertical > .btn,
.workpackages .btn-group-vertical > .workpackage-add {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .workpackages .btn-group > .workpackage-add:hover, .btn-group > .btn:focus, .workpackages .btn-group > .workpackage-add:focus, .btn-group > .btn:active, .workpackages .btn-group > .workpackage-add:active, .btn-group > .btn.active, .workpackages .btn-group > .active.workpackage-add,
.btn-group-vertical > .btn:hover,
.workpackages .btn-group-vertical > .workpackage-add:hover,
.btn-group-vertical > .btn:focus,
.workpackages .btn-group-vertical > .workpackage-add:focus,
.btn-group-vertical > .btn:active,
.workpackages .btn-group-vertical > .workpackage-add:active,
.btn-group-vertical > .btn.active,
.workpackages .btn-group-vertical > .active.workpackage-add {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .workpackages .workpackage-add + .btn, .workpackages .btn-group .workpackage-add + .btn, .btn-group .workpackages .btn + .workpackage-add, .workpackages .btn-group .btn + .workpackage-add, .btn-group .workpackages .workpackage-add + .workpackage-add, .workpackages .btn-group .workpackage-add + .workpackage-add,
.btn-group .btn + .btn-group,
.btn-group .workpackages .workpackage-add + .btn-group,
.workpackages .btn-group .workpackage-add + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .workpackages .btn-group + .workpackage-add,
.workpackages .btn-group .btn-group + .workpackage-add,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .workpackages .workpackage-add, .workpackages .btn-toolbar .workpackage-add,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .workpackages .btn-toolbar > .workpackage-add,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .workpackages .btn-group > .workpackage-add:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .workpackages .btn-group > .workpackage-add:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .workpackages .btn-group > .workpackage-add:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .workpackages .btn-group > .workpackage-add:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .workpackages .btn-group > .btn-group:not(:first-child):not(:last-child) > .workpackage-add {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .workpackages .btn-group > .btn-group:first-child:not(:last-child) > .workpackage-add:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .workpackages .btn-group > .btn-group:last-child:not(:first-child) > .workpackage-add:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .workpackages .btn-group > .workpackage-add + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle, .workpackages .btn-group.btn-group-lg > .workpackage-add + .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, .workpackages .workpackage-add .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .workpackages .btn-group-lg > .workpackage-add .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .workpackages .btn-group-lg > .workpackage-add .caret, .workpackages .dropup .btn-group-lg > .workpackage-add .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .workpackages .btn-group-vertical > .workpackage-add,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.workpackages .btn-group-vertical > .btn-group > .workpackage-add {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .workpackages .btn-group-vertical > .btn-group > .workpackage-add {
  float: none;
}
.btn-group-vertical > .btn + .btn, .workpackages .btn-group-vertical > .workpackage-add + .btn, .workpackages .btn-group-vertical > .btn + .workpackage-add, .workpackages .btn-group-vertical > .workpackage-add + .workpackage-add,
.btn-group-vertical > .btn + .btn-group,
.workpackages .btn-group-vertical > .workpackage-add + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.workpackages .btn-group-vertical > .btn-group + .workpackage-add,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .workpackages .btn-group-vertical > .workpackage-add:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .workpackages .btn-group-vertical > .workpackage-add:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .workpackages .btn-group-vertical > .workpackage-add:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .workpackages .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .workpackage-add {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .workpackages .btn-group-vertical > .btn-group:first-child:not(:last-child) > .workpackage-add:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .workpackages .btn-group-vertical > .btn-group:last-child:not(:first-child) > .workpackage-add:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .workpackages .btn-group-justified > .workpackage-add,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .workpackages .workpackage-add, .workpackages .btn-group-justified > .btn-group .workpackage-add {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .workpackages [data-toggle=buttons] > .workpackage-add input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.workpackages [data-toggle=buttons] > .workpackage-add input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
.workpackages [data-toggle=buttons] > .btn-group > .workpackage-add input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.workpackages [data-toggle=buttons] > .btn-group > .workpackage-add input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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: rgb(102.425, 102.425, 102.425);
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.workpackages .input-group-sm > .input-group-btn > .input-group-addon.workpackage-add {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.workpackages .input-group-lg > .input-group-btn > .input-group-addon.workpackage-add {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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,
.workpackages .input-group-btn:first-child > .workpackage-add,
.input-group-btn:first-child > .btn-group > .btn,
.workpackages .input-group-btn:first-child > .btn-group > .workpackage-add,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.workpackages .input-group-btn:last-child > .workpackage-add:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.workpackages .input-group-btn:last-child > .btn-group:not(:last-child) > .workpackage-add {
  border-bottom-right-radius: 0;
  border-top-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,
.workpackages .input-group-btn:last-child > .workpackage-add,
.input-group-btn:last-child > .btn-group > .btn,
.workpackages .input-group-btn:last-child > .btn-group > .workpackage-add,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.workpackages .input-group-btn:first-child > .workpackage-add:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.workpackages .input-group-btn:first-child > .btn-group:not(:first-child) > .workpackage-add {
  border-bottom-left-radius: 0;
  border-top-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, .workpackages .input-group-btn > .workpackage-add {
  position: relative;
}
.input-group-btn > .btn + .btn, .workpackages .input-group-btn > .workpackage-add + .btn, .workpackages .input-group-btn > .btn + .workpackage-add, .workpackages .input-group-btn > .workpackage-add + .workpackage-add {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .workpackages .input-group-btn > .workpackage-add:hover, .input-group-btn > .btn:focus, .workpackages .input-group-btn > .workpackage-add:focus, .input-group-btn > .btn:active, .workpackages .input-group-btn > .workpackage-add:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .workpackages .input-group-btn:first-child > .workpackage-add,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .workpackages .input-group-btn:last-child > .workpackage-add,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}
.nav > li.disabled > a {
  color: rgb(136.085, 136.085, 136.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(136.085, 136.085, 136.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: white;
  border-color: rgb(255, 18.5, 184.6891891892);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: white white #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(102.425, 102.425, 102.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6e2458;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .workpackages .btn-group-sm > .navbar-btn.workpackage-add {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .workpackages .btn-group-xs > .navbar-btn.workpackage-add {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 1023px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(174.335, 174.335, 174.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(174.335, 174.335, 174.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(174.335, 174.335, 174.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(174.335, 174.335, 174.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(174.335, 174.335, 174.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(174.335, 174.335, 174.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(136.085, 136.085, 136.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: rgb(255, 18.5, 184.6891891892);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(197, 0, 138.4324324324);
  background-color: white;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #6e2458;
  border-color: #6e2458;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(136.085, 136.085, 136.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: white;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(136.085, 136.085, 136.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .workpackages .workpackage-add .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(136.085, 136.085, 136.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(110.585, 110.585, 110.585);
}

.label-primary {
  background-color: #6e2458;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.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: rgb(136.085, 136.085, 136.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .workpackages .workpackage-add .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .workpackages .btn-group-xs > .workpackage-add .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(255, 18.5, 184.6891891892);
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: white;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(229.5, 229.5, 229.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #6e2458;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-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, a.list-group-item:focus,
button.list-group-item:hover,
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: white;
  color: rgb(136.085, 136.085, 136.085);
  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: rgb(136.085, 136.085, 136.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6e2458;
  border-color: #6e2458;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: rgb(215.5479452055, 134.4520547945, 191.4383561644);
}

.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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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;
}

.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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-bottom-left-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-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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 > .oscar-table,
.panel > .table-responsive > .table,
.panel > .table-responsive > .oscar-table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > .oscar-table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .oscar-table caption,
.panel > .table-responsive > .table caption,
.panel > .table-responsive > .oscar-table caption,
.panel > .panel-collapse > .table caption,
.panel > .panel-collapse > .oscar-table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > .oscar-table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .oscar-table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .oscar-table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .oscar-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .oscar-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .oscar-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 > .oscar-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .oscar-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .oscar-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .oscar-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .oscar-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 th:first-child,
.panel > .table-responsive:first-child > .oscar-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .oscar-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 th:first-child,
.panel > .table-responsive:first-child > .oscar-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 > .oscar-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .oscar-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .oscar-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .oscar-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .oscar-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 th:last-child,
.panel > .table-responsive:first-child > .oscar-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .oscar-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 th:last-child,
.panel > .table-responsive:first-child > .oscar-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .oscar-table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .oscar-table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .oscar-table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .oscar-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .oscar-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .oscar-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 > .oscar-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .oscar-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .oscar-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .oscar-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .oscar-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 th:first-child,
.panel > .table-responsive:last-child > .oscar-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .oscar-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 th:first-child,
.panel > .table-responsive:last-child > .oscar-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 > .oscar-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .oscar-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .oscar-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .oscar-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .oscar-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 th:last-child,
.panel > .table-responsive:last-child > .oscar-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .oscar-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 th:last-child,
.panel > .table-responsive:last-child > .oscar-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .oscar-table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .oscar-table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .oscar-table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .oscar-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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: #444444;
  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: #444444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #6e2458;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6e2458;
  border-color: #6e2458;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6e2458;
}
.panel-primary > .panel-heading .badge {
  color: #6e2458;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6e2458;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .workpackages .workpackage-add + .btn, .workpackages .modal-footer .workpackage-add + .btn, .modal-footer .workpackages .btn + .workpackage-add, .workpackages .modal-footer .btn + .workpackage-add, .modal-footer .workpackages .workpackage-add + .workpackage-add, .workpackages .modal-footer .workpackage-add + .workpackage-add {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .workpackages .workpackage-add + .btn, .workpackages .modal-footer .btn-group .workpackage-add + .btn, .modal-footer .btn-group .workpackages .btn + .workpackage-add, .workpackages .modal-footer .btn-group .btn + .workpackage-add, .modal-footer .btn-group .workpackages .workpackage-add + .workpackage-add, .workpackages .modal-footer .btn-group .workpackage-add + .workpackage-add {
  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: 768px) {
  .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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.bg-primary,
.bg-primary-standard,
.bg-primary-grey,
.bg-primary-dark,
.bg-primary-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.bg-primary a, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary strong, .bg-primary em,
.bg-primary-standard a,
.bg-primary-standard h1,
.bg-primary-standard h2,
.bg-primary-standard h3,
.bg-primary-standard h4,
.bg-primary-standard h5,
.bg-primary-standard h6,
.bg-primary-standard strong,
.bg-primary-standard em,
.bg-primary-grey a,
.bg-primary-grey h1,
.bg-primary-grey h2,
.bg-primary-grey h3,
.bg-primary-grey h4,
.bg-primary-grey h5,
.bg-primary-grey h6,
.bg-primary-grey strong,
.bg-primary-grey em,
.bg-primary-dark a,
.bg-primary-dark h1,
.bg-primary-dark h2,
.bg-primary-dark h3,
.bg-primary-dark h4,
.bg-primary-dark h5,
.bg-primary-dark h6,
.bg-primary-dark strong,
.bg-primary-dark em,
.bg-primary-hard a,
.bg-primary-hard h1,
.bg-primary-hard h2,
.bg-primary-hard h3,
.bg-primary-hard h4,
.bg-primary-hard h5,
.bg-primary-hard h6,
.bg-primary-hard strong,
.bg-primary-hard em {
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
}

.bg-primary, .bg-primary-standard {
  background-color: #6e2458;
}

.bg-primary-grey {
  background-color: rgb(91.75, 54.25, 80.6013513514);
}

.bg-primary-ultralight {
  background-color: rgb(218.0630136986, 142.1369863014, 195.4904109589);
}

.bg-primary-light {
  background-color: rgb(206.7452054795, 107.5547945205, 177.2561643836);
}

.bg-primary-dark {
  background-color: rgb(13.9383561644, 4.5616438356, 11.1506849315);
}

.bg-primary-hard {
  background-color: rgb(128.25, 17.75, 95.3986486486);
}

.bg-secondary1,
.bg-secondary1-standard,
.bg-secondary1-grey,
.bg-secondary1-dark,
.bg-secondary1-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: rgb(165.8571428571, 125.8571428571, 248.1428571429);
}
.bg-secondary1 a, .bg-secondary1 h1, .bg-secondary1 h2, .bg-secondary1 h3, .bg-secondary1 h4, .bg-secondary1 h5, .bg-secondary1 h6, .bg-secondary1 strong, .bg-secondary1 em,
.bg-secondary1-standard a,
.bg-secondary1-standard h1,
.bg-secondary1-standard h2,
.bg-secondary1-standard h3,
.bg-secondary1-standard h4,
.bg-secondary1-standard h5,
.bg-secondary1-standard h6,
.bg-secondary1-standard strong,
.bg-secondary1-standard em,
.bg-secondary1-grey a,
.bg-secondary1-grey h1,
.bg-secondary1-grey h2,
.bg-secondary1-grey h3,
.bg-secondary1-grey h4,
.bg-secondary1-grey h5,
.bg-secondary1-grey h6,
.bg-secondary1-grey strong,
.bg-secondary1-grey em,
.bg-secondary1-dark a,
.bg-secondary1-dark h1,
.bg-secondary1-dark h2,
.bg-secondary1-dark h3,
.bg-secondary1-dark h4,
.bg-secondary1-dark h5,
.bg-secondary1-dark h6,
.bg-secondary1-dark strong,
.bg-secondary1-dark em,
.bg-secondary1-hard a,
.bg-secondary1-hard h1,
.bg-secondary1-hard h2,
.bg-secondary1-hard h3,
.bg-secondary1-hard h4,
.bg-secondary1-hard h5,
.bg-secondary1-hard h6,
.bg-secondary1-hard strong,
.bg-secondary1-hard em {
  color: rgb(199.2857142857, 174.2857142857, 250.7142857143);
}

.bg-secondary1, .bg-secondary1-standard {
  background-color: #290671;
}

.bg-secondary1-grey {
  background-color: rgb(46.1436915888, 20.875, 98.125);
}

.bg-secondary1-ultralight {
  background-color: rgb(139.1142857143, 87.1142857143, 246.0857142857);
}

.bg-secondary1-light {
  background-color: rgb(109.0285714286, 43.5285714286, 243.7714285714);
}

.bg-secondary1-dark {
  background-color: black;
}

.bg-secondary1-hard {
  background-color: rgb(38.9252336449, 0, 119);
}

.bg-secondary2,
.bg-secondary2-standard,
.bg-secondary2-grey,
.bg-secondary2-dark,
.bg-secondary2-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: rgb(185.9655172414, 255, 145);
}
.bg-secondary2 a, .bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6, .bg-secondary2 strong, .bg-secondary2 em,
.bg-secondary2-standard a,
.bg-secondary2-standard h1,
.bg-secondary2-standard h2,
.bg-secondary2-standard h3,
.bg-secondary2-standard h4,
.bg-secondary2-standard h5,
.bg-secondary2-standard h6,
.bg-secondary2-standard strong,
.bg-secondary2-standard em,
.bg-secondary2-grey a,
.bg-secondary2-grey h1,
.bg-secondary2-grey h2,
.bg-secondary2-grey h3,
.bg-secondary2-grey h4,
.bg-secondary2-grey h5,
.bg-secondary2-grey h6,
.bg-secondary2-grey strong,
.bg-secondary2-grey em,
.bg-secondary2-dark a,
.bg-secondary2-dark h1,
.bg-secondary2-dark h2,
.bg-secondary2-dark h3,
.bg-secondary2-dark h4,
.bg-secondary2-dark h5,
.bg-secondary2-dark h6,
.bg-secondary2-dark strong,
.bg-secondary2-dark em,
.bg-secondary2-hard a,
.bg-secondary2-hard h1,
.bg-secondary2-hard h2,
.bg-secondary2-hard h3,
.bg-secondary2-hard h4,
.bg-secondary2-hard h5,
.bg-secondary2-hard h6,
.bg-secondary2-hard strong,
.bg-secondary2-hard em {
  color: rgb(217.9724137931, 255, 196);
}

.bg-secondary2, .bg-secondary2-standard {
  background-color: #369100;
}

.bg-secondary2-grey {
  background-color: rgb(58.625, 126.875, 18.125);
}

.bg-secondary2-ultralight {
  background-color: rgb(160.36, 255, 104.2);
}

.bg-secondary2-light {
  background-color: rgb(131.5537931034, 255, 58.3);
}

.bg-secondary2-dark {
  background-color: rgb(6.5172413793, 17.5, 0);
}

.bg-secondary2-hard {
  background-color: #369100;
}

.bg-complementary,
.bg-complementary-standard,
.bg-complementary-grey,
.bg-complementary-dark,
.bg-complementary-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: rgb(238.0943396226, 206.6981132075, 175.9056603774);
}
.bg-complementary a, .bg-complementary h1, .bg-complementary h2, .bg-complementary h3, .bg-complementary h4, .bg-complementary h5, .bg-complementary h6, .bg-complementary strong, .bg-complementary em,
.bg-complementary-standard a,
.bg-complementary-standard h1,
.bg-complementary-standard h2,
.bg-complementary-standard h3,
.bg-complementary-standard h4,
.bg-complementary-standard h5,
.bg-complementary-standard h6,
.bg-complementary-standard strong,
.bg-complementary-standard em,
.bg-complementary-grey a,
.bg-complementary-grey h1,
.bg-complementary-grey h2,
.bg-complementary-grey h3,
.bg-complementary-grey h4,
.bg-complementary-grey h5,
.bg-complementary-grey h6,
.bg-complementary-grey strong,
.bg-complementary-grey em,
.bg-complementary-dark a,
.bg-complementary-dark h1,
.bg-complementary-dark h2,
.bg-complementary-dark h3,
.bg-complementary-dark h4,
.bg-complementary-dark h5,
.bg-complementary-dark h6,
.bg-complementary-dark strong,
.bg-complementary-dark em,
.bg-complementary-hard a,
.bg-complementary-hard h1,
.bg-complementary-hard h2,
.bg-complementary-hard h3,
.bg-complementary-hard h4,
.bg-complementary-hard h5,
.bg-complementary-hard h6,
.bg-complementary-hard strong,
.bg-complementary-hard em {
  color: rgb(247.0754716981, 232.358490566, 217.9245283019);
}

.bg-complementary, .bg-complementary-standard {
  background-color: #834f1c;
}

.bg-complementary-grey {
  background-color: rgb(111.125, 79.192961165, 47.875);
}

.bg-complementary-ultralight {
  background-color: rgb(230.9094339623, 186.1698113208, 142.2905660377);
}

.bg-complementary-light {
  background-color: rgb(222.8264150943, 163.0754716981, 104.4735849057);
}

.bg-complementary-dark {
  background-color: rgb(25.9528301887, 15.6509433962, 5.5471698113);
}

.bg-complementary-hard {
  background-color: rgb(150.875, 78.807038835, 8.125);
}

.bg-success,
.bg-success-standard,
.bg-success-grey,
.bg-success-dark,
.bg-success-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
}
.bg-success a, .bg-success h1, .bg-success h2, .bg-success h3, .bg-success h4, .bg-success h5, .bg-success h6, .bg-success strong, .bg-success em,
.bg-success-standard a,
.bg-success-standard h1,
.bg-success-standard h2,
.bg-success-standard h3,
.bg-success-standard h4,
.bg-success-standard h5,
.bg-success-standard h6,
.bg-success-standard strong,
.bg-success-standard em,
.bg-success-grey a,
.bg-success-grey h1,
.bg-success-grey h2,
.bg-success-grey h3,
.bg-success-grey h4,
.bg-success-grey h5,
.bg-success-grey h6,
.bg-success-grey strong,
.bg-success-grey em,
.bg-success-dark a,
.bg-success-dark h1,
.bg-success-dark h2,
.bg-success-dark h3,
.bg-success-dark h4,
.bg-success-dark h5,
.bg-success-dark h6,
.bg-success-dark strong,
.bg-success-dark em,
.bg-success-hard a,
.bg-success-hard h1,
.bg-success-hard h2,
.bg-success-hard h3,
.bg-success-hard h4,
.bg-success-hard h5,
.bg-success-hard h6,
.bg-success-hard strong,
.bg-success-hard em {
  color: white;
}

.bg-success, .bg-success-standard {
  background-color: #5cb85c;
}

.bg-success-grey {
  background-color: rgb(121.25, 154.75, 121.25);
}

.bg-success-ultralight {
  background-color: rgb(241.2076923077, 248.9923076923, 241.2076923077);
}

.bg-success-light {
  background-color: rgb(209.2346153846, 235.0653846154, 209.2346153846);
}

.bg-success-dark {
  background-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}

.bg-success-hard {
  background-color: rgb(62.75, 213.25, 62.75);
}

.bg-info,
.bg-info-standard,
.bg-info-grey,
.bg-info-dark,
.bg-info-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
}
.bg-info a, .bg-info h1, .bg-info h2, .bg-info h3, .bg-info h4, .bg-info h5, .bg-info h6, .bg-info strong, .bg-info em,
.bg-info-standard a,
.bg-info-standard h1,
.bg-info-standard h2,
.bg-info-standard h3,
.bg-info-standard h4,
.bg-info-standard h5,
.bg-info-standard h6,
.bg-info-standard strong,
.bg-info-standard em,
.bg-info-grey a,
.bg-info-grey h1,
.bg-info-grey h2,
.bg-info-grey h3,
.bg-info-grey h4,
.bg-info-grey h5,
.bg-info-grey h6,
.bg-info-grey strong,
.bg-info-grey em,
.bg-info-dark a,
.bg-info-dark h1,
.bg-info-dark h2,
.bg-info-dark h3,
.bg-info-dark h4,
.bg-info-dark h5,
.bg-info-dark h6,
.bg-info-dark strong,
.bg-info-dark em,
.bg-info-hard a,
.bg-info-hard h1,
.bg-info-hard h2,
.bg-info-hard h3,
.bg-info-hard h4,
.bg-info-hard h5,
.bg-info-hard h6,
.bg-info-hard strong,
.bg-info-hard em {
  color: white;
}

.bg-info, .bg-info-standard {
  background-color: #5bc0de;
}

.bg-info-grey {
  background-color: rgb(115.625, 178.6536259542, 197.375);
}

.bg-info-ultralight {
  background-color: white;
}

.bg-info-light {
  background-color: rgb(231.1076142132, 245.8218274112, 250.1923857868);
}

.bg-info-dark {
  background-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}

.bg-info-hard {
  background-color: rgb(66.375, 205.3463740458, 246.625);
}

.bg-danger,
.bg-danger-standard,
.bg-danger-grey,
.bg-danger-dark,
.bg-danger-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
}
.bg-danger a, .bg-danger h1, .bg-danger h2, .bg-danger h3, .bg-danger h4, .bg-danger h5, .bg-danger h6, .bg-danger strong, .bg-danger em,
.bg-danger-standard a,
.bg-danger-standard h1,
.bg-danger-standard h2,
.bg-danger-standard h3,
.bg-danger-standard h4,
.bg-danger-standard h5,
.bg-danger-standard h6,
.bg-danger-standard strong,
.bg-danger-standard em,
.bg-danger-grey a,
.bg-danger-grey h1,
.bg-danger-grey h2,
.bg-danger-grey h3,
.bg-danger-grey h4,
.bg-danger-grey h5,
.bg-danger-grey h6,
.bg-danger-grey strong,
.bg-danger-grey em,
.bg-danger-dark a,
.bg-danger-dark h1,
.bg-danger-dark h2,
.bg-danger-dark h3,
.bg-danger-dark h4,
.bg-danger-dark h5,
.bg-danger-dark h6,
.bg-danger-dark strong,
.bg-danger-dark em,
.bg-danger-hard a,
.bg-danger-hard h1,
.bg-danger-hard h2,
.bg-danger-hard h3,
.bg-danger-hard h4,
.bg-danger-hard h5,
.bg-danger-hard h6,
.bg-danger-hard strong,
.bg-danger-hard em {
  color: white;
}

.bg-danger, .bg-danger-standard {
  background-color: #d9534f;
}

.bg-danger-grey {
  background-color: rgb(190.25, 108.1992753623, 105.75);
}

.bg-danger-ultralight {
  background-color: white;
}

.bg-danger-light {
  background-color: rgb(246.885046729, 218.2691588785, 217.414953271);
}

.bg-danger-dark {
  background-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}

.bg-danger-hard {
  background-color: rgb(243.75, 57.8007246377, 52.25);
}

.bg-warning,
.bg-warning-standard,
.bg-warning-grey,
.bg-warning-dark,
.bg-warning-hard {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
}
.bg-warning a, .bg-warning h1, .bg-warning h2, .bg-warning h3, .bg-warning h4, .bg-warning h5, .bg-warning h6, .bg-warning strong, .bg-warning em,
.bg-warning-standard a,
.bg-warning-standard h1,
.bg-warning-standard h2,
.bg-warning-standard h3,
.bg-warning-standard h4,
.bg-warning-standard h5,
.bg-warning-standard h6,
.bg-warning-standard strong,
.bg-warning-standard em,
.bg-warning-grey a,
.bg-warning-grey h1,
.bg-warning-grey h2,
.bg-warning-grey h3,
.bg-warning-grey h4,
.bg-warning-grey h5,
.bg-warning-grey h6,
.bg-warning-grey strong,
.bg-warning-grey em,
.bg-warning-dark a,
.bg-warning-dark h1,
.bg-warning-dark h2,
.bg-warning-dark h3,
.bg-warning-dark h4,
.bg-warning-dark h5,
.bg-warning-dark h6,
.bg-warning-dark strong,
.bg-warning-dark em,
.bg-warning-hard a,
.bg-warning-hard h1,
.bg-warning-hard h2,
.bg-warning-hard h3,
.bg-warning-hard h4,
.bg-warning-hard h5,
.bg-warning-hard h6,
.bg-warning-hard strong,
.bg-warning-hard em {
  color: white;
}

.bg-warning, .bg-warning-standard {
  background-color: #f0ad4e;
}

.bg-warning-grey {
  background-color: rgb(216, 168.8518518519, 102);
}

.bg-warning-ultralight {
  background-color: white;
}

.bg-warning-light {
  background-color: rgb(253.1484375, 244.878125, 233.1515625);
}

.bg-warning-dark {
  background-color: rgb(175.6171875, 109.140625, 14.8828125);
}

.bg-warning-hard {
  background-color: rgb(255, 175.5925925926, 63);
}

.cartouche, a.cartouche {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6e2458;
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
  border-color: #6e2458;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0 0.5em 0 0.5em;
  margin: 0.125em 0;
  line-height: 1.5em;
  font-size: 1em;
  box-shadow: inset 0 0 0.25em rgba(0, 0, 0, 0.15);
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.35);
  font-weight: 100;
  background-color: rgb(142.9867256637, 151.25, 159.5132743363);
  color: white;
  border-color: rgb(142.9867256637, 151.25, 159.5132743363);
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche a, a.cartouche a {
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
}
.cartouche .addon, a.cartouche .addon {
  color: rgb(33.1506849315, 10.8493150685, 26.5205479452);
  background-color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.cartouche .addon:before, a.cartouche .addon:before {
  background-color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.cartouche a, a.cartouche a {
  color: white;
}
.cartouche .addon, a.cartouche .addon {
  color: rgb(92.2654867257, 100.25, 108.2345132743);
  background-color: rgb(225.5796460177, 227.75, 229.9203539823);
}
.cartouche .addon:before, a.cartouche .addon:before {
  background-color: rgb(225.5796460177, 227.75, 229.9203539823);
}
.cartouche .addon, a.cartouche .addon {
  position: relative;
  display: inline-block;
  text-shadow: none;
  z-index: 2;
  margin-left: 0.125em;
  padding-left: 0.375em;
  padding-right: 0.5em;
  font-weight: 100;
  right: -0.5em;
  -webkit-border-radius: 0 0.25em 0.25em 0;
  -moz-border-radius: 0 0.25em 0.25em 0;
  border-radius: 0 0.25em 0.25em 0;
}
.cartouche .addon:before, a.cartouche .addon:before {
  content: ".";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.5em;
  left: -0.35em;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  display: block;
  z-index: 0;
  text-indent: -50px;
  overflow: hidden;
}
.cartouche.bordered, a.cartouche.bordered {
  border: solid 2px rgb(215.5479452055, 134.4520547945, 191.4383561644);
}
.cartouche.leader, .cartouche.blue, a.cartouche.leader, a.cartouche.blue {
  background-color: #30b0d5;
  color: white;
  border-color: #30b0d5;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.leader a, .cartouche.blue a, a.cartouche.leader a, a.cartouche.blue a {
  color: white;
}
.cartouche.leader .addon, .cartouche.blue .addon, a.cartouche.leader .addon, a.cartouche.blue .addon {
  color: rgb(26.8192771084, 108.5542168675, 132.1807228916);
  background-color: rgb(175.1927710843, 224.5421686747, 238.8072289157);
}
.cartouche.leader .addon:before, .cartouche.blue .addon:before, a.cartouche.leader .addon:before, a.cartouche.blue .addon:before {
  background-color: rgb(175.1927710843, 224.5421686747, 238.8072289157);
}
.cartouche.orange, a.cartouche.orange {
  background-color: #C69951;
  color: white;
  border-color: #C69951;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.orange a, a.cartouche.orange a {
  color: white;
}
.cartouche.orange .addon, a.cartouche.orange .addon {
  color: rgb(133.3246753247, 98.8441558442, 43.6753246753);
  background-color: rgb(235.7532467532, 220.5584415584, 196.2467532468);
}
.cartouche.orange .addon:before, a.cartouche.orange .addon:before {
  background-color: rgb(235.7532467532, 220.5584415584, 196.2467532468);
}
.cartouche.dark, a.cartouche.dark {
  background-color: #1F180D;
  color: rgb(207.7272727273, 182.2727272727, 142.2727272727);
  border-color: #1F180D;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.dark a, a.cartouche.dark a {
  color: rgb(207.7272727273, 182.2727272727, 142.2727272727);
}
.cartouche.dark .addon, a.cartouche.dark .addon {
  color: black;
  background-color: rgb(138.7954545455, 107.4545454545, 58.2045454545);
}
.cartouche.dark .addon:before, a.cartouche.dark .addon:before {
  background-color: rgb(138.7954545455, 107.4545454545, 58.2045454545);
}
.cartouche.red, a.cartouche.red {
  background-color: #DD423E;
  color: white;
  border-color: #DD423E;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.red a, a.cartouche.red a {
  color: white;
}
.cartouche.red .addon, a.cartouche.red .addon {
  color: rgb(153.8898678414, 30.2995594714, 27.1101321586);
  background-color: rgb(243.9162995595, 193.3876651982, 192.0837004405);
}
.cartouche.red .addon:before, a.cartouche.red .addon:before {
  background-color: rgb(243.9162995595, 193.3876651982, 192.0837004405);
}
.cartouche.green, a.cartouche.green {
  background-color: #499D1F;
  color: rgb(245.2127659574, 252.3617021277, 241.6382978723);
  border-color: #499D1F;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.green a, a.cartouche.green a {
  color: rgb(245.2127659574, 252.3617021277, 241.6382978723);
}
.cartouche.green .addon, a.cartouche.green .addon {
  color: rgb(33.3936170213, 71.8191489362, 14.1808510638);
  background-color: rgb(151.6223404255, 227.1329787234, 113.8670212766);
}
.cartouche.green .addon:before, a.cartouche.green .addon:before {
  background-color: rgb(151.6223404255, 227.1329787234, 113.8670212766);
}
.cartouche.xs, a.cartouche.xs {
  font-size: 0.8em;
}
.cartouche.primary, a.cartouche.primary {
  background-color: #6e2458;
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
  border-color: #6e2458;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.primary a, a.cartouche.primary a {
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
}
.cartouche.primary .addon, a.cartouche.primary .addon {
  color: rgb(33.1506849315, 10.8493150685, 26.5205479452);
  background-color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.cartouche.primary .addon:before, a.cartouche.primary .addon:before {
  background-color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.cartouche.secondary1, a.cartouche.secondary1 {
  background-color: #290671;
  color: rgb(199.2857142857, 174.2857142857, 250.7142857143);
  border-color: #290671;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.secondary1 a, a.cartouche.secondary1 a {
  color: rgb(199.2857142857, 174.2857142857, 250.7142857143);
}
.cartouche.secondary1 .addon, a.cartouche.secondary1 .addon {
  color: rgb(5.8571428571, 0.8571428571, 16.1428571429);
  background-color: #631df3;
}
.cartouche.secondary1 .addon:before, a.cartouche.secondary1 .addon:before {
  background-color: #631df3;
}
.cartouche.secondary2, a.cartouche.secondary2 {
  background-color: #369100;
  color: rgb(217.9724137931, 255, 196);
  border-color: #369100;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.secondary2 a, a.cartouche.secondary2 a {
  color: rgb(217.9724137931, 255, 196);
}
.cartouche.secondary2 .addon, a.cartouche.secondary2 .addon {
  color: rgb(16.0137931034, 43, 0);
  background-color: rgb(121.9517241379, 255, 43);
}
.cartouche.secondary2 .addon:before, a.cartouche.secondary2 .addon:before {
  background-color: rgb(121.9517241379, 255, 43);
}
.cartouche.complementary, a.cartouche.complementary {
  background-color: #834f1c;
  color: rgb(247.0754716981, 232.358490566, 217.9245283019);
  border-color: #834f1c;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.complementary a, a.cartouche.complementary a {
  color: rgb(247.0754716981, 232.358490566, 217.9245283019);
}
.cartouche.complementary .addon, a.cartouche.complementary .addon {
  color: rgb(46.9622641509, 28.320754717, 10.0377358491);
  background-color: rgb(220.1320754717, 155.3773584906, 91.8679245283);
}
.cartouche.complementary .addon:before, a.cartouche.complementary .addon:before {
  background-color: rgb(220.1320754717, 155.3773584906, 91.8679245283);
}
.cartouche.success, .progress-item.progress-item-valid .cartouche.progress-cartouche, a.cartouche.success {
  background-color: #5cb85c;
  color: white;
  border-color: #5cb85c;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.success a, .progress-item.progress-item-valid .cartouche.progress-cartouche a, a.cartouche.success a {
  color: white;
}
.cartouche.success .addon, .progress-item.progress-item-valid .cartouche.progress-cartouche .addon, a.cartouche.success .addon {
  color: rgb(52.7948717949, 121.2051282051, 52.7948717949);
  background-color: rgb(198.5769230769, 230.4230769231, 198.5769230769);
}
.cartouche.success .addon:before, .progress-item.progress-item-valid .cartouche.progress-cartouche .addon:before, a.cartouche.success .addon:before {
  background-color: rgb(198.5769230769, 230.4230769231, 198.5769230769);
}
.cartouche.info, .progress-item.progress-item-inprogress .cartouche.progress-cartouche, a.cartouche.info {
  background-color: #5bc0de;
  color: white;
  border-color: #5bc0de;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.info a, .progress-item.progress-item-inprogress .cartouche.progress-cartouche a, a.cartouche.info a {
  color: white;
}
.cartouche.info .addon, .progress-item.progress-item-inprogress .cartouche.progress-cartouche .addon, a.cartouche.info .addon {
  color: rgb(35.345177665, 143.5228426396, 175.654822335);
  background-color: rgb(218.3705583756, 240.9289340102, 247.6294416244);
}
.cartouche.info .addon:before, .progress-item.progress-item-inprogress .cartouche.progress-cartouche .addon:before, a.cartouche.info .addon:before {
  background-color: rgb(218.3705583756, 240.9289340102, 247.6294416244);
}
.cartouche.danger, .progress-item.progress-item-refused .cartouche.progress-cartouche, .progress-item.progress-item-late .cartouche.progress-cartouche, a.cartouche.danger {
  background-color: #d9534f;
  color: white;
  border-color: #d9534f;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.danger a, .progress-item.progress-item-refused .cartouche.progress-cartouche a, .progress-item.progress-item-late .cartouche.progress-cartouche a, a.cartouche.danger a {
  color: white;
}
.cartouche.danger .addon, .progress-item.progress-item-refused .cartouche.progress-cartouche .addon, .progress-item.progress-item-late .cartouche.progress-cartouche .addon, a.cartouche.danger .addon {
  color: rgb(159.5514018692, 38.0747663551, 34.4485981308);
  background-color: rgb(244.1682242991, 205.9719626168, 204.8317757009);
}
.cartouche.danger .addon:before, .progress-item.progress-item-refused .cartouche.progress-cartouche .addon:before, .progress-item.progress-item-late .cartouche.progress-cartouche .addon:before, a.cartouche.danger .addon:before {
  background-color: rgb(244.1682242991, 205.9719626168, 204.8317757009);
}
.cartouche.warning, a.cartouche.warning {
  background-color: #f0ad4e;
  color: white;
  border-color: #f0ad4e;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.warning a, a.cartouche.warning a {
  color: white;
}
.cartouche.warning .addon, a.cartouche.warning .addon {
  color: rgb(199.125, 123.75, 16.875);
  background-color: rgb(251.953125, 238.34375, 219.046875);
}
.cartouche.warning .addon:before, a.cartouche.warning .addon:before {
  background-color: rgb(251.953125, 238.34375, 219.046875);
}
.cartouche.valo, .cartouche.purple, a.cartouche.valo, a.cartouche.purple {
  background-color: #a144a5;
  color: white;
  border-color: #a144a5;
  box-shadow: inset -0.125em 0.125em 0.25em rgba(255, 255, 255, 0.1), inset 0.125em -0.125em 0.5em rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.25);
}
.cartouche.valo a, .cartouche.purple a, a.cartouche.valo a, a.cartouche.purple a {
  color: white;
}
.cartouche.valo .addon, .cartouche.purple .addon, a.cartouche.valo .addon, a.cartouche.purple .addon {
  color: rgb(90.5193133047, 38.2317596567, 92.7682403433);
  background-color: rgb(216.6824034335, 167.1888412017, 218.8111587983);
}
.cartouche.valo .addon:before, .cartouche.purple .addon:before, a.cartouche.valo .addon:before, a.cartouche.purple .addon:before {
  background-color: rgb(216.6824034335, 167.1888412017, 218.8111587983);
}

[class^=icon-].inverse:before, [class*=" icon-"].inverse:before {
  display: inline-block;
  padding: 0.25em;
  width: 1.5em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: black;
  color: white;
}
[class^=icon-].inverse.green:before, [class*=" icon-"].inverse.green:before {
  background: #5cb85c;
}
[class^=icon-].inverse.blue:before, [class*=" icon-"].inverse.blue:before {
  background: #5bc0de;
}
[class^=icon-].inverse.orange:before, [class*=" icon-"].inverse.orange:before {
  background: #f0ad4e;
}
[class^=icon-].inverse.red:before, [class*=" icon-"].inverse.red:before {
  background: #d9534f;
}

.card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  padding: 0.25em;
}
.card.xs {
  font-size: 0.8em;
}
.card.big {
  font-size: 1.25em;
}
.card.huge {
  font-size: 1.5em;
}
.card.card-primary {
  background: #6e2458;
  color: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.card.card-primary .card-title {
  border-color: rgb(90.7876712329, 29.7123287671, 72.6301369863);
  color: white;
}
.card.card-primary .card-title [class*=icon].inverse:before {
  background-color: rgb(186.8493150685, 61.1506849315, 149.4794520548);
  color: #6e2458;
}
.card.card-primary .card-content {
  background-color: rgb(129.2123287671, 42.2876712329, 103.3698630137);
}
.card.card-primary .card-footer {
  border-color: rgb(90.7876712329, 29.7123287671, 72.6301369863);
  color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.card.card-secondary1 {
  background: #290671;
  color: rgb(165.8571428571, 125.8571428571, 248.1428571429);
}
.card.card-secondary1 .card-title {
  border-color: rgb(32.2142857143, 4.7142857143, 88.7857142857);
  color: rgb(249.4285714286, 246.9285714286, 254.5714285714);
}
.card.card-secondary1 .card-title [class*=icon].inverse:before {
  background-color: rgb(76.1428571429, 11.1428571429, 209.8571428571);
  color: #290671;
}
.card.card-secondary1 .card-content {
  background-color: rgb(49.7857142857, 7.2857142857, 137.2142857143);
}
.card.card-secondary1 .card-footer {
  border-color: rgb(32.2142857143, 4.7142857143, 88.7857142857);
  color: #631df3;
}
.card.card-secondary2 {
  background: #369100;
  color: rgb(185.9655172414, 255, 145);
}
.card.card-secondary2 .card-title {
  border-color: rgb(44.5034482759, 119.5, 0);
  color: white;
}
.card.card-secondary2 .card-title [class*=icon].inverse:before {
  background-color: rgb(91.9862068966, 247, 0);
  color: #369100;
}
.card.card-secondary2 .card-content {
  background-color: rgb(63.4965517241, 170.5, 0);
}
.card.card-secondary2 .card-footer {
  border-color: rgb(44.5034482759, 119.5, 0);
  color: rgb(121.9517241379, 255, 43);
}
.card.card-complementary {
  background: #834f1c;
  color: rgb(238.0943396226, 206.6981132075, 175.9056603774);
}
.card.card-complementary .card-title {
  border-color: rgb(109.9905660377, 66.3301886792, 23.5094339623);
  color: white;
}
.card.card-complementary .card-title [class*=icon].inverse:before {
  background-color: rgb(211.1509433962, 129.7169811321, 49.8490566038);
  color: #834f1c;
}
.card.card-complementary .card-content {
  background-color: rgb(152.0094339623, 91.6698113208, 32.4905660377);
}
.card.card-complementary .card-footer {
  border-color: rgb(109.9905660377, 66.3301886792, 23.5094339623);
  color: rgb(220.1320754717, 155.3773584906, 91.8679245283);
}
.card.card-success {
  background: #5cb85c;
  color: white;
}
.card.card-success .card-title {
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  color: white;
}
.card.card-success .card-title [class*=icon].inverse:before {
  background-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
  color: #5cb85c;
}
.card.card-success .card-content {
  background-color: rgb(109.7628205128, 191.7371794872, 109.7628205128);
}
.card.card-success .card-footer {
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  color: rgb(198.5769230769, 230.4230769231, 198.5769230769);
}
.card.card-info {
  background: #5bc0de;
  color: white;
}
.card.card-info .card-title {
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  color: white;
}
.card.card-info .card-title [class*=icon].inverse:before {
  background-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
  color: #5bc0de;
}
.card.card-info .card-content {
  background-color: rgb(112.2284263959, 200.154822335, 226.2715736041);
}
.card.card-info .card-footer {
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  color: rgb(218.3705583756, 240.9289340102, 247.6294416244);
}
.card.card-danger {
  background: #d9534f;
  color: white;
}
.card.card-danger .card-title {
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  color: white;
}
.card.card-danger .card-title [class*=icon].inverse:before {
  background-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
  color: #d9534f;
}
.card.card-danger .card-content {
  background-color: rgb(221.5280373832, 103.4953271028, 99.9719626168);
}
.card.card-danger .card-footer {
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  color: rgb(244.1682242991, 205.9719626168, 204.8317757009);
}
.card.card-warning {
  background: #f0ad4e;
  color: white;
}
.card.card-warning .card-title {
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
  color: white;
}
.card.card-warning .card-title [class*=icon].inverse:before {
  background-color: rgb(247.96875, 216.5625, 172.03125);
  color: #f0ad4e;
}
.card.card-warning .card-content {
  background-color: rgb(241.9921875, 183.890625, 101.5078125);
}
.card.card-warning .card-footer {
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
  color: rgb(251.953125, 238.34375, 219.046875);
}
.card .card-title {
  margin: 0;
  padding: 0 0.5em;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-color: rgb(242.25, 242.25, 242.25);
  font-size: 1.25em;
  line-height: 2em;
  font-weight: lighter;
}
.card.openable .card-title {
  border-bottom-width: 0;
}
.card.openable.open .card-title {
  border-bottom-width: thin;
}
.card .card-content {
  padding: 0.5em;
}
.card .card-footer {
  font-size: 0.8em;
  border-top: solid thin rgb(228.1232876712, 172.8767123288, 211.698630137);
  font-weight: lighter;
}
.card > header {
  margin: 0;
  position: relative;
}
.card > header .menu {
  position: absolute;
  top: 0;
  right: 0;
}
.card .content {
  padding: 0;
  min-height: 2em;
}
.card > footer {
  margin: 0 0.5em;
}

.menu-icon {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: rgba(206.7452054795, 107.5547945205, 177.2561643836, 0.9);
  border: thin solid #6e2458;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: rgb(13.9383561644, 4.5616438356, 11.1506849315);
  padding: 0.25em;
  position: absolute;
  z-index: 5;
}
.menu-icon .item:hover {
  background: #6e2458;
  color: rgb(218.0630136986, 142.1369863014, 195.4904109589);
}
.menu-icon .divider {
  background: rgb(186.8493150685, 61.1506849315, 149.4794520548);
}
.menu-icon.compl {
  background-color: rgba(222.8264150943, 163.0754716981, 104.4735849057, 0.9);
  border: thin solid #834f1c;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: rgb(25.9528301887, 15.6509433962, 5.5471698113);
}
.menu-icon.compl .item:hover {
  background: #834f1c;
  color: rgb(230.9094339623, 186.1698113208, 142.2905660377);
}
.menu-icon.compl .divider {
  background: rgb(211.1509433962, 129.7169811321, 49.8490566038);
}
.menu-icon.neutral {
  background-color: rgba(192.5424778761, 197.15, 201.7575221239, 0.9);
  border: thin solid #68717A;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: rgb(45.3274336283, 49.25, 53.1725663717);
}
.menu-icon.neutral .item:hover {
  background: #68717A;
  color: rgb(217.3203539823, 220.1, 222.8796460177);
}
.menu-icon.neutral .divider {
  background: rgb(156.7522123894, 164, 171.2477876106);
}
.menu-icon.onleft {
  left: 0;
}
.menu-icon.onright {
  right: 0;
}
.menu-icon.onright .item:after, .menu-icon.onright .item:before {
  content: " ";
  display: table;
}
.menu-icon.onright .item:after {
  clear: both;
}
.menu-icon.onright i {
  float: right;
}
.menu-icon .heading {
  width: 2em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.menu-icon .item {
  display: block;
  padding: 0.125em 0.25em;
  transition: all 0.3s;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
}
.menu-icon .divider {
  display: block;
  height: 1px;
  width: 75%;
  margin: 0.5em 0.25em;
}
.menu-icon:hover .heading {
  opacity: 1;
  width: auto;
}
.menu-icon:hover .item-label {
  display: inline-block;
}
.menu-icon .item-label {
  display: none;
}
.menu-icon a {
  color: inherit;
  text-decoration: none;
}

.block-primary {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #6e2458 url(../images/bg-25.png);
  color: rgb(218.0630136986, 142.1369863014, 195.4904109589);
  border-color: #6e2458;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-secondary1 {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #290671 url(../images/bg-25.png);
  color: rgb(139.1142857143, 87.1142857143, 246.0857142857);
  border-color: #290671;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-secondary2 {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #369100 url(../images/bg-25.png);
  color: rgb(160.36, 255, 104.2);
  border-color: #369100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-complementary {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #834f1c url(../images/bg-25.png);
  color: rgb(230.9094339623, 186.1698113208, 142.2905660377);
  border-color: #834f1c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-success {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #5cb85c url(../images/bg-25.png);
  color: rgb(241.2076923077, 248.9923076923, 241.2076923077);
  border-color: #5cb85c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-info {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #5bc0de url(../images/bg-25.png);
  color: white;
  border-color: #5bc0de;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-danger {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #d9534f url(../images/bg-25.png);
  color: white;
  border-color: #d9534f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.block-warning {
  background: #68717A url(../images/bg-25.png);
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-color: #68717A;
  background: #f0ad4e url(../images/bg-25.png);
  color: white;
  border-color: #f0ad4e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  border: rgb(13.9383561644, 4.5616438356, 11.1506849315) 2px solid;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.navbar {
  border-radius: 0;
  box-shadow: 0 1em 1em rgba(0, 0, 0, 0.2), inset 0 -1em 1em rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px;
}
.navbar.navbar-primary {
  border-color: rgb(71.5753424658, 23.4246575342, 57.2602739726);
  background-color: #6e2458;
  color: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.navbar.navbar-primary a, .navbar.navbar-primary h1, .navbar.navbar-primary h2, .navbar.navbar-primary h3, .navbar.navbar-primary h4, .navbar.navbar-primary h5, .navbar.navbar-primary h6, .navbar.navbar-primary strong, .navbar.navbar-primary em {
  color: rgb(240.698630137, 211.301369863, 231.9589041096);
}
.navbar.navbar-primary .active a {
  background-color: rgb(186.8493150685, 61.1506849315, 149.4794520548);
}
.navbar.navbar-primary a {
  transition: all 0.3s;
  color: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.navbar.navbar-primary a:focus {
  background-color: rgb(186.8493150685, 61.1506849315, 149.4794520548);
}
.navbar.navbar-primary a:hover {
  background-color: rgb(148.4246575342, 48.5753424658, 118.7397260274);
}
.navbar.navbar-primary .dropdown-menu a {
  color: #6e2458;
}
.navbar.navbar-primary .dropdown-menu a:hover {
  background-color: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.navbar.navbar-secondary1 {
  border-color: rgb(23.4285714286, 3.4285714286, 64.5714285714);
  background-color: #290671;
  color: rgb(165.8571428571, 125.8571428571, 248.1428571429);
}
.navbar.navbar-secondary1 a, .navbar.navbar-secondary1 h1, .navbar.navbar-secondary1 h2, .navbar.navbar-secondary1 h3, .navbar.navbar-secondary1 h4, .navbar.navbar-secondary1 h5, .navbar.navbar-secondary1 h6, .navbar.navbar-secondary1 strong, .navbar.navbar-secondary1 em {
  color: rgb(199.2857142857, 174.2857142857, 250.7142857143);
}
.navbar.navbar-secondary1 .active a {
  background-color: rgb(76.1428571429, 11.1428571429, 209.8571428571);
}
.navbar.navbar-secondary1 a {
  transition: all 0.3s;
  color: rgb(165.8571428571, 125.8571428571, 248.1428571429);
}
.navbar.navbar-secondary1 a:focus {
  background-color: rgb(76.1428571429, 11.1428571429, 209.8571428571);
}
.navbar.navbar-secondary1 a:hover {
  background-color: rgb(58.5714285714, 8.5714285714, 161.4285714286);
}
.navbar.navbar-secondary1 .dropdown-menu a {
  color: #290671;
}
.navbar.navbar-secondary1 .dropdown-menu a:hover {
  background-color: rgb(165.8571428571, 125.8571428571, 248.1428571429);
}
.navbar.navbar-secondary2 {
  border-color: rgb(35.0068965517, 94, 0);
  background-color: #369100;
  color: rgb(185.9655172414, 255, 145);
}
.navbar.navbar-secondary2 a, .navbar.navbar-secondary2 h1, .navbar.navbar-secondary2 h2, .navbar.navbar-secondary2 h3, .navbar.navbar-secondary2 h4, .navbar.navbar-secondary2 h5, .navbar.navbar-secondary2 h6, .navbar.navbar-secondary2 strong, .navbar.navbar-secondary2 em {
  color: rgb(217.9724137931, 255, 196);
}
.navbar.navbar-secondary2 .active a {
  background-color: rgb(91.9862068966, 247, 0);
}
.navbar.navbar-secondary2 a {
  transition: all 0.3s;
  color: rgb(185.9655172414, 255, 145);
}
.navbar.navbar-secondary2 a:focus {
  background-color: rgb(91.9862068966, 247, 0);
}
.navbar.navbar-secondary2 a:hover {
  background-color: rgb(72.9931034483, 196, 0);
}
.navbar.navbar-secondary2 .dropdown-menu a {
  color: #369100;
}
.navbar.navbar-secondary2 .dropdown-menu a:hover {
  background-color: rgb(185.9655172414, 255, 145);
}
.navbar.navbar-complementary {
  border-color: rgb(88.9811320755, 53.6603773585, 19.0188679245);
  background-color: #834f1c;
  color: rgb(238.0943396226, 206.6981132075, 175.9056603774);
}
.navbar.navbar-complementary a, .navbar.navbar-complementary h1, .navbar.navbar-complementary h2, .navbar.navbar-complementary h3, .navbar.navbar-complementary h4, .navbar.navbar-complementary h5, .navbar.navbar-complementary h6, .navbar.navbar-complementary strong, .navbar.navbar-complementary em {
  color: rgb(247.0754716981, 232.358490566, 217.9245283019);
}
.navbar.navbar-complementary .active a {
  background-color: rgb(211.1509433962, 129.7169811321, 49.8490566038);
}
.navbar.navbar-complementary a {
  transition: all 0.3s;
  color: rgb(238.0943396226, 206.6981132075, 175.9056603774);
}
.navbar.navbar-complementary a:focus {
  background-color: rgb(211.1509433962, 129.7169811321, 49.8490566038);
}
.navbar.navbar-complementary a:hover {
  background-color: rgb(173.0188679245, 104.3396226415, 36.9811320755);
}
.navbar.navbar-complementary .dropdown-menu a {
  color: #834f1c;
}
.navbar.navbar-complementary .dropdown-menu a:hover {
  background-color: rgb(238.0943396226, 206.6981132075, 175.9056603774);
}
.navbar.navbar-success {
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-color: #5cb85c;
  color: white;
}
.navbar.navbar-success a, .navbar.navbar-success h1, .navbar.navbar-success h2, .navbar.navbar-success h3, .navbar.navbar-success h4, .navbar.navbar-success h5, .navbar.navbar-success h6, .navbar.navbar-success strong, .navbar.navbar-success em {
  color: white;
}
.navbar.navbar-success .active a {
  background-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.navbar.navbar-success a {
  transition: all 0.3s;
  color: white;
}
.navbar.navbar-success a:focus {
  background-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.navbar.navbar-success a:hover {
  background-color: rgb(127.5256410256, 199.4743589744, 127.5256410256);
}
.navbar.navbar-success .dropdown-menu a {
  color: #5cb85c;
}
.navbar.navbar-success .dropdown-menu a:hover {
  background-color: white;
}
.navbar.navbar-info {
  border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-color: #5bc0de;
  color: white;
}
.navbar.navbar-info a, .navbar.navbar-info h1, .navbar.navbar-info h2, .navbar.navbar-info h3, .navbar.navbar-info h4, .navbar.navbar-info h5, .navbar.navbar-info h6, .navbar.navbar-info strong, .navbar.navbar-info em {
  color: white;
}
.navbar.navbar-info .active a {
  background-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}
.navbar.navbar-info a {
  transition: all 0.3s;
  color: white;
}
.navbar.navbar-info a:focus {
  background-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}
.navbar.navbar-info a:hover {
  background-color: rgb(133.4568527919, 208.3096446701, 230.5431472081);
}
.navbar.navbar-info .dropdown-menu a {
  color: #5bc0de;
}
.navbar.navbar-info .dropdown-menu a:hover {
  background-color: white;
}
.navbar.navbar-danger {
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-color: #d9534f;
  color: white;
}
.navbar.navbar-danger a, .navbar.navbar-danger h1, .navbar.navbar-danger h2, .navbar.navbar-danger h3, .navbar.navbar-danger h4, .navbar.navbar-danger h5, .navbar.navbar-danger h6, .navbar.navbar-danger strong, .navbar.navbar-danger em {
  color: white;
}
.navbar.navbar-danger .active a {
  background-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.navbar.navbar-danger a {
  transition: all 0.3s;
  color: white;
}
.navbar.navbar-danger a:focus {
  background-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.navbar.navbar-danger a:hover {
  background-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
}
.navbar.navbar-danger .dropdown-menu a {
  color: #d9534f;
}
.navbar.navbar-danger .dropdown-menu a:hover {
  background-color: white;
}
.navbar.navbar-warning {
  border-color: rgb(236.015625, 151.21875, 30.984375);
  background-color: #f0ad4e;
  color: white;
}
.navbar.navbar-warning a, .navbar.navbar-warning h1, .navbar.navbar-warning h2, .navbar.navbar-warning h3, .navbar.navbar-warning h4, .navbar.navbar-warning h5, .navbar.navbar-warning h6, .navbar.navbar-warning strong, .navbar.navbar-warning em {
  color: white;
}
.navbar.navbar-warning .active a {
  background-color: rgb(247.96875, 216.5625, 172.03125);
}
.navbar.navbar-warning a {
  transition: all 0.3s;
  color: white;
}
.navbar.navbar-warning a:focus {
  background-color: rgb(247.96875, 216.5625, 172.03125);
}
.navbar.navbar-warning a:hover {
  background-color: rgb(243.984375, 194.78125, 125.015625);
}
.navbar.navbar-warning .dropdown-menu a {
  color: #f0ad4e;
}
.navbar.navbar-warning .dropdown-menu a:hover {
  background-color: white;
}

.text-light {
  font-weight: 100;
  opacity: 0.8;
}

.selectable.selected {
  background-color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}

.openable:not(.open) .openable-content {
  display: none;
}
.openable:not(.open) .icon-openable:before {
  content: "\e85f" !important;
}
.openable .handler {
  cursor: pointer;
}
.openable.open > .openable-content {
  display: block;
}
.openable.open .icon-openable:before {
  content: "\e860";
}

.card h2, .card h3, .card h4 {
  margin: 0 0 0.25em;
  padding: 0;
}
.card .card-title {
  align-items: center;
}
.card .card-title .right {
  margin-left: auto;
  flex: 0 0 auto;
}
.card .card-title .big {
  font-size: 1.4em;
}
.card.active {
  border-left: 4px #0b93d5 solid;
}
.card.error {
  border-left: 4px #9e0505 solid;
}
.card.disabled {
  border-left: 4px #5a5a5a solid;
}

.widget .widget-loading-message {
  display: none;
}
.widget.loading .widget-content {
  filter: blur(0.25em);
}
.widget.loading .widget-loading-message {
  display: block;
  position: absolute;
  z-index: 5;
  text-align: center;
  left: 25%;
  right: 25%;
  top: 40%;
}

.label i[class*=icon-] {
  color: white !important;
}

.options-menu {
  display: flex;
  font-weight: 100;
  font-size: 0.75em;
}
.options-menu a {
  color: #999;
  text-decoration: underline;
  padding: 2px 4px;
}
.options-menu.right > :first-child {
  margin-left: auto;
}

.cols {
  display: flex;
  flex-wrap: wrap;
}
.cols > .col {
  flex: 1;
  margin: 0.5%;
}
.cols > .col-1 {
  flex-grow: 1;
}
.cols > .col-2 {
  flex-grow: 2;
}
.cols > .col-4 {
  flex-grow: 4;
}

.nav.nav-tabs > li > a {
  font-size: 0.8em;
  padding: 8px 1px;
}

.privileges-ui .scrollable {
  padding: 0 32px;
  border: solid thin #ccc;
  position: relative;
  right: -11px;
  height: 55vh;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: -1em 1em 2em rgba(0, 0, 0, 0.1) inset;
}
.privileges-ui header .content {
  margin-right: 34px;
}
.privileges-ui header .role {
  position: relative;
}
.privileges-ui header .role:nth-child(even) {
  background: #ddd;
}
.privileges-ui header .role:nth-child(even) .role-label, .privileges-ui header .role:nth-child(even) .square {
  background: #ddd;
}
.privileges-ui header .role:last-child .role-label {
  border-bottom: thin solid #bbb;
}
.privileges-ui header .role:last-child .square {
  border-right: thin solid #bbb;
}
.privileges-ui header .square {
  background: #fff;
  position: relative;
  z-index: 6;
}
.privileges-ui header .role-label {
  font-weight: 600;
  text-align: left;
  border: thin solid #bbb;
  border-bottom: none;
  border-left: none;
  z-index: 5;
  padding-left: 1em;
  display: block;
  background: #fff;
  width: 225px;
  height: 28px;
  position: absolute;
  transform: rotate(-60deg);
  transform-origin: bottom left;
  margin-left: 24px;
  top: -14px;
  line-height: 28px;
  font-size: 0.8em;
}
.privileges-ui .privilege {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 0.25em 0;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  border-top: #ccc thin solid;
  border-bottom: #ccc thin solid;
  border-left: solid #999 2px;
}
.privileges-ui .privilege .content {
  display: flex;
}
.privileges-ui .privilege .content .intitule {
  flex: 5;
}
.privileges-ui .privilege .content .role {
  flex: 32px;
  margin-left: auto;
  flex-grow: 0;
  border-left: #ccc thin solid;
  text-align: center;
}
.privileges-ui .privilege .content .role:nth-child(even) {
  background: #ddd;
}
.privileges-ui .privilege strong {
  font-size: 1em;
  font-weight: 800;
  display: inline-block;
}
.privileges-ui .privilege p {
  font-size: 0.8em;
}
.privileges-ui .privilege .privilege {
  box-shadow: none;
  font-size: 0.9em;
  border-bottom: none;
  padding: 0.1em 0 0.1em 0.5em;
  margin: 0;
  margin-left: 0.5em;
}
.privileges-ui .privilege .privilege strong {
  font-weight: 700;
}

.tabs .tab {
  display: inline-block;
  background: #ddd;
  border-radius: 0.25em 0.25em 0 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 0.5em 1em;
  font-weight: 100;
  cursor: pointer;
}
.tabs .tab.selected {
  background: #fff;
}

.privileges .tab-content {
  background: #eee;
  border: thin solid #ddd;
}

.declarations-ui {
  background: #e2e2e2;
  height: 80vh;
}
.declarations-ui .list-item {
  font-size: 0.8em;
  background: #eee;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 175px;
  margin-bottom: 2px;
}
.declarations-ui .list-item:hover {
  background: #fff;
}
.declarations-ui .list-item.selected {
  background: #222;
  color: #eee;
}
.declarations-ui .persons-list {
  padding-left: 0.5em;
  max-height: 100%;
  overflow-y: auto;
}
.declarations-ui .declarations-list {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 0.5em;
}
.declarations-ui .declaration-details {
  max-height: 100%;
  overflow-y: auto;
  padding-left: 0.5em;
}

.data-list {
  color: #999;
}
.data-list .data-row {
  display: flex;
  border-bottom: thin #AAA solid;
}
.data-list .data-row .data-label {
  font-weight: 100;
  flex: 0 0 30%;
  white-space: nowrap;
}
.data-list .data-row .data-value {
  font-weight: bold;
  color: #6e2458;
  flex: 1 1 auto;
}
.data-list .data-row .data-value ul {
  margin: 0;
  padding: 0;
}
.data-list .data-row .data-value .ldap-groups {
  font-size: 0.75em;
  list-style: none;
}
.data-list .data-row .data-value .ldap-groups .no-role {
  display: none;
}
.data-list .data-row .data-value .ldap-groups.show-off .no-role {
  display: block;
}
.data-list .data-row .data-value .no-role {
  font-weight: 100;
  color: #999;
}

.oscar-link {
  color: rgb(63.75, 63.75, 63.75);
  text-decoration: underline;
}
.oscar-link:hover {
  color: black;
  text-decoration: none;
}

.validations-table .lot, .validations-table .lotsTotal {
  display: block;
  text-align: right;
  white-space: nowrap;
}
.validations-table .lot {
  font-weight: 100;
}
.validations-table .lotsTotal {
  font-weight: 600;
}

.link {
  color: rgb(146, 0, 102.5945945946);
  text-decoration: underline;
}
.link.small {
  color: rgb(146, 0, 102.5945945946);
  font-size: 0.75em;
}
.link:hover {
  color: rgb(255, 18.5, 184.6891891892);
}
.link[data-tooltip] {
  background: red;
  position: relative;
}
.link[data-tooltip]:hover:before {
  display: block;
}
.link[data-tooltip]:before {
  display: none;
  animation: all 0.3s;
  position: absolute;
  content: attr(data-tooltip);
  bottom: 1.4em;
  min-width: 20em;
  padding: 0.5em 0.75em;
  border: thin solid #333;
  box-shadow: -4px 4px 1px rgba(0, 0, 0, 0.2);
  z-index: 5;
  background: #555;
  color: white;
}

.oscar-table {
  background: none;
}
.oscar-table .sous-total-year {
  background: none !important;
}
.oscar-table .year-head {
  background: none !important;
}
.oscar-table .year-head .labeled {
  font-size: 1em;
  line-height: 1em;
  padding: 0.2em 0.5em;
  display: inline-block;
  color: white;
  background: rgba(110, 36, 88, 0.6) !important;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.oscar-table thead {
  background: #6e2458;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
.oscar-table thead th {
  font-weight: 100;
}
.oscar-table thead :not(:nth-child(1)) {
  text-align: right;
}
.oscar-table tbody tr {
  background: #fff;
}
.oscar-table tbody tr:nth-child(even) {
  background: #eeeeee;
}
.oscar-table tbody tr.small, .oscar-table thead tr.small {
  font-size: 0.8em;
}
.oscar-table tbody tr th, .oscar-table tbody tr td, .oscar-table thead tr th, .oscar-table thead tr td {
  line-height: 1em;
}
.oscar-table th, .oscar-table td {
  border: solid rgba(0, 0, 0, 0.2) thin;
}

html body {
  background-image: url("bg-debug.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}

.logo-primary {
  fill: #6e2458 !important;
}

.nav-icons a {
  color: #888;
}
.nav-icons a:hover {
  color: #6e2458;
}

.logo-secondary {
  fill: #834f1c !important;
}

.logo-grey {
  fill: rgb(102.425, 102.425, 102.425) !important;
}

#contenu-principal {
  min-height: 70vh;
}

.container {
  max-width: 1600px;
  width: 90%;
}

.btn, .workpackages .workpackage-add {
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
}
.btn.btn-discreet, .workpackages .btn-discreet.workpackage-add {
  padding: 0.1em 1em;
  background-color: rgb(234.4109589041, 192.0890410959, 221.8287671233);
  border-radius: 4px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 12px;
}
.btn.btn-discreet:hover, .workpackages .btn-discreet.workpackage-add:hover {
  background-color: rgb(215.5479452055, 134.4520547945, 191.4383561644);
}

.has-btn {
  position: relative;
}
.has-btn .btn-area {
  z-index: 3;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  font-size: 0.8em;
}
.has-btn .btn-area a {
  transition: all 0.3s;
  padding: 0.3em;
  text-decoration: none;
}
.has-btn .btn-area a.disabled {
  cursor: not-allowed;
  color: rgba(50, 0, 0, 0.2) !important;
}
.has-btn .btn-area a.disabled:after {
  content: " (Désactivé)";
  text-decoration: none;
}
.has-btn .btn-area a.ninja {
  color: rgba(0, 0, 0, 0);
}
.has-btn .btn-area a.smoke {
  color: rgba(0, 0, 0, 0.5);
}
.has-btn .btn-area a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.has-btn:hover .btn-area > a {
  color: rgba(0, 0, 0, 0.3);
}

.menu-icon {
  font-size: 1.4rem;
}
.menu-icon .heading {
  font-weight: 100;
  margin-top: 0.5em;
}

.navbar {
  font-size: 12px;
}

.nav > li > a {
  padding: 15px 10px;
  border-right: solid thin rgba(0, 0, 0, 0.15);
}

.bs-docs-sidebar .nav .year > a, .bs-docs-sidebar .nav .month > a {
  padding: 0;
  margin: 0;
}
.bs-docs-sidebar .nav .active > a {
  font-weight: bold;
}
.bs-docs-sidebar .nav .month {
  margin-left: 1em;
}
.bs-docs-sidebar .nav .year {
  margin-top: 1em;
}

.navbar.navbar-main .dropdown-menu a {
  color: #51BADD;
}

mark {
  padding: 0;
  background-color: rgb(199.2857142857, 174.2857142857, 250.7142857143);
  border-radius: 0.25em;
  color: #290671;
}

.subsection {
  margin-left: 1.5em;
  margin-right: 1em;
  padding-bottom: 1em;
}
.subsection .subsection-title {
  margin: 0.5em 0 0.25em -1em;
  margin-left: -1em;
  border-bottom: thin #eee dotted;
  line-height: 1.8em;
  font-size: 1.2em;
}

.divider {
  display: block;
  height: 32px;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 32px 32px;
}
.divider.xs {
  height: 16px;
  background-size: 8px 8px;
}
.divider.zigzag {
  background-image: url(zigzag.png);
}
.divider.points {
  background-image: url(points.png);
}

.modal-content {
  border-radius: 0;
}

.modal-backdrop {
  background: #fff;
}
.modal-backdrop.in {
  opacity: 0.75;
}

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

.counter {
  background: #777;
  color: #fff;
  display: inline-block;
  height: 1.25em;
  line-height: 1em;
  font-size: 0.6em;
  padding: 0.1em 0.5em;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.5em;
  position: relative;
  bottom: 0.5em;
}
.counter.filled {
  background: #6e2458;
}
.icon-acttype-none:before {
  content: "\e880";
}

.icon-acttype-recherche-et-valorisation:before {
  content: "\e88f";
}

.icon-acttype-production:before {
  content: "\e879";
}

#user-current-info small {
  display: none;
}

.site-footer {
  font-size: 12px;
  background: #444444;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.site-footer img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

.card .columns {
  color: rgb(136.085, 136.085, 136.085);
  font-size: 12px;
}
.card .columns > * > * {
  color: #444444;
}

.columns {
  display: flex;
}
.columns .partners {
  flex: 1;
}
.columns .size1 {
  flex: 1;
}
.columns .size3 {
  flex: 3;
}
.columns > * {
  flex: 2;
}
.columns .right {
  align-items: flex-end;
  align-content: flex-end;
}

.beta-stick {
  position: absolute;
  left: 0;
  background: white;
  color: rgb(202.9726027397, 96.0273972603, 171.1780821918);
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  display: block;
  width: 160px;
  transform: rotate(-45deg);
  top: 24px;
  left: -40px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

.signup {
  text-align: center;
  line-height: 2em;
  background: rgb(136.085, 136.085, 136.085);
}

.metas {
  font-size: 0.9em;
  font-weight: 100;
  color: rgb(148.4246575342, 48.5753424658, 118.7397260274);
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-color: #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.metas div time, .metas div em, .metas div strong, .metas div a {
  color: #444444;
  font-weight: 600;
}
.metas div a.btn, .metas div .workpackages a.workpackage-add, .workpackages .metas div a.workpackage-add {
  font-weight: 100;
  font-size: 12px;
}

.tag.discipline {
  background: #cfcfcf;
  color: white;
  text-shadow: -1px 1px 1px rgba(131, 79, 28, 0.5);
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
}

.navbar-main .popover .popover-content, .navbar-main .popover .popover-title {
  color: #6e2458;
}
.navbar-main .popover .popover-content a, .navbar-main .popover .popover-content strong, .navbar-main .popover .popover-title a, .navbar-main .popover .popover-title strong {
  color: #6e2458;
}

.navbar-global {
  background-color: indigo;
}

.navbar-global .navbar-brand {
  color: white;
}

.navbar-global .navbar-user > li > a {
  color: white;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.navbar-admin {
  box-shadow: 0.5em 0 0.5em rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0px;
  left: 0px;
  font-size: 0.8em;
  position: fixed;
  top: 51px;
  width: 260px;
  z-index: 8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-admin .content {
  position: absolute;
  left: 0;
  right: 10px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 2em 0 2em;
}
.navbar-admin .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-admin .content li a {
  display: block;
  text-decoration: none;
  padding: 2px 1em;
}
.navbar-admin .content li a:hover {
  background: #555;
  color: white;
}
.navbar-admin .content:hover .handler-collapse, .navbar-admin .content:hover .handler-collapse span {
  background: #30b0d5;
}
.navbar-admin .content:hover::-webkit-scrollbar {
  opacity: 0.5;
}
.navbar-admin .content::-webkit-scrollbar {
  width: 8px;
  opacity: 0.1;
}
.navbar-admin .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.navbar-admin .content::-webkit-scrollbar-thumb {
  background-color: rgba(136, 136, 136, 0.25);
  outline: 1px solid #1F180D;
}
.navbar-admin .handler-collapse {
  background: #888;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  width: 10px;
  outline: 0;
}
.navbar-admin .handler-collapse span {
  color: white;
  background: #888;
  display: block;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.navbar-admin h3 {
  border-top: rgba(85, 85, 85, 0.25) thin solid;
  color: #555;
  font-size: 1.2em;
  margin: 0;
  margin-top: 0.5em;
  padding: 2px;
}
.navbar-admin .btn-expand-collapse {
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  border-top: solid 1px #666;
  color: grey;
  font-size: 20px;
  text-align: center;
}
.navbar-admin .btn-expand-collapse:hover,
.navbar-admin .btn-expand-collapse:focus {
  background-color: #222;
  color: white;
}
.navbar-admin .btn-expand-collapse:active {
  background-color: #111;
}
.navbar-admin .navbar-primary-menu,
.navbar-admin .navbar-primary-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-admin .navbar-primary-menu li a {
  display: block;
  padding: 10px 18px;
  text-align: left;
  border-bottom: solid 1px #444;
  color: #ccc;
}
.navbar-admin .navbar-primary-menu li a:hover {
  background-color: #000;
  text-decoration: none;
  color: white;
}
.navbar-admin .navbar-primary-menu li a .glyphicon {
  margin-right: 6px;
}
.navbar-admin .navbar-primary-menu li a:hover .glyphicon {
  color: orchid;
}

.navbar-primary.collapsed {
  left: -250px;
}
.navbar-primary.collapsed .handler-collapse span {
  transform: rotate(180deg);
}

.navbar-primary.collapsed .nav-label {
  display: none;
}

.link {
  color: rgb(255, 18.5, 184.6891891892);
  font-weight: 600;
}

.contracts table, .contracts thead, .contracts tbody, .contracts tfoot {
  font-size: 12px;
  font-size: 12px;
  width: 100%;
}
.contracts h3 {
  font-size: 1em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}

.contract-active {
  border-left-color: #5cb85c;
  background-color: rgb(216.3397435897, 238.1602564103, 216.3397435897);
}

.contract-cancel {
  border-left-color: #d9534f;
}

.contract-terminated {
  border-left-color: rgb(136.085, 136.085, 136.085);
}

.helper {
  font-size: 0.8em;
  text-shadow: -1px -1px -1px rgba(0, 0, 0, 0.5);
  padding: 0.25em 1em 0.25em 0.25em;
  border-radius: 0.25em;
  display: inline-block;
}
.helper.danger, .progress-item.progress-item-refused .helper.progress-cartouche, .progress-item.progress-item-late .helper.progress-cartouche {
  background: #d9534f;
  color: white;
}

.thin {
  font-weight: 100;
}

.tw-control {
  display: block;
  position: relative;
  border: none;
  border-top: solid 1px rgba(104, 113, 122, 0);
  border-bottom: solid 1px rgba(104, 113, 122, 0);
  transition: all 1s;
}
.tw-control a {
  transition: all 1s;
  color: #68717A;
}
.tw-control a:hover {
  color: #290671;
}
.tw-control .opts {
  position: absolute;
  display: inline-block;
}
.tw-control .right {
  right: 0;
}
.tw-control .opt {
  opacity: 0.2;
}
.tw-control:hover {
  border-bottom-color: rgb(217.3203539823, 220.1, 222.8796460177);
}
.tw-control:hover .opt {
  opacity: 1;
}

.member {
  margin-bottom: 2px;
}
.member.inactive h4 {
  opacity: 0.3;
}
.member h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 28px;
}
.member .role-history {
  margin: 0;
  padding: 0;
  background: #e0e0e0;
  line-height: 1.2em;
  position: relative;
}
.member .role-history .enroled {
  z-index: 2;
  position: absolute;
  top: 2px;
  bottom: 2px;
  background: rgba(131, 79, 28, 0.75);
}
.member .year {
  position: absolute;
  top: 0;
  width: 100%;
}
.member .year .month {
  display: block;
  float: left;
  width: 8.3333333333%;
  font-size: 10px;
  text-align: center;
  border-right: solid thin #fff;
}

.timewalker-today {
  background: rgba(255, 255, 255, 0.5);
  border-left: thin solid #290671;
  z-index: 5;
}

.timewalker-controller .year {
  text-align: center;
  color: #aaa;
  font-size: 16px;
  font-weight: 900;
}
.timewalker-controller .year a {
  color: #ddd;
  text-decoration: none;
}
.timewalker-controller .year a:hover {
  color: #999;
}

.timewalker-controller .month {
  display: block;
  float: left;
  width: 8.3333333333%;
  border-right: solid 1px #ccc;
  text-align: center;
  color: #777;
  font-size: 12px;
}

.timewalker-data {
  background: rgba(41, 6, 113, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: inset -2px 2px 4px rgba(0, 0, 0, 0.25), inset 2px -2px 2px rgba(255, 255, 255, 0.25);
}
.timewalker-data.not-today {
  background: #777777;
  box-shadow: none;
}
.timewalker-data.infinite-left {
  border-radius: 0 4px 4px 0;
}
.timewalker-data.infinite-right {
  border-radius: 4px 0 0 4px;
}
.timewalker-data.infinite-right.infinite-left {
  border-radius: 0;
}

.timewalker-serie {
  background-color: #ddd;
  background-image: url("bg.gif");
  border: solid thin #D0D0D0;
  padding: 4px;
  height: 28px;
  position: relative;
}

.cartouche.PERIOD_UNFINISHED, .cartouche.PERIOD_NODECLARATION {
  background: #999;
}
.cartouche.PERIOD_UNFINISHED .addon, .cartouche.PERIOD_NODECLARATION .addon {
  background: rgb(216.75, 216.75, 216.75);
}

.cartouche.PERIOD_CONFLICT {
  background: #DD423E;
}
.cartouche.PERIOD_CONFLICT .addon {
  background: rgb(240.0969162996, 172.1563876652, 170.4030837004);
}

.cartouche.PERIOD_VALID {
  background: #499D1F;
}
.cartouche.PERIOD_VALID .addon {
  background: rgb(136.0239361702, 222.9281914894, 92.5718085106);
}

.cartouche.error {
  background-color: #cb0b05;
}

.activity-span .project-link {
  font-weight: 100;
  font-size: 0.75em;
}
.activity-span .project-link:before {
  content: "[";
}
.activity-span .project-link:after {
  content: "]";
}

.document-list-item {
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid thin #64817A;
  background: rgb(168.5305676856, 187.9694323144, 183.2772925764);
}
.document-list-item a {
  color: inherit;
}
.document-list-item:hover {
  color: white;
  background: #64817A;
}
.document-list-item:last-child {
  border-bottom: none;
}
.document-list-item > :first-child {
  flex: 3;
}
.document-list-item > :first-child:before {
  padding-right: 4px;
}
.document-list-item > :nth-child(2) {
  flex: 1;
}
.document-list-item > * {
  flex: 2;
}

.doc-pdf:before {
  font-family: fontello;
  font-weight: normal;
  content: "\e861";
}

.doc-xlsx:before, .doc-xls:before, .doc-ods:before {
  font-family: fontello;
  font-weight: normal;
  content: "\e862";
}

.doc-doc:before, .doc-odt:before {
  font-family: fontello;
  font-weight: normal;
  content: "\e863";
}

.documents-content .tab-content > .card {
  border: solid thin #999;
  box-shadow: none;
}

.dropdown-header {
  margin-top: 0.75em;
  border-top: solid thin #ddd;
}

.more, .del {
  font-weight: 100;
  line-height: 1em;
  font-size: 0.6em;
  position: relative;
  top: -2px;
  margin-left: 2em;
  color: #834f1c;
}
.more:after, .del:after {
  font-family: fontello;
  font-weight: normal;
  content: " \e807";
}

.del:after {
  content: " \e866";
}

.text-highlight {
  color: rgb(169.15, 169.15, 169.15);
}
.text-highlight span, .text-highlight time, .text-highlight i, .text-highlight b, .text-highlight em, .text-highlight strong, .text-highlight a:not(.cartouche) {
  color: #555;
}
.text-highlight .grey {
  color: rgb(169.15, 169.15, 169.15);
}

.text-highlight .cartouche {
  color: #fff;
}

.metas .person.unclickable, .metas .organization.unclickable,
a.person.cartouche.unclickable,
a.organization.cartouche.unclickable {
  cursor: default;
  text-decoration: none;
}
.metas .person.unclickable:hover, .metas .organization.unclickable:hover,
a.person.cartouche.unclickable:hover,
a.organization.cartouche.unclickable:hover {
  cursor: default;
  text-decoration: none;
}

.versions .opener {
  cursor: pointer;
  margin-bottom: 0;
}
.versions .icon-opener:before {
  content: "\e86d";
}
.versions.open .icon-opener:before {
  content: "\e86b";
}
.versions .details {
  font-size: 12px;
}

.subdoc {
  display: flex;
  border-bottom: thin solid #F2F2F2;
  padding: 0.25em 1em;
  background-color: #fff;
  transition: all 0.3s;
}
.subdoc a {
  text-decoration: none;
  margin: 0 0 0 1em;
}
.subdoc a:hover {
  text-decoration: underline;
}
.subdoc:hover {
  background-color: rgb(197.1421319797, 232.7741116751, 243.3578680203);
}

.text-small {
  font-size: 12px;
}

.activity.status-201 {
  border-left: solid 4px #DD423E;
}
.activity.status-210 {
  border-left: solid 4px #DD423E;
}
.activity.status-250 {
  border-left: solid 4px #DD423E;
}
.activity.status-404 {
  border-left: solid 4px #C69951;
}

.card.selected {
  box-shadow: 0 0 1em rgba(48, 176, 213, 0.5);
  background-color: rgb(238.7891566265, 248.813253012, 251.7108433735);
}
.card .card-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1em;
  font-size: 14px;
}
.card .details .heading {
  font-size: 1em;
}
.card p {
  margin: 0;
}
.card h4 {
  color: #777777;
}

.help {
  font-size: 12px;
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.activity-header h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.budget {
  font-size: 1.4em;
  color: #290671;
  text-align: center;
}
.budget em {
  font-weight: 100;
  font-size: 0.5em;
  display: block;
}
.budget strong {
  display: block;
  font-size: 1em;
  white-space: nowrap;
}

.cartouche {
  margin: 0.25em;
}
.cartouche .addon > span {
  position: relative;
  border-right: dotted thin black;
}
.cartouche .addon > span:last-child {
  border-right: none;
}
.cartouche .addon > span:hover nav {
  opacity: 1;
  right: 0px;
}
.cartouche .addon > span nav {
  transition: all 0.3s;
  font-size: 12px;
  background: rgb(225.5796460177, 227.75, 229.9203539823);
  position: absolute;
  opacity: 0;
  right: 50px;
  top: 0px;
  border-radius: 4px;
}
.cartouche .addon > span nav a {
  cursor: pointer;
  color: white;
}
.cartouche .addon > span nav a:hover {
  color: black;
}
.cartouche.primary .addon span nav {
  background: rgb(202.9726027397, 96.0273972603, 171.1780821918);
}
.cartouche.complementary .addon span nav {
  background: rgb(220.1320754717, 155.3773584906, 91.8679245283);
}

label.radio-selection {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.3em 1em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
}
label.radio-selection:hover {
  background: white;
}
label.radio-selection .icon {
  font-size: 2em;
}
label.radio-selection.selected {
  color: rgb(0, 0, 0);
  background: rgba(48, 176, 213, 0.5);
}

/** Extends Bootstrap **/
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

body {
  background: url(bg.gif) rgb(217.3203539823, 220.1, 222.8796460177);
  padding-top: 52px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
}

textarea {
  max-width: 100%;
  min-height: 80px;
}

.area.white {
  background: white;
}

.oscar-header.jumbotron {
  padding-right: 1.6em;
  padding-left: 1.6em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.oscar-header .baseline {
  border-top: thin solid rgb(240.698630137, 211.301369863, 231.9589041096);
  font-size: 1em;
}

.jumbotron {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.jumbotron h1 {
  font-size: 36px;
}

.on-right {
  float: right;
}

.hudge {
  font-size: 4em;
}
.hudge span {
  display: block;
  font-size: 0.5em;
  font-style: italic;
}

.node {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.node:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.node .handler {
  display: flex;
  text-align: left;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.node .handler > * {
  display: inline-block;
}
.node .handler > .btn-group {
  margin-left: auto;
  opacity: 0;
  position: relative;
  transition: all 1s;
}
.node .handler:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.node .handler:hover .btn-group {
  opacity: 1;
}

.merge-data {
  font-weight: 100;
}
.merge-data i {
  color: rgb(93.5, 93.5, 93.5);
}
.merge-data q {
  font-weight: 700;
  color: #1F180D;
}

.jck-selector {
  border: solid #aaa thin;
  background: white;
  line-height: 1.5em;
  position: relative;
}

.jck-selector:hover .list {
  display: block;
}

.jck-selector .list {
  display: none;
  position: absolute;
  background: white;
  z-index: 2;
  box-shadow: 0 0.5em 0.3em rgba(0, 0, 0, 0.3);
}

.jck-selector .item {
  transition: all 0.25s;
  cursor: pointer;
  color: #999999;
  border-bottom: solid thin #CCC;
}

.jck-selector .item:last-child {
  border-bottom: none;
}

.jck-selector .item small {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
}

.jck-selector .item.selected {
  background: #99ddff;
  color: black;
  font-weight: bold;
}

.jck-selector .item:hover {
  background: #0088cc;
  color: white;
}

.jck-selector .item .icon-check {
  display: none;
}

.jck-selector .item.selected .icon-check {
  display: inline-block;
}

.jck-selector .item.selected .icon-check-empty {
  display: none;
}

.global-search {
  padding-top: 2em;
}

address {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 0.3em;
}
.margin-bottom > em {
  color: #64817A;
}

.tooltip-area {
  position: relative;
  display: inline-block;
}
.tooltip-area > a {
  cursor: help;
  text-decoration: none;
  margin-left: 0.5em;
  margin-right: -0.2em;
}
.tooltip-area .tooltip-content {
  display: none;
  opacity: 0;
  position: absolute;
  margin-left: -16px;
  background: white;
  color: #64817A;
  max-width: 350px;
  min-width: 250px;
  padding: 0.5em;
  margin-top: 4px;
  z-index: 3;
  font-weight: 100;
  transition: all 2s;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(100, 129, 122, 0.5);
}
.tooltip-area .tooltip-content p, .tooltip-area .tooltip-content ul, .tooltip-area .tooltip-content li, .tooltip-area .tooltip-content h3 {
  margin: 0;
}
.tooltip-area .tooltip-content h3 {
  font-size: 1.25em;
}
.tooltip-area .tooltip-content:before {
  display: block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 20px;
  top: -4px;
  transform: rotate(45deg);
  background: rgb(240.3537117904, 243.6462882096, 242.8515283843);
}
.tooltip-area:hover .tooltip-content {
  display: block;
  opacity: 1;
}

h1 abbr, h2 abbr, h3 abbr, .card-title abbr {
  font-weight: 200;
  color: rgb(148.4246575342, 48.5753424658, 118.7397260274);
}
h1 abbr:before, h2 abbr:before, h3 abbr:before, .card-title abbr:before {
  content: "[";
}
h1 abbr:after, h2 abbr:after, h3 abbr:after, .card-title abbr:after {
  content: "]";
}

.cartouche.outofdate, .obsolete {
  opacity: 0.5 !important;
}
.cartouche.outofdate.past, .obsolete.past {
  text-decoration: line-through;
}

.card {
  transition: box-shadow 1s;
  position: relative;
}
.card .show-over {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 0.75em;
  right: 1em;
}
.card:hover {
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
}
.card:hover .show-over {
  opacity: 1;
  right: 0.25em;
}

.inline-checkbox {
  background: red;
  border: solid thin #333 !important;
  border-radius: 0 !important;
}

.card {
  margin-bottom: 0.5em;
}

.status-X {
  opacity: 0.4;
}

.future, .obsolete {
  opacity: 0.7;
}

h2 {
  font-weight: 600;
}

/** Résultats affichés dans l'auto-compélteur **/
.select2-results__option h5, .select2-results__option h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.select2-results__option h6 {
  font-size: 1em;
}
.select2-results__option h5 {
  color: rgb(217.3203539823, 220.1, 222.8796460177);
  font-size: 1.25em;
}
.select2-results__option hr {
  margin: 0 0 0.5em;
}
.select2-results__option .small {
  color: #68717A;
}

.small-link {
  color: #68717A;
  font-size: 0.8em;
}

.trombi {
  border: none;
  box-shadow: inset 1em 1em 0.5em rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.breadcrumb > li + li::before {
  content: "/";
}

.card.lock {
  filter: blur(0.75px);
  opacity: 0.7;
}
.card hr {
  margin: 1em 0;
}
.card .description {
  color: rgb(136.085, 136.085, 136.085);
  padding: 1em 1em 0;
  font-size: 12px;
}
.card .card-title {
  margin: 0;
  line-height: 1.25em;
  font-size: 1.25em;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
}
.card .card-title > * {
  flex: 1 1 auto;
  align-items: flex-start;
}
.card .card-title i[class*=icon-] {
  color: rgb(161.5, 161.5, 161.5);
}
.card .card-title .picto, .card .card-title .id {
  flex: auto 0;
}
.card .card-title small {
  flex: 10% 0;
}
.card .card-title abbr {
  flex: 5% 0;
}
.card .card-title .thumb32 {
  flex: 32px 0;
}
.card .card-title .eotp {
  flex: 10% 0;
  align-self: flex-start;
  background: rgb(161.585, 161.585, 161.585);
  font-weight: 400;
  text-shadow: 0 0 1px #fff;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  margin-left: auto;
}

.handler {
  cursor: pointer;
  color: rgb(59.5, 59.5, 59.5);
}

.fn .family-name {
  text-transform: uppercase;
}
.fn .given-name {
  text-transform: lowercase;
}
.fn .given-name:first-letter {
  text-transform: uppercase;
}
.fn .email {
  color: #64817A;
  font-size: 0.9em;
  margin-left: 1em;
}
.fn .email:after {
  font-family: fontello;
  content: "\e808";
}

.text-light {
  font-weight: 100;
  opacity: 0.8;
}

.selectable.selected {
  background-color: rgb(175.1927710843, 224.5421686747, 238.8072289157);
}

.follow {
  border: solid 2px #ddd;
  padding: 0.5em;
  display: flex;
}
.follow .avatar {
  flex: 0 0 auto;
}
.follow .content {
  padding: 0 0 0 1em;
}
.follow .avatar img {
  width: 48px;
  border-radius: 48px;
  border: solid 2px #30b0d5;
}

.jck-selector {
  border: solid #aaa thin;
  background: white;
  line-height: 1.5em;
  position: relative;
}
.jck-selector:hover .list {
  display: block;
}
.jck-selector .list {
  display: none;
  position: absolute;
  background: white;
  z-index: 2;
  box-shadow: 0 0.5em 0.3em rgba(0, 0, 0, 0.3);
}
.jck-selector .item {
  transition: all 0.25s;
  cursor: pointer;
  color: #999999;
  border-bottom: solid thin #CCC;
}
.jck-selector .item:last-child {
  border-bottom: none;
}
.jck-selector .item small {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
}
.jck-selector .item.selected {
  background: #99ddff;
  color: black;
  font-weight: bold;
}
.jck-selector .item:hover {
  background: #0088cc;
  color: white;
}
.jck-selector .item .icon-check {
  display: none;
}
.jck-selector .item.selected .icon-check {
  display: inline-block;
}
.jck-selector .item.selected .icon-check-empty {
  display: none;
}

hr.separator {
  border-top: dotted #AAA thin;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.separator-date {
  border-top: dashed 1px #999;
  margin: 0;
  padding: 0;
  height: 0;
}

.aligned {
  display: table;
  width: 100%;
}
.aligned > * {
  display: table-cell;
  width: auto;
}
.aligned .on-right {
  text-align: right;
}
.calendar-style .month {
  font-weight: 100;
}
.calendar-style .year {
  font-weight: 100;
  font-size: 2.3rem;
  background-color: #888;
  display: block;
}

.list-separator {
  border-top: dashed 1px #999;
  margin: 1em 0 0.25em;
  padding: 0;
  height: 1px;
  position: relative;
  opacity: 0.75;
}
.list-separator .list-separator-label {
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-weight: 600;
  border-top: #999 solid 1px;
  box-shadow: inset -0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25);
  background: #999;
  font-size: 1em;
  text-align: center;
  color: white;
  position: absolute;
  right: 100.3%;
  margin-left: -1em;
  top: -1px;
  padding: 0.25em;
}

.titlefeed {
  color: #737373;
  font-weight: 100;
  text-transform: lowercase;
}
.titlefeed :first-letter {
  text-transform: uppercase;
}

.timefeed {
  position: absolute;
  margin: 0;
  padding: 0.25em;
  font-weight: 100;
  width: 3em;
  background: #999;
  text-align: right;
  margin-left: -3.2em;
  margin-top: -1px;
  font-size: 1.3em;
  color: #fff;
  border-radius: 0 0 0 8px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.ui-openable .ui-openable-content {
  display: none;
}
.ui-openable.open .ui-openable-content {
  display: block;
  margin-bottom: 3em;
}

.members em, .laboratories em, .partners em {
  color: rgb(136.085, 136.085, 136.085);
  font-size: 12px;
}

.project-compact {
  font-size: 1em;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  padding: 0.6em 1em;
  margin: 0.5em 0;
}
.project-compact .metas {
  font-weight: 100;
}
.project-compact .metas.separated > span:after {
  content: " / ";
}
.project-compact .metas.separated > span:last-child:after {
  content: "";
}
.project-compact .admin-bar {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: none;
}
.project-compact:hover .admin-bar {
  display: block;
}
.project-compact h2 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  /*height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  */
  max-width: 90%;
}
.project-compact .code-saic {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
  background: #999;
  color: #fff;
}

.oscar-title {
  font-weight: 100;
  color: #777;
  margin: 1em 0 0 0;
  border-bottom: dotted 2px #BBB;
  display: flex;
  align-items: center;
  align-content: flex-start;
}
.oscar-title > * {
  flex-flow: row;
  padding-right: 0.25em;
}
.oscar-title .baseline {
  font-size: 0.4em;
  display: block;
  text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5);
}

.project-full section > h2, .activity-full section > h2 {
  margin: 0;
  border-bottom: solid thin rgb(240.698630137, 211.301369863, 231.9589041096);
  padding: 0.25em 0;
  font-size: 1.6em;
}

.tw-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.project {
  position: relative;
  margin: 0.5em 0;
}
.project h2 {
  margin-top: 0;
}
.project .card-title {
  padding-left: 0;
}

.oscar-tooltip {
  padding: 4px;
  background: white;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.5);
  max-width: 350px;
  min-width: 30px;
  font-size: 0.8em;
}
.oscar-tooltip * {
  margin: 0;
}
.oscar-tooltip img {
  margin-right: 0.5em;
  border-radius: 8px;
}

.link {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}

.no-margin {
  margin: 0;
}

.exploder {
  background: transparent;
  color: #888;
  padding: 4px;
  border-top: dotted #888 thin;
}
.exploder i {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: white;
  border-radius: 4px;
}
.exploder i:hover {
  background: #290671;
}

.loading .loader {
  display: block;
}

.loadable {
  display: block;
}

.loader {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader .caption {
  font-size: 1rem;
  text-align: center;
}

.padding-left {
  /* padding-left: 2em;*/
}

.date-separator {
  font-size: 2em;
  font-weight: bold;
  border-bottom: solid thin #555;
  margin-top: 2em;
}

.layout-row, .contract-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layout-row > *, .contract-line > * {
  flex: 1;
}
.layout-row > abbr, .layout-row > a, .layout-row > .montant, .layout-row .compact, .contract-line > abbr, .contract-line > a, .contract-line > .montant, .contract-line .compact {
  flex-grow: 0;
}

abbr {
  white-space: nowrap;
}

.person.card {
  margin-bottom: 14px;
}
.person.card.inactive {
  border-left: 8px #811717 solid;
}

.details dt, .details h5 {
  font-size: 1em;
  font-weight: 200;
  color: #777;
  margin-top: 0.45em;
}

.compact {
  font-size: 0.9em;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.compact h2 {
  font-size: 1.1em;
  margin: 0;
}
.compact h3 {
  font-size: 1.25em;
}
.compact .details-viewer {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  font-size: 0.8em;
}
.compact nav {
  text-align: right;
}

.flags {
  position: absolute;
  right: 0;
  font-size: 0.9em;
}
.flags .flag {
  background-color: rgb(217.3203539823, 220.1, 222.8796460177);
  border-radius: 8px 0 0 8px;
  padding: 0.4em;
  display: inline-block;
  text-align: center;
}
.flags .flag.non-valide {
  background-color: #e38d13;
}
.flags .flag [class*=icon-] {
  font-size: 3em;
  display: block;
}

.vcard h1, .vcard h2, .vcard h3, .vcard h4, .vcard h5, .vcard h6 {
  margin: 0;
  padding: 0;
}
.vcard hr {
  margin: 0.5em 0;
}

.baseline {
  opacity: 0.7;
  display: block;
}

.tab-content {
  background-color: #fff;
  padding: 1em;
}

/** Sources de financement **/
.grant-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  padding: 1em;
  margin: 1em 0;
}
.grant-item nav {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.black-footer {
  background: #111;
}

h5.activity-head {
  font-size: 1.25em;
  background: transparent;
  border: none;
  color: #AAA;
}

.oscar-header h1, .oscar-header p {
  margin: 0;
}
.oscar-header h1, .oscar-header h2, .oscar-header h3 {
  font-weight: 600;
  font-size: 1.4em;
}

.card .card-title .menu {
  align-content: flex-end;
  flex: 0 0 auto;
}

.montant {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
}
.montant.sans-incidence i {
  color: #ddd;
}
.montant .value {
  color: #555;
}
.montant .currency {
  margin-left: 0.25em;
  color: #9d9d9d;
}

span[class*=status] {
  font-weight: 100;
  padding: 8px;
  color: #999;
  position: relative;
}
span[class*=status] .icon {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
}
span[class*=status] .text {
  cursor: default;
  transition: opacity linear 0.3s;
  opacity: 0;
  font-size: 0.8em;
  display: block;
  margin-top: 2px;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  color: #999;
  padding: 2px 4px;
  z-index: 1000;
}
span[class*=status] .text:before {
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  content: " ";
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: -2px;
}
span[class*=status]:hover .text {
  opacity: 1;
}

.icon {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
}
.icon.draft:before {
  /**/
  color: gray;
  content: "\e882";
}
.icon.send:before {
  /**/
  color: black;
  content: "\e88d";
}
.icon.reject:before {
  /**/
  color: darkred;
  content: "\e889";
}
.icon.valid:before {
  /**/
  color: darkolivegreen;
  content: "\e85b";
}

span[class*=status-10] .icon:before {
  content: "\e85e";
}
span[class*=status-10] .label {
  color: green;
}

span[class*=status-103] .icon:before {
  content: "\e81e";
}

span[class*=status-2] {
  color: darkred;
}
span[class*=status-2] .icon:before {
  content: "\e85d";
}
span[class*=status-2] .label {
  color: darkred;
}

span[class*=status-4] {
  color: darkred;
}
span[class*=status-4] .icon:before {
  content: "\e865";
}
span[class*=status-4] .label {
  color: darkred;
}

span[class*=status-101] .icon:before {
  content: "\e85b";
  color: #499D1F;
}

span[class*=status-250] .icon:before {
  content: "\e811";
  color: #550000;
}

span[class*=status-20] .icon:before {
  content: "\e830";
  color: #9d9d9d;
}

span[class*=status-400] .icon:before {
  content: "\e87f";
  color: #550000;
}

[class*=icon-laboratoire]:before, [class*=icon-responsable-scientifique]:before {
  content: "\e891";
}

[class*=icon-composante-responsable]:before, [class*=charge-de-valorisation]:before {
  content: "\e87f";
}

[class*=icon-tutelle-de-gestion]:before {
  content: "\e851";
}

[class*=icon-Activity]:before {
  content: "\e880";
}

[class*=icon-Application]:before {
  content: "\e87d";
}

[class*=icon-Person]:before {
  content: "\e89a";
}

[class*=icon-Organization]:before {
  content: "\e876";
}

[class*=icon-conges]:before {
  content: "\e8a2";
}

[class*=icon-abs]:before {
  content: "\e8a2";
}

[class*=icon-training]:before {
  content: "\e88c";
}

[class*=icon-teaching]:before {
  content: "\e877";
}

[class*=icon-education]:before {
  content: "\e877";
}

[class*=icon-sickleave]:before {
  content: "\e874";
}

[class*=icon-absent]:before {
  content: "\e886";
}

[class*=icon-research]:before {
  content: "\e891";
}

[class*=icon-other]:before {
  content: "\f097";
}

[class*=icon-status-0]:before {
  content: "\e80b";
}

[class*=icon-draft]:before {
  content: "\e80b";
}

/*
const STATUS_STEP1      = 'send-prj';
const STATUS_STEP2      = 'send-sci';
const STATUS_STEP3      = 'send-adm';

const STATUS_CONFLICT   = 'conflict';
const STATUS_VALID      = 'valid';
*/
[class*=icon-none]:before {
  content: "\e83b";
}

[class*=icon-status-1]:before {
  content: "\e85b";
}

[class*=icon-valid]:before {
  content: "\e85b";
}

[class*=icon-status-3]:before {
  content: "\e85a";
}

[class*=icon-conflict]:before {
  content: "\e85a";
}

[class*=icon-status-2]:before {
  content: "\e80e";
}

[class*=icon-draft]:before {
  content: "\e80e";
}

[class*=icon-status-5]:before {
  content: "\e88d";
}

[class*=icon-send-prj]:before {
  content: "\e88d";
}

[class*=icon-status-6]:before {
  content: "\e891";
}

[class*=icon-send-sci]:before {
  content: "\e891";
}

[class*=icon-status-7]:before {
  content: "\e87a";
}

[class*=icon-send-adm]:before {
  content: "\e87a";
}

.demande {
  border-left: 4px solid #5a5a5a;
}
.demande.status-1 {
  border-left-color: #5a5a5a;
}
.demande.status-2 {
  border-left-color: #30b0d5;
}
.demande.status-5 {
  border-left-color: #499D1F;
}
.demande.status-7 {
  border-left-color: #DD423E;
}

.state {
  background: #5c646c;
  color: #FFFFFF;
  padding: 0 4px 0 2px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-weight: 400;
}
.state.state-none {
  background: #8f97a0;
}
.state.state-valid {
  background: #3a8104;
}
.state.state-conflict {
  background: #9a1e1b;
}
.state.state-send-prj, .state.state-send-sci, .state.state-send-adm {
  background: #0b93d5;
}

/*
span[class*="status-102"] .icon:before{ content: '\e85e '}
span[class*="status-4"] .icon:before{ content: '\e865 '}
*/
.montant-total {
  border-top: #FEFEEF 2px solid;
}

.choose {
  background: white;
  border: solid thin #eee;
  box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.3);
}

.choice {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  cursor: pointer;
}
.choice:hover {
  background: rgb(175.1927710843, 224.5421686747, 238.8072289157);
}

.choice > img {
  flex: 0 0 30px;
}

.choice .infos {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0 4px;
  border-bottom: solid thin #eee;
}

.choice .infos small, .choice .infos strong {
  padding: 0 1em;
}

.choice .infos small {
  font-size: 8px;
  font-weight: 100;
}

.validation-details .waiting {
  border-left: solid #999 4px;
}
.validation-details .valid {
  border-left: solid #499D1F 4px;
}
.validation-details .reject {
  border-left: solid #DD423E 4px;
}

.validations-admin .declaration {
  display: flex;
  flex-wrap: wrap;
}
.validations-admin .declaration > * {
  flex: 1;
}
.validations-admin .declaration .opener {
  flex: 0 1 auto;
  cursor: pointer;
}
.validations-admin .declaration .validations {
  border-top: thin solid #888;
  display: block;
  flex: 0 0 100%;
  transform: translateY(0);
}
.validations-admin .declaration .validations .validators span:after {
  content: "/";
  color: #eee;
}
.validations-admin .declaration .validations .validators span:last-child:after {
  content: "";
}
.validations-admin .declaration .validations .validation {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: thin solid #AAA;
}
.validations-admin .declaration .validations .validation.selected {
  background: rgb(175.1927710843, 224.5421686747, 238.8072289157);
}
.validations-admin .declaration .validations .validation > span {
  flex: 1;
  border-right: thin dotted #AAA;
  padding: 2px 4px;
}
.validations-admin .declaration .validations .validation em {
  flex: 0 1 auto;
  margin: auto;
}
.validations-admin .declaration .validations .validation:hover {
  background: rgb(217.5903614458, 240.7228915663, 247.4096385542);
}

.form-inline {
  display: inline;
}

.buttons-icon i {
  padding: 2px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}
.buttons-icon i.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.buttons-icon i:not(.disabled) {
  cursor: pointer;
}
.buttons-icon i:not(.disabled):hover {
  background: #30b0d5;
  color: white;
}

.text-large {
  font-size: 1.4em;
}

.text-big {
  font-size: 1.8em;
}

.text-hudge {
  font-size: 2.3em;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 200;
}

.text-normal {
  font-weight: 400;
}

.text-xl {
  font-weight: 700;
}

.text-xxl {
  font-weight: 900;
}

.role-line {
  border-bottom: dotted #64817A 1px;
  padding: 0.3em 0.5em;
  position: relative;
  font-size: 0.9em;
}
.role-line .controls {
  position: absolute;
  right: 4px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  display: block;
}
.role-line:hover {
  background: rgb(240.698630137, 211.301369863, 231.9589041096);
}
.role-line:hover .controls {
  opacity: 1;
}

.import-ical .period {
  background: white;
}
.import-ical .period .excess {
  font-weight: bold;
  color: #DD423E;
}
.import-ical .correspondance {
  display: flex;
}
.import-ical .correspondance nav {
  white-space: nowrap;
  flex: 0 1 auto;
  margin-left: auto;
}
.import-ical .creneau {
  display: flex;
  flex-wrap: wrap;
}
.import-ical .creneau strong {
  flex: 1;
}
.import-ical .creneau nav {
  flex: 0 1 auto;
  margin: auto;
}
.import-ical .creneau:hover {
  background: rgb(187.9120481928, 229.3963855422, 241.3879518072);
}
.import-ical .creneau small {
  display: block;
  flex: 0 0 100%;
}
.import-ical .cartouche {
  white-space: nowrap;
}
.import-ical .ignored {
  font-style: italic;
  text-decoration: line-through;
  color: #777;
}
.import-ical .month-heading {
  background: #5c9ccc;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-top: 1em rgba(255, 255, 255, 0) solid;
}
.import-ical .month-heading.deja-envoyee {
  background: #970000;
}
.import-ical .month-heading .message-erreur {
  font-weight: 400;
  display: block;
}
.import-ical .match {
  border-left: #5c9ccc 4px solid;
}
.import-ical .correspondance-choose {
  border-top: solid #efede4 thin;
  color: #777;
  font-size: 1em;
  cursor: pointer;
  padding: 4px 1em;
}
.import-ical .correspondance-choose.selected, .import-ical .correspondance-choose:hover {
  background: #5c9ccc;
  color: white;
}
.import-ical .correspondance-choose.selected small, .import-ical .correspondance-choose:hover small {
  color: white;
}
.import-ical .correspondance-choose h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.import-ical .correspondance-choose h3 strong {
  font-weight: 700;
  color: black;
}
.import-ical .correspondance-choose h3 small {
  font-size: 0.8em;
}
.import-ical .jour {
  white-space: nowrap;
  font-weight: 200;
  color: black;
  text-align: right;
}
.import-ical .jour-description {
  font-size: 0.9em;
}
.import-ical .jour-heures {
  text-align: right;
}
.import-ical .creneau {
  opacity: 0.5;
}
.import-ical .creneau.imported {
  opacity: 1;
}
.import-ical .list {
  margin: 1em;
  border: solid thin #d9deda;
}

.period-selector {
  position: relative;
}
.period-selector .visualizer {
  border: solid thin #8f97a0;
  border-radius: 4px;
  display: inline-flex;
  background: white;
  z-index: 1;
  position: relative;
  align-items: center;
}
.period-selector .open .visualizer {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  line-height: 1.6em;
  display: inline-flex;
  flex-align: center;
  justify-content: center;
}
.period-selector .visualizer:hover {
  background: #5c9ccc;
}
.period-selector .visualizer span {
  display: inline-block;
  padding: 4px 8px;
}
.period-selector .period-selector .visualizer {
  display: inline-flex;
}
.period-selector .selector {
  z-index: 2;
  min-width: 30em;
  min-height: 6em;
  position: absolute;
  display: flex;
  background: white;
  box-shadow: 0 0.5em 0.3em rgba(0, 0, 0, 0.3);
  border: solid thin #8f97a0;
  margin-top: -1px;
  align-items: stretch;
  justify-content: center;
}
.period-selector .selector .scroll {
  display: flex;
  padding: 0 0.5em;
  cursor: pointer;
  align-items: center;
}
.period-selector .scroll-left {
  border-right: thin solid #8f97a0;
}
.period-selector .scroll-right {
  border-left: thin solid #8f97a0;
}
.period-selector .selector .scroll:hover {
  background: #5c9ccc;
}
.period-selector .selector-content {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.period-selector .selector-content span {
  flex: 0 0 25%;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  text-align: center;
}
.period-selector .selector-content span:hover {
  background: #5c9ccc;
  cursor: pointer;
}
.period-selector .selector-content span.disabled {
  background: url("/css/bg.gif") #efefef;
  cursor: not-allowed;
  pointer-events: none;
}
.period-selector .selector-content span.selected {
  background: #5c9ccc;
  color: white;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.5);
}
.period-selector .selector-options {
  flex: 1 1 auto;
  display: flex;
  border-top: thin solid #8f97a0;
}
.period-selector .selector-option {
  flex: 1;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  text-decoration: none;
}
.period-selector .selector-option:hover {
  background: #5c9ccc;
  cursor: pointer;
}
.period-selector .selector-option:first-child {
  border-right: solid red thin;
}

body .tv {
  border: none;
  box-shadow: none;
}
body .tv .tv-serie-data {
  background-color: rgba(115.1, 79.154368932, 43.9, 0.7);
  border: rgb(107.15, 79.2315533981, 51.85) thin solid;
}
body .tv .tv-serie-data:hover {
  background-color: rgba(131, 79, 28, 0.9);
  border: #834f1c thin solid;
  box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.3), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-serie-data.tv-selected {
  background-color: rgb(159, 78.7281553398, 0);
  box-shadow: 0px 0px 8px rgba(159, 78.7281553398, 0, 0.75), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-weft {
  background-image: url(bg.gif);
}
body .tv .tv-serie-data {
  font-weight: 100;
  margin-top: 4px;
}
body .tv .tv-serie-data [data-action] {
  opacity: 0.75;
  color: white;
}
body .tv .tv-serie-data [data-action]:hover {
  opacity: 1;
}
body .tv .tv-serie-data.noend {
  border-right: none;
}
body .tv .tv-serie-data.nostart {
  border-left: none;
}
body .tv .tv-marker {
  background-color: rgba(255, 255, 255, 0.5);
}
body .tv .tv-valo {
  background-color: rgba(95.4, 50.6, 82.0810810811, 0.7);
  border: rgb(88.1, 57.9, 79.1216216216) thin solid;
}
body .tv .tv-valo:hover {
  background-color: rgba(110, 36, 88, 0.9);
  border: #6e2458 thin solid;
  box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.3), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-valo.tv-selected {
  background-color: rgb(146, 0, 102.5945945946);
  box-shadow: 0px 0px 8px rgba(146, 0, 102.5945945946, 0.75), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-responsable {
  background-color: rgba(45.114953271, 17.9, 101.1, 0.7);
  border: rgb(47.1724299065, 23.85, 95.15) thin solid;
}
body .tv .tv-responsable:hover {
  background-color: rgba(41, 6, 113, 0.9);
  border: #290671 thin solid;
  box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.3), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-responsable.tv-selected {
  background-color: rgb(38.9252336449, 0, 119);
  box-shadow: 0px 0px 8px rgba(38.9252336449, 0, 119, 0.75), inset 4px -4px 4px rgba(0, 0, 0, 0.13), inset -4px 4px 4px rgba(250, 250, 250, 0.13);
}
body .tv .tv-serie {
  background: #EEE;
}
body .tv .tv-data-label {
  font-weight: 600;
  font-size: 0.9em;
}
body .tv .tv-data-label.Caduc {
  opacity: 0.7;
  text-decoration: line-through;
}
body .tv h2 {
  margin: 0;
  padding: 0;
}

#payments > .total {
  line-height: 2em;
}
#payments > .total .date {
  color: #64817A;
}

.payment.status-2 {
  border-left: solid 4px #00AA00;
}
.payment.status-1 {
  border-left: solid 4px #777;
}
.payment.status-1.past {
  border-color: #ff3605;
}
.payment:hover .heading nav {
  opacity: 1;
}
.payment .heading {
  display: flex;
  justify-content: center;
  align-content: stretch;
}
.payment .heading .amount {
  flex: 50%;
  text-align: right;
  font-size: 1.5em;
  padding-right: 0.3em;
  white-space: nowrap;
  border-right: dotted #AAA thin;
}
.payment .heading .date {
  padding-left: 0.3em;
  flex: 50%;
  font-weight: 100;
}
.payment .heading nav {
  flex: 0;
  opacity: 0.5;
  border-left: thin rgb(208.25, 208.25, 208.25) solid;
}
.payment .heading nav a {
  color: #AAA;
}
.payment .heading nav a:hover {
  color: #888;
}
.payment .comment {
  font-size: 0.9em;
  color: #444444;
  font-weight: 300;
  background: #eee;
  margin: 2px;
  padding: 0.1em 0.3em;
}

.total .amount.accountOK {
  color: #499D1F;
}

#memorizer {
  margin-left: 1em;
}
#memorizer #memorized-delete {
  color: #6e2458;
  font-size: 12px;
  line-height: 16px;
}
#memorizer .dropdown-toggle {
  line-height: 16px;
  text-decoration: none;
  color: #6e2458;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
}
#memorizer .dropdown-toggle:hover {
  background: rgba(110, 36, 88, 0.5);
  color: white;
}

.form-checker {
  position: relative;
}

.form-checker-handler {
  display: inline-block;
  width: 50px;
  height: 25px;
  border: solid 2px #999;
  border-radius: 4px;
  padding: 2px;
  cursor: pointer;
}

.form-checker-handler:before {
  display: block;
  transition: left 0.3s, background 1s;
  content: " ";
  width: 17px;
  height: 17px;
  background: #999;
  position: absolute;
  z-index: 10;
  border-radius: 25px;
  left: 4px;
}

.form-checker-label {
  color: #333;
  display: inline;
}

.checked .form-checker-handler:before {
  background: #005500;
  left: 27px;
}

.checked .form-checker-handler {
  border-color: #005500;
}

#bottom-flash-menu {
  background: white;
  width: 350px;
  position: fixed;
  left: -325px;
  bottom: 0;
  margin-bottom: 100px;
  transition: left 1s;
  z-index: 1000;
}
#bottom-flash-menu .menu-handler {
  line-height: 50px;
  text-align: right;
}
#bottom-flash-menu:hover {
  left: 0px;
}

#oscar-messenger {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#oscar-messenger .close {
  position: absolute;
  z-index: 10001;
  top: -1em;
  right: -1em;
}
#oscar-messenger .close i:before {
  color: black;
}
#oscar-messenger .container {
  position: relative;
  border: solid thin rgb(168.5305676856, 187.9694323144, 183.2772925764);
  background: white;
  padding: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
#oscar-messenger .container.error {
  border-color: #DD423E;
  color: #DD423E;
}
.error-block {
  display: block;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  background: #DD423E;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
}

form .help {
  color: #999;
}

.lc {
  display: block;
  position: relative;
  min-height: 2em;
}
.lc .lc-loader {
  font-size: 0.75em;
  display: inline-block;
  color: #1F180D;
}
.lc.pending, .lc.error {
  /** Affichage du mask */
}
.lc.pending .lc-mask, .lc.error .lc-mask {
  opacity: 1;
}
.lc .lc-loader, .lc .lc-alert {
  display: none;
}
.lc.pending .lc-loader {
  display: inline-block;
}
.lc.error .lc-alert {
  display: inline-block;
}
.lc .lc-mask {
  background: rgba(255, 255, 255, 0.7) url("bg.gif");
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.lc .lc-mask .lc-alert {
  background: #DD423E;
  color: white;
  padding: 1em;
}
.lc .lc-mask .lc-loader {
  animation-duration: 1s;
  animation-name: disco;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.banner {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.jalon {
  border-left: 4px #888 solid;
  display: block;
  /** Apparence des jalons non terminé (en retard) **/
  position: relative;
}
.jalon .card-title {
  font-size: 1em;
}
.jalon:before {
  content: "\e885";
  font-family: fontello;
}
.jalon.jalon-warn {
  background: #f0ad4e;
}
.jalon.past {
  background: rgba(255, 255, 255, 0.8);
  border-left-color: #AAA;
}
.jalon.past:hover > * {
  opacity: 1;
}
.jalon.past > *:not(time) {
  opacity: 0.3;
}
.jalon.inprogress {
  border-left-color: #30b0d5;
}
.jalon.inprogress:before {
  content: "\f0e4";
  font-family: fontello;
}
.jalon.inprogress.late {
  background: #C69951 !important;
}
.jalon.late {
  border-left-color: rgb(153.8898678414, 30.2995594714, 27.1101321586);
  color: black;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.25);
  opacity: 1;
  background: rgb(224.8193832599, 87.231277533, 83.6806167401) !important;
}
.jalon.late:before {
  content: "\e865";
  font-family: fontello;
}
.jalon.valided {
  border-left-color: #499D1F;
  background: rgb(214.0159574468, 243.9521276596, 199.0478723404);
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.25);
}
.jalon.valided:before {
  content: "\f274";
  font-family: fontello;
}
.jalon.canceled {
  border-left-color: #1F180D;
  background: rgb(237.8636363636, 228.6363636364, 214.1363636364);
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.25);
}
.jalon.canceled:before {
  content: "\e879";
  font-family: fontello;
}
.jalon.refused {
  border-left-color: #DD423E;
  background: white;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.25);
}
.jalon.refused:before {
  content: "\e889";
  font-family: fontello;
}
.jalon.payment:before {
  content: "\e875";
  font-family: fontello;
}
.jalon.payment {
  margin-left: 0.5em;
  border-right: 4px #999 solid;
}
.jalon .card-title {
  border-bottom: rgba(255, 255, 255, 0.25) solid thin;
  display: block !important;
}
.jalon .card-title > * {
  flex: none;
  display: inline-block;
}
.jalon time {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 100;
  padding-left: 0.5em;
}
.jalon nav {
  opacity: 0.25;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.jalon nav a {
  color: #1F180D;
}
.jalon:hover nav {
  opacity: 1;
}

.direction-desc .icon-angle-up {
  display: none;
}

.direction-asc .icon-angle-down {
  display: none;
}

.title-with-small {
  font-size: 1.2em;
}
.title-with-small small {
  display: block;
  font-size: 0.8em;
}

.form ul.alert-danger {
  font-size: 0.9em;
  padding: 0.5em;
  margin-top: 0.5em;
  list-style: none;
}
.form ul.alert-danger li:before {
  font-family: "fontello";
  content: "\e865" " ";
}

pre.alert {
  white-space: normal;
}

.alert-help {
  margin-top: 0.5em;
  background: rgba(217, 237, 247, 0.7);
}
.alert-help h3 {
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  text-shadow: 1px -1px 0 white;
  border-bottom: thin rgba(49, 112, 143, 0.3) solid;
}

.workpackages {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-flow: wrap;
  flex: 1;
}
.workpackages .workpackage-item, .workpackages .workpackage-add {
  max-width: 25%;
  min-width: 200px;
  position: relative;
  color: #494949;
  padding: 8px;
  margin: 4px;
  background: white;
}
.workpackages .workpackage-item h3, .workpackages .workpackage-add h3 {
  color: #6e2458;
  font-size: 1.6em;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.workpackages .workpackage-item h3 .label, .workpackages .workpackage-add h3 .label {
  color: #6e2458;
  white-space: normal;
  margin: auto;
  padding: 0;
}
.workpackages .workpackage-item p, .workpackages .workpackage-add p {
  font-size: 14px;
}
.workpackages .workpackage-item .timesheet, .workpackages .workpackage-add .timesheet {
  font-size: small;
  padding: 8px;
  border: solid thin #ddd;
}
.workpackages .workpackage-item .timesheet article, .workpackages .workpackage-add .timesheet article {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.workpackages .workpackage-item .timesheet article .status, .workpackages .workpackage-add .timesheet article .status {
  align-self: flex-end;
}
.workpackages .workpackage-item nav, .workpackages .workpackage-add nav {
  padding: 8px;
  border-top: dotted thin #ddd;
}
.workpackages .workpackage-item nav a, .workpackages .workpackage-add nav a {
  cursor: pointer;
}
.workpackages .workpackage-item nav:hover > a, .workpackages .workpackage-add nav:hover > a {
  opacity: 1;
}
.workpackages .workpackage-item nav > a, .workpackages .workpackage-add nav > a {
  opacity: 0.2;
  padding: 2px 8px;
  color: rgba(110, 36, 88, 0.5);
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}
.workpackages .workpackage-item nav > a:hover, .workpackages .workpackage-add nav > a:hover {
  color: #6e2458;
}
.workpackages .workpackage-item nav > a.disabled, .workpackages .workpackage-add nav > a.disabled {
  cursor: not-allowed;
  color: rgba(73, 73, 73, 0.5);
}
.workpackages .workpackage-add {
  background: #6e2458;
  color: white;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  border-radius: 4px;
}

[class*=oscar-form-message] {
  background: black;
  color: white;
  font-size: 0.9em;
  padding: 8px;
  margin-top: 4px;
  position: relative;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
[class*=oscar-form-message].error {
  background: #DD423E;
}
[class*=oscar-form-message].error:before {
  background: #DD423E;
}
[class*=oscar-form-message]:before {
  content: "";
  background: red;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  left: 4px;
  width: 8px;
  height: 8px;
}

.workpackage {
  background: white;
  padding: 0.6em;
  flex-grow: 1;
  flex-basis: auto;
  margin: 0.5em;
  max-width: 24%;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  font-size: 0.9em;
}
.workpackage h3 {
  margin: 0;
  padding: 0.25em 0;
  margin: 0 0 0.25em;
  border-bottom: solid thin rgba(0, 0, 0, 0.2);
  font-size: 1.4em;
}
.workpackage p {
  font-size: 0.9em;
}
.workpackage .workpackage-persons {
  display: block;
}
.workpackage .workpackage-persons .workpackage-person {
  display: flex;
  font-weight: 100;
  font-size: 0.8em;
  border-bottom: solid thin rgba(0, 0, 0, 0.1);
}
.workpackage .workpackage-persons .workpackage-person:last-child {
  border: none;
}
.workpackage .workpackage-persons .workpackage-person .displayname {
  flex: 1;
  font-weight: 500;
}
.workpackage .workpackage-persons .workpackage-person .roles {
  flex: 1;
}

.fullname .lastname {
  font-variant: small-caps;
}

.person-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.person-card .portrait {
  border-radius: 4px;
  margin-right: 0.5em;
  box-shadow: inset 1em 1em rgba(255, 255, 255, 0.5);
  max-height: 3.5em;
}
.person-card .intitule {
  color: #1F180D;
  display: flex;
  font-size: 1em;
}
.person-card .fullname, .person-card .role {
  display: block;
}
.person-card .lastname {
  font-weight: bold;
}
.person-card .affectation {
  color: rgb(217.3203539823, 220.1, 222.8796460177);
}
.person-card .role {
  color: #834f1c;
  font-size: 0.5em;
  font-style: italic;
  position: relative;
  top: -0.5em;
}
.person-card nav {
  font-size: 0.8em;
  justify-self: flex-end;
}
.person-card nav a {
  margin-left: 1em;
}

.oscar-text-loading {
  animation-name: disco;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-direction: alternate;
}

@keyframes disco {
  from {
    color: rgb(146.9, 78.845631068, 12.1);
  }
  to {
    color: #1F180D;
  }
}
#flash-messages {
  position: fixed;
  z-index: 10000;
  top: 100px;
  right: 0;
  max-width: 30%;
  color: white;
}
#flash-messages .flashmsg {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3), inset 0 0 1em rgba(255, 255, 255, 0.25);
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.3);
  position: relative;
}
#flash-messages .flashmsg [class*=icon-]:before {
  content: "\e85e";
  float: left;
  line-height: 1.4em;
}
#flash-messages .flashmsg [class*=icon-error]:before {
  content: "\e85d";
}
#flash-messages .flashmsg [class*=icon-warning]:before {
  content: "\e865";
}
#flash-messages .flashmsg [class*=icon-success]:before {
  content: "\e85b";
}
#flash-messages .flashmsg [class*=icon-cancel-outline] {
  opacity: 0.5;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}
#flash-messages .flashmsg [class*=icon-cancel-outline]:before {
  content: "\e830";
}
#flash-messages .flashmsg [class*=icon-cancel-outline]:hover {
  opacity: 1;
}
#flash-messages .flashmsg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#flash-messages .flashmsg-error {
  background: rgba(154, 30, 27, 0.9);
}
#flash-messages .flashmsg-info {
  background: rgba(11, 88, 162, 0.9);
}
#flash-messages .flashmsg-success {
  background: rgba(45, 103, 45, 0.9);
}
#flash-messages .flashmsg-warning {
  background: rgba(181, 137, 0, 0.9);
}

time {
  font-weight: 600;
}

time.date-missing {
  opacity: 0.7;
  font-weight: 100;
}

.person.card.leader {
  border-left: solid #0b58a2 4px;
}
.person.card .card-title {
  line-height: 30px;
  border-bottom: thin #c0c8e1 solid;
  padding: 4px;
}
.person.card .card-title img {
  margin-right: 0.5em;
}

.number {
  background: #888;
  border-radius: 2px;
  font-weight: 100;
  padding: 0 0.5em;
  margin-right: 1em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
}
.number .key {
  color: white;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
}
.number .key:after {
  content: " / ";
}
.number .value {
  color: #1F180D;
  text-shadow: none;
  font-weight: 700;
}

.keyvalue-line {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.keyvalue-line strong {
  flex: 2;
  line-height: 1.9em;
}
.keyvalue-line input {
  flex: 4;
}
.keyvalue-line button {
  flex: 1;
}

.organizationtype .card-title small {
  display: inline-block;
  margin-left: 2em;
  line-height: 2em;
  flex: 1;
  flex-grow: 1;
}
.organizationtype .sub {
  font-size: 0.8em;
  margin-left: 2em;
}

.organization {
  /* // TYPE_ETABLISSEMENT
   &.type-7 h2:before { content: "\e876";}

   // TYPE_INSTITUTION
   &.type-8 h2:before { content: "\e876";}

   // TYPE_INCONNU
   &.type-9 h2:before { content: "\e87f";}/***/
}
.organization.closed > * {
  opacity: 0.5;
}
.organization h2:before {
  font-family: fontello;
  line-height: 1.6em;
  padding: 0 4px 0 0;
}
.organization.interne {
  border-left: solid 4px #0b58a2;
}
.organization.type-composante h2:before {
  content: "\e877";
}
.organization.type-2 h2:before, .organization.type-laboratoire h2:before {
  content: "\e891";
}
.organization.type-3 h2:before, .organization.type-societe h2:before {
  content: "\e8a1";
}
.organization.type-5 h2:before, .organization.type-association h2:before {
  content: "\e876";
}
.organization.type-6 h2:before, .organization.type-groupement-d-interet-financier h2:before {
  content: "\e88f";
}
.organization.type-7 h2:before {
  content: "\e899";
}
.organization.type-institution h2:before, .organization.type-collectivite-territoriale h2:before, .organization.type-etablissement-publique h2:before {
  content: "\e875";
}

.organization-full .header h2 {
  font-weight: 100;
  line-height: normal;
  font-size: 1.25em;
  color: #888;
  margin: 0;
}
.organization-full .header h1 {
  border-bottom: solid thin #bbbbbb;
  border-top: solid thin #bbbbbb;
  padding: 0.3em 0;
  font-weight: 700;
  margin: 0.1em 0;
}

/** OSCAR SORTER **/
.oscar-sorter {
  font-size: 0.75em;
}
.oscar-sorter .oscar-sorter-item {
  margin-right: 1em;
  color: #999;
}
.oscar-sorter .oscar-sorter-item i {
  display: none;
}
.oscar-sorter .oscar-sorter-item.active {
  color: #555;
  text-decoration: underline;
}
.oscar-sorter .oscar-sorter-item.active i {
  display: inline;
}

.icon-bar {
  background: white;
}

.cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.cols > * {
  flex: 12;
}
.cols .col3 {
  flex: 3;
  min-width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.export-config h2, .export-config h3 {
  margin: 0;
  padding: 0;
}
.export-config h3 {
  margin-top: 0.5em;
}

.vue-loader {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 4092;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vue-loader .content-loader {
  max-width: 900px;
  max-width: 80vw;
}
.vue-loader span {
  font-weight: 100;
  color: #6e2458;
  font-size: 1em;
  animation-duration: 0.15s;
  animation-name: fadeinout;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.btn-save.disabled {
  pointer-events: none;
}

.uc-frequency {
  text-align: center;
}
.uc-frequency .heading .hours {
  background: rgba(255, 255, 255, 0.5);
  background: #6e2458;
  color: white;
  font-weight: 100;
  padding: 0.5em 1em;
  cursor: pointer;
}
.uc-frequency .content .line {
  background: rgba(255, 255, 255, 0.5);
}
.uc-frequency .content .line:hover {
  background: rgba(255, 255, 255, 0.75);
}
.uc-frequency .content .hours-label {
  text-align: right;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: 100;
  cursor: pointer;
}
.uc-frequency .content .hours-selector {
  cursor: pointer;
}
.uc-frequency .content .hours-selector .icon-ok-circled {
  opacity: 0.3;
}
.uc-frequency .content .hours-selector.selected .icon-ok-circled {
  opacity: 1;
  color: #499D1F;
}
.uc-frequency .content .hours-selector.forced {
  pointer-events: none;
  cursor: not-allowed;
}
.uc-frequency .content .hours-selector:hover {
  background: white;
}

.progress-item {
  border-left: solid 4px #FEFEEF;
}
.progress-item.progress-item-valid {
  border-left-color: #499D1F;
}
.progress-item.progress-item-valid .icon-progress:before {
  color: white;
  content: "\e85b";
}
.progress-item.progress-item-inprogress {
  border-left-color: #30b0d5;
}
.progress-item.progress-item-cancel {
  border-left-color: #1F180D;
}
.progress-item.progress-item-late {
  border-left-color: #DD423E;
}
.progress-item.progress-item-late .icon-progress:before {
  color: white;
  content: "\e865";
}
.progress-item.progress-item-todo {
  border-left-color: #999;
}
.progress-item.progress-item-todo .icon-progress:before {
  color: white;
  content: "\e885";
}
.progress-item.progress-item-inprogress {
  border-left-color: #499D1F;
}
.progress-item.progress-item-inprogress .icon-progress:before {
  color: white;
  content: "\e8a8";
}
.progress-item.progress-item-refused {
  border-left-color: #1F180D;
}
.progress-item.progress-item-refused .icon-progress:before {
  color: white;
  content: "\e85d";
}
.progress-item.progress-item-past {
  border-left-color: #499D1F;
}
.progress-item .by-person.addon a.link {
  color: #1F180D;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.progress-item .icon-progress:before {
  content: "\e865";
}

.repport {
  border-left: solid 4px #7f7f7f;
}
.repport.repport-add {
  border-left-color: #499D1F;
}
.repport.repport-add .icon-repport:before {
  content: "\e85c";
}
.repport.repport-warnings {
  border-left-color: #C69951;
}
.repport.repport-warnings .icon-repport:before {
  content: "\e865";
}
.repport.repport-infos {
  border-left-color: #499D1F;
}
.repport.repport-infos .icon-repport:before {
  content: "\e85e";
}
.repport.repport-notices {
  border-left-color: #30b0d5;
}
.repport.repport-notices .icon-repport:before {
  content: "\e805";
}
.repport.repport-errors {
  border-left-color: #DD423E;
}
.repport.repport-errors .icon-repport:before {
  content: "\e88a";
}
.repport.repport-update {
  border-left-color: #30b0d5;
}
.repport.repport-update .icon-repport:before {
  content: "\e88a";
}
.repport.repport-error {
  border-left-color: #DD423E;
}
.repport.repport-error .icon-repport:before {
  content: "\e865";
}

.oscar-form {
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
}
.oscar-form .loadingMsg {
  color: #6e2458;
  font-size: 2em;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
  text-align: center;
}
.oscar-form header {
  display: flex;
  margin-bottom: 0.333em;
  padding-bottom: 0.33em;
  color: #999;
  border-bottom: dotted thin #888;
}
.oscar-form header h1 {
  margin: 0;
  flex: 1;
}
.oscar-form header .closer {
  flex: 0;
  font-size: 1.4em;
  color: #999;
}
.oscar-form header .closer:hover {
  color: #6e2458;
}
.oscar-form label {
  font-weight: 300;
}

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

.oscar-help {
  color: #999;
  font-style: italic;
  font-size: 0.8em;
}

@keyframes fadeinout {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
.popup-enter-active, .popup-leave-active {
  transition: all 0.5s linear;
}
.popup-enter-active form, .popup-leave-active form {
  transition: all 0.5s linear;
}

.popup-enter {
  opacity: 0;
}
.popup-enter form {
  transform: translateY(25px);
}

.popup-leave-to, .popup-leave-active {
  opacity: 0;
}
.popup-leave-to form, .popup-leave-active form {
  transform: translateY(-25px);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.75s;
}

.fade-enter, .fade-leave-to, .fade-leave-active {
  opacity: 0;
}

.slide-enter-active, .slide-leave-active {
  transition: all 0.3s;
}

.slide-enter, .slide-leave-to, .slide-leave-active {
  opacity: 0;
  transform: translateY(-50px);
}

.list-item {
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active, .list-leave-active {
  transition: all 0.25s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(-50px);
}

.organization-timesheets .timesheet {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: solid thin #999;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.5em;
}
.organization-timesheets .timesheet:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}
.organization-timesheets .timesheet:hover {
  background: rgb(255, 255, 255);
}
.organization-timesheets .timesheet > div {
  flex: 2;
  vertical-align: center;
  border-right: thin dotted #999;
  align-self: stretch;
  padding: 0 0.5em;
}
.organization-timesheets .timesheet .activity {
  flex: 3;
}
.organization-timesheets .timesheet .activity small {
  display: block;
}
.organization-timesheets .timesheet .declarant, .organization-timesheets .timesheet .jour {
  font-size: 0.8em;
  font-weight: normal;
  flex: 2;
}
.organization-timesheets .timesheet .wp {
  flex: 1;
}
.organization-timesheets .timesheet .declarant {
  font-weight: 600;
}
.organization-timesheets .timesheet .small-note {
  background: rgba(255, 255, 255, 0.7);
  border: thin solid #ccc;
  color: #777;
  padding: 0.25em 1em;
  border-radius: 4px;
  font-size: 0.75em;
  margin: 0 0.5em;
}
.organization-timesheets .timesheet.timesheet-header {
  background: #6e2458;
  color: white;
  font-weight: bold;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
.organization-timesheets .timesheet.timesheet-header .declarant {
  font-size: 1em;
}

#notifications-area {
  position: relative;
}
#notifications-area .notifications-total {
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.25em;
  line-height: 1em;
  padding: 0 0.5em;
  border-radius: 4px;
}
#notifications-area .notifications-total.unread {
  background: #DD423E;
}
#notifications-area footer {
  background: #999;
  text-align: center;
  margin: 0.2em;
}
#notifications-area .list {
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.2);
  background: #efefef;
  position: absolute;
  color: #333;
  max-height: 350px;
  max-height: 80vh;
  width: 450px;
  overflow: hidden;
  overflow-y: scroll;
  right: 0;
}
#notifications-area .list h3 {
  font-weight: 500;
  background: rgb(136.085, 136.085, 136.085);
  color: white;
  margin: 0;
  padding: 0.5em;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
}
#notifications-area .list h3 .intitule {
  flex: 5;
}
#notifications-area .list h3 a {
  flex: 0;
}
#notifications-area .list article {
  border-bottom: thin solid #888;
  padding: 1em;
}
#notifications-area .list article h4 {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
#notifications-area .list article.fresh {
  animation-name: fresh;
  animation-duration: 5s;
}
#notifications-area .list article p {
  color: #999;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
#notifications-area .list article:hover {
  background: white;
}
#notifications-area .list article:hover h4 a {
  color: #333;
}
#notifications-area .list article a {
  color: #6e2458;
}
#notifications-area .list article a:hover {
  background: transparent;
}

.import-ical .day {
  border-bottom: #0b93d5 solid thin;
  display: flex;
}
.import-ical .day span {
  flex: 1 1;
  background: rgba(11, 147, 213, 0.5);
  border: white thin solid;
}
.import-ical .dayLabel {
  flex: 0 0 150px;
  text-align: right;
  padding-right: 1em;
}
.import-ical .dayTotal {
  flex: 0 0 150px;
  text-align: left;
  margin: auto;
  align-self: flex-end;
}

.week-days-total {
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.25);
  font-size: 0.75em;
}
.cartouche.error {
  background-color: #cb0b05;
}

pre.alert-danger, pre.alert-info {
  white-space: pre-wrap;
}

.title-with-menu {
  display: flex;
}
.title-with-menu .text {
  flex: 1;
}
.title-with-menu .right-menu {
  font-size: 0.6em;
  margin: auto;
  flex: 0 0 auto;
}
.title-with-menu .right-menu a {
  background: white;
}

@keyframes fresh {
  from {
    background: #30b0d5;
  }
  to {
    background: #ffffff;
  }
}
@media print {
  .overlay {
    background: white;
  }
}
.card.activated {
  border-left: #499D1F 4px solid;
}

.card.disbabled {
  border-left: #888 4px solid;
}

.help-message {
  background: #efefef;
  color: #666666;
  padding: 0.5em 1em;
  margin: 0.3em 0.5em;
  font-size: 0.9em;
  border-radius: 0.5em;
  font-weight: 100;
}

.relative-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.relative-overlay .overlay-content {
  flex: 1;
  padding: 0.5em 1em;
}
.relative-overlay .overlay-content .overlay-closer {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  color: #888;
}
.relative-overlay .overlay-content .overlay-closer:hover {
  color: #222;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .overlay-title {
  border-bottom: thin solid #ddd;
}
.overlay .overlay-content {
  position: relative;
  width: 75%;
  margin: 100px auto;
  max-height: 80vh;
  overflow-y: auto;
  flex: 0 0 75%;
  padding: 0.5em 1em;
  border: thin solid #ddd;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.7em 1em rgba(0, 0, 0, 0.15);
}
.overlay .overlay-content .overlay-closer {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  color: #888;
}
.overlay .overlay-content .overlay-closer:hover {
  color: #222;
}

.icon-clickable {
  cursor: pointer;
}
.icon-clickable:hover {
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.text-clickable {
  cursor: pointer;
}
.text-clickable:hover {
  text-decoration: underline;
}

.separator-bottom {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: dotted rgba(0, 0, 0, 0.5) thin;
}

.material-switch > input[type=checkbox] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type=checkbox]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type=checkbox]:checked + label::after {
  background: inherit;
  left: 20px;
}

.wp-hours {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.wp-hours .wp-hour {
  text-shadow: -1px 1x 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 2px 4px;
  border-right: thin dotted #1F180D;
}
.wp-hours .wp-hour:hover {
  color: white;
}
.wp-hours .wp-hour:last-child { /*border-radius: 0 2px 2px 0;*/
  border-right: none;
}
.wp-hours .validate {
  background: rgba(73, 157, 31, 0.5);
}
.wp-hours .validate:hover {
  background: #499D1F;
}
.wp-hours .conflicts {
  background: rgba(221, 66, 62, 0.5);
}
.wp-hours .conflicts:hover {
  background: #DD423E;
}
.wp-hours .validating {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(136.0239361702, 222.9281914894, 92.5718085106, 0.5);
}
.wp-hours .validating:hover {
  background: #499D1F;
}
.wp-hours .unsend {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(182.8191489362, 235.5425531915, 156.4574468085, 0.5);
}
.wp-hours .unsend:hover {
  background: #499D1F;
}
.wp-hours .duration {
  background: #888;
}

.bubble {
  background: #999;
  color: white;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-align: center;
  line-height: 1em;
  font-size: 0.8em;
  border-radius: 1em;
  position: relative;
  top: -0.4em;
  font-weight: bold;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.bubble.bubble-danger {
  background: #DD423E;
}

.spentarea {
  background: rgba(204, 204, 204, 0.25);
  padding: 8px;
  border: 1px solid #ececec;
}

.depenses-previsionnelle {
  background: #efefef;
}
.depenses-previsionnelle .line {
  display: flex;
  border-top: thin solid #e0cfc2;
}
.depenses-previsionnelle .line.sizing-1 > .intitule {
  font-weight: 900;
  padding-left: 1em;
}
.depenses-previsionnelle .line.sizing-2 > .intitule {
  font-weight: 700;
  padding-left: 2em;
}
.depenses-previsionnelle .line.sizing-3 > .intitule {
  font-weight: 500;
  padding-left: 3em;
}
.depenses-previsionnelle .line.sizing-4 > .intitule {
  font-weight: 300;
  padding-left: 4em;
}
.depenses-previsionnelle .line.sizing-5 > .intitule {
  font-weight: 100;
  padding-left: 5em;
}
.depenses-previsionnelle .code {
  background: #0b93d5;
  color: #fefefd;
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 2px;
}
.depenses-previsionnelle .intitule {
  flex: 3 0;
}
.depenses-previsionnelle .year {
  flex: 0 0 10em;
}
.depenses-previsionnelle .year input {
  text-align: right;
}
.depenses-previsionnelle .total {
  flex: 0 0 10em;
  padding-left: 1em;
  font-weight: 400;
}

.spenttype {
  border: 2px solid #ddd;
  border-left-color: #777777;
  background: #efefef;
  box-shadow: none;
  position: relative;
  left: 0px;
  transition: all 0.3s;
  box-shadow: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.spenttype.level-1 > h3 {
  font-weight: 900;
}
.spenttype.level-2 > h3 {
  font-weight: 700;
}
.spenttype.level-3 > h3 {
  font-weight: 500;
}
.spenttype.level-4 > h3 {
  font-weight: 300;
}
.spenttype.level-5 > h3 {
  font-weight: 100;
}
.spenttype .annexe {
  background: #777777;
  padding: 0 4px;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
}
.spenttype .annexe.active {
  background: #499D1F;
  cursor: default;
}
.spenttype .annexe:hover {
  background: #30b0d5;
}
.spenttype .annexe:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: thin solid rgba(255, 255, 255, 0.25);
}
.spenttype .annexe:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: thin solid rgba(255, 255, 255, 0.25);
}
.spenttype .code {
  background: #30b0d5;
  display: inline-block;
  font-weight: 100;
  padding: 0 0.25em;
  border-radius: 2px;
}
.spenttype .code.blind {
  background: #DD423E;
}
.spenttype:hover {
  box-shadow: none;
}
.spenttype.hover {
  box-shadow: none;
  left: 4px;
}
.spenttype.selectable.hover {
  background: #ecfbfe;
}
.spenttype.selected {
  pointer-events: none;
  background: #30b0d5;
  border: #C69951;
}
.spenttype .handler {
  cursor: pointer;
}
.spenttype:hover > h3 small {
  opacity: 1;
}
.spenttype > h3 small {
  opacity: 0.5;
}
.spenttype.selectable {
  cursor: pointer;
}
.spenttype.selectable.hover {
  border-color: #30b0d5;
}
.spenttype .card-title small {
  flex: auto;
}
.spenttype h3 small {
  text-align: right;
}

.terminal {
  background: #333;
  color: #EEE;
}
.terminal.loading .terminal-header {
  background: #ccc;
  color: #555;
}
.terminal.loading .terminal-header .icon-hourglass-3 {
  opacity: 1;
}
.terminal .terminal-header {
  transition: all 0.5s;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8) 1px 1px 1px rgba(255, 255, 255, 0.5);
  background: #555;
  color: #bbb;
  padding: 0.5em 1em;
}
.terminal .terminal-header .icon-hourglass-3 {
  opacity: 0;
  transition: all 0.25s;
  color: #000;
}
.terminal .terminal-content {
  padding: 0.3em 0.5em;
  font-size: 0.8em;
}

.oscar-ajax {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-content: center;
  align-items: center;
}
.oscar-ajax.has-error {
  background: rgba(221, 66, 62, 0.9);
}
.oscar-ajax .error-message {
  color: white;
}

.oscar-ajax-content {
  text-align: center;
  width: 100%;
}

.password-displayed {
  background-color: #30b0d5;
  transition: background-color linear 5s;
}

.vue-ui-textarea .vue-ui-content {
  position: relative;
}
.vue-ui-textarea .vue-ui-content .errors {
  position: absolute;
  top: 0;
  right: 0;
  background: #DD423E;
  color: white;
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.8);
}

/** SELECTEUR d'ORGANISATION **/
.oscar-selector {
  position: relative;
}
.oscar-selector .displayed-value {
  z-index: 10;
  position: absolute;
  padding-left: 1em;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 3em;
  background: rgb(255, 255, 255);
  line-height: 200%;
}
.oscar-selector .displayed-value .button-cancel-value {
  cursor: pointer;
}
.oscar-selector .options {
  z-index: 9;
  background: white;
  position: absolute;
  max-height: 15em;
  overflow: hidden;
  overflow-y: scroll;
  min-width: 90%;
  margin-left: 47px;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
}
.oscar-selector .options header {
  font-size: 0.9em;
  text-align: center;
  border-bottom: solid #999999 thin;
}
.oscar-selector .options .option {
  cursor: pointer;
  border-bottom: solid thin #ccc;
  border-left: solid 8px white;
  transition: background-color linear 300ms;
  margin: 0 1em 0 0;
}
.oscar-selector .options .option.selected {
  border-left-color: #0b93d5;
  background: #0b93d5 !important;
  color: white;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
}
.oscar-selector .options .option.closed {
  background: rgba(193, 210, 210, 0.5);
}
.oscar-selector .options .option.closed .fullname, .oscar-selector .options .option.closed .code, .oscar-selector .options .option.closed .displayname {
  text-decoration: line-through;
}
.oscar-selector .options .option.active {
  border-left-color: #0b93d5;
  background-color: rgba(11, 147, 213, 0.3);
}
.oscar-selector .options .option .option-infos {
  border-top: dotted thin #cccccc;
  opacity: 0.7;
}

.div-connexion {
  max-width: 600px;
  margin: 0 auto;
}

.connect-credentials-lost {
  display: none;
}

.overlay-content .tree-root {
  font-size: 1.2em;
  font-weight: 900;
}

.select-handler {
  display: inline-block;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 2px;
}
.select-handler:hover {
  background: #0b93d5;
}

.open-handler {
  cursor: pointer;
}
.open-handler:hover {
  color: #0a3783;
}

.children {
  margin-left: 1em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  font-weight: lighter;
  background: rgba(0, 0, 0, 0.05);
}

.fiche.header {
  background: white;
  padding: 1em;
}
.fiche.menu {
  padding: 0.3em 0;
  background: white !important;
  border-top: thin solid #c2ceda;
  border-bottom: thin solid #c2ceda;
}
.fiche.menu .intitule {
  font-weight: 100;
  color: #647b93;
}
.fiche.menu.align-left {
  text-align: right;
}

.activity-timesheet-synthesis {
  background: rgba(255, 255, 255, 0.5);
}
.activity-timesheet-synthesis h2, .activity-timesheet-synthesis h3, .activity-timesheet-synthesis h4, .activity-timesheet-synthesis h5 {
  font-size: 1.5rem;
  margin: 0 1rem;
  padding: 0;
}
.activity-timesheet-synthesis .line {
  border-top: solid thin #6e2458;
  display: flex;
}
.activity-timesheet-synthesis .line strong {
  flex: 1;
  font-weight: 400;
}
.activity-timesheet-synthesis .line em {
  flex: 0 10rem;
  text-align: right;
  font-weight: 400;
  font-style: normal;
}
.activity-timesheet-synthesis .line.totalline strong {
  font-weight: 700 !important;
}
.activity-timesheet-synthesis .line.totalline em {
  font-weight: 700;
}
.activity-timesheet-synthesis .line:hover {
  background: rgb(228.1232876712, 172.8767123288, 211.698630137);
}
.activity-timesheet-synthesis .year {
  border: solid thin grey;
  border-left: 4px solid grey;
  margin: 1em;
}
.activity-timesheet-synthesis .year h3 {
  cursor: pointer;
  line-height: 1.5rem;
}
.activity-timesheet-synthesis .year h3 strong {
  font-size: 2rem;
}
.activity-timesheet-synthesis .year:hover {
  border-color: #6e2458;
}
.activity-timesheet-synthesis .year:not(.open) h3 em {
  font-weight: 700;
}
.activity-timesheet-synthesis .year.open h3 strong {
  font-weight: 700;
}
.activity-timesheet-synthesis .month {
  margin-left: 1rem;
  margin-bottom: 0.25em;
  border: solid thin grey;
  border-left: 2px solid grey;
  border-right: none;
  padding: 0.1em;
  background: rgba(255, 255, 255, 0.7);
}
.activity-timesheet-synthesis .month h4 {
  cursor: pointer;
}
.activity-timesheet-synthesis .month:hover {
  border-color: #6e2458;
}
.activity-timesheet-synthesis .month:hover em {
  color: #6e2458;
}
.activity-timesheet-synthesis .person {
  margin-left: 2rem;
  font-size: 1.5rem;
  border-top: thin #64817A solid;
  background: rgba(255, 255, 255, 0.7);
}
.activity-timesheet-synthesis .person .line strong {
  font-weight: 300;
}
.activity-timesheet-synthesis .person:hover {
  background: rgb(240.698630137, 211.301369863, 231.9589041096);
}
.activity-timesheet-synthesis .person:nth-child(odd) {
  background: rgba(110, 36, 88, 0.1);
}

.compact-state {
  display: inline-block;
  background: #777777;
  color: #ededed;
  margin: 0;
  padding: 0 0.3em;
  line-height: 1.2em;
  border-radius: 4px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.compact-state * {
  display: inline-block;
}
.compact-state .info-text {
  /*display: none;*/
  position: absolute;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}
.compact-state:hover .info-text {
  display: inline-block;
  width: auto;
  padding: 0 0.3em 0 0;
}

.highdelay-line {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
}
.highdelay-line.error .compact-state {
  background-color: #cb0b05;
}
.highdelay-line.error .compact-state .info-text {
  background-color: #cb0b05;
}
.highdelay-line.danger .compact-state, .progress-item.progress-item-late .highdelay-line.progress-cartouche .compact-state, .progress-item.progress-item-refused .highdelay-line.progress-cartouche .compact-state {
  background-color: #d9534f;
}
.highdelay-line.danger .compact-state .info-text, .progress-item.progress-item-late .highdelay-line.progress-cartouche .compact-state .info-text, .progress-item.progress-item-refused .highdelay-line.progress-cartouche .compact-state .info-text {
  background-color: #d9534f;
}
.highdelay-line.secondary2 .compact-state {
  background-color: #369100;
}
.highdelay-line.secondary2 .compact-state .info-text {
  background-color: #369100;
}
.highdelay-line .state-info {
  flex: 0 0 42px;
}

.highdelay-line > * {
  flex: 1 1;
}

.highdelay-line:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

.highdelay .activity {
  border: solid thin #999999;
}

.danger-area, .info-area {
  border-radius: 4px;
  background: #5bc0de;
  color: white;
  padding: 0.25em 0.5em;
  margin: 0.3em 0;
  font-size: 0.8em;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.danger-area a, .info-area a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

.danger-area {
  background: #d9534f;
}

.highdelay .card .card-title .profile {
  flex: 0 0 50px;
}

.type-tree-selector {
  position: relative;
}
.type-tree-selector .search-area {
  display: flex;
  align-items: center;
}
.type-tree-selector .search-area .search {
  flex: 1;
}
.type-tree-selector .search-area .icon {
  flex: 0 0;
}
.type-tree-selector .item-label {
  font-weight: 600;
}
.type-tree-selector .item .item-label {
  /* font-weight: lighter;*/
  cursor: pointer;
}
.type-tree-selector .item .item .item-label {
  font-weight: 400;
}
.type-tree-selector .item {
  font-size: 0.95em;
  padding: 0;
  margin: 0px 8px 0 2px;
  padding: 1px 4px;
  font-weight: lighter;
  background: none;
  border-radius: 4px;
}
.type-tree-selector .item-label:hover {
  background: #aeddec;
}
.type-tree-selector .item.selected {
  color: white;
  background: #0997c1;
}
.type-tree-selector .value-area {
  cursor: pointer;
  border: #777777;
  background: white;
  border-radius: 2px;
  padding: 2px 4px;
  display: flex;
}
.type-tree-selector .value-area span {
  flex: 1;
}
.type-tree-selector .value-area i {
  flex: 0 0 1.5em;
}
.type-tree-selector .input-search {
  width: 100%;
}
.type-tree-selector .children {
  background: none;
}
.type-tree-selector .types-selector {
  z-index: 2;
  position: absolute;
  background: white;
  max-width: 350px;
  max-height: 250px;
  min-width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.card.suborganization {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.card .card-title {
  width: 100%;
  flex-wrap: wrap;
}
.card .card-title .card-title-subsection {
  flex-grow: 1;
  flex-basis: 100%;
}
.card .card-content {
  margin-bottom: auto;
  width: 100%;
}
.card .card-footer {
  padding-top: 0.25em;
  width: 100%;
  margin-top: auto;
}
.card.light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.card.clickable {
  cursor: pointer;
}
.card.card-synthesis {
  border-left: solid 4px #999;
  margin: 0 0 2px;
  display: flex;
}
.card.card-synthesis.validation-step-conflict {
  border-left-color: #DD423E;
}
.card.card-synthesis.validation-step-valid {
  border-left-color: #499D1F;
}
.card.card-synthesis.light {
  padding-bottom: 0;
  padding-top: 0;
}
.card.card-synthesis.light strong {
  font-weight: 300;
}
.card.card-synthesis.light small {
  font-weight: 100;
}
.card.card-synthesis > span {
  flex: 2;
}
.card.card-synthesis > .declarer {
  flex: 1;
}
.card.card-synthesis > .buttons {
  flex: 0 0;
}
.card.card-synthesis > .card-synthesis-left {
  flex: 0 1 auto;
}
.card.card-synthesis .period {
  display: inline-block;
}
.card.card-synthesis .person {
  display: inline-block;
}

.repport-item .icon-attention-circled {
  display: none;
}
.repport-item.excess {
  color: #990000;
  border-left: 4px solid red;
}
.repport-item.excess .icon-attention-circled {
  display: inline-block;
}

.timesheet-item {
  background: white;
  cursor: pointer;
  border: thin rgb(91.8, 105.4, 112.2) solid;
  margin: 0.1em 0;
  font-size: 1em;
  display: flex;
  position: relative;
  transition: all 0.3s;
}
.timesheet-item > * {
  padding: 0.1em 0.25em;
}
.timesheet-item .project-acronym {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: rgb(170.85, 181.05, 186.15);
  background: rgb(91.8, 105.4, 112.2);
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
.timesheet-item .project-acronym:before {
  transition: all 0.3s;
  content: " ";
  width: 1em;
  height: 1em;
  background: rgba(255, 255, 255, 0);
  transform: rotate(45deg);
  position: absolute;
  left: -0.6em;
  top: 0.6em;
  z-index: 10000;
}
.timesheet-item .activity-label {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  background: rgb(170.85, 181.05, 186.15);
  color: rgb(22.95, 26.35, 28.05);
  font-size: 0.8em;
  line-height: 2em;
}
.timesheet-item .activity-label:before {
  transition: all 0.3s;
  content: " ";
  width: 1.2em;
  height: 1.2em;
  background: rgb(91.8, 105.4, 112.2);
  transform: rotate(45deg);
  position: absolute;
  left: -0.6em;
  top: 0.6em;
  z-index: 10000;
}
.timesheet-item .workpackage-infos {
  transition: all 0.3s;
  position: relative;
  padding-left: 1em;
}
.timesheet-item .workpackage-infos .workpackage-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 100;
  padding-left: 0.3em;
  display: inline-block;
  max-width: 250px;
}
.timesheet-item .workpackage-infos:before {
  transition: all 0.3s;
  content: " ";
  width: 1em;
  height: 1em;
  background: rgb(170.85, 181.05, 186.15);
  transform: rotate(45deg);
  position: absolute;
  left: -0.6em;
  top: 0.5em;
  z-index: 10000;
}
.timesheet-item.selected, .timesheet-item:hover {
  background: white;
  border: thin #0088cc solid;
  color: #0088cc;
}
.timesheet-item.selected .project-acronym, .timesheet-item:hover .project-acronym {
  color: #99ddff;
  background: #0088cc;
}
.timesheet-item.selected .activity-label, .timesheet-item:hover .activity-label {
  background: #66ccff;
  color: #002233;
}
.timesheet-item.selected .activity-label:before, .timesheet-item:hover .activity-label:before {
  background: #0088cc;
}
.timesheet-item.selected .workpackage-infos:before, .timesheet-item:hover .workpackage-infos:before {
  background: #66ccff;
}
.timesheet-item.horslots-item .workpackage-infos {
  flex: 1;
}
.timesheet-item.horslots-item .activity-label:before {
  content: none;
}
.timesheet-item.horslots-item .workpackage-infos:before {
  background: rgb(91.8, 105.4, 112.2);
  top: 0.8em;
}
.timesheet-item.horslots-item.selected .workpackage-infos:before, .timesheet-item.horslots-item:hover .workpackage-infos:before {
  background: #0088cc;
}
.timesheet-item.selected {
  box-shadow: 0.25em 0 0.5em rgba(0, 136, 204, 0.8);
}
.timesheet-item.selected .project-acronym:before {
  background: white;
}

.ui-timechooser {
  background: white;
  max-width: 450px;
  margin: 0 auto;
}
.ui-timechooser .percents {
  display: flex;
}
.ui-timechooser .percents span {
  flex: 1 1 auto;
  padding: 2px 4px;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
.ui-timechooser .percents span:hover, .ui-timechooser .percents span.selected {
  background-color: #0b58a2;
  color: white;
}
.ui-timechooser .hours {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-items: center;
  justify-content: center;
  font-size: 2em;
}
.ui-timechooser .hours .sel {
  border: thin solid #ddd;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ui-timechooser .hours .sel i {
  font-size: 1em;
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.ui-timechooser .hours .sel i:hover {
  background: #5c9ccc;
  color: white;
}
.ui-timechooser .hours .separator {
  color: red;
}

.wp-duration {
  display: flex;
  border-bottom: thin solid white;
  align-items: center;
}
.wp-duration strong small {
  font-weight: 100;
}
.wp-duration[class*=status-] {
  border-left: solid 4px #ddd;
}
.wp-duration.status-5 {
  border-left-color: #0b58a2;
}
.wp-duration .icon-comment {
  color: #CCC;
}
.wp-duration .icon-comment.with-comment {
  color: #000;
}

.left {
  flex: 0 0 35px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  border-left: solid #fff thin;
}

.total {
  margin-left: auto;
  font-size: 1.4em;
  font-weight: 700;
  padding-right: 0.5em;
}
.total em {
  font-size: 0.5em;
  font-weight: 100;
  line-height: 2em;
}

[class*=icon-] {
  text-align: center;
}

.icon-trash, .icon-edit {
  cursor: pointer;
  text-align: center;
}
.icon-trash:hover, .icon-edit:hover {
  background: #0b58a2;
  color: white;
}

.month .cartouche {
  white-space: nowrap;
  margin: 0;
  border-radius: 2px;
  box-shadow: none;
  font-size: 0.75em;
}
.month .cartouche.training {
  background-color: #0b58a2;
}
.month .cartouche.sickleave {
  background-color: #808000;
}
.month .cartouche.wp {
  background-color: #6a5999;
}
.month .cartouche.conflict {
  background: #AA0000;
}
.month .cartouche.invalid {
  background: #AA0000;
}

.loading-message {
  background: white;
  font-size: 1em;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  padding: 0.3em 1em;
  border-radius: 8px 0 0 0;
}

.interaction-off {
  cursor: default;
  pointer-events: none;
}

.interactive-icon-big {
  font-size: 32px;
  cursor: pointer;
}

.card.locked, .card.closed {
  opacity: 0.8;
}
.card.locked .week-header, .card.closed .week-header {
  cursor: default;
}

.card.closed {
  opacity: 0.7;
}
.card.closed .week-header {
  cursor: default;
}

.card.organization.closed {
  border-left-color: #999;
}

article.wp {
  font-size: 1.2em;
}
article.wp h3 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.has-titled-error {
  color: darkred;
  cursor: help;
}

.menu-wps {
  padding: 2px 4px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.menu-wps > li {
  cursor: pointer;
  display: flex;
  transition: background-color 0.5s ease-out;
  border-bottom: thin solid rgba(0, 0, 0, 0.4);
  padding: 2px 4px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.menu-wps > li .icon-angle-right {
  color: white;
  position: relative;
  left: -25px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.5s ease-out;
  margin-left: auto;
}
.menu-wps > li .acronym {
  font-weight: 700;
}
.menu-wps > li .acronym:after {
  content: ":";
}
.menu-wps > li:hover, .menu-wps > li.selected {
  background: #0b58a2;
  color: white;
}
.menu-wps > li:hover .icon-angle-right, .menu-wps > li.selected .icon-angle-right {
  left: 0px;
  opacity: 1;
}

.daymenu {
  position: fixed;
  background: white;
  z-index: 100;
}
.daymenu .selector {
  display: flex;
}

.month-header {
  display: flex;
  line-height: 30px;
  justify-content: center;
  justify-items: center;
}
.month-header strong {
  font-weight: 100;
  display: block;
  text-align: center;
  flex: 0 0 14.285714286%;
  background: #efefef;
  color: #5c9ccc;
  border-left: solid thin #fff;
}

.periode {
  display: flex;
  justify-content: flex-start;
}

.periode strong {
  display: inline-block;
  width: 10em;
  text-align: center;
}

.week {
  border: solid 2px #fff;
  margin: 2px 0;
}
.week .days {
  background-image: url("/images/bg-lock.gif");
}
.week .days .day {
  background: #efefef;
}
.week.selected {
  background: rgba(128, 183, 236, 0.25);
  border-color: #80b7ec;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
}
.week.selected .week-header {
  background-color: #80b7ec;
  color: white;
}
.week.selected .week-header span {
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.week.selected .day {
  border-color: #80b7ec;
}
.week .day.error {
  background: #dd1144 !important;
}

.heure-total {
  display: inline-block;
  width: 5em;
}

/** EN TÊTE des SEMAINES **/
.week-header, .month-header .week-header {
  background-color: rgba(255, 255, 255, 0.5);
  align-items: center;
  cursor: pointer;
  display: flex;
  text-align: left;
  font-size: 1em;
  padding: 0 0.8em;
  justify-content: space-between;
}
.week-header span, .month-header .week-header span {
  font-weight: 700;
  flex: 1;
}
.week-header small.subtotal, .month-header .week-header small.subtotal {
  flex: 0;
}
.week-header small, .month-header .week-header small {
  justify-self: flex-end;
  flex: 1;
  text-align: right;
  margin-left: auto;
}
.week-header small em, .month-header .week-header small em {
  color: #5c646c;
}

.table-recap.table-bordered {
  font-size: 0.7em;
}
.table-recap.table-bordered h2, .table-recap.table-bordered h3 {
  font-size: 1.25em;
  margin: 0;
}
.table-recap.table-bordered th {
  font-weight: 400;
}
.table-recap.table-bordered th.total {
  text-align: right;
  font-weight: 700;
  font-size: 1.1em;
}
.table-recap.table-bordered thead th:nth-child(odd) {
  background-color: #efefef;
}
.table-recap.table-bordered td:nth-child(odd) {
  background-color: #efefef;
}
.table-recap.table-bordered thead th {
  text-align: center;
}
.table-recap.table-bordered tr td {
  text-align: right;
}
.table-recap.table-bordered tr th, .table-recap.table-bordered tr td {
  padding: 2px;
}

.days {
  display: flex;
}
.days .day {
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  transition: background-color linear 0.3s;
  border: thin solid white;
  flex: 0 0 14.285714286%;
  overflow: hidden;
  cursor: pointer;
  min-height: 50px;
}
.days .day .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 12px;
  text-align: right;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #787171;
}
.days .day .cartouche em {
  max-width: 3em;
  overflow: hidden;
  display: inline-block;
  display: inline-block;
  white-space: nowrap;
}
.days .day:hover {
  background: white;
}
.days .day.selected {
  background: #5c9ccc;
}
.days .day.locked {
  cursor: not-allowed;
  background: rgba(204, 204, 204, 0.8);
}

.week:first-child .days {
  justify-content: flex-end;
}

.week:last-child .days {
  justify-content: flex-start;
}

.superselect {
  display: inline-block;
  position: relative;
  background: white;
  border-radius: 4px;
  padding: 0.25em;
  line-height: 1.428571429em;
}
.superselect em {
  opacity: 0.5;
}
.superselect .cartouche {
  font-size: 0.8em;
}
.superselect .selector {
  position: absolute;
  z-index: 1000;
  background: white;
  padding: 1em;
  min-width: 100%;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2);
}

.card.criteria {
  display: flex;
  line-height: 2em;
}
.card.criteria > * {
  flex: 3;
}
.card.criteria .filter-label {
  flex: 1;
}
.card.criteria .nav-actions {
  flex: 0 0 32px;
}
.card.criteria .date-input {
  display: flex;
}
.card.criteria .date-input span {
  padding: 0 1em;
}
.card.criteria .alert.alert-danger {
  margin: 0.25em;
  padding: 0.3em 1em;
  background: #d9534f;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}

.val2-options {
  opacity: 1;
  position: relative;
}

.val2-options:hover .choose {
  display: block;
}

.val2-options .choose {
  display: none;
}

.val2-options .choose {
  padding: 1em;
  position: absolute;
  z-index: 1000;
}

.hideval2-on .val2-options {
  display: none;
}

[class*=icon-access-2]:before {
  content: "\e821";
}

[class*=icon-access-1]:before {
  content: "\e8a9";
}

.account-infos {
  border-left: solid 4px #30b0d5;
  /*
  'missing': a.annexe == null,
  'ignored': a.annexe == 0,
  'input': a.annexe == 1
  */
}
.account-infos.ignored {
  border-left: solid 4px #222;
  opacity: 0.8;
}
.account-infos.input {
  border-left: solid 4px #499D1F;
}
.account-infos.missing {
  border-left: solid 4px #DD423E;
  background-color: #f7665f;
}
.account-infos h3 {
  display: flex;
}
.account-infos h3 strong {
  flex: 1;
  padding-left: 1em;
}
.account-infos h3 code {
  padding: 0 1em;
  line-height: 2em;
  background: #999999;
  font-size: 0.5em;
}
.account-infos h3 code, .account-infos h3 em {
  flex: 0 0;
}
.account-infos h3 em {
  padding: 0 1em;
  white-space: nowrap;
  color: white;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 2em;
  border-radius: 4px;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.account-infos h3 em.off {
  background: #999;
}
.account-infos h3 em.plus {
  background: #499D1F;
}
.account-infos h3 em.minus {
  background: #30b0d5;
}
.account-infos h3 em.value-missing {
  background: #DD423E;
}

.recipient {
  border: solid thin #92b2ae;
  border-left-width: 8px;
  text-shadow: 4px -1px 0 rgba(255, 255, 255, 0.3);
  padding: 0.2em 0 0.2em 0.5em;
  margin-right: 0.5em;
}

.recipient label {
  display: flex;
  justify-content: space-between;
}

.recipient .fullname {
  flex: 1;
}

.recipient .email {
  flex: 0;
  margin-right: auto;
  text-align: right;
}

.recipient label {
  color: #777;
}

.result-item {
  border-bottom: thin solid #999999;
}
.result-item code, .result-item span, .result-item strong, .result-item em {
  margin: 0 0.25em;
}
.result-item code {
  background: #ceedff;
  padding: 2px;
  font-size: 0.8em;
  line-height: inherit;
  border-radius: 4px;
}
.result-item .location, .result-item .infos {
  font-size: 0.7em;
  font-weight: 200;
}
.result-item h4 {
  color: #111 !important;
}
.result-item:hover code {
  color: black;
}
.result-item.organization-closed {
  border-left: solid 4px red;
}
.result-item.organization-closed div {
  opacity: 0.5;
}
.result-item.organization-closed h4 {
  opacity: 0.7;
  text-decoration: line-through;
}

body {
  background-color: #fff9e5;
  background-size: cover !important;
  background-position: center center !important;
}

/* foo */

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