/*!
 * BACKEND PARTICIFY & BUDGETTIFY
 * ------------------------------
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
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,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*@import "bootstrap/glyphicons";*/
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #f2f2f2; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: black;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    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.5;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.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: 500;
  line-height: 1.2;
  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: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  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: 10.5px;
  margin-bottom: 10.5px; }
  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 10.5px; }

.lead {
  margin-bottom: 21px;
  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: .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: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  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: 21px; }

dt,
dd {
  line-height: 1.5; }

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: 768px) {
  .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 #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.5;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5; }

/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1024px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .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: 0px;
  padding-right: 0px; }

.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: 1024px) {
  .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: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f2f2f2; }

.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,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > 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; } }

/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
/*
// Components
@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";
*/
/*
@import "bootstrap/navs";
@import "bootstrap/navbar";
*/
/*
// Components w/ JavaScript
@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";
*/
.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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) 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: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) 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: 1023px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1024px) 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; } }
/* test */
.test {
  background-color: rgba(255, 0, 0, 0.2); }

/* gray */
/* positioning */
/*@mixin position($position: relative, $top: null, $right: null, $bottom: null, $left: null) {
	position: $position;
	top: $top;
	right: $right;
	bottom: $bottom;
	left: $left;
}*/
/* size */
/* margin-reset */
/* padding-reset */
/* form reset */
/* colors */
/* font styles */
/*@import 'icons.scss';*/
/*@import 'hamburgers/hamburgers.scss';*/
/* general */
input[type="text"], input[type="email"], input[type="number"], textarea, select {
  border: none;
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto; }
  input[type="text"].error, input[type="email"].error, input[type="number"].error, textarea.error, select.error {
    color: red;
    border: 1px solid red; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: none; }
    input[type="text"]:focus.error, input[type="email"]:focus.error, input[type="number"]:focus.error, textarea:focus.error, select:focus.error {
      color: red; }
  input[type="text"]:-moz-focusring, input[type="email"]:-moz-focusring, input[type="number"]:-moz-focusring, textarea:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="number"]::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    display: none; }
  input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, textarea::-ms-clear, select::-ms-clear {
    display: none; }

select::-ms-value {
  color: black;
  background: transparent; }

body {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  	/*-webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;*/
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none; }

::-moz-selection {
  background-color: #1f92b8;
  color: white; }

::selection {
  background-color: #1f92b8;
  color: white; }

/* remove firefox dotted border */
a, a:hover, a:active, a:focus, button, button:hover, button:focus, button:active {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 20px 0px; }

h1 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #282828; }

h2 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #282828; }

h3 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #282828; }

p {
  /*display: inline-block;*/
  margin: 0px 0px 20px 0px; }

strong, b {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

.button, button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  background-color: #1f92b8;
  color: white;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 7px 13px 9px 13px;
  vertical-align: top; }
  .button:hover {
    background-color: #187493;
    color: white; }
  .button.button-sm, button.button-sm {
    font-size: 11px;
    padding: 3px 9px 5px 9px; }
  .button.button-lg, button.button-lg {
    font-size: 16px;
    padding: 9px 27px 11px 27px; }
  .button.button-white, button.button-white {
    background-color: white;
    color: #1f92b8; }
    .button.button-white:hover, button.button-white:hover {
      opacity: 0.9; }
  .button.button-gray, button.button-gray {
    background-color: #949494; }
    .button.button-gray:hover, button.button-gray:hover {
      background-color: #767676; }
  .button.button-transp, button.button-transp {
    background-color: transparent;
    color: #1f92b8;
    text-decoration: underline;
    vertical-align: middle; }
    .button.button-transp:hover, button.button-transp:hover {
      color: #12576e; }

.container {
  width: 100%; }

header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 90px;
  background-color: #1f92b8; }
  header .logo {
    padding-left: 25px;
    padding-top: 30px; }
  header .account {
    padding-right: 50px;
    padding-top: 25px;
    text-align: right;
    color: white; }
    header .account .fa {
      font-size: 24px;
      margin-right: 10px;
      position: relative;
      top: 3px; }
    header .account p {
      display: inline-block; }
      header .account p span {
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        font-style: italic; }
    header .account .button {
      margin-left: 25px;
      position: relative;
      top: -2px; }

/* header */
.sidebar {
  position: fixed;
  top: 90px;
  bottom: 0px;
  left: 0px;
  width: 200px;
  background-color: #2a2a2a;
  -webkit-transition: all 250ms;
          transition: all 250ms; }
  .sidebar .content {
    position: relative;
    padding-top: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 60px;
    left: 0px; }
  .sidebar .tree {
    min-width: 200px; }
  .sidebar.sidebar-closed {
    width: 60px;
    /*background-color: transparent;*/ }
    .sidebar.sidebar-closed .tree {
      display: none; }
    .sidebar.sidebar-closed .bottom-fixed a:after {
      content: '\f178'; }
    .sidebar.sidebar-closed .bottom-fixed span {
      opacity: 0; }

/* sidebar */
/* bottom-fixed */
.bottom-fixed {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 60px;
  line-height: 60px;
  background-color: #2a2a2a; }
  .bottom-fixed a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-left: 25px;
    color: #949494; }
    .bottom-fixed a:after {
      display: inline-block;
      font-family: 'FontAwesome';
      content: '\f177';
      position: absolute;
      top: 0px;
      right: 20px;
      font-size: 20px; }
    .bottom-fixed a:hover {
      color: white; }

/* bottom-fixed */
.stage {
  position: fixed;
  top: 90px;
  right: 0px;
  bottom: 0px;
  left: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 35px 50px;
  -webkit-transition: left 250ms;
          transition: left 250ms; }
  .stage.sidebar-closed {
    left: 60px; }

/* stage */
.title-bar {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 15px; }
  .title-bar h1 {
    margin-bottom: 0px; }
  .title-bar .buttons {
    text-align: right; }
    .title-bar .buttons .button {
      margin: 0px 10px; }
      .title-bar .buttons .button:first-child {
        margin-left: 0px; }
      .title-bar .buttons .button:last-child {
        margin-right: 0px; }

.tools-bar {
  padding: 15px 0px; }
  .tools-bar .filters input[type="checkbox"] + label {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #a7a7a7;
    background-color: transparent;
    color: #a7a7a7;
    padding: 7px 13px 9px 13px; }
    .tools-bar .filters input[type="checkbox"] + label:before {
      display: none; }
  .tools-bar .filters input[type="checkbox"]:checked + label {
    background-color: #949494;
    border-color: #949494;
    color: white; }
    .tools-bar .filters input[type="checkbox"]:checked + label:after {
      display: none; }
  .tools-bar .filters > label {
    min-width: 100px;
    padding-top: 8px;
    padding-bottom: 10px; }
  .tools-bar .filters-wrap {
    display: inline-block; }
    .tools-bar .filters-wrap .filter-item {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 4px; }
  .tools-bar .search {
    text-align: right; }
    .tools-bar .search form {
      display: inline-block;
      width: 100%;
      max-width: 275px; }
    .tools-bar .search .search-wrap {
      position: relative; }
      .tools-bar .search .search-wrap:before {
        font-family: 'FontAwesome';
        content: '\f002';
        position: absolute;
        top: 6px;
        left: 9px;
        font-size: 18px;
        color: #a7a7a7; }
      .tools-bar .search .search-wrap input {
        padding-left: 35px; }

/* tools-bar */
/* bulk-actions-bar */
.bulk-actions-bar {
  padding: 15px 0px; }
  .bulk-actions-bar label {
    min-width: 100px;
    padding-top: 8px;
    padding-bottom: 10px; }
  .bulk-actions-bar .select, .bulk-actions-bar button, .bulk-actions-bar .button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px; }

/* bulk-actions-bar */
.table-content {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
  margin: 15px 0px;
  /* table */ }
  .table-content table {
    width: 100%; }
    .table-content table tr:hover {
      background-color: #f9f9f9; }
      .table-content table tr:hover .name {
        color: #1f92b8; }
    .table-content table tr.table-header td {
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #4f4f4f;
      font-size: 13px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .table-content table tr.table-header td:first-child:after {
        left: 0px; }
      .table-content table tr.table-header td:last-child:after {
        right: 0px; }
    .table-content table tr.table-header:hover {
      background-color: transparent; }
    .table-content table tr.table-header a {
      color: #4f4f4f; }
      .table-content table tr.table-header a:hover {
        color: #1f92b8; }
      .table-content table tr.table-header a.order:after {
        font-family: 'FontAwesome';
        font-size: 10px;
        margin-left: 5px;
        position: relative;
        top: -1px; }
      .table-content table tr.table-header a.order-desc:after {
        content: '\f175'; }
      .table-content table tr.table-header a.order-asc:after {
        content: '\f176'; }
    .table-content table tr:last-child td:after {
      display: none; }
    .table-content table tr.selected td {
      color: #333333; }
    .table-content table td {
      padding: 10px;
      padding-bottom: 8px;
      position: relative;
      vertical-align: top;
      color: #949494; }
      .table-content table td:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        content: " ";
        display: inline-block;
        background-color: #f2f2f2;
        height: 1px; }
      .table-content table td:first-child {
        padding-left: 15px; }
        .table-content table td:first-child:after {
          left: 15px; }
      .table-content table td:last-child {
        padding-right: 15px; }
        .table-content table td:last-child:after {
          right: 15px; }
      .table-content table td input[type="checkbox"] + label {
        top: 2px; }
  .table-content .thumb {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .table-content .thumb:hover {
      -webkit-transform: scale(3);
          -ms-transform: scale(3);
              transform: scale(3);
      position: relative;
      z-index: 50; }

ul.actions {
  display: block; }
  ul.actions li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px; }
    ul.actions li a {
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      color: #949494; }
      ul.actions li a:hover {
        color: #1f92b8; }

/* actions */
ul.tree li {
  position: relative;
  color: #9b9b9b;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  overflow: hidden; }
  ul.tree li .fa {
    font-size: 20px;
    margin-right: 15px; }
  ul.tree li a {
    position: relative;
    display: block;
    padding: 13px 0px;
    padding-left: 25px;
    color: #9b9b9b; }
    ul.tree li a:hover {
      color: white; }
  ul.tree li.active > a {
    background-color: #313d41;
    color: white; }
  ul.tree li.active.has-children:after {
    content: '\f106';
    color: white; }
  ul.tree li.has-children:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    top: 12px;
    right: 15px; }
  ul.tree li.disabled {
    opacity: .4;
    pointer-events: none; }
  ul.tree li .sub-wrap {
    display: none;
    /*display: block;*/
    background-color: #1a1a1a; }
    ul.tree li .sub-wrap ul {
      padding: 20px 0px; }
      ul.tree li .sub-wrap ul li {
        font-size: 15px; }
        ul.tree li .sub-wrap ul li a {
          padding: 4px 0px;
          padding-left: 27px;
          color: #7f7f7f; }
          ul.tree li .sub-wrap ul li a:hover {
            color: white; }
        ul.tree li .sub-wrap ul li .badge {
          position: absolute;
          top: 5px;
          right: 15px;
          display: inline-block;
          font-family: 'Lato', Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          background-color: #1f92b8;
          border-radius: 2px;
          padding: 1px 5px; }
        ul.tree li .sub-wrap ul li.active a {
          color: white;
          background-color: transparent; }
          ul.tree li .sub-wrap ul li.active a:after {
            font-family: 'FontAwesome';
            content: '\f0d9';
            position: absolute;
            top: 1px;
            right: -1px;
            font-size: 20px;
            color: #f2f2f2; }

/* tree */
/* pages - pagination */
.pages {
  padding: 15px 0px; }

ul.pagination li {
  display: inline-block; }
  ul.pagination li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 2px;
    line-height: 28px;
    text-align: center;
    color: #969696;
    font-size: 15px; }
    ul.pagination li a:hover {
      color: #1f92b8; }
  ul.pagination li.label {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 75px;
    text-align: center;
    font-size: 12px;
    color: #333333; }

.posts-per-page {
  text-align: right; }
  .posts-per-page .select {
    height: 28px;
    background-color: transparent; }
    .posts-per-page .select:after {
      top: 4px; }
    .posts-per-page .select select {
      height: 28px;
      font-size: 12px;
      color: #333333; }

/* pages - pagination */
/* form elements */
.form-row {
  /*padding-bottom: 20px;*/
  min-height: 56px; }

.form-row:before, .form-row:after {
  content: " ";
  display: table; }

.form-row:after {
  clear: both; }

.form-element {
  padding-right: 30px;
  padding-bottom: 20px; }
  .form-element label {
    display: inline-block;
    padding-top: 7px; }
  .form-element input[type="checkbox"] + label {
    top: 7px; }
  .form-element.tip {
    font-style: italic;
    font-size: 12px;
    color: #b1b1b1;
    line-height: 1.25;
    padding-top: 10px; }

label {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #949494;
  font-size: 15px; }

input[type="text"], input[type="email"], input[type="number"], textarea, select, .select {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #949494;
  font-size: 15px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  height: 36px;
  padding: 0px 12px;
  background-color: white; }

.select {
  position: relative;
  border: none;
  width: auto;
  display: inline-block;
  padding: 0px 0px; }
  .select:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 1; }
  .select select {
    position: relative;
    background-color: transparent;
    padding-right: 30px;
    z-index: 2; }

select {
  width: auto;
  color: #333333;
  font-size: 14px; }

/* checkbox */
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  padding-left: 21px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  min-width: 14px;
  min-height: 22px; }
input[type="checkbox"] + label:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #bebebe;
    margin-right: 7px; }

input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 14px;
  color: #1f92b8; }

.error {
  border: 1px solid #c90000;
  color: inherit; }


/* TWEAKS viaVICTOR */
.backend .title-bar {
  padding-top: 30px;
}

/* Markeren ongeschikte woorden */
.ongeschikt {
  padding:2px 5px;
  background-color:yellow;
  color:#000;
}

select.form-control {
  border:solid 1px #D8D8D8;
  color:#000;
  font-size:14px;
  height:auto!important;
  padding:5px 10px;
  -webkit-appearance: menulist-button;
  -moz-appearance: listbox;
  appearance: menulist-button;
}

/* BACK-END TABS */
.backend .stage_tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width:100%;
  border: none;
  padding: 0;
  padding-top: 10px;
  padding-left: 45px;
  background-color: #017973;
}
.backend .stage_tabs + .title-bar {
  padding-top: 40px;
}
.backend .stage_tabs .is_tab {
  float: left;
  width: auto;
  margin-left: -1px;
  position: relative;
  z-index: 120;
  margin-right: 5px;
  background-color: #d2d2d2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft:  4px;
  -moz-border-radius-topright:  4px;
  border-top-left-radius:  4px;
  border-top-right-radius:  4px;
}
.backend .stage_tabs .is_tab.selected,
.backend .stage_tabs .is_tab:hover {
  background-color: #f2f2f2;
  border: none;
}
.backend .stage_tabs .is_tab a {
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  line-height: 30px;
  display: block;
}


/* DASHBOARD */
.backend .page-dashboard .top-nav {
  background-color:#3f4553;
  color:#fff;
  padding:20px;
}
.backend .page-dashboard .top-nav .user-info {
  float:right;
}
.backend .page-dashboard .left-nav{
  background-color:#3f4553;
  color:#fff;
  min-height:700px;
  padding-top:40px;
}
.backend .page-dashboard .left-nav ul {
  list-style: none;
  padding-left:0px;
}
.backend .page-dashboard .left-nav .active {
  padding:5px;
  background-color:#db5413;
}
.backend .page-dashboard .left-nav .active a{
  color:#fff;
}
.backend .page-dashboard .content div[class*=col-] {
  padding-left:15px;
  padding-right: 15px;
}
.backend .page-dashboard .content .anchors ul {
  list-style: none;
  display: block;
  height:50px;
  padding-left:0px;
}
.backend .page-dashboard .content .anchors ul li {
  display: inline-table;
  font-size:15px;
  padding:5px;
  border:solid 1px #db5413;
}
.backend .page-dashboard .content .anchors ul li:hover {
  background-color: #db5413;
}
.backend .page-dashboard .content .anchors ul li a{
  color: #db5413;
}
.backend .page-dashboard .content .anchors ul li:hover a{
  color: #fff;
}
.backend .page-dashboard .content .red {
  background-color: #D12B31;
}
.backend .page-dashboard .content .orange {
  background-color: #F8931F;
}
.backend .page-dashboard .content .yellow {
  background-color: #FCBF10;
}
.backend .page-dashboard .content .light-blue {
  background-color: #67ACBC;
}
.backend .page-dashboard .content .dark-blue {
  background-color: #3f4553;
}
.backend .page-dashboard .content .dark-green {
  background-color: #496f00;
}
.backend .page-dashboard .content .light-green {
  background-color: #7ebe01;
}
.backend .page-dashboard .content .dark-pink {
  background-color: #F15877;
}
.backend .page-dashboard .content .light-pink {
  background-color: #F7A3B5;
}
.backend .page-dashboard .content .light-grey {
  background-color: #cdcdcd;
}
.backend .page-dashboard .content .dark-grey {
  background-color: #606060;
}
.backend .page-dashboard .content .numbers,
.backend .page-dashboard .content .graphs{
  margin-bottom: 15px;
}
.backend .page-dashboard .content .number-block{
  padding:15px;
}
.backend .page-dashboard .content .number-block.mini {
  padding:10px;
}
.backend .page-dashboard .content .number-block .icon {
  width:40%;
  float:left;
  padding:15px;

  font-size:50px;
  color:#f0f0f0;
  text-align: center;
}
.backend .page-dashboard .content .number-block.mini .icon {
  width:30%;
  font-size:25px;
  padding:15px;
}
.backend .page-dashboard .content .number-block .value {
  width:60%;
  float:left;
  padding:15px;
  font-size:45px;
  color:#f0f0f0;
  text-align: center;
  border-left:solid 1px #f0f0f0;
}
.backend .page-dashboard .content .number-block.mini .value {
  width:70%;
  font-size:20px;
  padding:10px;
  min-height: 72px;
}
.backend .page-dashboard .content .number-block .value .label{
  font-size:12px;
  display:block;
  padding:0;
  white-space: normal;
}
.backend .page-dashboard .content .segment {
  padding-top:20px;
}
.backend .page-dashboard .content .segment a{
  color:#000;
}
.backend .page-dashboard .content .chart-block {
  border: solid 1px #a7a7a7;
  background-color:#fff;
  padding:0px;
}
.backend .page-dashboard .content .chart-block .title {
  background-color: #707070;
  color:#fff;
  padding:12px;
}
.backend .page-dashboard .content .chart-block .title i {
  text-align: right;
  float:right;
}
.backend .page-dashboard .content .chart-block .chart-zone {
  padding:20px;
  padding-bottom: 10px;
}
.backend .page-dashboard .content .chart-block .chart-zone canvas {
  height:250px;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend {
  width: 30%;
  float:left;
}
.backend .page-dashboard .content .chart-block .chart-zone .chart {
  width: 70%;
  float:left;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend {
  border-top:solid 1px  #707070;
  padding-top:10px;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend ul {
  list-style: none;
  padding-left:0px;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend ul li {
  display: inline-table;
  padding-right: 15px;
  padding-bottom: 5px;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend ul li div {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right:5px;
}
.backend .page-dashboard .content .chart-block .chart-zone .legend span.count {
  font-weight: bold;
}

/* MODERATION 2.0 */
.action-links a {
  color:#1F91B8;
  text-decoration:underline;
}
.backend .page-modlist .tools-bar .filters-toggle {
  position: absolute;
  right:50px;
  z-index: 99;
}
.backend .page-modlist .tools-bar .filters-toggle .fa{
  color:#B2B2B2;
  font-size:25px;
}
.backend .page-modlist .tools-bar .filters .filter-item {
  line-height:1.0;
}
.backend .page-modlist .tools-bar .filters .process input[type="checkbox"] + label {
  border-color: #F5A623;
}
.backend .page-modlist .tools-bar .filters .process input[type="checkbox"]:checked + label {
  background-color: #F5A623;
}
.backend .page-modlist .tools-bar .filters .approved input[type="checkbox"] + label {
  border-color: #007F01;
}
.backend .page-modlist .tools-bar .filters .approved input[type="checkbox"]:checked + label {
  background-color: #007F01;
}
.backend .page-modlist .tools-bar .filters .declined input[type="checkbox"] + label {
  border-color: #D0021B;
}
.backend .page-modlist .tools-bar .filters .declined input[type="checkbox"]:checked + label {
  background-color: #D0021B;
}
.backend .page-modlist .tools-bar .filters .forwarded input[type="checkbox"] + label {
  border-color: #4A90E2;
}
.backend .page-modlist .tools-bar .filters .forwarded input[type="checkbox"]:checked + label {
  background-color: #4A90E2;
}
.backend .page-modlist .tools-bar .filters .tag input[type="checkbox"]:checked + label {
  border-color:#323D41;
  background-color: #323D41;
}
.backend .page-modlist .tools-bar .filters .tag .close-tag {
  padding:0px 5px 0px 10px;
}
.backend .page-modlist .tools-bar .filters .tag .close-tag a{
  color: #fff;
}
.backend .page-modlist input[type="text"].minimal {
  background-color: transparent;
  border-bottom:solid 1px #D8D8D8;

}
.backend .page-modlist .input-icon {
  position:relative;
}
.backend .page-modlist .input-icon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #949494;
}
.backend .page-modlist .input-icon.icon-left .fa  { left:  0px;}
.backend .page-modlist .input-icon.icon-right .fa  { right:  0px;}
.backend .page-modlist .input-icon.icon-left input  { padding-left:  30px; }
.backend .page-modlist .input-icon.icon-right input { padding-right: 30px; }


.backend .page-modlist #post_list .table-select {
  margin: 15px 0px;
  padding-left:15px;
}
.backend .page-modlist #post_list .table-content {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.33);
  padding:20px;
}
.backend .page-modlist #post_list .status-approved .table-content {
  border-left:solid 5px #007F01;
}
.backend .page-modlist #post_list .status-proces .table-content{
  border-left:solid 5px #F5A623;
}
.backend .page-modlist #post_list .status-declined .table-content{
  border-left:solid 5px #D0021B;
}
.backend .page-modlist #post_list .status-forwarded .table-content{
  border-left:solid 5px #4A90E2;
}

.backend .page-modlist #post_list .table-content .header-wrap {
  font-size: 13px;
  margin-bottom:15px;
}
.backend .page-modlist #post_list .table-content .header-wrap .author {
  font-weight: bold;
  padding-right:15px;
}
.backend .page-modlist #post_list .table-content .header-wrap .timestamp {
  padding-left:15px;
}
.backend .page-modlist #post_list .table-content .header-wrap .scores {
  color:#949494;
  display:inline;
  text-align: right;
}
.backend .page-modlist #post_list .table-content .header-wrap .scores li {
  display:inline;
  padding-left:15px;
  font-size:14px;
}
.backend .page-modlist #post_list .table-content .header-wrap .scores li .fa {
  padding-right:5px;
}

.backend .page-modlist #post_list .table-content .body-wrap {
  margin-bottom:10px;
}
.backend .page-modlist #post_list .table-content .body-wrap .body-text {
  color: #949494;
  font-family: Lato;
  font-size: 14px;
  line-height: 19px;
}
.backend .page-modlist #post_list .table-content .body-wrap .body-text h1 {
  color: #2A9DDC;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.backend .page-modlist #post_list .table-content .body-wrap .tags-zone {
  padding-top:15px;
  color:#949494;
}
.backend .page-modlist #post_list .table-content .body-wrap .tags-zone ul {
  float:right;
  padding-right:15px;
}
.backend .page-modlist #post_list .table-content .body-wrap .tags-zone li {
  line-height: 26px;
}
.backend .page-modlist #post_list .table-content .body-wrap .tags-zone li .fa {
  font-size:20px;
  padding-right:5px;
}

.backend .page-modlist #post_list .table-content .footer-wrap,
.backend .page-modlist #post_list .table-content .footer-wrap a{
  color:#949494;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .status-text {
  font-weight: bold;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .status-approved {
  color: #007F01;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .status-proces {
  color: #F5A623;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .status-declined {
  color: #D0021B;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .status-forwarded {
  color: #4A90E2;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar .cocomo-alert .fa {
  color: #D0021B;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar ul {
  margin-left:-3px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar li {
  display:inline;
  font-size:14px;
  padding-right:15px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .status-bar li .fa {
  padding-right:5px;
  font-size:16px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar {
  text-align: right;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar li {
  display:inline;
  font-size:14px;
  padding-left:15px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar li .fa {
  font-size:16px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar li span {
  padding-left:10px;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar li a.btn {
  font-size:13px;
  border:solid 1px #949494;
  padding:6px 9px;
  text-align: center;
}
.backend .page-modlist #post_list .table-content .footer-wrap .action-bar li a.btn:hover {
  background-color:#4A90E2;
  color:#fff;
}
.backend .page-modlist #post_list .table-content .footer-wrap .audit-bar {
  clear:both;
  float:none;
  font-size:12px;
  padding-top:5px;
}

.backend .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 1%;
  margin: 0;
  max-width: 100%;
}
.backend .modal-content {
  height: 100%;
  min-height: 100%;
  height: 80%;
  border-radius:0px;
  padding:0;
  background-color:#F2F2F2;
  overflow:hidden;
}
.backend .modal-content .data-edit {
  display:none;
}

.backend .modal-content .header {
  padding:25px 25px 0px 25px;
  background-color: #D4D4D4;
}
.backend .modal-content .header .close {
  font-size:26px;
  text-align: right
}
.backend .modal-content .header .tab-bar .nav-tabs {
  height: 60px;
  border:none;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item {
  height: 60px;
  width: 167px;
  border-radius: 6px 6px 0 0;
  background-color: #E6E6E6;
  margin:0 7px;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item:hover {
  background-color: #F2F2F2;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item .nav-link {
  height: 60px;
  padding-top: 20px;
  padding-left: 20px;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item .nav-link .tab-number {
  padding:4px 8px;
  border-radius:50%;
  background-color: #DCDCDC;
  display:inline;
  margin-right: 10px;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item .nav-link.active {
  background-color: #F2F2F2;
  border:none;
  font-weight: bold;
}
.backend .modal-content .header .tab-bar .nav-tabs .nav-item .nav-link.active .tab-number {
  background-color:#2A9DDC;
  color:#fff;
}

.backend .modal-content .body {
  height:100%;
  overflow: hidden;
  padding: 25px;
  background-color: #F2F2F2;
}

.backend .modal-content .body .feedback {
  padding: 15px;
  margin-bottom: 15px;
  border:none;
}
.backend .modal-content .body .feedback.error {
  background: rgba(255, 161, 0, 0.50);
}
.backend .modal-content .body .feedback.success {
  background: rgba(0, 128, 0, 0.50);
}
.backend .modal-content .body .feedback .feedback-text {
  text-align: center;
}
.backend .modal-content .body .feedback .close-feedback {
  text-align: right;
}

.backend .modal-content .body-wrap {
  position: relative;
  height:100%;
  overflow:hidden;
}
.backend .modal-content .body .body-content {
  position: relative;
  height:100%;
  overflow:hidden;
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  padding:25px 0px 0px 0px;
  background-color:#fff;
}
.backend .modal-content .body .body-content .action-zone {
  border-bottom:solid 1px #E6E6E6;
  position:absolute;
  background-color:#fff;
  display:block;
  overflow: hidden;
  z-index: 99;
}
.backend .modal-content .body .body-content .action-zone .action-wrap {
  position: relative;
  display: block;
}
.backend .modal-content .body .body-content .action-zone .row-1,
.backend .modal-content .body .body-content .action-zone .row-2{
  margin-bottom:10px;
  padding:0px 40px;
}
.backend .modal-content .body .body-content .action-zone .row-2 > div{
  padding-right:10px;
}
.backend .modal-content .body .body-content .action-zone .btn {
  font-size:14px;
  margin-right:5px;
  opacity: 0.7;
}
.backend .modal-content .body .body-content .action-zone .btn:hover {
  opacity: 1.5;
}
.backend .modal-content .body .body-content .action-zone .btn.approve {
  background-color:#007F01;
}
.backend .modal-content .body .body-content .action-zone .btn.forward {
  background-color:#2A9DDC;
}
.backend .modal-content .body .body-content .action-zone .btn.decline {
  background-color:#D0021B;
}
.backend .modal-content .body .body-content .action-zone .btn.preview {
  background-color:#323D41;
  color:#fff;
}
.backend .modal-content .body .body-content .action-zone .btn.edit {
  background-color:#F5A623;
  color:#fff;
}
.backend .modal-content .body .body-content .action-zone .btn .fa {
  padding-right:5px;
}

.backend .modal-content .body .body-content .scroll-zone {
  height:100%;
  overflow:hidden;
  position: relative;
  padding-top:100px;
}
.backend .modal-content .body .body-content .scroll-zone .post {
  height:100%;
  overflow:auto;
  padding:10px 40px 40px 40px;
}
.backend .modal-content .body .body-content .post .post-header {
  font-size: 13px;
  margin-bottom:15px;
}
.backend .modal-content .body .body-content .post .post-header .author {
  font-weight: bold;
  padding-right:15px;
}
.backend .modal-content .body .body-content .post .post-header .timestamp {
  padding-left:15px;
}
.backend .modal-content .body .body-content .post .scores {
  color:#949494;
  display:inline;
  text-align: right;
}
.backend .modal-content .body .body-content .post .scores li {
  display:inline;
  padding-left:15px;
  font-size:14px;
}
.backend .modal-content .body .body-content .post .scores li .fa {
  padding-right:5px;
}

.backend .modal-content .body .body-content .post .post-wrap {
  margin-bottom:10px;
}
.backend .modal-content .body .body-content .post .post-wrap .post-text {
  color: #949494;
  font-family: Lato;
  font-size: 14px;
  line-height: 19px;
  padding-bottom:10px;
  border-bottom:solid 1px #E6E6E6;
}
.backend .modal-content .body .body-content .post .post-wrap .post-text h1 {
  color: #2A9DDC;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.backend .modal-content .body .body-content .post .post-wrap .post-text input,
.backend .modal-content .body .body-content .post .post-wrap .post-fields input:not(.minimal),
.backend .modal-content .body .body-content .post .post-wrap .post-text textarea {
  border:solid 1px #D8D8D8;
  width:100%;
}
.backend .modal-content .body .body-content .post .post-wrap .post-text textarea {
  margin:15px 0;
  height:320px;
  padding:10px;
}
.backend .modal-content .body .body-content .post .post-wrap .post-text #txtPostTitelEdit {
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color:#2A9DDC;
}

.backend .modal-content .body .body-content .post .post-wrap .post-image,
.backend .modal-content .body .body-content .post .post-wrap .post-fields{
  padding-top:30px;
}
.backend .modal-content .body .body-content .post .post-wrap .post-fields table tr td {
  padding:5px;
  color:#949494;
}

.backend .modal-content .tools-bar .filters-wrap {
  margin-bottom:5px;
}
.backend .modal-content .tools-bar .filters .tag input[type="checkbox"]:checked + label {
  border-color:#323D41;
  background-color: #323D41;
}
.backend .modal-content .tools-bar .filters .tag .close-tag {
  padding:0px 5px 0px 10px;
}
.backend .modal-content .tools-bar .filters .tag .close-tag a{
  color: #fff;
}

.backend .modal-content input[type="text"].minimal {
  background-color: transparent;
  border-bottom:solid 1px #D8D8D8;

}
.backend .modal-content .input-icon {
  position:relative;
}
.backend .modal-content .input-icon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #949494;
}
.backend .modal-content .input-icon.icon-left .fa  { left:  0px;}
.backend .modal-content .input-icon.icon-right .fa  { right:  0px;}
.backend .modal-content .input-icon.icon-left input  { padding-left:  30px; }
.backend .modal-content .input-icon.icon-right input { padding-right: 30px; }


.backend .modal-content .body .cocomo-content {
  padding-left:25px;
  height:100%;
  overflow:hidden;
  position: relative;
}
.backend .modal-content .body .cocomo-body {
  height: 100%;
  overflow:hidden;
  display: block;
  border-left: solid 1px #E6E6E6;
  position: relative;
}
.backend .modal-content .body .cocomo-body .status-zone {
  position:absolute;
  top:0px;
  padding:25px;
  border-bottom: solid 1px #E6E6E6;
  z-index: 99;
}
.backend .modal-content .body .cocomo-body .status-zone.right {
  right:0;
}
.backend .modal-content .body .cocomo-body .status-zone li{
  padding:3px 0px;
}
.backend .modal-content .body .cocomo-body .status-zone .fa {
  padding-right:10px;
}
.backend .modal-content .body .cocomo-body .status-zone .status-idle .fa {
  color: #D0D0D0;
}
.backend .modal-content .body .cocomo-body .status-zone .status-valid .fa {
  color: #6BB11B;
}
.backend .modal-content .body .cocomo-body .status-zone .status-ongepast .fa {
  color: #F8E71C;
}
.backend .modal-content .body .cocomo-body .status-zone .status-dubbel-max .fa {
  color: #D0021B;
}
.backend .modal-content .body .cocomo-body .status-zone .status-dubbel-middle .fa {
  color: #F5A623;
}
.backend .modal-content .body .cocomo-body .status-zone .status-dubbel-geen .fa {
  color: #6BB11B;
}

.backend .modal-content .body .cocomo-body .double-zone {
  height:100%;
  overflow:hidden;
}
.backend .modal-content .body .cocomo-body .double-zone .scroll-zone {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 130px;
}
.backend .modal-content .body .cocomo-body .double-zone .scroll-zone .scroll-wrap {
  height:100%;
  overflow:auto;
  padding:5px 25px 55px 25px;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone{
  padding-top:25px;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone span {
  font-weight:bold;
  font-size:12px;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone .slidercontainer {
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone .slidercontainer .slider {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  background: #aeaeae;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone .slidercontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone .slidercontainer .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
}
.backend .modal-content .body .cocomo-body .double-zone .drempel-zone > .col-xs-1{
  text-align: center;
}

.backend .modal-content .body .cocomo-body .double-zone .post-list {
  margin-top:35px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item {
  margin-bottom:25px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-overeenkomst {
  font-weight: bold;
  display:block;
  margin-bottom:10px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item em {
  font-style: normal;
  font-weight:bold;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .percentage {
  padding:3px 6px;
  margin-right: 10px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item.max .percentage {
  border:solid 2px #D0021B;
  color:#D0021B;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item.middle .percentage {
  border:solid 2px #F5A623;
  color:#F5A623;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item.geen .percentage {
  border:solid 2px #6BB11B;
  color:#6BB11B;
}

.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content {
  padding:20px;
  background-color: #fff;
  border-radius: 3px;
  border:solid 1px #E6E6E6;
  height: 100%;
  display:block;
  position:relative;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .post-header {
  font-size: 13px;
  margin-bottom:15px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .post-header .author {
  font-weight: bold;
  padding-right:15px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .post-header .timestamp {
  padding-left:15px;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content h1 {
  color: #2A9DDC;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}

.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .btn.decline {
  background-color: #D0021B;
  font-size:12px;
  opacity: 0.7;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .btn.decline:hover {
  opacity:1.5;
}
.backend .modal-content .body .cocomo-body .double-zone .post-list .post-item .post-content .btn.decline .fa {
  padding-right:5px;
}

.backend .modal-content .body #tabFeedback .body-content.post-wrap {
  background-color:transparent;
  border:none;
  border-right:solid 1px #E6E6E6;
}
.backend .modal-content .body #tabFeedback .body-content.post-wrap .scroll-zone {
  padding-top:0px;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap .scroll-zone {
  padding-top:70px;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap .mail {
  padding:0 40px;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap .mail label {
  font-weight: bold;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:14px;
  color:#000;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap .mail .mail-header,
.backend .modal-content .body #tabFeedback .body-content.mail-wrap .mail .mail-body{
  margin-bottom:15px;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap input[type=text],
.backend .modal-content .body #tabFeedback .body-content.mail-wrap textarea {
  border:solid 1px #D8D8D8;
  width:100%;
}
.backend .modal-content .body #tabFeedback .body-content.mail-wrap textarea {
  text-align: left;
  height:350px;
  padding:10px;
}
.backend .modal-content .body #tabFeedback .btn.decline {
  background-color: #D0021B;
  font-size:12px;
  opacity: 0.7;
}
.backend .modal-content .body #tabFeedback .btn.decline:hover {
  opacity:1.5;
}
.backend .modal-content .body #tabFeedback .btn.decline .fa {
  padding-right:5px;
}

.backend .modal-content .body #tabCode .body-content.post-wrap {
  background-color:transparent;
  border:none;
  border-right:solid 1px #E6E6E6;
}
.backend .modal-content .body #tabCode .body-content.post-wrap .scroll-zone,
.backend .modal-content .body #tabCode .body-content.codeer-wrap .scroll-zone{
  padding-top:0px;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .codeer {
  padding:0 40px;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .codeer h2 {
  color: #2A9DDC;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .codeer .codeer-header .more-link a {
  color: #2A9DDC;
  text-decoration: underline;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .codeer .codeer-body {
  margin-top:20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom:solid 1px #E6E6E6;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .tools-bar .filters-wrap {
  display:block;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .more-codes {
  display:inline-block;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .percentage {
  display: inline-block;
  padding:3px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .percentage.max {
  border:solid 2px #D0021B;
  color:#D0021B;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .percentage.middle {
  border:solid 2px #F5A623;
  color:#F5A623;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .percentage.geen {
  border:solid 2px #6BB11B;
  color:#6BB11B;
}
.backend .modal-content .body #tabCode .body-content.codeer-wrap .percentage.extra {
  border:solid 2px #000000;
  color:#000000;
}
.backend .modal-content .body #tabCode .btn.save {
  background-color: #1f92b8;
  font-size:12px;
  opacity: 0.7;
}
.backend .modal-content .body #tabCode .btn.save:hover {
  opacity:1.5;
}
.backend .modal-content .body #tabCode .btn.save .fa {
  padding-right:5px;
}

/* READ MAIL */
.backend .modal-content .body .mail-list {
  padding-right:30px;
  border-right: solid 1px #B2B2B2;
  height:100%;
  overflow:hidden;
}
.backend .modal-content .body .mail-list .mail-item {
  display:block;
  padding:10px;
  background-color:#fff;
  border:solid 1px #B2B2B2;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.33);
  border-radius: 3px;
}
.backend .modal-content .body .mail-list .mail-item h2 {
  color: #2A9DDC;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom:2px;
}
.backend .modal-content .body .mail-list .mail-item.active,
.backend .modal-content .body .mail-list .mail-item:hover {
  background-color:#4A90E2;
  color:#fff;
}
.backend .modal-content .body .mail-list .mail-item.active h2,
.backend .modal-content .body .mail-list .mail-item:hover h2 {
  color:#fff;
}
.backend .modal-content .body .mail-list .mail-item em {
  padding-right:10px;
}
.backend .modal-content .body .mail-list .mail-item .mail-to > span {
  font-weight:bold;
}
.backend .modal-content .body .mail-text {
  padding:10px 30px;
}
.backend .modal-content .body .mail-text h2 {
  color: #2A9DDC;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom:10px;
}
.backend .modal-content .body .mail-text .mail-header {
  padding-bottom:10px;
}
.backend .modal-content .body .mail-text .mail-body {
  padding-top:25px;
  border-top: solid 1px #B2B2B2;
}
