@charset "UTF-8";
/* Compass-Funktionen */
/* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
/* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Configuration */
/*** RESPONSIVE */
/*Weiten in Pixel ohne Einheit*/
/**** TYPO */
@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Klavika/KlavikaWebBasicMedium.eot");
  src: url("fonts/Klavika/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("fonts/Klavika/KlavikaWebBasicMedium.woff") format("woff"), url("fonts/Klavika/KlavikaWebBasicMedium.ttf") format("truetype"); }
@font-face {
  font-family: "KlavikaRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Klavika/KlavikaWebBasicRegular.eot");
  src: url("fonts/Klavika/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("fonts/Klavika/KlavikaWebBasicRegular.woff") format("woff"), url("fonts/Klavika/KlavikaWebBasicRegular.ttf") format("truetype"); }
/**** ICON */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome") format("svg"); }
/*
rem-fallback f├╝r Projeke die nicht den dezimalwert im body verf├╝gbar haben
z.B. VKal in einer fremden Anwendung
Es wird von 16px Browsereinstellung ausgegangen, mixin errechnet hier die rem-Werte
*/
/*

Tempor├ñrer Fallback, sollte dahingehend angepasst werden, das borders so definiert werden

border-left: pxFallback(123) solid $Red;

*/
/* Webfont-Icons */
/* Mixin f├╝r WebFont-Icons */
/* Liefert den Code des betreffenden Icons */
/* Liefert den Code des betreffendaen Icons */
/* Mixin f├╝r WebFont-Icons */
/* reagiert auf genau das angegebene Ger├ñt */
/* reagiert auf alles was kleiner ist als das angegebene Ger├ñt */
/* reagiert auf alles was gr├Â├ƒer ist als das angegebene Ger├ñt */
/* line 1, sass/structure/_basics.scss */
.heading, h1, h2, h3, h4, h5, h6, #header .header .col-lg-4 .headslogan, #north .header .col-lg-4 .headslogan, #dialog-messages .message .dialog .message-text h2, form#list table#main .actionbox legend, fieldset legend, .panel .panel-heading h3 {
  color: #005293;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Klavika", Helvetica, Arial, sans-serif !important; }

/* line 12, sass/structure/_basics.scss */
h4, h3 {
  font-size: 18px;
  font-size: 1.8rem; }
/* line 15, sass/structure/_basics.scss */
h4.panel-title, h3.panel-title {
  font-size: 24px;
  font-size: 2.4rem; }

/* line 20, sass/structure/_basics.scss */
button, input[type="submit"] {
  font-family: "Klavika", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 16px !important;
  height: 40px;
  height: 4rem; }

/* line 27, sass/structure/_basics.scss */
button[disabled="disabled"], .btn-disabled, #wizard #back[disabled] {
  background-color: transparent;
  border: 1px solid #BFB6AD;
  color: #BFB6AD; }

/* line 33, sass/structure/_basics.scss */
.accessibility {
  display: inline-block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize; }

/* line 38, sass/structure/_basics.scss */
.submit, .dialog-buttons button[id*="CONFIRM"], form#list table#main .sidebar .actionbox button[id*="SET"], #wizard #forward, fieldset input[type="submit"] {
  background-color: #d95218;
  color: #ffffff;
  border: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNmMzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5NTIxOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f36c34), color-stop(100%, #d95218));
  background-image: -moz-linear-gradient(#f36c34, #d95218);
  background-image: -webkit-linear-gradient(#f36c34, #d95218);
  background-image: linear-gradient(#f36c34, #d95218);
  padding: 0px 15px;
  padding: 0rem 1.5rem; }
/* line 46, sass/structure/_basics.scss */
.submit:hover, .dialog-buttons button[id*="CONFIRM"]:hover, form#list table#main .sidebar .actionbox button[id*="SET"]:hover, #wizard #forward:hover, fieldset input[type="submit"]:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NDk3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjJhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #044972), color-stop(100%, #0062a3));
  background-image: -moz-linear-gradient(#044972, #0062a3);
  background-image: -webkit-linear-gradient(#044972, #0062a3);
  background-image: linear-gradient(#044972, #0062a3); }

/* line 52, sass/structure/_basics.scss */
.buttonprio2, #wizard #wizard-buttons-left button, #wizard #back {
  background-color: #e0dfda;
  color: #005A8D;
  border: 1px solid #e0dfda; }
/* line 57, sass/structure/_basics.scss */
.buttonprio2:hover, #wizard #wizard-buttons-left button:hover, #wizard #back:hover {
  background-color: #c9c9c1;
  border-color: #c9c9c1; }

/* line 63, sass/structure/_basics.scss */
.inputs, .registration-dialog-content input, .password-dialog-content p + p input, .kennwortaendern .password-dialog-content p input, .kennwortloeschen .dialog-message p input, form#list table#main .sidebar .actionbox input, #wizard .block input, fieldset tr#form-login-username td input, fieldset tr#form-login-password td input {
  border: 1px solid #857D75;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff !important;
  padding: 3px;
  padding: 0.3rem;
  padding-left: 5px;
  padding-left: 0.5rem; }

/* line 72, sass/structure/_basics.scss */
.icons, .arrowlink:before, form#list table#main .sidebar .actionbox a.active:before, form#list table#main .sidebar .actionbox span.inactive:before, .panel .panel-body p + p a.active:before, .contactbox a:before, div.appear:before {
  position: absolute;
  font-family: "FontAwesome";
  left: 0; }

/* line 78, sass/structure/_basics.scss */
.arrowlink, form#list table#main .sidebar .actionbox a.active, form#list table#main .sidebar .actionbox span.inactive, .panel .panel-body p + p a.active, .contactbox a {
  position: relative;
  padding-left: 16px;
  padding-left: 1.6rem;
  font-weight: bold; }
/* line 83, sass/structure/_basics.scss */
.arrowlink:before, form#list table#main .sidebar .actionbox a.active:before, form#list table#main .sidebar .actionbox span.inactive:before, .panel .panel-body p + p a.active:before, .contactbox a:before {
  content: '\f061'; }

/* line 89, sass/structure/_basics.scss */
.prio1, .contactbox a, .contactbox a:before {
  color: #d95218; }

/* line 93, sass/structure/_basics.scss */
.gradient, form#list table#main .sidebar .actionbox, .contactbox {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZTRlOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8f8), color-stop(100%, #dbe4e9));
  background-image: -moz-linear-gradient(#f7f8f8, #dbe4e9);
  background-image: -webkit-linear-gradient(#f7f8f8, #dbe4e9);
  background-image: linear-gradient(#f7f8f8, #dbe4e9); }

/* line 97, sass/structure/_basics.scss */
.flex {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*@include box-orient(horizontal);
  @include box-align(stretch);*/
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: start;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex: 1 1 auto;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap; }

/* line 114, sass/structure/_basics.scss */
.flex-item {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex: 1 1 auto; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 2, sass/structure/_screen_cit.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 7, sass/structure/_screen_cit.scss */
body {
  margin: 0; }

/* line 10, sass/structure/_screen_cit.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 25, sass/structure/_screen_cit.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/* line 32, sass/structure/_screen_cit.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 36, sass/structure/_screen_cit.scss */
[hidden], template {
  display: none; }

/* line 40, sass/structure/_screen_cit.scss */
a, .folder-item a:hover {
  background-color: transparent; }

/* line 43, sass/structure/_screen_cit.scss */
a:active, .folder-item a:active:hover, a:hover, .folder-item a:hover {
  outline: 0; }

/* line 48, sass/structure/_screen_cit.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 51, sass/structure/_screen_cit.scss */
b, strong {
  font-weight: bold; }

/* line 55, sass/structure/_screen_cit.scss */
dfn {
  font-style: italic; }

/* line 58, sass/structure/_screen_cit.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 62, sass/structure/_screen_cit.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 66, sass/structure/_screen_cit.scss */
small {
  font-size: 80%; }

/* line 69, sass/structure/_screen_cit.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 76, sass/structure/_screen_cit.scss */
sup {
  top: -0.5em; }

/* line 79, sass/structure/_screen_cit.scss */
sub {
  bottom: -0.25em; }

/* line 82, sass/structure/_screen_cit.scss */
img {
  border: 0; }

/* line 85, sass/structure/_screen_cit.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 88, sass/structure/_screen_cit.scss */
figure {
  margin: 1em 40px; }

/* line 91, sass/structure/_screen_cit.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 95, sass/structure/_screen_cit.scss */
pre {
  overflow: auto; }

/* line 98, sass/structure/_screen_cit.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 105, sass/structure/_screen_cit.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 114, sass/structure/_screen_cit.scss */
button {
  overflow: visible; }

/* line 117, sass/structure/_screen_cit.scss */
button, select {
  text-transform: none; }

/* line 121, sass/structure/_screen_cit.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 127, sass/structure/_screen_cit.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 131, sass/structure/_screen_cit.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 136, sass/structure/_screen_cit.scss */
input {
  line-height: normal; }

/* line 139, sass/structure/_screen_cit.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 144, sass/structure/_screen_cit.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 148, sass/structure/_screen_cit.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/* line 152, sass/structure/_screen_cit.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 156, sass/structure/_screen_cit.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 161, sass/structure/_screen_cit.scss */
legend {
  border: 0;
  padding: 0; }

/* line 165, sass/structure/_screen_cit.scss */
textarea {
  overflow: auto; }

/* line 168, sass/structure/_screen_cit.scss */
optgroup {
  font-weight: bold; }

/* line 171, sass/structure/_screen_cit.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 175, sass/structure/_screen_cit.scss */
td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 181, sass/structure/_screen_cit.scss */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 188, sass/structure/_screen_cit.scss */
  a, .folder-item a:hover, a:visited, .folder-item a:visited:hover {
    text-decoration: underline; }

  /* line 192, sass/structure/_screen_cit.scss */
  a[href]:after, .folder-item a[href]:hover:after {
    content: " (" attr(href) ")"; }

  /* line 194, sass/structure/_screen_cit.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 196, sass/structure/_screen_cit.scss */
  a[href^="#"]:after, .folder-item a[href^="#"]:hover:after, a[href^="javascript:"]:after, .folder-item a[href^="javascript:"]:hover:after {
    content: ""; }

  /* line 200, sass/structure/_screen_cit.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 204, sass/structure/_screen_cit.scss */
  thead {
    display: table-header-group; }

  /* line 206, sass/structure/_screen_cit.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 209, sass/structure/_screen_cit.scss */
  img {
    max-width: 100% !important; }

  /* line 211, sass/structure/_screen_cit.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 216, sass/structure/_screen_cit.scss */
  h2, h3 {
    page-break-after: avoid; }

  /* line 219, sass/structure/_screen_cit.scss */
  .navbar {
    display: none; }

  /* line 221, sass/structure/_screen_cit.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 224, sass/structure/_screen_cit.scss */
  .label {
    border: 1px solid #000; }

  /* line 226, sass/structure/_screen_cit.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 228, sass/structure/_screen_cit.scss */
  .table td, .table th {
    background-color: #fff !important; }

  /* line 231, sass/structure/_screen_cit.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
/* line 235, sass/structure/_screen_cit.scss */
* {
  box-sizing: border-box; }

/* line 238, sass/structure/_screen_cit.scss */
*:before, *:after {
  box-sizing: border-box; }

/* line 242, sass/structure/_screen_cit.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 246, sass/structure/_screen_cit.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

/* line 253, sass/structure/_screen_cit.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 261, sass/structure/_screen_cit.scss */
a, .folder-item a:hover {
  color: #337ab7;
  text-decoration: none; }

/* line 264, sass/structure/_screen_cit.scss */
a:hover, .folder-item a:hover, a:focus, .folder-item a:focus:hover {
  color: #23527c;
  text-decoration: underline; }

/* line 269, sass/structure/_screen_cit.scss */
a:focus, .folder-item a:focus:hover {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 274, sass/structure/_screen_cit.scss */
figure {
  margin: 0; }

/* line 277, sass/structure/_screen_cit.scss */
img {
  vertical-align: middle; }

/* line 280, sass/structure/_screen_cit.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 285, sass/structure/_screen_cit.scss */
.img-rounded {
  border-radius: 6px; }

/* line 288, sass/structure/_screen_cit.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 299, sass/structure/_screen_cit.scss */
.img-circle {
  border-radius: 50%; }

/* line 302, sass/structure/_screen_cit.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 308, sass/structure/_screen_cit.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 318, sass/structure/_screen_cit.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 327, sass/structure/_screen_cit.scss */
[role="button"] {
  cursor: pointer; }

/* line 331, sass/structure/_screen_cit.scss */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

/* line 337, sass/structure/_screen_cit.scss */
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; }

/* line 355, sass/structure/_screen_cit.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 360, sass/structure/_screen_cit.scss */
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%; }

/* line 371, sass/structure/_screen_cit.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 376, sass/structure/_screen_cit.scss */
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%; }

/* line 405, sass/structure/_screen_cit.scss */
p {
  margin: 0 0 10px; }

/* line 408, sass/structure/_screen_cit.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  /* line 414, sass/structure/_screen_cit.scss */
  .lead {
    font-size: 21px; } }
/* line 417, sass/structure/_screen_cit.scss */
small, .small {
  font-size: 85%; }

/* line 421, sass/structure/_screen_cit.scss */
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 426, sass/structure/_screen_cit.scss */
.text-left {
  text-align: left; }

/* line 429, sass/structure/_screen_cit.scss */
.text-right {
  text-align: right; }

/* line 432, sass/structure/_screen_cit.scss */
.text-center {
  text-align: center; }

/* line 435, sass/structure/_screen_cit.scss */
.text-justify {
  text-align: justify; }

/* line 438, sass/structure/_screen_cit.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 441, sass/structure/_screen_cit.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 444, sass/structure/_screen_cit.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 447, sass/structure/_screen_cit.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 450, sass/structure/_screen_cit.scss */
.text-muted {
  color: #777777; }

/* line 453, sass/structure/_screen_cit.scss */
.text-primary {
  color: #337ab7; }

/* line 456, sass/structure/_screen_cit.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #286090; }

/* line 460, sass/structure/_screen_cit.scss */
.text-success {
  color: #3c763d; }

/* line 463, sass/structure/_screen_cit.scss */
a.text-success:hover, a.text-success:focus {
  color: #2b542c; }

/* line 467, sass/structure/_screen_cit.scss */
.text-info {
  color: #31708f; }

/* line 470, sass/structure/_screen_cit.scss */
a.text-info:hover, a.text-info:focus {
  color: #245269; }

/* line 474, sass/structure/_screen_cit.scss */
.text-warning {
  color: #8a6d3b; }

/* line 477, sass/structure/_screen_cit.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #66512c; }

/* line 481, sass/structure/_screen_cit.scss */
.text-danger {
  color: #a94442; }

/* line 484, sass/structure/_screen_cit.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #843534; }

/* line 488, sass/structure/_screen_cit.scss */
.bg-primary {
  color: #fff; }

/* line 491, sass/structure/_screen_cit.scss */
.bg-primary {
  background-color: #337ab7; }

/* line 494, sass/structure/_screen_cit.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

/* line 498, sass/structure/_screen_cit.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 501, sass/structure/_screen_cit.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 505, sass/structure/_screen_cit.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 508, sass/structure/_screen_cit.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee; }

/* line 512, sass/structure/_screen_cit.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 515, sass/structure/_screen_cit.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 519, sass/structure/_screen_cit.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 522, sass/structure/_screen_cit.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 526, sass/structure/_screen_cit.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px; }

/* line 532, sass/structure/_screen_cit.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 536, sass/structure/_screen_cit.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

/* line 542, sass/structure/_screen_cit.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 546, sass/structure/_screen_cit.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

/* line 550, sass/structure/_screen_cit.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

/* line 555, sass/structure/_screen_cit.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 559, sass/structure/_screen_cit.scss */
dt, dd {
  line-height: 1.42857143; }

/* line 563, sass/structure/_screen_cit.scss */
dt {
  font-weight: bold; }

/* line 566, sass/structure/_screen_cit.scss */
dd {
  margin-left: 0; }

/* line 569, sass/structure/_screen_cit.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

/* line 574, sass/structure/_screen_cit.scss */
.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 578, sass/structure/_screen_cit.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /* line 586, sass/structure/_screen_cit.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }
/* line 589, sass/structure/_screen_cit.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

/* line 594, sass/structure/_screen_cit.scss */
.initialism {
  font-size: 90%; }

/* line 597, sass/structure/_screen_cit.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

/* line 602, sass/structure/_screen_cit.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

/* line 606, sass/structure/_screen_cit.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

/* line 613, sass/structure/_screen_cit.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

/* line 618, sass/structure/_screen_cit.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

/* line 625, sass/structure/_screen_cit.scss */
.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: ''; }

/* line 632, sass/structure/_screen_cit.scss */
.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'; }

/* line 640, sass/structure/_screen_cit.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

/* line 645, sass/structure/_screen_cit.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 651, sass/structure/_screen_cit.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

/* line 658, sass/structure/_screen_cit.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 665, sass/structure/_screen_cit.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

/* line 671, sass/structure/_screen_cit.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 683, sass/structure/_screen_cit.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

/* line 691, sass/structure/_screen_cit.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 695, sass/structure/_screen_cit.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* line 700, sass/structure/_screen_cit.scss */
.container:before, .container:after {
  content: " ";
  display: table; }

/* line 704, sass/structure/_screen_cit.scss */
.container:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 707, sass/structure/_screen_cit.scss */
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  /* line 710, sass/structure/_screen_cit.scss */
  .container {
    width: 970px; } }
/* line 716, sass/structure/_screen_cit.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* line 721, sass/structure/_screen_cit.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

/* line 725, sass/structure/_screen_cit.scss */
.container-fluid:after {
  clear: both; }

/* line 728, sass/structure/_screen_cit.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }

/* line 731, sass/structure/_screen_cit.scss */
.row:before, .row:after {
  content: " ";
  display: table; }

/* line 735, sass/structure/_screen_cit.scss */
.row:after {
  clear: both; }

/* line 738, sass/structure/_screen_cit.scss */
.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; }

/* line 745, sass/structure/_screen_cit.scss */
.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; }

/* line 748, sass/structure/_screen_cit.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 751, sass/structure/_screen_cit.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 754, sass/structure/_screen_cit.scss */
.col-xs-3 {
  width: 25%; }

/* line 757, sass/structure/_screen_cit.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 760, sass/structure/_screen_cit.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 763, sass/structure/_screen_cit.scss */
.col-xs-6 {
  width: 50%; }

/* line 766, sass/structure/_screen_cit.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 769, sass/structure/_screen_cit.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 772, sass/structure/_screen_cit.scss */
.col-xs-9 {
  width: 75%; }

/* line 775, sass/structure/_screen_cit.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 778, sass/structure/_screen_cit.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 781, sass/structure/_screen_cit.scss */
.col-xs-12 {
  width: 100%; }

/* line 784, sass/structure/_screen_cit.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 787, sass/structure/_screen_cit.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 790, sass/structure/_screen_cit.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 793, sass/structure/_screen_cit.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 796, sass/structure/_screen_cit.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 799, sass/structure/_screen_cit.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 802, sass/structure/_screen_cit.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 805, sass/structure/_screen_cit.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 808, sass/structure/_screen_cit.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 811, sass/structure/_screen_cit.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 814, sass/structure/_screen_cit.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 817, sass/structure/_screen_cit.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 820, sass/structure/_screen_cit.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 823, sass/structure/_screen_cit.scss */
.col-xs-push-0 {
  left: auto; }

/* line 826, sass/structure/_screen_cit.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 829, sass/structure/_screen_cit.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 832, sass/structure/_screen_cit.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 835, sass/structure/_screen_cit.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 838, sass/structure/_screen_cit.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 841, sass/structure/_screen_cit.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 844, sass/structure/_screen_cit.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 847, sass/structure/_screen_cit.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 850, sass/structure/_screen_cit.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 853, sass/structure/_screen_cit.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 856, sass/structure/_screen_cit.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 859, sass/structure/_screen_cit.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 862, sass/structure/_screen_cit.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 865, sass/structure/_screen_cit.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 868, sass/structure/_screen_cit.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 871, sass/structure/_screen_cit.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 874, sass/structure/_screen_cit.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 877, sass/structure/_screen_cit.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 880, sass/structure/_screen_cit.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 883, sass/structure/_screen_cit.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 886, sass/structure/_screen_cit.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 889, sass/structure/_screen_cit.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 892, sass/structure/_screen_cit.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 895, sass/structure/_screen_cit.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 898, sass/structure/_screen_cit.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 902, sass/structure/_screen_cit.scss */
  .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; }

  /* line 904, sass/structure/_screen_cit.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 906, sass/structure/_screen_cit.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 908, sass/structure/_screen_cit.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 910, sass/structure/_screen_cit.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 912, sass/structure/_screen_cit.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 914, sass/structure/_screen_cit.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 916, sass/structure/_screen_cit.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 918, sass/structure/_screen_cit.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 920, sass/structure/_screen_cit.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 922, sass/structure/_screen_cit.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 924, sass/structure/_screen_cit.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 926, sass/structure/_screen_cit.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 928, sass/structure/_screen_cit.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 930, sass/structure/_screen_cit.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 932, sass/structure/_screen_cit.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 934, sass/structure/_screen_cit.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 936, sass/structure/_screen_cit.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 938, sass/structure/_screen_cit.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 940, sass/structure/_screen_cit.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 942, sass/structure/_screen_cit.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 944, sass/structure/_screen_cit.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 946, sass/structure/_screen_cit.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 948, sass/structure/_screen_cit.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 950, sass/structure/_screen_cit.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 952, sass/structure/_screen_cit.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 954, sass/structure/_screen_cit.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 956, sass/structure/_screen_cit.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 958, sass/structure/_screen_cit.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 960, sass/structure/_screen_cit.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 962, sass/structure/_screen_cit.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 964, sass/structure/_screen_cit.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 966, sass/structure/_screen_cit.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 968, sass/structure/_screen_cit.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 970, sass/structure/_screen_cit.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 972, sass/structure/_screen_cit.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 974, sass/structure/_screen_cit.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 976, sass/structure/_screen_cit.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 978, sass/structure/_screen_cit.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 980, sass/structure/_screen_cit.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 982, sass/structure/_screen_cit.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 984, sass/structure/_screen_cit.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 986, sass/structure/_screen_cit.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 988, sass/structure/_screen_cit.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 990, sass/structure/_screen_cit.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 992, sass/structure/_screen_cit.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 994, sass/structure/_screen_cit.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 996, sass/structure/_screen_cit.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 998, sass/structure/_screen_cit.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 1000, sass/structure/_screen_cit.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1002, sass/structure/_screen_cit.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1004, sass/structure/_screen_cit.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 1008, sass/structure/_screen_cit.scss */
  .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; }

  /* line 1010, sass/structure/_screen_cit.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 1012, sass/structure/_screen_cit.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 1014, sass/structure/_screen_cit.scss */
  .col-md-3 {
    width: 25%; }

  /* line 1016, sass/structure/_screen_cit.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 1018, sass/structure/_screen_cit.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 1020, sass/structure/_screen_cit.scss */
  .col-md-6 {
    width: 50%; }

  /* line 1022, sass/structure/_screen_cit.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 1024, sass/structure/_screen_cit.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 1026, sass/structure/_screen_cit.scss */
  .col-md-9 {
    width: 75%; }

  /* line 1028, sass/structure/_screen_cit.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 1030, sass/structure/_screen_cit.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 1032, sass/structure/_screen_cit.scss */
  .col-md-12 {
    width: 100%; }

  /* line 1034, sass/structure/_screen_cit.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 1036, sass/structure/_screen_cit.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 1038, sass/structure/_screen_cit.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 1040, sass/structure/_screen_cit.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 1042, sass/structure/_screen_cit.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 1044, sass/structure/_screen_cit.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 1046, sass/structure/_screen_cit.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 1048, sass/structure/_screen_cit.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 1050, sass/structure/_screen_cit.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 1052, sass/structure/_screen_cit.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 1054, sass/structure/_screen_cit.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 1056, sass/structure/_screen_cit.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 1058, sass/structure/_screen_cit.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 1060, sass/structure/_screen_cit.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 1062, sass/structure/_screen_cit.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 1064, sass/structure/_screen_cit.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 1066, sass/structure/_screen_cit.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 1068, sass/structure/_screen_cit.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 1070, sass/structure/_screen_cit.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 1072, sass/structure/_screen_cit.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 1074, sass/structure/_screen_cit.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 1076, sass/structure/_screen_cit.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 1078, sass/structure/_screen_cit.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 1080, sass/structure/_screen_cit.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 1082, sass/structure/_screen_cit.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 1084, sass/structure/_screen_cit.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 1086, sass/structure/_screen_cit.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 1088, sass/structure/_screen_cit.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1090, sass/structure/_screen_cit.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1092, sass/structure/_screen_cit.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 1094, sass/structure/_screen_cit.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1096, sass/structure/_screen_cit.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1098, sass/structure/_screen_cit.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 1100, sass/structure/_screen_cit.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1102, sass/structure/_screen_cit.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1104, sass/structure/_screen_cit.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 1106, sass/structure/_screen_cit.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1108, sass/structure/_screen_cit.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1110, sass/structure/_screen_cit.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 1114, sass/structure/_screen_cit.scss */
  .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; }

  /* line 1116, sass/structure/_screen_cit.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 1118, sass/structure/_screen_cit.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 1120, sass/structure/_screen_cit.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 1122, sass/structure/_screen_cit.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 1124, sass/structure/_screen_cit.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 1126, sass/structure/_screen_cit.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 1128, sass/structure/_screen_cit.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 1130, sass/structure/_screen_cit.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 1132, sass/structure/_screen_cit.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 1134, sass/structure/_screen_cit.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 1136, sass/structure/_screen_cit.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 1138, sass/structure/_screen_cit.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 1140, sass/structure/_screen_cit.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 1142, sass/structure/_screen_cit.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 1144, sass/structure/_screen_cit.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 1146, sass/structure/_screen_cit.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 1148, sass/structure/_screen_cit.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 1150, sass/structure/_screen_cit.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 1152, sass/structure/_screen_cit.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 1154, sass/structure/_screen_cit.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 1156, sass/structure/_screen_cit.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 1158, sass/structure/_screen_cit.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 1160, sass/structure/_screen_cit.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 1162, sass/structure/_screen_cit.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 1164, sass/structure/_screen_cit.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 1166, sass/structure/_screen_cit.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 1168, sass/structure/_screen_cit.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 1170, sass/structure/_screen_cit.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 1172, sass/structure/_screen_cit.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 1174, sass/structure/_screen_cit.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 1176, sass/structure/_screen_cit.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 1178, sass/structure/_screen_cit.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 1180, sass/structure/_screen_cit.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 1182, sass/structure/_screen_cit.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 1184, sass/structure/_screen_cit.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 1186, sass/structure/_screen_cit.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 1188, sass/structure/_screen_cit.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 1190, sass/structure/_screen_cit.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 1192, sass/structure/_screen_cit.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 1194, sass/structure/_screen_cit.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1196, sass/structure/_screen_cit.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1198, sass/structure/_screen_cit.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 1200, sass/structure/_screen_cit.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1202, sass/structure/_screen_cit.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1204, sass/structure/_screen_cit.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 1206, sass/structure/_screen_cit.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1208, sass/structure/_screen_cit.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1210, sass/structure/_screen_cit.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 1212, sass/structure/_screen_cit.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1214, sass/structure/_screen_cit.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1216, sass/structure/_screen_cit.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 1219, sass/structure/_screen_cit.scss */
table {
  background-color: transparent; }

/* line 1222, sass/structure/_screen_cit.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

/* line 1228, sass/structure/_screen_cit.scss */
th {
  text-align: left; }

/* line 1231, sass/structure/_screen_cit.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

/* line 1235, sass/structure/_screen_cit.scss */
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/* line 1245, sass/structure/_screen_cit.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 1248, sass/structure/_screen_cit.scss */
.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; }

/* line 1255, sass/structure/_screen_cit.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 1257, sass/structure/_screen_cit.scss */
.table .table {
  background-color: #fff; }

/* line 1260, sass/structure/_screen_cit.scss */
.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; }

/* line 1268, sass/structure/_screen_cit.scss */
.table-bordered {
  border: 1px solid #ddd; }

/* line 1270, sass/structure/_screen_cit.scss */
.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; }

/* line 1277, sass/structure/_screen_cit.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/* line 1281, sass/structure/_screen_cit.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 1284, sass/structure/_screen_cit.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 1287, sass/structure/_screen_cit.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 1292, sass/structure/_screen_cit.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/* line 1298, sass/structure/_screen_cit.scss */
.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; }

/* line 1312, sass/structure/_screen_cit.scss */
.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; }

/* line 1319, sass/structure/_screen_cit.scss */
.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; }

/* line 1333, sass/structure/_screen_cit.scss */
.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; }

/* line 1340, sass/structure/_screen_cit.scss */
.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; }

/* line 1354, sass/structure/_screen_cit.scss */
.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; }

/* line 1361, sass/structure/_screen_cit.scss */
.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; }

/* line 1375, sass/structure/_screen_cit.scss */
.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; }

/* line 1382, sass/structure/_screen_cit.scss */
.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; }

/* line 1396, sass/structure/_screen_cit.scss */
.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; }

/* line 1403, sass/structure/_screen_cit.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  /* line 1407, sass/structure/_screen_cit.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  /* line 1413, sass/structure/_screen_cit.scss */
  .table-responsive > .table {
    margin-bottom: 0; }

  /* line 1415, sass/structure/_screen_cit.scss */
  .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; }

  /* line 1422, sass/structure/_screen_cit.scss */
  .table-responsive > .table-bordered {
    border: 0; }

  /* line 1424, sass/structure/_screen_cit.scss */
  .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; }

  /* line 1431, sass/structure/_screen_cit.scss */
  .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; }

  /* line 1438, sass/structure/_screen_cit.scss */
  .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; } }
/* line 1444, sass/structure/_screen_cit.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 1450, sass/structure/_screen_cit.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 1461, sass/structure/_screen_cit.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 1467, sass/structure/_screen_cit.scss */
input[type="search"] {
  box-sizing: border-box; }

/* line 1470, sass/structure/_screen_cit.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 1476, sass/structure/_screen_cit.scss */
input[type="file"] {
  display: block; }

/* line 1479, sass/structure/_screen_cit.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 1483, sass/structure/_screen_cit.scss */
select[multiple], select[size] {
  height: auto; }

/* line 1487, sass/structure/_screen_cit.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 1494, sass/structure/_screen_cit.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

/* line 1501, sass/structure/_screen_cit.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/* line 1515, sass/structure/_screen_cit.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 1519, sass/structure/_screen_cit.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 1522, sass/structure/_screen_cit.scss */
.form-control:-ms-input-placeholder {
  color: #999; }

/* line 1524, sass/structure/_screen_cit.scss */
.form-control::-webkit-input-placeholder {
  color: #999; }

/* line 1526, sass/structure/_screen_cit.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

/* line 1531, sass/structure/_screen_cit.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

/* line 1535, sass/structure/_screen_cit.scss */
textarea.form-control {
  height: auto; }

/* line 1538, sass/structure/_screen_cit.scss */
input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1542, sass/structure/_screen_cit.scss */
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }

  /* line 1547, sass/structure/_screen_cit.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 30px; }

  /* line 1568, sass/structure/_screen_cit.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
/* line 1590, sass/structure/_screen_cit.scss */
.form-group {
  margin-bottom: 15px; }

/* line 1593, sass/structure/_screen_cit.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 1599, sass/structure/_screen_cit.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

/* line 1615, sass/structure/_screen_cit.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

/* line 1619, sass/structure/_screen_cit.scss */
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 1629, sass/structure/_screen_cit.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 1634, sass/structure/_screen_cit.scss */
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; }

/* line 1642, sass/structure/_screen_cit.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

/* line 1648, sass/structure/_screen_cit.scss */
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

/* line 1654, sass/structure/_screen_cit.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

/* line 1659, sass/structure/_screen_cit.scss */
.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, .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 {
  padding-left: 0;
  padding-right: 0; }

/* line 1669, sass/structure/_screen_cit.scss */
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 1678, sass/structure/_screen_cit.scss */
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

/* line 1684, sass/structure/_screen_cit.scss */
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, 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 {
  height: auto; }

/* line 1693, sass/structure/_screen_cit.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 1700, sass/structure/_screen_cit.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

/* line 1704, sass/structure/_screen_cit.scss */
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }

/* line 1708, sass/structure/_screen_cit.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 1715, sass/structure/_screen_cit.scss */
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 1724, sass/structure/_screen_cit.scss */
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

/* line 1730, sass/structure/_screen_cit.scss */
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, 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 {
  height: auto; }

/* line 1739, sass/structure/_screen_cit.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 1746, sass/structure/_screen_cit.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

/* line 1750, sass/structure/_screen_cit.scss */
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }

/* line 1754, sass/structure/_screen_cit.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 1761, sass/structure/_screen_cit.scss */
.has-feedback {
  position: relative; }

/* line 1763, sass/structure/_screen_cit.scss */
.has-feedback .form-control {
  padding-right: 42.5px; }

/* line 1766, sass/structure/_screen_cit.scss */
.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; }

/* line 1778, sass/structure/_screen_cit.scss */
.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, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

/* line 1788, sass/structure/_screen_cit.scss */
.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, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 1798, sass/structure/_screen_cit.scss */
.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; }

/* line 1810, sass/structure/_screen_cit.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 1813, sass/structure/_screen_cit.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

/* line 1817, sass/structure/_screen_cit.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

/* line 1822, sass/structure/_screen_cit.scss */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 1825, sass/structure/_screen_cit.scss */
.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; }

/* line 1837, sass/structure/_screen_cit.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 1840, sass/structure/_screen_cit.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

/* line 1844, sass/structure/_screen_cit.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 1849, sass/structure/_screen_cit.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 1852, sass/structure/_screen_cit.scss */
.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; }

/* line 1864, sass/structure/_screen_cit.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 1867, sass/structure/_screen_cit.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/* line 1871, sass/structure/_screen_cit.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

/* line 1876, sass/structure/_screen_cit.scss */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 1879, sass/structure/_screen_cit.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }

/* line 1882, sass/structure/_screen_cit.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 1885, sass/structure/_screen_cit.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 1892, sass/structure/_screen_cit.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 1896, sass/structure/_screen_cit.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 1900, sass/structure/_screen_cit.scss */
  .form-inline .form-control-static {
    display: inline-block; }

  /* line 1902, sass/structure/_screen_cit.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 1905, sass/structure/_screen_cit.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }

  /* line 1909, sass/structure/_screen_cit.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }

  /* line 1911, sass/structure/_screen_cit.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 1914, sass/structure/_screen_cit.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 1920, sass/structure/_screen_cit.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }

  /* line 1923, sass/structure/_screen_cit.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  /* line 1927, sass/structure/_screen_cit.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
/* line 1930, sass/structure/_screen_cit.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

/* line 1938, sass/structure/_screen_cit.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

/* line 1942, sass/structure/_screen_cit.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

/* line 1945, sass/structure/_screen_cit.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

/* line 1949, sass/structure/_screen_cit.scss */
.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 1953, sass/structure/_screen_cit.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 1958, sass/structure/_screen_cit.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  /* line 1962, sass/structure/_screen_cit.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  /* line 1967, sass/structure/_screen_cit.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
/* line 1971, sass/structure/_screen_cit.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1991, sass/structure/_screen_cit.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 2000, sass/structure/_screen_cit.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

/* line 2005, sass/structure/_screen_cit.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 2010, sass/structure/_screen_cit.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* line 2018, sass/structure/_screen_cit.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 2022, sass/structure/_screen_cit.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

/* line 2026, sass/structure/_screen_cit.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

/* line 2031, sass/structure/_screen_cit.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 2035, sass/structure/_screen_cit.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 2041, sass/structure/_screen_cit.scss */
.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: #d4d4d4;
  border-color: #8c8c8c; }

/* line 2053, sass/structure/_screen_cit.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none; }

/* line 2057, sass/structure/_screen_cit.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

/* line 2077, sass/structure/_screen_cit.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333; }

/* line 2081, sass/structure/_screen_cit.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 2085, sass/structure/_screen_cit.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

/* line 2090, sass/structure/_screen_cit.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 2094, sass/structure/_screen_cit.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 2100, sass/structure/_screen_cit.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

/* line 2112, sass/structure/_screen_cit.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

/* line 2116, sass/structure/_screen_cit.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 2136, sass/structure/_screen_cit.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 2140, sass/structure/_screen_cit.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 2144, sass/structure/_screen_cit.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

/* line 2149, sass/structure/_screen_cit.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 2153, sass/structure/_screen_cit.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 2159, sass/structure/_screen_cit.scss */
.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: #398439;
  border-color: #255625; }

/* line 2171, sass/structure/_screen_cit.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none; }

/* line 2175, sass/structure/_screen_cit.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 2195, sass/structure/_screen_cit.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

/* line 2199, sass/structure/_screen_cit.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 2203, sass/structure/_screen_cit.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

/* line 2208, sass/structure/_screen_cit.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 2212, sass/structure/_screen_cit.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 2218, sass/structure/_screen_cit.scss */
.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: #269abc;
  border-color: #1b6d85; }

/* line 2230, sass/structure/_screen_cit.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none; }

/* line 2234, sass/structure/_screen_cit.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 2254, sass/structure/_screen_cit.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

/* line 2258, sass/structure/_screen_cit.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 2262, sass/structure/_screen_cit.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

/* line 2267, sass/structure/_screen_cit.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 2271, sass/structure/_screen_cit.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 2277, sass/structure/_screen_cit.scss */
.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: #d58512;
  border-color: #985f0d; }

/* line 2289, sass/structure/_screen_cit.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

/* line 2293, sass/structure/_screen_cit.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 2313, sass/structure/_screen_cit.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

/* line 2317, sass/structure/_screen_cit.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 2321, sass/structure/_screen_cit.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

/* line 2326, sass/structure/_screen_cit.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 2330, sass/structure/_screen_cit.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 2336, sass/structure/_screen_cit.scss */
.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: #ac2925;
  border-color: #761c19; }

/* line 2348, sass/structure/_screen_cit.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

/* line 2352, sass/structure/_screen_cit.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 2372, sass/structure/_screen_cit.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

/* line 2376, sass/structure/_screen_cit.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

/* line 2380, sass/structure/_screen_cit.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

/* line 2387, sass/structure/_screen_cit.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

/* line 2392, sass/structure/_screen_cit.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

/* line 2397, sass/structure/_screen_cit.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

/* line 2404, sass/structure/_screen_cit.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 2410, sass/structure/_screen_cit.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 2416, sass/structure/_screen_cit.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 2422, sass/structure/_screen_cit.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 2426, sass/structure/_screen_cit.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 2429, sass/structure/_screen_cit.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

/* line 2434, sass/structure/_screen_cit.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

/* line 2437, sass/structure/_screen_cit.scss */
.fade.in {
  opacity: 1; }

/* line 2440, sass/structure/_screen_cit.scss */
.collapse {
  display: none; }

/* line 2442, sass/structure/_screen_cit.scss */
.collapse.in {
  display: block; }

/* line 2445, sass/structure/_screen_cit.scss */
tr.collapse.in {
  display: table-row; }

/* line 2448, sass/structure/_screen_cit.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 2451, sass/structure/_screen_cit.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

/* line 2459, sass/structure/_screen_cit.scss */
.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; }

/* line 2470, sass/structure/_screen_cit.scss */
.dropup, .dropdown {
  position: relative; }

/* line 2474, sass/structure/_screen_cit.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 2477, sass/structure/_screen_cit.scss */
.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;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

/* line 2496, sass/structure/_screen_cit.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 2499, sass/structure/_screen_cit.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 2504, sass/structure/_screen_cit.scss */
.dropdown-menu > li > a, .folder-item .dropdown-menu > li > a:hover {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

/* line 2513, sass/structure/_screen_cit.scss */
.dropdown-menu > li > a:hover, .folder-item .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .folder-item .dropdown-menu > li > a:focus:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

/* line 2519, sass/structure/_screen_cit.scss */
.dropdown-menu > .active > a, .folder-item .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover, .folder-item .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .folder-item .dropdown-menu > .active > a:focus:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

/* line 2527, sass/structure/_screen_cit.scss */
.dropdown-menu > .disabled > a, .folder-item .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover, .folder-item .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .folder-item .dropdown-menu > .disabled > a:focus:hover {
  color: #777777; }

/* line 2532, sass/structure/_screen_cit.scss */
.dropdown-menu > .disabled > a:hover, .folder-item .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .folder-item .dropdown-menu > .disabled > a:focus:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

/* line 2540, sass/structure/_screen_cit.scss */
.open > .dropdown-menu {
  display: block; }

/* line 2543, sass/structure/_screen_cit.scss */
.open > a, .folder-item .open > a:hover {
  outline: 0; }

/* line 2546, sass/structure/_screen_cit.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 2550, sass/structure/_screen_cit.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

/* line 2554, sass/structure/_screen_cit.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

/* line 2562, sass/structure/_screen_cit.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 2570, sass/structure/_screen_cit.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 2574, sass/structure/_screen_cit.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

/* line 2581, sass/structure/_screen_cit.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  /* line 2588, sass/structure/_screen_cit.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  /* line 2591, sass/structure/_screen_cit.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 2595, sass/structure/_screen_cit.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* line 2600, sass/structure/_screen_cit.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

/* line 2604, sass/structure/_screen_cit.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2; }

/* line 2614, sass/structure/_screen_cit.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 2620, sass/structure/_screen_cit.scss */
.btn-toolbar {
  margin-left: -5px; }

/* line 2622, sass/structure/_screen_cit.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }

/* line 2626, sass/structure/_screen_cit.scss */
.btn-toolbar:after {
  clear: both; }

/* line 2628, sass/structure/_screen_cit.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

/* line 2632, sass/structure/_screen_cit.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

/* line 2637, sass/structure/_screen_cit.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 2640, sass/structure/_screen_cit.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 2642, sass/structure/_screen_cit.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 2646, sass/structure/_screen_cit.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 2651, sass/structure/_screen_cit.scss */
.btn-group > .btn-group {
  float: left; }

/* line 2654, sass/structure/_screen_cit.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 2657, sass/structure/_screen_cit.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 2662, sass/structure/_screen_cit.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 2666, sass/structure/_screen_cit.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 2670, sass/structure/_screen_cit.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 2674, sass/structure/_screen_cit.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 2678, sass/structure/_screen_cit.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 2680, sass/structure/_screen_cit.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

/* line 2683, sass/structure/_screen_cit.scss */
.btn .caret {
  margin-left: 0; }

/* line 2686, sass/structure/_screen_cit.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 2690, sass/structure/_screen_cit.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 2693, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

/* line 2701, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

/* line 2706, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }

/* line 2709, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }

/* line 2712, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 2719, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 2722, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 2727, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 2732, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 2735, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 2740, sass/structure/_screen_cit.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 2744, sass/structure/_screen_cit.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

/* line 2749, sass/structure/_screen_cit.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

/* line 2754, sass/structure/_screen_cit.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%; }

/* line 2756, sass/structure/_screen_cit.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

/* line 2759, sass/structure/_screen_cit.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 2767, sass/structure/_screen_cit.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

/* line 2771, sass/structure/_screen_cit.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

/* line 2775, sass/structure/_screen_cit.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

/* line 2782, sass/structure/_screen_cit.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

/* line 2786, sass/structure/_screen_cit.scss */
.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; }

/* line 2791, sass/structure/_screen_cit.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 2797, sass/structure/_screen_cit.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 2807, sass/structure/_screen_cit.scss */
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

/* line 2812, sass/structure/_screen_cit.scss */
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

/* line 2817, sass/structure/_screen_cit.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

/* line 2821, sass/structure/_screen_cit.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 2831, sass/structure/_screen_cit.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 2834, sass/structure/_screen_cit.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 2844, sass/structure/_screen_cit.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 2847, sass/structure/_screen_cit.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 2851, sass/structure/_screen_cit.scss */
.input-group-btn > .btn {
  position: relative; }

/* line 2853, sass/structure/_screen_cit.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px; }

/* line 2855, sass/structure/_screen_cit.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

/* line 2859, sass/structure/_screen_cit.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

/* line 2862, sass/structure/_screen_cit.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 2867, sass/structure/_screen_cit.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

/* line 2871, sass/structure/_screen_cit.scss */
.nav:before, .nav:after {
  content: " ";
  display: table; }

/* line 2875, sass/structure/_screen_cit.scss */
.nav:after {
  clear: both; }

/* line 2877, sass/structure/_screen_cit.scss */
.nav > li {
  position: relative;
  display: block; }

/* line 2880, sass/structure/_screen_cit.scss */
.nav > li > a, .folder-item .nav > li > a:hover {
  position: relative;
  display: block;
  padding: 10px 15px; }

/* line 2884, sass/structure/_screen_cit.scss */
.nav > li > a:hover, .folder-item .nav > li > a:hover, .nav > li > a:focus, .folder-item .nav > li > a:focus:hover {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 2888, sass/structure/_screen_cit.scss */
.nav > li.disabled > a, .folder-item .nav > li.disabled > a:hover {
  color: #777777; }

/* line 2890, sass/structure/_screen_cit.scss */
.nav > li.disabled > a:hover, .folder-item .nav > li.disabled > a:hover, .nav > li.disabled > a:focus, .folder-item .nav > li.disabled > a:focus:hover {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

/* line 2896, sass/structure/_screen_cit.scss */
.nav .open > a, .nav .folder-item .open > a:hover, .nav .open > a:hover, .nav .folder-item .open > a:hover, .nav .open > a:focus, .nav .folder-item .open > a:focus:hover {
  background-color: #eeeeee;
  border-color: #337ab7; }

/* line 2903, sass/structure/_screen_cit.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 2908, sass/structure/_screen_cit.scss */
.nav > li > a > img, .folder-item .nav > li > a:hover > img {
  max-width: none; }

/* line 2911, sass/structure/_screen_cit.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 2913, sass/structure/_screen_cit.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

/* line 2916, sass/structure/_screen_cit.scss */
.nav-tabs > li > a, .folder-item .nav-tabs > li > a:hover {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

/* line 2921, sass/structure/_screen_cit.scss */
.nav-tabs > li > a:hover, .folder-item .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

/* line 2923, sass/structure/_screen_cit.scss */
.nav-tabs > li.active > a, .folder-item .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover, .folder-item .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .folder-item .nav-tabs > li.active > a:focus:hover {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 2932, sass/structure/_screen_cit.scss */
.nav-pills > li {
  float: left; }

/* line 2934, sass/structure/_screen_cit.scss */
.nav-pills > li > a, .folder-item .nav-pills > li > a:hover {
  border-radius: 4px; }

/* line 2936, sass/structure/_screen_cit.scss */
.nav-pills > li + li {
  margin-left: 2px; }

/* line 2938, sass/structure/_screen_cit.scss */
.nav-pills > li.active > a, .folder-item .nav-pills > li.active > a:hover, .nav-pills > li.active > a:hover, .folder-item .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .folder-item .nav-pills > li.active > a:focus:hover {
  color: #fff;
  background-color: #337ab7; }

/* line 2944, sass/structure/_screen_cit.scss */
.nav-stacked > li {
  float: none; }

/* line 2946, sass/structure/_screen_cit.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

/* line 2950, sass/structure/_screen_cit.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

/* line 2952, sass/structure/_screen_cit.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

/* line 2954, sass/structure/_screen_cit.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .folder-item .nav-justified > li > a:hover {
  text-align: center;
  margin-bottom: 5px; }

/* line 2957, sass/structure/_screen_cit.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 2961, sass/structure/_screen_cit.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  /* line 2964, sass/structure/_screen_cit.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .folder-item .nav-justified > li > a:hover {
    margin-bottom: 0; } }
/* line 2967, sass/structure/_screen_cit.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

/* line 2969, sass/structure/_screen_cit.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .folder-item .nav-tabs-justified > li > a:hover, .folder-item .nav-tabs.nav-justified > li > a:hover {
  margin-right: 0;
  border-radius: 4px; }

/* line 2972, sass/structure/_screen_cit.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .folder-item .nav-tabs-justified > .active > a:hover, .folder-item .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .folder-item .nav-tabs-justified > .active > a:hover, .folder-item .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .folder-item .nav-tabs-justified > .active > a:focus:hover, .folder-item .nav-tabs.nav-justified > .active > a:focus:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  /* line 2977, sass/structure/_screen_cit.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .folder-item .nav-tabs-justified > li > a:hover, .folder-item .nav-tabs.nav-justified > li > a:hover {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  /* line 2980, sass/structure/_screen_cit.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .folder-item .nav-tabs-justified > .active > a:hover, .folder-item .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .folder-item .nav-tabs-justified > .active > a:hover, .folder-item .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .folder-item .nav-tabs-justified > .active > a:focus:hover, .folder-item .nav-tabs.nav-justified > .active > a:focus:hover {
    border-bottom-color: #fff; } }
/* line 2985, sass/structure/_screen_cit.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 2988, sass/structure/_screen_cit.scss */
.tab-content > .active {
  display: block; }

/* line 2991, sass/structure/_screen_cit.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 2996, sass/structure/_screen_cit.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

/* line 3001, sass/structure/_screen_cit.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table; }

/* line 3005, sass/structure/_screen_cit.scss */
.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 3008, sass/structure/_screen_cit.scss */
  .navbar {
    border-radius: 4px; } }
/* line 3011, sass/structure/_screen_cit.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

/* line 3016, sass/structure/_screen_cit.scss */
.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  /* line 3020, sass/structure/_screen_cit.scss */
  .navbar-header {
    float: left; } }
/* line 3023, sass/structure/_screen_cit.scss */
.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; }

/* line 3030, sass/structure/_screen_cit.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

/* line 3034, sass/structure/_screen_cit.scss */
.navbar-collapse:after {
  clear: both; }

/* line 3036, sass/structure/_screen_cit.scss */
.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  /* line 3039, sass/structure/_screen_cit.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  /* line 3043, sass/structure/_screen_cit.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  /* line 3048, sass/structure/_screen_cit.scss */
  .navbar-collapse.in {
    overflow-y: visible; }

  /* line 3050, sass/structure/_screen_cit.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
/* line 3056, sass/structure/_screen_cit.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3060, sass/structure/_screen_cit.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
/* line 3064, sass/structure/_screen_cit.scss */
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 3071, sass/structure/_screen_cit.scss */
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
/* line 3078, sass/structure/_screen_cit.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  /* line 3082, sass/structure/_screen_cit.scss */
  .navbar-static-top {
    border-radius: 0; } }
/* line 3085, sass/structure/_screen_cit.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  /* line 3092, sass/structure/_screen_cit.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
/* line 3096, sass/structure/_screen_cit.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 3100, sass/structure/_screen_cit.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 3105, sass/structure/_screen_cit.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

/* line 3111, sass/structure/_screen_cit.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 3114, sass/structure/_screen_cit.scss */
.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  /* line 3117, sass/structure/_screen_cit.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
/* line 3121, sass/structure/_screen_cit.scss */
.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; }

/* line 3132, sass/structure/_screen_cit.scss */
.navbar-toggle:focus {
  outline: 0; }

/* line 3134, sass/structure/_screen_cit.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

/* line 3139, sass/structure/_screen_cit.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  /* line 3142, sass/structure/_screen_cit.scss */
  .navbar-toggle {
    display: none; } }
/* line 3145, sass/structure/_screen_cit.scss */
.navbar-nav {
  margin: 7.5px -15px; }

/* line 3147, sass/structure/_screen_cit.scss */
.navbar-nav > li > a, .folder-item .navbar-nav > li > a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  /* line 3152, sass/structure/_screen_cit.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  /* line 3160, sass/structure/_screen_cit.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .folder-item .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  /* line 3164, sass/structure/_screen_cit.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .folder-item .dropdown-menu > li > a:hover {
    line-height: 20px; }

  /* line 3166, sass/structure/_screen_cit.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .folder-item .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .folder-item .dropdown-menu > li > a:focus:hover {
    background-image: none; } }
@media (min-width: 768px) {
  /* line 3171, sass/structure/_screen_cit.scss */
  .navbar-nav {
    float: left;
    margin: 0; }

  /* line 3174, sass/structure/_screen_cit.scss */
  .navbar-nav > li {
    float: left; }

  /* line 3176, sass/structure/_screen_cit.scss */
  .navbar-nav > li > a, .folder-item .navbar-nav > li > a:hover {
    padding-top: 15px;
    padding-bottom: 15px; } }
/* line 3180, sass/structure/_screen_cit.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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) {
  /* line 3190, sass/structure/_screen_cit.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 3194, sass/structure/_screen_cit.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 3198, sass/structure/_screen_cit.scss */
  .navbar-form .form-control-static {
    display: inline-block; }

  /* line 3200, sass/structure/_screen_cit.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  /* line 3203, sass/structure/_screen_cit.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }

  /* line 3207, sass/structure/_screen_cit.scss */
  .navbar-form .input-group > .form-control {
    width: 100%; }

  /* line 3209, sass/structure/_screen_cit.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 3212, sass/structure/_screen_cit.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  /* line 3218, sass/structure/_screen_cit.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }

  /* line 3221, sass/structure/_screen_cit.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  /* line 3225, sass/structure/_screen_cit.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  /* line 3228, sass/structure/_screen_cit.scss */
  .navbar-form .form-group {
    margin-bottom: 5px; }

  /* line 3230, sass/structure/_screen_cit.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  /* line 3233, sass/structure/_screen_cit.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }
/* line 3242, sass/structure/_screen_cit.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 3247, sass/structure/_screen_cit.scss */
.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; }

/* line 3254, sass/structure/_screen_cit.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 3257, sass/structure/_screen_cit.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 3260, sass/structure/_screen_cit.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

/* line 3264, sass/structure/_screen_cit.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 3268, sass/structure/_screen_cit.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 768px) {
  /* line 3274, sass/structure/_screen_cit.scss */
  .navbar-left {
    float: left !important; }

  /* line 3276, sass/structure/_screen_cit.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  /* line 3279, sass/structure/_screen_cit.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
/* line 3282, sass/structure/_screen_cit.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

/* line 3285, sass/structure/_screen_cit.scss */
.navbar-default .navbar-brand {
  color: #777; }

/* line 3287, sass/structure/_screen_cit.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

/* line 3291, sass/structure/_screen_cit.scss */
.navbar-default .navbar-text {
  color: #777; }

/* line 3293, sass/structure/_screen_cit.scss */
.navbar-default .navbar-nav > li > a, .navbar-default .folder-item .navbar-nav > li > a:hover {
  color: #777; }

/* line 3295, sass/structure/_screen_cit.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .folder-item .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .folder-item .navbar-nav > li > a:focus:hover {
  color: #333;
  background-color: transparent; }

/* line 3300, sass/structure/_screen_cit.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .folder-item .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .folder-item .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .folder-item .navbar-nav > .active > a:focus:hover {
  color: #555;
  background-color: #e7e7e7; }

/* line 3307, sass/structure/_screen_cit.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .folder-item .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .folder-item .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .folder-item .navbar-nav > .disabled > a:focus:hover {
  color: #ccc;
  background-color: transparent; }

/* line 3314, sass/structure/_screen_cit.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd; }

/* line 3316, sass/structure/_screen_cit.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

/* line 3319, sass/structure/_screen_cit.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

/* line 3321, sass/structure/_screen_cit.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

/* line 3324, sass/structure/_screen_cit.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .folder-item .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .folder-item .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .folder-item .navbar-nav > .open > a:focus:hover {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  /* line 3332, sass/structure/_screen_cit.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > li > a:hover {
    color: #777; }

  /* line 3334, sass/structure/_screen_cit.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > li > a:focus:hover {
    color: #333;
    background-color: transparent; }

  /* line 3339, sass/structure/_screen_cit.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .active > a:focus:hover {
    color: #555;
    background-color: #e7e7e7; }

  /* line 3346, sass/structure/_screen_cit.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:focus:hover {
    color: #ccc;
    background-color: transparent; } }
/* line 3353, sass/structure/_screen_cit.scss */
.navbar-default .navbar-link {
  color: #777; }

/* line 3355, sass/structure/_screen_cit.scss */
.navbar-default .navbar-link:hover {
  color: #333; }

/* line 3357, sass/structure/_screen_cit.scss */
.navbar-default .btn-link {
  color: #777; }

/* line 3359, sass/structure/_screen_cit.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

/* line 3362, sass/structure/_screen_cit.scss */
.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; }

/* line 3368, sass/structure/_screen_cit.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

/* line 3371, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

/* line 3373, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

/* line 3377, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d; }

/* line 3379, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .folder-item .navbar-nav > li > a:hover {
  color: #9d9d9d; }

/* line 3381, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .folder-item .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .folder-item .navbar-nav > li > a:focus:hover {
  color: #fff;
  background-color: transparent; }

/* line 3386, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .folder-item .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .folder-item .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .folder-item .navbar-nav > .active > a:focus:hover {
  color: #fff;
  background-color: #090909; }

/* line 3393, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .folder-item .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .folder-item .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .folder-item .navbar-nav > .disabled > a:focus:hover {
  color: #444;
  background-color: transparent; }

/* line 3400, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333; }

/* line 3402, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

/* line 3405, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

/* line 3407, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

/* line 3410, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .folder-item .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .folder-item .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .folder-item .navbar-nav > .open > a:focus:hover {
  background-color: #090909;
  color: #fff; }

@media (max-width: 767px) {
  /* line 3418, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }

  /* line 3420, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }

  /* line 3422, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > li > a:hover {
    color: #9d9d9d; }

  /* line 3424, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > li > a:focus:hover {
    color: #fff;
    background-color: transparent; }

  /* line 3429, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .active > a:focus:hover {
    color: #fff;
    background-color: #090909; }

  /* line 3436, sass/structure/_screen_cit.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .folder-item .dropdown-menu > .disabled > a:focus:hover {
    color: #444;
    background-color: transparent; } }
/* line 3443, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

/* line 3445, sass/structure/_screen_cit.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff; }

/* line 3447, sass/structure/_screen_cit.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d; }

/* line 3449, sass/structure/_screen_cit.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

/* line 3452, sass/structure/_screen_cit.scss */
.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; }

/* line 3458, sass/structure/_screen_cit.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

/* line 3464, sass/structure/_screen_cit.scss */
.breadcrumb > li {
  display: inline-block; }

/* line 3466, sass/structure/_screen_cit.scss */
.breadcrumb > li + li:before {
  content: "/\\00a0";
  padding: 0 5px;
  color: #ccc; }

/* line 3470, sass/structure/_screen_cit.scss */
.breadcrumb > .active {
  color: #777777; }

/* line 3473, sass/structure/_screen_cit.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

/* line 3478, sass/structure/_screen_cit.scss */
.pagination > li {
  display: inline; }

/* line 3480, sass/structure/_screen_cit.scss */
.pagination > li > a, .folder-item .pagination > li > a:hover, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

/* line 3491, sass/structure/_screen_cit.scss */
.pagination > li:first-child > a, .folder-item .pagination > li:first-child > a:hover, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

/* line 3496, sass/structure/_screen_cit.scss */
.pagination > li:last-child > a, .folder-item .pagination > li:last-child > a:hover, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

/* line 3500, sass/structure/_screen_cit.scss */
.pagination > li > a:hover, .folder-item .pagination > li > a:hover, .pagination > li > a:focus, .folder-item .pagination > li > a:focus:hover, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

/* line 3508, sass/structure/_screen_cit.scss */
.pagination > .active > a, .folder-item .pagination > .active > a:hover, .pagination > .active > a:hover, .folder-item .pagination > .active > a:hover, .pagination > .active > a:focus, .folder-item .pagination > .active > a:focus:hover, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

/* line 3519, sass/structure/_screen_cit.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .folder-item .pagination > .disabled > a:hover, .pagination > .disabled > a:hover, .folder-item .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .folder-item .pagination > .disabled > a:focus:hover {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

/* line 3530, sass/structure/_screen_cit.scss */
.pagination-lg > li > a, .folder-item .pagination-lg > li > a:hover, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 3536, sass/structure/_screen_cit.scss */
.pagination-lg > li:first-child > a, .folder-item .pagination-lg > li:first-child > a:hover, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

/* line 3541, sass/structure/_screen_cit.scss */
.pagination-lg > li:last-child > a, .folder-item .pagination-lg > li:last-child > a:hover, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

/* line 3546, sass/structure/_screen_cit.scss */
.pagination-sm > li > a, .folder-item .pagination-sm > li > a:hover, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 3552, sass/structure/_screen_cit.scss */
.pagination-sm > li:first-child > a, .folder-item .pagination-sm > li:first-child > a:hover, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 3557, sass/structure/_screen_cit.scss */
.pagination-sm > li:last-child > a, .folder-item .pagination-sm > li:last-child > a:hover, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 3562, sass/structure/_screen_cit.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

/* line 3567, sass/structure/_screen_cit.scss */
.pager:before, .pager:after {
  content: " ";
  display: table; }

/* line 3571, sass/structure/_screen_cit.scss */
.pager:after {
  clear: both; }

/* line 3573, sass/structure/_screen_cit.scss */
.pager li {
  display: inline; }

/* line 3575, sass/structure/_screen_cit.scss */
.pager li > a, .pager .folder-item li > a:hover, .folder-item .pager li > a:hover, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

/* line 3583, sass/structure/_screen_cit.scss */
.pager li > a:hover, .pager .folder-item li > a:hover, .pager li > a:focus, .pager .folder-item li > a:focus:hover {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 3588, sass/structure/_screen_cit.scss */
.pager .next > a, .pager .folder-item .next > a:hover, .pager .next > span {
  float: right; }

/* line 3592, sass/structure/_screen_cit.scss */
.pager .previous > a, .pager .folder-item .previous > a:hover, .pager .previous > span {
  float: left; }

/* line 3596, sass/structure/_screen_cit.scss */
.pager .disabled > a, .pager .folder-item .disabled > a:hover, .pager .disabled > a:hover, .pager .folder-item .disabled > a:hover, .pager .disabled > a:focus, .pager .folder-item .disabled > a:focus:hover, .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

/* line 3607, sass/structure/_screen_cit.scss */
.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: .25em; }

/* line 3618, sass/structure/_screen_cit.scss */
.label:empty {
  display: none; }

/* line 3620, sass/structure/_screen_cit.scss */
.btn .label {
  position: relative;
  top: -1px; }

/* line 3624, sass/structure/_screen_cit.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 3630, sass/structure/_screen_cit.scss */
.label-default {
  background-color: #777777; }

/* line 3632, sass/structure/_screen_cit.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

/* line 3636, sass/structure/_screen_cit.scss */
.label-primary {
  background-color: #337ab7; }

/* line 3638, sass/structure/_screen_cit.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

/* line 3642, sass/structure/_screen_cit.scss */
.label-success {
  background-color: #5cb85c; }

/* line 3644, sass/structure/_screen_cit.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

/* line 3648, sass/structure/_screen_cit.scss */
.label-info {
  background-color: #5bc0de; }

/* line 3650, sass/structure/_screen_cit.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

/* line 3654, sass/structure/_screen_cit.scss */
.label-warning {
  background-color: #f0ad4e; }

/* line 3656, sass/structure/_screen_cit.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

/* line 3660, sass/structure/_screen_cit.scss */
.label-danger {
  background-color: #d9534f; }

/* line 3662, sass/structure/_screen_cit.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

/* line 3666, sass/structure/_screen_cit.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

/* line 3679, sass/structure/_screen_cit.scss */
.badge:empty {
  display: none; }

/* line 3681, sass/structure/_screen_cit.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 3684, sass/structure/_screen_cit.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

/* line 3689, sass/structure/_screen_cit.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .folder-item .nav-pills > .active > a:hover > .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 3693, sass/structure/_screen_cit.scss */
.list-group-item > .badge {
  float: right; }

/* line 3695, sass/structure/_screen_cit.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px; }

/* line 3697, sass/structure/_screen_cit.scss */
.nav-pills > li > a > .badge, .folder-item .nav-pills > li > a:hover > .badge {
  margin-left: 3px; }

/* line 3700, sass/structure/_screen_cit.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 3706, sass/structure/_screen_cit.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

/* line 3712, sass/structure/_screen_cit.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

/* line 3715, sass/structure/_screen_cit.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

/* line 3719, sass/structure/_screen_cit.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5; }

/* line 3721, sass/structure/_screen_cit.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

/* line 3724, sass/structure/_screen_cit.scss */
.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  /* line 3727, sass/structure/_screen_cit.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  /* line 3730, sass/structure/_screen_cit.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  /* line 3734, sass/structure/_screen_cit.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
/* line 3738, sass/structure/_screen_cit.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }

/* line 3747, sass/structure/_screen_cit.scss */
.thumbnail > img, .thumbnail a > img, .thumbnail .folder-item a:hover > img, .folder-item .thumbnail a:hover > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

/* line 3754, sass/structure/_screen_cit.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333; }

/* line 3758, sass/structure/_screen_cit.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7; }

/* line 3763, sass/structure/_screen_cit.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 3768, sass/structure/_screen_cit.scss */
.alert h4 {
  margin-top: 0;
  color: inherit; }

/* line 3771, sass/structure/_screen_cit.scss */
.alert .alert-link {
  font-weight: bold; }

/* line 3773, sass/structure/_screen_cit.scss */
.alert > p, .alert > ul {
  margin-bottom: 0; }

/* line 3776, sass/structure/_screen_cit.scss */
.alert > p + p {
  margin-top: 5px; }

/* line 3779, sass/structure/_screen_cit.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

/* line 3781, sass/structure/_screen_cit.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

/* line 3787, sass/structure/_screen_cit.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

/* line 3791, sass/structure/_screen_cit.scss */
.alert-success hr {
  border-top-color: #c9e2b3; }

/* line 3793, sass/structure/_screen_cit.scss */
.alert-success .alert-link {
  color: #2b542c; }

/* line 3796, sass/structure/_screen_cit.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

/* line 3800, sass/structure/_screen_cit.scss */
.alert-info hr {
  border-top-color: #a6e1ec; }

/* line 3802, sass/structure/_screen_cit.scss */
.alert-info .alert-link {
  color: #245269; }

/* line 3805, sass/structure/_screen_cit.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

/* line 3809, sass/structure/_screen_cit.scss */
.alert-warning hr {
  border-top-color: #f7e1b5; }

/* line 3811, sass/structure/_screen_cit.scss */
.alert-warning .alert-link {
  color: #66512c; }

/* line 3814, sass/structure/_screen_cit.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

/* line 3818, sass/structure/_screen_cit.scss */
.alert-danger hr {
  border-top-color: #e4b9c0; }

/* line 3820, sass/structure/_screen_cit.scss */
.alert-danger .alert-link {
  color: #843534; }

@-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; } }
/* line 3835, sass/structure/_screen_cit.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 3843, sass/structure/_screen_cit.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

/* line 3855, sass/structure/_screen_cit.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

/* line 3860, sass/structure/_screen_cit.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 3865, sass/structure/_screen_cit.scss */
.progress-bar-success {
  background-color: #5cb85c; }

/* line 3867, sass/structure/_screen_cit.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

/* line 3870, sass/structure/_screen_cit.scss */
.progress-bar-info {
  background-color: #5bc0de; }

/* line 3872, sass/structure/_screen_cit.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

/* line 3875, sass/structure/_screen_cit.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }

/* line 3877, sass/structure/_screen_cit.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

/* line 3880, sass/structure/_screen_cit.scss */
.progress-bar-danger {
  background-color: #d9534f; }

/* line 3882, sass/structure/_screen_cit.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

/* line 3885, sass/structure/_screen_cit.scss */
.media {
  margin-top: 15px; }

/* line 3887, sass/structure/_screen_cit.scss */
.media:first-child {
  margin-top: 0; }

/* line 3890, sass/structure/_screen_cit.scss */
.media, .media-body {
  zoom: 1;
  overflow: hidden; }

/* line 3895, sass/structure/_screen_cit.scss */
.media-body {
  width: 10000px; }

/* line 3898, sass/structure/_screen_cit.scss */
.media-object {
  display: block; }

/* line 3900, sass/structure/_screen_cit.scss */
.media-object.img-thumbnail {
  max-width: none; }

/* line 3903, sass/structure/_screen_cit.scss */
.media-right, .media > .pull-right {
  padding-left: 10px; }

/* line 3907, sass/structure/_screen_cit.scss */
.media-left, .media > .pull-left {
  padding-right: 10px; }

/* line 3911, sass/structure/_screen_cit.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

/* line 3917, sass/structure/_screen_cit.scss */
.media-middle {
  vertical-align: middle; }

/* line 3920, sass/structure/_screen_cit.scss */
.media-bottom {
  vertical-align: bottom; }

/* line 3923, sass/structure/_screen_cit.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 3927, sass/structure/_screen_cit.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 3931, sass/structure/_screen_cit.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 3935, sass/structure/_screen_cit.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 3942, sass/structure/_screen_cit.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

/* line 3945, sass/structure/_screen_cit.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 3950, sass/structure/_screen_cit.scss */
a.list-group-item, .folder-item a.list-group-item:hover, button.list-group-item {
  color: #555; }

/* line 3954, sass/structure/_screen_cit.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

/* line 3957, sass/structure/_screen_cit.scss */
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; }

/* line 3965, sass/structure/_screen_cit.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 3969, sass/structure/_screen_cit.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

/* line 3975, sass/structure/_screen_cit.scss */
.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; }

/* line 3979, sass/structure/_screen_cit.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

/* line 3984, sass/structure/_screen_cit.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 3991, sass/structure/_screen_cit.scss */
.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; }

/* line 4001, sass/structure/_screen_cit.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

/* line 4006, sass/structure/_screen_cit.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 4010, sass/structure/_screen_cit.scss */
a.list-group-item-success, .folder-item a.list-group-item-success:hover, button.list-group-item-success {
  color: #3c763d; }

/* line 4014, sass/structure/_screen_cit.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

/* line 4017, sass/structure/_screen_cit.scss */
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: #d0e9c6; }

/* line 4023, sass/structure/_screen_cit.scss */
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; }

/* line 4033, sass/structure/_screen_cit.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 4037, sass/structure/_screen_cit.scss */
a.list-group-item-info, .folder-item a.list-group-item-info:hover, button.list-group-item-info {
  color: #31708f; }

/* line 4041, sass/structure/_screen_cit.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

/* line 4044, sass/structure/_screen_cit.scss */
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: #c4e3f3; }

/* line 4050, sass/structure/_screen_cit.scss */
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; }

/* line 4060, sass/structure/_screen_cit.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 4064, sass/structure/_screen_cit.scss */
a.list-group-item-warning, .folder-item a.list-group-item-warning:hover, button.list-group-item-warning {
  color: #8a6d3b; }

/* line 4068, sass/structure/_screen_cit.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

/* line 4071, sass/structure/_screen_cit.scss */
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: #faf2cc; }

/* line 4077, sass/structure/_screen_cit.scss */
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; }

/* line 4087, sass/structure/_screen_cit.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 4091, sass/structure/_screen_cit.scss */
a.list-group-item-danger, .folder-item a.list-group-item-danger:hover, button.list-group-item-danger {
  color: #a94442; }

/* line 4095, sass/structure/_screen_cit.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

/* line 4098, sass/structure/_screen_cit.scss */
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: #ebcccc; }

/* line 4104, sass/structure/_screen_cit.scss */
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; }

/* line 4114, sass/structure/_screen_cit.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 4118, sass/structure/_screen_cit.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 4122, sass/structure/_screen_cit.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 4129, sass/structure/_screen_cit.scss */
.panel-body {
  padding: 15px; }

/* line 4131, sass/structure/_screen_cit.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

/* line 4135, sass/structure/_screen_cit.scss */
.panel-body:after {
  clear: both; }

/* line 4138, sass/structure/_screen_cit.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

/* line 4143, sass/structure/_screen_cit.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

/* line 4146, sass/structure/_screen_cit.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

/* line 4151, sass/structure/_screen_cit.scss */
.panel-title > a, .folder-item .panel-title > a:hover, .panel-title > small, .panel-title > .small, .panel-title > small > a, .folder-item .panel-title > small > a:hover, .panel-title > .small > a, .folder-item .panel-title > .small > a:hover {
  color: inherit; }

/* line 4158, sass/structure/_screen_cit.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 4165, sass/structure/_screen_cit.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

/* line 4168, sass/structure/_screen_cit.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

/* line 4172, sass/structure/_screen_cit.scss */
.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; }

/* line 4177, sass/structure/_screen_cit.scss */
.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; }

/* line 4183, sass/structure/_screen_cit.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 4187, sass/structure/_screen_cit.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 4190, sass/structure/_screen_cit.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 4193, sass/structure/_screen_cit.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

/* line 4197, sass/structure/_screen_cit.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

/* line 4203, sass/structure/_screen_cit.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

/* line 4207, sass/structure/_screen_cit.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 4213, sass/structure/_screen_cit.scss */
.panel > .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 > .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 > .table-responsive:first-child > .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 > .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 {
  border-top-left-radius: 3px; }

/* line 4222, sass/structure/_screen_cit.scss */
.panel > .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 > .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 > .table-responsive:first-child > .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 > .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 {
  border-top-right-radius: 3px; }

/* line 4232, sass/structure/_screen_cit.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 4236, sass/structure/_screen_cit.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 4242, sass/structure/_screen_cit.scss */
.panel > .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 > .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 > .table-responsive:last-child > .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 > .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 {
  border-bottom-left-radius: 3px; }

/* line 4251, sass/structure/_screen_cit.scss */
.panel > .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 > .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 > .table-responsive:last-child > .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 > .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 {
  border-bottom-right-radius: 3px; }

/* line 4261, sass/structure/_screen_cit.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

/* line 4267, sass/structure/_screen_cit.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

/* line 4271, sass/structure/_screen_cit.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

/* line 4274, sass/structure/_screen_cit.scss */
.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; }

/* line 4287, sass/structure/_screen_cit.scss */
.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; }

/* line 4300, sass/structure/_screen_cit.scss */
.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; }

/* line 4309, sass/structure/_screen_cit.scss */
.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; }

/* line 4319, sass/structure/_screen_cit.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 4323, sass/structure/_screen_cit.scss */
.panel-group {
  margin-bottom: 20px; }

/* line 4325, sass/structure/_screen_cit.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

/* line 4328, sass/structure/_screen_cit.scss */
.panel-group .panel + .panel {
  margin-top: 5px; }

/* line 4330, sass/structure/_screen_cit.scss */
.panel-group .panel-heading {
  border-bottom: 0; }

/* line 4332, sass/structure/_screen_cit.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

/* line 4335, sass/structure/_screen_cit.scss */
.panel-group .panel-footer {
  border-top: 0; }

/* line 4337, sass/structure/_screen_cit.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

/* line 4340, sass/structure/_screen_cit.scss */
.panel-default {
  border-color: #ddd; }

/* line 4342, sass/structure/_screen_cit.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

/* line 4346, sass/structure/_screen_cit.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

/* line 4348, sass/structure/_screen_cit.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

/* line 4351, sass/structure/_screen_cit.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/* line 4354, sass/structure/_screen_cit.scss */
.panel-primary {
  border-color: #337ab7; }

/* line 4356, sass/structure/_screen_cit.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 4360, sass/structure/_screen_cit.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

/* line 4362, sass/structure/_screen_cit.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 4365, sass/structure/_screen_cit.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

/* line 4368, sass/structure/_screen_cit.scss */
.panel-success {
  border-color: #d6e9c6; }

/* line 4370, sass/structure/_screen_cit.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 4374, sass/structure/_screen_cit.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

/* line 4376, sass/structure/_screen_cit.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

/* line 4379, sass/structure/_screen_cit.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

/* line 4382, sass/structure/_screen_cit.scss */
.panel-info {
  border-color: #bce8f1; }

/* line 4384, sass/structure/_screen_cit.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 4388, sass/structure/_screen_cit.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

/* line 4390, sass/structure/_screen_cit.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

/* line 4393, sass/structure/_screen_cit.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

/* line 4396, sass/structure/_screen_cit.scss */
.panel-warning {
  border-color: #faebcc; }

/* line 4398, sass/structure/_screen_cit.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 4402, sass/structure/_screen_cit.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

/* line 4404, sass/structure/_screen_cit.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

/* line 4407, sass/structure/_screen_cit.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

/* line 4410, sass/structure/_screen_cit.scss */
.panel-danger {
  border-color: #ebccd1; }

/* line 4412, sass/structure/_screen_cit.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 4416, sass/structure/_screen_cit.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

/* line 4418, sass/structure/_screen_cit.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

/* line 4421, sass/structure/_screen_cit.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/* line 4424, sass/structure/_screen_cit.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 4430, sass/structure/_screen_cit.scss */
.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; }

/* line 4443, sass/structure/_screen_cit.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 4446, sass/structure/_screen_cit.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 4449, sass/structure/_screen_cit.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 4457, sass/structure/_screen_cit.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

/* line 4461, sass/structure/_screen_cit.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 4465, sass/structure/_screen_cit.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 4469, sass/structure/_screen_cit.scss */
.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); }

/* line 4478, sass/structure/_screen_cit.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* line 4486, sass/structure/_screen_cit.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 4493, sass/structure/_screen_cit.scss */
.modal-open {
  overflow: hidden; }

/* line 4496, sass/structure/_screen_cit.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

/* line 4507, sass/structure/_screen_cit.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

/* line 4512, sass/structure/_screen_cit.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 4516, sass/structure/_screen_cit.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 4520, sass/structure/_screen_cit.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 4525, sass/structure/_screen_cit.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

/* line 4535, sass/structure/_screen_cit.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 4543, sass/structure/_screen_cit.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 4546, sass/structure/_screen_cit.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* line 4550, sass/structure/_screen_cit.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

/* line 4555, sass/structure/_screen_cit.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 4558, sass/structure/_screen_cit.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143; }

/* line 4562, sass/structure/_screen_cit.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 4566, sass/structure/_screen_cit.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

/* line 4570, sass/structure/_screen_cit.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

/* line 4574, sass/structure/_screen_cit.scss */
.modal-footer:after {
  clear: both; }

/* line 4576, sass/structure/_screen_cit.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

/* line 4579, sass/structure/_screen_cit.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 4581, sass/structure/_screen_cit.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 4584, sass/structure/_screen_cit.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 4592, sass/structure/_screen_cit.scss */
  .modal-dialog {
    width: 900px;
    margin: 30px auto; }

  /* line 4595, sass/structure/_screen_cit.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 4597, sass/structure/_screen_cit.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 4601, sass/structure/_screen_cit.scss */
  .modal-lg {
    width: 900px; } }
/* line 4604, sass/structure/_screen_cit.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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); }

/* line 4626, sass/structure/_screen_cit.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 4629, sass/structure/_screen_cit.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

/* line 4632, sass/structure/_screen_cit.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

/* line 4635, sass/structure/_screen_cit.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

/* line 4638, sass/structure/_screen_cit.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

/* line 4642, sass/structure/_screen_cit.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

/* line 4650, sass/structure/_screen_cit.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 4657, sass/structure/_screen_cit.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 4664, sass/structure/_screen_cit.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 4671, sass/structure/_screen_cit.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 4678, sass/structure/_screen_cit.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

/* line 4685, sass/structure/_screen_cit.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

/* line 4692, sass/structure/_screen_cit.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 4699, sass/structure/_screen_cit.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 4706, sass/structure/_screen_cit.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 4713, sass/structure/_screen_cit.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

/* line 4743, sass/structure/_screen_cit.scss */
.popover.top {
  margin-top: -10px; }

/* line 4745, sass/structure/_screen_cit.scss */
.popover.right {
  margin-left: 10px; }

/* line 4747, sass/structure/_screen_cit.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 4749, sass/structure/_screen_cit.scss */
.popover.left {
  margin-left: -10px; }

/* line 4752, sass/structure/_screen_cit.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 4760, sass/structure/_screen_cit.scss */
.popover-content {
  padding: 9px 14px; }

/* line 4763, sass/structure/_screen_cit.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 4772, sass/structure/_screen_cit.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 4775, sass/structure/_screen_cit.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 4779, sass/structure/_screen_cit.scss */
.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; }

/* line 4786, sass/structure/_screen_cit.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

/* line 4793, sass/structure/_screen_cit.scss */
.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); }

/* line 4800, sass/structure/_screen_cit.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

/* line 4807, sass/structure/_screen_cit.scss */
.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; }

/* line 4814, sass/structure/_screen_cit.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

/* line 4821, sass/structure/_screen_cit.scss */
.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); }

/* line 4828, sass/structure/_screen_cit.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

/* line 4835, sass/structure/_screen_cit.scss */
.carousel {
  position: relative; }

/* line 4838, sass/structure/_screen_cit.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

/* line 4842, sass/structure/_screen_cit.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left; }

/* line 4846, sass/structure/_screen_cit.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img, .folder-item .carousel-inner > .item > a:hover > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 4853, sass/structure/_screen_cit.scss */
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  /* line 4860, sass/structure/_screen_cit.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  /* line 4865, sass/structure/_screen_cit.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  /* line 4870, sass/structure/_screen_cit.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
/* line 4876, sass/structure/_screen_cit.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

/* line 4880, sass/structure/_screen_cit.scss */
.carousel-inner > .active {
  left: 0; }

/* line 4882, sass/structure/_screen_cit.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

/* line 4887, sass/structure/_screen_cit.scss */
.carousel-inner > .next {
  left: 100%; }

/* line 4889, sass/structure/_screen_cit.scss */
.carousel-inner > .prev {
  left: -100%; }

/* line 4891, sass/structure/_screen_cit.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

/* line 4894, sass/structure/_screen_cit.scss */
.carousel-inner > .active.left {
  left: -100%; }

/* line 4896, sass/structure/_screen_cit.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 4899, sass/structure/_screen_cit.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

/* line 4911, sass/structure/_screen_cit.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

/* line 4915, sass/structure/_screen_cit.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

/* line 4921, sass/structure/_screen_cit.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 4928, sass/structure/_screen_cit.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

/* line 4937, sass/structure/_screen_cit.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

/* line 4941, sass/structure/_screen_cit.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

/* line 4945, sass/structure/_screen_cit.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

/* line 4951, sass/structure/_screen_cit.scss */
.carousel-control .icon-prev:before {
  content: '\2039'; }

/* line 4953, sass/structure/_screen_cit.scss */
.carousel-control .icon-next:before {
  content: '\203a'; }

/* line 4956, sass/structure/_screen_cit.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

/* line 4966, sass/structure/_screen_cit.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

/* line 4977, sass/structure/_screen_cit.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

/* line 4983, sass/structure/_screen_cit.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

/* line 4994, sass/structure/_screen_cit.scss */
.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 4998, sass/structure/_screen_cit.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  /* line 5006, sass/structure/_screen_cit.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }

  /* line 5009, sass/structure/_screen_cit.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  /* line 5012, sass/structure/_screen_cit.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 5016, sass/structure/_screen_cit.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 5019, sass/structure/_screen_cit.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 5024, sass/structure/_screen_cit.scss */
.clearfix:after {
  clear: both; }

/* line 5027, sass/structure/_screen_cit.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 5032, sass/structure/_screen_cit.scss */
.pull-right {
  float: right !important; }

/* line 5035, sass/structure/_screen_cit.scss */
.pull-left {
  float: left !important; }

/* line 5038, sass/structure/_screen_cit.scss */
.hide {
  display: none !important; }

/* line 5041, sass/structure/_screen_cit.scss */
.show {
  display: block !important; }

/* line 5044, sass/structure/_screen_cit.scss */
.invisible {
  visibility: hidden; }

/* line 5047, sass/structure/_screen_cit.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 5054, sass/structure/_screen_cit.scss */
.hidden {
  display: none !important; }

/* line 5057, sass/structure/_screen_cit.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 5063, sass/structure/_screen_cit.scss */
.visible-xs {
  display: none !important; }

/* line 5066, sass/structure/_screen_cit.scss */
.visible-sm {
  display: none !important; }

/* line 5069, sass/structure/_screen_cit.scss */
.visible-md {
  display: none !important; }

/* line 5072, sass/structure/_screen_cit.scss */
.visible-lg {
  display: none !important; }

/* line 5075, sass/structure/_screen_cit.scss */
.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) {
  /* line 5090, sass/structure/_screen_cit.scss */
  .visible-xs {
    display: block !important; }

  /* line 5092, sass/structure/_screen_cit.scss */
  table.visible-xs {
    display: table !important; }

  /* line 5094, sass/structure/_screen_cit.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 5096, sass/structure/_screen_cit.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 5101, sass/structure/_screen_cit.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 5105, sass/structure/_screen_cit.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 5109, sass/structure/_screen_cit.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5113, sass/structure/_screen_cit.scss */
  .visible-sm {
    display: block !important; }

  /* line 5115, sass/structure/_screen_cit.scss */
  table.visible-sm {
    display: table !important; }

  /* line 5117, sass/structure/_screen_cit.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 5119, sass/structure/_screen_cit.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5124, sass/structure/_screen_cit.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5128, sass/structure/_screen_cit.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5132, sass/structure/_screen_cit.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5136, sass/structure/_screen_cit.scss */
  .visible-md {
    display: block !important; }

  /* line 5138, sass/structure/_screen_cit.scss */
  table.visible-md {
    display: table !important; }

  /* line 5140, sass/structure/_screen_cit.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 5142, sass/structure/_screen_cit.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5147, sass/structure/_screen_cit.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5151, sass/structure/_screen_cit.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5155, sass/structure/_screen_cit.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 5159, sass/structure/_screen_cit.scss */
  .visible-lg {
    display: block !important; }

  /* line 5161, sass/structure/_screen_cit.scss */
  table.visible-lg {
    display: table !important; }

  /* line 5163, sass/structure/_screen_cit.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 5165, sass/structure/_screen_cit.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 5170, sass/structure/_screen_cit.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 5174, sass/structure/_screen_cit.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 5178, sass/structure/_screen_cit.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 5182, sass/structure/_screen_cit.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5186, sass/structure/_screen_cit.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5190, sass/structure/_screen_cit.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 5194, sass/structure/_screen_cit.scss */
  .hidden-lg {
    display: none !important; } }
/* line 5197, sass/structure/_screen_cit.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 5201, sass/structure/_screen_cit.scss */
  .visible-print {
    display: block !important; }

  /* line 5203, sass/structure/_screen_cit.scss */
  table.visible-print {
    display: table !important; }

  /* line 5205, sass/structure/_screen_cit.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 5207, sass/structure/_screen_cit.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important; } }
/* line 5211, sass/structure/_screen_cit.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 5214, sass/structure/_screen_cit.scss */
  .visible-print-block {
    display: block !important; } }
/* line 5217, sass/structure/_screen_cit.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 5220, sass/structure/_screen_cit.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 5223, sass/structure/_screen_cit.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 5226, sass/structure/_screen_cit.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 5230, sass/structure/_screen_cit.scss */
  .hidden-print {
    display: none !important; } }
/* line 5233, sass/structure/_screen_cit.scss */
ul {
  padding-left: 0; }

/* line 5261, sass/structure/_screen_cit.scss */
a, .folder-item a:hover {
  cursor: pointer; }

/* line 5264, sass/structure/_screen_cit.scss */
.ui-match {
  background: yellow; }

/* line 5267, sass/structure/_screen_cit.scss */
.odd {
  background: #f5f5f5; }

/* line 5270, sass/structure/_screen_cit.scss */
.even {
  background: #f5f5f5; }

/* line 5273, sass/structure/_screen_cit.scss */
body {
  background-color: #F5F5F5; }

/* line 5276, sass/structure/_screen_cit.scss */
.zoom-overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  background: #000;
  padding: 10px;
  z-index: 1000;
  border-radius: 4px; }

/* line 5287, sass/structure/_screen_cit.scss */
.zoom-overlay:hover {
  opacity: 0.8; }

/* line 5290, sass/structure/_screen_cit.scss */
html, body {
  height: 100%;
  width: 100%; }

/* line 5295, sass/structure/_screen_cit.scss */
.ui-view-container {
  width: 100%; }

/* line 5298, sass/structure/_screen_cit.scss */
html, body {
  height: 100%;
  width: 100%; }

/* line 5303, sass/structure/_screen_cit.scss */
.ui-view-container {
  width: 100%; }

/* line 5306, sass/structure/_screen_cit.scss */
.slide-left {
  position: absolute; }

/* line 5308, sass/structure/_screen_cit.scss */
.slide-left.ng-enter {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(120%) translateZ(0);
  transform: translateX(120%) translateZ(0); }

/* line 5313, sass/structure/_screen_cit.scss */
.slide-left.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0); }

/* line 5316, sass/structure/_screen_cit.scss */
.slide-left.ng-leave {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0); }

/* line 5321, sass/structure/_screen_cit.scss */
.slide-left.ng-leave.ng-leave-active {
  -webkit-transform: translateX(-120%) translateZ(0);
  transform: translateX(-120%) translateZ(0); }

/* line 5325, sass/structure/_screen_cit.scss */
.slide-right {
  position: absolute; }

/* line 5327, sass/structure/_screen_cit.scss */
.slide-right.ng-enter {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(-120%) translateZ(0);
  transform: translateX(-120%) translateZ(0); }

/* line 5332, sass/structure/_screen_cit.scss */
.slide-right.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0); }

/* line 5335, sass/structure/_screen_cit.scss */
.slide-right.ng-leave {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0); }

/* line 5340, sass/structure/_screen_cit.scss */
.slide-right.ng-leave.ng-leave-active {
  -webkit-transform: translateX(120%) translateZ(0);
  transform: translateX(120%) translateZ(0); }

/* line 5344, sass/structure/_screen_cit.scss */
.maintenance .alert .system-message {
  margin-bottom: 6px; }

/* line 5347, sass/structure/_screen_cit.scss */
.directories .active {
  font-weight: 700; }

/* line 5350, sass/structure/_screen_cit.scss */
.directories li {
  list-style-type: none; }

/* line 5353, sass/structure/_screen_cit.scss */
.filter .chosen {
  font-weight: 700; }

/* line 5356, sass/structure/_screen_cit.scss */
.listitem:hover {
  background: #faebcc;
  cursor: pointer; }

/* line 5360, sass/structure/_screen_cit.scss */
.listitem .unread {
  font-weight: 700; }

/* line 5363, sass/structure/_screen_cit.scss */
.listitem .mask {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 999;
  border: 3px dashed; }

/* line 5372, sass/structure/_screen_cit.scss */
.listitem .over {
  border: none;
  background: #aa0000;
  opacity: 0.2; }

/* line 5377, sass/structure/_screen_cit.scss */
.listitem .dates {
  font-size: 12px; }

/* line 5379, sass/structure/_screen_cit.scss */
.listitem .dates .last-modified, .listitem .dates .reminder-date, .listitem .dates .due-date {
  margin-right: 10px; }

/* line 5384, sass/structure/_screen_cit.scss */
.listitem-config .item {
  border: 1px solid #ccc;
  cursor: move; }

/* line 5388, sass/structure/_screen_cit.scss */
.listitem-config .edit, .listitem-config .new-item .new, .new-item .listitem-config .new {
  cursor: pointer; }

/* line 5391, sass/structure/_screen_cit.scss */
.listitem-config .remove {
  cursor: pointer; }

/* line 5394, sass/structure/_screen_cit.scss */
:focus, a:focus, .folder-item a:focus:hover {
  outline: 0; }

/* line 5398, sass/structure/_screen_cit.scss */
a:hover, .folder-item a:hover, a:active, .folder-item a:active:hover {
  outline: 0; }

/* line 5401, sass/structure/_screen_cit.scss */
.link {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: inherit; }

/* line 5408, sass/structure/_screen_cit.scss */
.sidebar {
  /*
    .row {
      background-color: $sidebar_bg_color;
      @include box-shadow(rgba(#000, 0.3) 0 0 15px);
      margin-top: 20px;
      margin-right: 0;
    }
  */ }

/* line 5418, sass/structure/_screen_cit.scss */
.row.folders > div {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px; }

/* line 5423, sass/structure/_screen_cit.scss */
.new-folder .new {
  padding: 20px;
  background: #f1f5fb; }

/* line 5426, sass/structure/_screen_cit.scss */
.new-folder .new:hover {
  background: #cbd9ee; }

/* line 5429, sass/structure/_screen_cit.scss */
.new-folder .data {
  padding-top: 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

/* line 5435, sass/structure/_screen_cit.scss */
.listing {
  margin-top: 20px; }

/* line 5438, sass/structure/_screen_cit.scss */
.folder-item {
  position: relative;
  /*
      .ref {
          font-size: 12px;
          line-height: 24px;
          float: left;
          width: 80px;
          height: 96px;
      }
  */
  /*
    .trash {
      visibility: hidden;
    }

    .remove-from-inbox {
      visibility: hidden;
    }
  */ }

/* line 5458, sass/structure/_screen_cit.scss */
.folder-item a, .folder-item a:hover {
  color: #000;
  text-decoration: none; }

/* line 5461, sass/structure/_screen_cit.scss */
.folder-item.hover {
  background: #faebcc; }

/* line 5463, sass/structure/_screen_cit.scss */
.folder-item:hover .unread {
  visibility: visible;
  /*
            &:hover {
              text-decoration: underline;
            }
      */ }

/* line 5470, sass/structure/_screen_cit.scss */
.folder-item:hover .trash {
  visibility: visible; }

/* line 5472, sass/structure/_screen_cit.scss */
.folder-item:hover .trash:hover {
  text-decoration: underline; }

/* line 5474, sass/structure/_screen_cit.scss */
.folder-item:hover .remove-from-inbox {
  visibility: visible; }

/* line 5476, sass/structure/_screen_cit.scss */
.folder-item:hover .remove-from-inbox:hover {
  text-decoration: underline; }

/* line 5478, sass/structure/_screen_cit.scss */
.folder-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #d42132; }

/* line 5482, sass/structure/_screen_cit.scss */
.folder-item .type {
  font-size: 12px; }

/* line 5484, sass/structure/_screen_cit.scss */
.folder-item .type:hover {
  text-decoration: underline; }

/* line 5486, sass/structure/_screen_cit.scss */
.folder-item .actions {
  font-size: 12px;
  margin-top: 4px; }

/* line 5489, sass/structure/_screen_cit.scss */
.folder-item .actions span {
  margin-right: 10px; }

/* line 5491, sass/structure/_screen_cit.scss */
.folder-item .starr {
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px; }

/* line 5496, sass/structure/_screen_cit.scss */
.folder-item .starr:hover {
  color: #000; }

/* line 5498, sass/structure/_screen_cit.scss */
.folder-item .starr .active {
  color: #f0d812; }

/* line 5500, sass/structure/_screen_cit.scss */
.folder-item i {
  text-decoration: none; }

/* line 5503, sass/structure/_screen_cit.scss */
.choice span:hover {
  cursor: pointer; }

/* line 5506, sass/structure/_screen_cit.scss */
.new-folder .new:hover {
  cursor: pointer; }

/* line 5509, sass/structure/_screen_cit.scss */
.list .options {
  margin-bottom: 10px; }

/* line 5511, sass/structure/_screen_cit.scss */
.list .options .search {
  background-color: #F5F5F5; }

/* line 5514, sass/structure/_screen_cit.scss */
.list .well {
  margin-bottom: 8px; }

/* line 5517, sass/structure/_screen_cit.scss */
.favorite {
  color: #ccc; }

/* line 5519, sass/structure/_screen_cit.scss */
.favorite.active {
  color: #FFD944; }

/* line 5522, sass/structure/_screen_cit.scss */
.finished {
  color: #ccc; }

/* line 5524, sass/structure/_screen_cit.scss */
.finished.active {
  color: green; }

/* line 5527, sass/structure/_screen_cit.scss */
.header {
  background: #FFFFFF;
  padding: 20px; }

/* line 5531, sass/structure/_screen_cit.scss */
.navi {
  background: #e1dfd9;
  /* Old browsers */
  background: linear-gradient(to bottom, #e1dfd9 0%, #cac9c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dfd9', endColorstr='#cac9c2',GradientType=0 );
  /* IE6-9 */
  position: relative;
  z-index: 1; }

/* line 5540, sass/structure/_screen_cit.scss */
.navi .margin {
  background: #FFFFFF;
  height: 10px;
  position: relative;
  z-index: 0; }

/* line 5545, sass/structure/_screen_cit.scss */
.navi .navbar {
  margin-bottom: 0; }

/* line 5548, sass/structure/_screen_cit.scss */
body {
  background: #e1dfd9;
  /* Old browsers */
  background: linear-gradient(to bottom, #e1dfd9 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dfd9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

/* line 5556, sass/structure/_screen_cit.scss */
a, .folder-item a:hover {
  color: #005a8d; }

/* line 5558, sass/structure/_screen_cit.scss */
a:hover, .folder-item a:hover {
  color: #e75012; }

/* line 5560, sass/structure/_screen_cit.scss */
a:focus, .folder-item a:focus:hover {
  color: #005a8d; }

/* line 5563, sass/structure/_screen_cit.scss */
.btn-link {
  color: #005a8d; }

/* line 5565, sass/structure/_screen_cit.scss */
.btn-link:hover {
  color: #e75012; }

/* line 5567, sass/structure/_screen_cit.scss */
.btn-link:focus {
  color: #005a8d; }

/* line 5570, sass/structure/_screen_cit.scss */
.folder .modal-body.details input#strasse {
  width: 300px; }

/* line 5573, sass/structure/_screen_cit.scss */
.folder .details .description {
  margin-top: 15px; }

/* line 5576, sass/structure/_screen_cit.scss */
.folder .details .resolution {
  margin-top: 15px;
  margin-bottom: 15px !important; }

/* line 5580, sass/structure/_screen_cit.scss */
.folder .details .title {
  font-weight: 700; }

/* line 5583, sass/structure/_screen_cit.scss */
.folder .details .value {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 5587, sass/structure/_screen_cit.scss */
.details__config .remove {
  color: #aa0000;
  font-size: 1.5em;
  cursor: pointer; }

/* line 5592, sass/structure/_screen_cit.scss */
.details__config .add {
  color: #007700;
  font-size: 1.5em;
  cursor: pointer; }

/* line 5597, sass/structure/_screen_cit.scss */
.details__config .reorder {
  font-size: 1.5em;
  cursor: move; }

/* line 5601, sass/structure/_screen_cit.scss */
.dates {
  margin-bottom: 40px; }

/* line 5603, sass/structure/_screen_cit.scss */
.dates .reminder-date:hover i, .dates .due-date:hover i {
  visibility: visible; }

/* line 5606, sass/structure/_screen_cit.scss */
.dates .reminder-date i, .dates .due-date i {
  visibility: hidden; }

/* line 5610, sass/structure/_screen_cit.scss */
.photo {
  color: #fff;
  position: relative; }

/* line 5613, sass/structure/_screen_cit.scss */
.photo img {
  margin: auto; }

/* line 5615, sass/structure/_screen_cit.scss */
.photo:hover .overlay {
  display: block; }

/* line 5617, sass/structure/_screen_cit.scss */
.photo .overlay {
  display: none;
  background: #333;
  opacity: 0.95;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #999; }

/* line 5626, sass/structure/_screen_cit.scss */
.photo .overlay .photo-actions {
  margin: 20px 0;
  text-align: center; }

/* line 5629, sass/structure/_screen_cit.scss */
.photo .overlay .photo-actions .replace {
  position: relative;
  overflow: hidden; }

/* line 5632, sass/structure/_screen_cit.scss */
.photo .overlay .photo-actions .replace input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 5642, sass/structure/_screen_cit.scss */
.photo .not-available {
  padding: 20px 0;
  color: #aaa;
  border: 3px solid #ccc;
  background: #eee;
  text-align: center; }

/* line 5649, sass/structure/_screen_cit.scss */
.auto-size .modal-dialog {
  width: 95%;
  margin-top: 120px;
  display: table;
  table-layout: fixed;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

/* line 5657, sass/structure/_screen_cit.scss */
.auto-size .modal-dialog .modal-body {
  padding: 10px; }

/* line 5659, sass/structure/_screen_cit.scss */
.auto-size .modal-dialog .img-responsive {
  margin: auto; }

/* line 5661, sass/structure/_screen_cit.scss */
.auto-size .modal-dialog .close-button {
  position: absolute;
  top: -26px;
  right: -9px;
  cursor: pointer; }

/* line 5667, sass/structure/_screen_cit.scss */
.list-notes > .title {
  font-weight: 700;
  margin-bottom: 3px; }

/* line 5671, sass/structure/_screen_cit.scss */
.list-notes > .note {
  border-top: 1px solid #eeeeee;
  padding-top: 10px; }

/* line 5674, sass/structure/_screen_cit.scss */
.list-notes > .note > .value {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 5678, sass/structure/_screen_cit.scss */
.involved .assignee .title, .involved .external-assignee .title, .involved .owner .title, .involved .reporter .title, .involved .reader .title {
  font-weight: 700; }

/* line 5685, sass/structure/_screen_cit.scss */
.folder .title .edit, .folder .title .new-item .new, .new-item .folder .title .new {
  width: 500px; }

/* line 5688, sass/structure/_screen_cit.scss */
.folder .title .finished {
  cursor: pointer; }

/* line 5691, sass/structure/_screen_cit.scss */
.folder .title .favorite {
  cursor: pointer; }

/* line 5694, sass/structure/_screen_cit.scss */
.top-actions {
  margin: 20px 0; }

/* line 5697, sass/structure/_screen_cit.scss */
.row.folder > div {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px; }

/* line 5702, sass/structure/_screen_cit.scss */
.document-directories .active {
  background: #F5F5F5; }

/* line 5705, sass/structure/_screen_cit.scss */
.new-item {
  margin: 20px 0;
  border: 1px solid #ccc; }

/* line 5708, sass/structure/_screen_cit.scss */
.new-item .edit, .new-item .new {
  padding: 20px; }

/* line 5710, sass/structure/_screen_cit.scss */
.new-item .new {
  cursor: pointer; }

/* line 5713, sass/structure/_screen_cit.scss */
.document {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  background: #d9d9d9; }

/* line 5718, sass/structure/_screen_cit.scss */
.document:hover {
  background: #faebcc; }

/* line 5720, sass/structure/_screen_cit.scss */
.document .ticked {
  color: #ccc; }

/* line 5722, sass/structure/_screen_cit.scss */
.document .ticked:hover {
  color: #000; }

/* line 5724, sass/structure/_screen_cit.scss */
.document .ticked .active {
  color: green; }

/* line 5726, sass/structure/_screen_cit.scss */
.document .starred {
  color: #ccc; }

/* line 5728, sass/structure/_screen_cit.scss */
.document .starred:hover {
  color: #000; }

/* line 5730, sass/structure/_screen_cit.scss */
.document .starred .active {
  color: #f0d812; }

/* line 5732, sass/structure/_screen_cit.scss */
.document .remove-from-inbox {
  color: #ccc; }

/* line 5734, sass/structure/_screen_cit.scss */
.document .remove-from-inbox:hover {
  color: #000; }

/* line 5736, sass/structure/_screen_cit.scss */
.document .remove-from-inbox .active {
  color: #dd0e28; }

/* line 5738, sass/structure/_screen_cit.scss */
.document.message {
  background: #eee; }

/* line 5741, sass/structure/_screen_cit.scss */
.folder .attachments {
  margin-bottom: 20px; }

/* line 5744, sass/structure/_screen_cit.scss */
.folder .actions {
  padding-bottom: 20px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 5748, sass/structure/_screen_cit.scss */
.folder .actions .dropdown-menu {
  z-index: 1004; }

/* line 5751, sass/structure/_screen_cit.scss */
.folder .details > .row, .folder .state > .row, .folder .involved > .row, .folder .dates > .row {
  margin-bottom: 4px; }

/* line 5757, sass/structure/_screen_cit.scss */
.folder .map {
  height: 200px; }

/* line 5760, sass/structure/_screen_cit.scss */
.folder .photo {
  max-width: 100%;
  height: auto; }

/* line 5764, sass/structure/_screen_cit.scss */
.folder .page-header {
  padding-bottom: 0;
  margin-top: 10px; }

/* line 5768, sass/structure/_screen_cit.scss */
.tabs .table > tbody > tr > th {
  border-top: 0; }

/* line 5771, sass/structure/_screen_cit.scss */
.forms {
  margin-top: 60px; }

@media screen and (min-width: 768px) {
  /* line 5775, sass/structure/_screen_cit.scss */
  .new-folder > .modal-dialog {
    width: 90%; } }
/* line 5778, sass/structure/_screen_cit.scss */
footer {
  color: #ccc;
  margin-top: 20px; }

/* line 5782, sass/structure/_screen_cit.scss */
header {
  margin-bottom: 20px; }

/* line 5784, sass/structure/_screen_cit.scss */
header .row {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px; }

/* line 5786, sass/structure/_screen_cit.scss */
header .row > div {
  background-color: #fff;
  min-height: 100px; }

/* line 5789, sass/structure/_screen_cit.scss */
header .row > div + div {
  color: #fff;
  background-color: #666; }

/* line 5793, sass/structure/_screen_cit.scss */
iframe {
  border: none; }

/* line 5796, sass/structure/_screen_cit.scss */
.choice span:hover {
  text-decoration: underline; }

/* line 5799, sass/structure/_screen_cit.scss */
.choice span.active {
  text-decoration: underline; }

/* line 5802, sass/structure/_screen_cit.scss */
.custom-over {
  border-top: 2px solid #ec971f !important; }

/* line 5805, sass/structure/_screen_cit.scss */
.custom-target {
  background-color: #ddd;
  opacity: .5; }

/* line 5809, sass/structure/_screen_cit.scss */
[draggable=true] {
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * angular-growl-v2 - v0.7.5 - 2015-06-17
 * http://janstevens.github.io/angular-growl-2
 * Copyright (c) 2015 Marco Rinck,Jan Stevens; Licensed MIT
 */
/*
 *  growl-container styles
 */
/* line 5824, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed {
  position: fixed;
  float: right;
  max-width: 400px;
  z-index: 9999; }

/* line 5830, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.top-right {
  top: 10px;
  right: 15px; }

/* line 5834, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.bottom-right {
  bottom: 10px;
  right: 15px; }

/* line 5838, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.middle-right {
  top: 49%;
  right: 15px; }

/* line 5842, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.top-left {
  top: 10px;
  left: 15px; }

/* line 5846, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.bottom-left {
  bottom: 10px;
  left: 15px; }

/* line 5850, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.middle-left {
  top: 49%;
  left: 15px; }

/* line 5854, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.top-center {
  top: 10px;
  left: 50%;
  margin-left: -200px; }

/* line 5859, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.bottom-center {
  bottom: 10px;
  left: 50%;
  margin-left: -200px; }

/* line 5864, sass/structure/_screen_cit.scss */
.growl-container.growl-fixed.middle-center {
  top: 49%;
  left: 50%;
  margin-left: -200px; }

/*
 * growl-item styles
 */
/* line 5872, sass/structure/_screen_cit.scss */
.growl-container > .growl-item {
  margin-bottom: 10px;
  cursor: pointer; }

/* line 5876, sass/structure/_screen_cit.scss */
.growl-container > button {
  border: none;
  outline: none; }

/* line 5880, sass/structure/_screen_cit.scss */
.growl-container > .growl-item.ng-enter, .growl-container > .growl-item.ng-leave {
  transition: 0.5s linear all; }

/* line 5884, sass/structure/_screen_cit.scss */
.growl-container > .growl-item.ng-enter, .growl-container > .growl-item.ng-leave.ng-leave-active {
  opacity: 0; }

/* line 5888, sass/structure/_screen_cit.scss */
.growl-container > .growl-item.ng-leave, .growl-container > .growl-item.ng-enter.ng-enter-active {
  opacity: 1; }

/* line 5892, sass/structure/_screen_cit.scss */
.growl-container > div.growl-item {
  background-position: 12px center;
  background-repeat: no-repeat; }

/*
 * growl-title styles
 */
/* line 5899, sass/structure/_screen_cit.scss */
.growl-title {
  font-size: 16px; }

/* line 5903, sass/structure/_screen_cit.scss */
.growl-container > .alert .growl-message {
  margin-left: 40px;
  position: relative; }

/* line 5907, sass/structure/_screen_cit.scss */
.growl-container > .alert .growl-message::before {
  font-family: FontAwesome;
  font-size: 26px;
  position: absolute;
  left: -40px;
  top: -10px; }

/* line 5915, sass/structure/_screen_cit.scss */
.growl-container > .alert-info .growl-message::before {
  content: '\f05a'; }

/* line 5919, sass/structure/_screen_cit.scss */
.growl-container > .alert-error .growl-message::before {
  content: '\f071'; }

/* line 5923, sass/structure/_screen_cit.scss */
.growl-container > .alert-success .growl-message::before {
  content: '\f00c'; }

/* line 5927, sass/structure/_screen_cit.scss */
.growl-container > .alert-warning .growl-message::before {
  content: '\f06a'; }

/* cit */
/* line 5932, sass/structure/_screen_cit.scss */
.growl {
  z-index: 9999; }

/*!
 * AngularUIUI Free v1.0.0 (http://angularui.net)
 * Copyright 2014-2015 Mehmet Otkun, angularui.net.
 */
/* line 5939, sass/structure/_screen_cit.scss */
.titip-default[class*='titip'][data-title]:before, .titip-default > .titip-content:before {
  border-color: #fff; }

/* line 5943, sass/structure/_screen_cit.scss */
.titip-default[class*='titip'][data-title]:after, .titip-default > .titip-content {
  color: #333;
  background-color: #fff; }

/* line 5948, sass/structure/_screen_cit.scss */
.titip-default > .titip-content {
  border-color: #ccc; }

/* line 5951, sass/structure/_screen_cit.scss */
.titip-default[class*='titip'][data-title]:before {
  border-color: #fafafa; }

/* line 5954, sass/structure/_screen_cit.scss */
.titip-primary[class*='titip'][data-title]:before, .titip-primary > .titip-content:before {
  border-color: #337ab7; }

/* line 5958, sass/structure/_screen_cit.scss */
.titip-primary[class*='titip'][data-title]:after, .titip-primary > .titip-content {
  color: #fff;
  background-color: #337ab7; }

/* line 5963, sass/structure/_screen_cit.scss */
.titip-primary > .titip-content {
  border-color: #2e6da4; }

/* line 5966, sass/structure/_screen_cit.scss */
.titip-success[class*='titip'][data-title]:before, .titip-success > .titip-content:before {
  border-color: #5cb85c; }

/* line 5970, sass/structure/_screen_cit.scss */
.titip-success[class*='titip'][data-title]:after, .titip-success > .titip-content {
  color: #fff;
  background-color: #5cb85c; }

/* line 5975, sass/structure/_screen_cit.scss */
.titip-success > .titip-content {
  border-color: #4cae4c; }

/* line 5978, sass/structure/_screen_cit.scss */
.titip-info[class*='titip'][data-title]:before, .titip-info > .titip-content:before {
  border-color: #5bc0de; }

/* line 5982, sass/structure/_screen_cit.scss */
.titip-info[class*='titip'][data-title]:after, .titip-info > .titip-content {
  color: #fff;
  background-color: #5bc0de; }

/* line 5987, sass/structure/_screen_cit.scss */
.titip-info > .titip-content {
  border-color: #46b8da; }

/* line 5990, sass/structure/_screen_cit.scss */
.titip-warning[class*='titip'][data-title]:before, .titip-warning > .titip-content:before {
  border-color: #f0ad4e; }

/* line 5994, sass/structure/_screen_cit.scss */
.titip-warning[class*='titip'][data-title]:after, .titip-warning > .titip-content {
  color: #fff;
  background-color: #f0ad4e; }

/* line 5999, sass/structure/_screen_cit.scss */
.titip-warning > .titip-content {
  border-color: #eea236; }

/* line 6002, sass/structure/_screen_cit.scss */
.titip-danger[class*='titip'][data-title]:before, .titip-danger > .titip-content:before {
  border-color: #d9534f; }

/* line 6006, sass/structure/_screen_cit.scss */
.titip-danger[class*='titip'][data-title]:after, .titip-danger > .titip-content {
  color: #fff;
  background-color: #d9534f; }

/* line 6011, sass/structure/_screen_cit.scss */
.titip-danger > .titip-content {
  border-color: #d43f3a; }

/* line 6014, sass/structure/_screen_cit.scss */
.titip-fade:before, .titip-fade:after, .titip-fade .titip-content {
  transition: opacity 0.3s linear, visibility 0.3s linear; }

/* line 6019, sass/structure/_screen_cit.scss */
.titip-flip:hover:before, .titip-flip:hover:after, .titip-flip:hover .titip-content {
  -webkit-animation: flipYIn 0.3s linear;
  animation: flipYIn 0.3s linear; }

/* line 6025, sass/structure/_screen_cit.scss */
.titip-flip-x:hover:before, .titip-flip-x:hover:after, .titip-flip-x:hover .titip-content {
  -webkit-animation: flipXIn 0.3s linear;
  animation: flipXIn 0.3s linear; }

/* line 6031, sass/structure/_screen_cit.scss */
.titip-swing:hover:before, .titip-swing:hover:after, .titip-swing:hover .titip-content {
  -webkit-animation: swing 0.3s linear;
  animation: swing 0.3s linear; }

/* line 6037, sass/structure/_screen_cit.scss */
.titip-rotate:hover:before, .titip-rotate:hover:after, .titip-rotate:hover .titip-content {
  -webkit-animation: rotateLeftIn 0.3s linear;
  animation: rotateLeftIn 0.3s linear; }

/* line 6043, sass/structure/_screen_cit.scss */
.titip-slide:hover:before, .titip-slide:hover:after, .titip-slide:hover .titip-content {
  -webkit-animation: slideIn 0.3s linear;
  animation: slideIn 0.3s linear; }

/* line 6049, sass/structure/_screen_cit.scss */
.titip-slide-up:hover:before, .titip-slide-up:hover:after, .titip-slide-up:hover .titip-content {
  -webkit-animation: slideBottomIn 0.3s linear;
  animation: slideBottomIn 0.3s linear; }

/* line 6055, sass/structure/_screen_cit.scss */
.titip-fall:hover:before, .titip-fall:hover:after, .titip-fall:hover .titip-content {
  -webkit-animation: fallIn 0.3s linear;
  animation: fallIn 0.3s linear; }

/* line 6061, sass/structure/_screen_cit.scss */
.titip-scale:hover:before, .titip-scale:hover:after, .titip-scale:hover .titip-content {
  -webkit-animation: scaleIn 0.3s ease-in-out;
  animation: scaleIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 6069, sass/structure/_screen_cit.scss */
.titip-alert:hover:before, .titip-alert:hover:after, .titip-alert:hover .titip-content {
  -webkit-animation: redAlertIn 0.3s linear;
  animation: redAlertIn 0.3s linear; }

/* line 6075, sass/structure/_screen_cit.scss */
.titip-pulse:hover:before, .titip-pulse:hover:after, .titip-pulse:hover .titip-content {
  -webkit-animation: pulse 0.3s linear;
  animation: pulse 0.3s linear; }

/* line 6081, sass/structure/_screen_cit.scss */
.titip-sing:hover:before, .titip-sing:hover:after, .titip-sing:hover .titip-content {
  -webkit-animation: singIn 0.3s ease-in-out;
  animation: singIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 6089, sass/structure/_screen_cit.scss */
[class*='titip'] {
  position: relative;
  display: inline-block; }

/* line 6093, sass/structure/_screen_cit.scss */
[class*='titip'][data-title]:before, [class*='titip'][data-title]:after, [class*='titip'] .titip-content {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 6104, sass/structure/_screen_cit.scss */
[class*='titip'][data-title]:after, .titip-content {
  width: auto;
  color: #eee;
  background-color: #333; }

/* line 6110, sass/structure/_screen_cit.scss */
[class*='titip'][data-title]:before, .titip-content:before {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
  border: 8px solid #333; }

/* line 6119, sass/structure/_screen_cit.scss */
* .titip-hidden[class*='titip'][data-title]:before, * .titip-hidden[class*='titip'][data-title]:after, * .titip-hidden .titip-content {
  visibility: hidden !important;
  opacity: 0  !important;
  filter: alpha(opacity=0) !important; }

/* line 6126, sass/structure/_screen_cit.scss */
.titip-content {
  border: 1px solid #333; }

/* line 6129, sass/structure/_screen_cit.scss */
.titip-content:before, .titip-content:after {
  position: absolute;
  z-index: 10000; }

/* line 6134, sass/structure/_screen_cit.scss */
.titip-content:after {
  z-index: 9999;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  content: '';
  border-width: 8px;
  border-style: solid;
  border-color: inherit; }

/* line 6145, sass/structure/_screen_cit.scss */
.titip-content.thick-border {
  border-width: 4px; }

/* line 6148, sass/structure/_screen_cit.scss */
[class*='titip'][data-title]:after, .titip-content {
  font-size: 13px;
  line-height: 13px;
  padding: 6px 9px 7px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 1px 1px 7px 0 rgba(50, 50, 50, 0.09);
  text-shadow: none; }

/* line 6158, sass/structure/_screen_cit.scss */
.titip-xs[data-title]:after, .titip-xs .titip-content {
  padding: 3px 5px 2px; }

/* line 6162, sass/structure/_screen_cit.scss */
[data-title][class*='titip']:after {
  content: attr(data-title); }

/* line 6165, sass/structure/_screen_cit.scss */
.titip-active .titip-content, [class*='titip']:hover .titip-content, [class*='titip']:active .titip-content, .titip-active[data-title]:before, [class*='titip']:hover[data-title]:before, [class*='titip']:active[data-title]:before, .titip-active[data-title]:after, [class*='titip']:hover[data-title]:after, [class*='titip']:active[data-title]:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 6178, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content, [class*='titip-bottom'] > .titip-content, [class*='titip-top'][data-title]:before, [class*='titip-bottom'][data-title]:before, [class*='titip-top'][data-title]:after, [class*='titip-bottom'][data-title]:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 6188, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:before, [class*='titip-bottom'] > .titip-content:before, [class*='titip-top'] > .titip-content:after, [class*='titip-bottom'] > .titip-content:after, [class*='titip-top'][data-title]:before, [class*='titip-bottom'][data-title]:before {
  border-right-color: transparent !important;
  border-left-color: transparent !important; }

/* line 6197, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:before, [class*='titip-bottom'] > .titip-content:before {
  left: 50%;
  margin-left: -4px; }

/* line 6202, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:after, [class*='titip-bottom'] > .titip-content:after {
  left: 50%;
  margin-left: -6px; }

/* line 6207, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content.thick-border:after, [class*='titip-bottom'] > .titip-content.thick-border:after {
  margin-left: -9px; }

/* line 6211, sass/structure/_screen_cit.scss */
.titip[data-title]:before, .titip[data-title]:after, .titip > .titip-content {
  top: 100%;
  margin-top: 5px;
  margin-left: 50%; }

/* line 6218, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:before, [class*='titip-top'] > .titip-content:after, [class*='titip-top'][data-title]:before {
  border-width: 8px 4px 0;
  border-bottom-color: transparent !important; }

/* line 6224, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:after {
  border-width: 9px 6px 0; }

/* line 6227, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content, [class*='titip-top'][data-title]:after, [class*='titip-top'][data-title]:before {
  bottom: 100%; }

/* line 6232, sass/structure/_screen_cit.scss */
[class*='titip-top'][data-title]:before {
  margin-bottom: 2px; }

/* line 6235, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content, [class*='titip-top'][data-title]:after {
  margin-bottom: 10px; }

/* line 6239, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:before {
  bottom: -8px; }

/* line 6242, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content:after {
  bottom: -10px; }

/* line 6245, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content.thick-border {
  margin-bottom: 16px; }

/* line 6248, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content.thick-border:before {
  bottom: -10px;
  border-width: 10px 5px 0; }

/* line 6252, sass/structure/_screen_cit.scss */
[class*='titip-top'] > .titip-content.thick-border:after {
  bottom: -15px;
  border-width: 15px 10px 0; }

/* line 6256, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content:before, [class*='titip-bottom'] > .titip-content:after, [class*='titip-bottom'][data-title]:before {
  border-width: 0 4px 8px;
  border-top-color: transparent !important; }

/* line 6262, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content:after {
  border-width: 0 6px 9px; }

/* line 6265, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content, [class*='titip-bottom'][data-title]:after, [class*='titip-bottom'][data-title]:before {
  top: 100%; }

/* line 6270, sass/structure/_screen_cit.scss */
[class*='titip-bottom'][data-title]:before {
  margin-top: 2px; }

/* line 6273, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content, [class*='titip-bottom'][data-title]:after {
  margin-top: 10px; }

/* line 6277, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content:before {
  top: -8px; }

/* line 6280, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content:after {
  top: -10px; }

/* line 6283, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content.thick-border {
  margin-top: 13px; }

/* line 6286, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content.thick-border:before {
  top: -10px;
  border-width: 0 5px 10px; }

/* line 6290, sass/structure/_screen_cit.scss */
[class*='titip-bottom'] > .titip-content.thick-border:after {
  top: -15px;
  border-width: 0 10px 15px; }

/* line 6294, sass/structure/_screen_cit.scss */
[class*='titip-top-left'] > .titip-content, [class*='titip-bottom-left'] > .titip-content, [class*='titip-top-right'] > .titip-content, [class*='titip-bottom-right'] > .titip-content, [class*='titip-top-left'][data-title]:before, [class*='titip-bottom-left'][data-title]:before, [class*='titip-top-right'][data-title]:before, [class*='titip-bottom-right'][data-title]:before, [class*='titip-top-left'][data-title]:after, [class*='titip-bottom-left'][data-title]:after, [class*='titip-top-right'][data-title]:after, [class*='titip-bottom-right'][data-title]:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

/* line 6309, sass/structure/_screen_cit.scss */
[class*='titip-top-left'][data-title]:before, [class*='titip-bottom-left'][data-title]:before, [class*='titip-top-left'][data-title]:after, [class*='titip-bottom-left'][data-title]:after, [class*='titip-top-left'] > .titip-content, [class*='titip-bottom-left'] > .titip-content {
  right: 0;
  left: auto; }

/* line 6318, sass/structure/_screen_cit.scss */
[class*='titip-top-left'][data-title]:before, [class*='titip-bottom-left'][data-title]:before {
  right: 10px; }

/* line 6322, sass/structure/_screen_cit.scss */
[class*='titip-top-left'] > .titip-content:before, [class*='titip-bottom-left'] > .titip-content:before {
  right: 14px;
  left: auto; }

/* line 6327, sass/structure/_screen_cit.scss */
[class*='titip-top-left'] > .titip-content:after, [class*='titip-bottom-left'] > .titip-content:after {
  right: 12px;
  left: auto; }

/* line 6332, sass/structure/_screen_cit.scss */
[class*='titip-top-left'] > .titip-content.thick-border:after, [class*='titip-bottom-left'] > .titip-content.thick-border:after {
  right: 9px; }

/* line 6336, sass/structure/_screen_cit.scss */
[class*='titip-top-right'][data-title]:before, [class*='titip-bottom-right'][data-title]:before, [class*='titip-top-right'][data-title]:after, [class*='titip-bottom-right'][data-title]:after, [class*='titip-top-right'] > .titip-content, [class*='titip-bottom-right'] > .titip-content {
  right: auto;
  left: 0; }

/* line 6345, sass/structure/_screen_cit.scss */
[class*='titip-top-right'][data-title]:before, [class*='titip-bottom-right'][data-title]:before {
  left: 10px; }

/* line 6349, sass/structure/_screen_cit.scss */
[class*='titip-top-right'] > .titip-content:before, [class*='titip-bottom-right'] > .titip-content:before {
  left: 14px; }

/* line 6353, sass/structure/_screen_cit.scss */
[class*='titip-top-right'] > .titip-content:after, [class*='titip-bottom-right'] > .titip-content:after {
  left: 14px; }

/* line 6357, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content, [class*='titip-right'] > .titip-content, [class*='titip-left'][data-title]:before, [class*='titip-right'][data-title]:before, [class*='titip-left'][data-title]:after, [class*='titip-right'][data-title]:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 6367, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:before, [class*='titip-right'] > .titip-content:before, [class*='titip-left'] > .titip-content:after, [class*='titip-right'] > .titip-content:after, [class*='titip-left'][data-title]:before, [class*='titip-right'][data-title]:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important; }

/* line 6376, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:before, [class*='titip-right'] > .titip-content:before {
  top: 50%;
  margin-top: -4px; }

/* line 6381, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:after, [class*='titip-right'] > .titip-content:after {
  top: 50%;
  margin-top: -6px; }

/* line 6386, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content.thick-border:after, [class*='titip-right'] > .titip-content.thick-border:after {
  margin-top: -9px; }

/* line 6390, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:before, [class*='titip-left'] > .titip-content:after, [class*='titip-left'][data-title]:before {
  border-width: 4px 0 4px 8px;
  border-right-color: transparent !important; }

/* line 6396, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:after {
  border-width: 6px 0 6px 9px; }

/* line 6399, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content, [class*='titip-left'][data-title]:after, [class*='titip-left'][data-title]:before {
  right: 100%; }

/* line 6404, sass/structure/_screen_cit.scss */
[class*='titip-left'][data-title]:before {
  margin-right: 2px; }

/* line 6407, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content, [class*='titip-left'][data-title]:after {
  margin-right: 10px; }

/* line 6411, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:before {
  right: -8px; }

/* line 6414, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content:after {
  right: -10px; }

/* line 6417, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content.thick-border {
  margin-right: 16px; }

/* line 6420, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content.thick-border:before {
  right: -10px;
  border-width: 5px 0 5px 10px; }

/* line 6424, sass/structure/_screen_cit.scss */
[class*='titip-left'] > .titip-content.thick-border:after {
  right: -15px;
  border-width: 10px 0 10px 15px; }

/* line 6428, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content:before, [class*='titip-right'] > .titip-content:after, [class*='titip-right'][data-title]:before {
  border-width: 4px 8px 4px 0;
  border-left-color: transparent !important; }

/* line 6434, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content:after {
  border-width: 6px 9px 6px 0; }

/* line 6437, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content, [class*='titip-right'][data-title]:after, [class*='titip-right'][data-title]:before {
  left: 100%; }

/* line 6442, sass/structure/_screen_cit.scss */
[class*='titip-right'][data-title]:before {
  margin-left: 2px; }

/* line 6445, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content, [class*='titip-right'][data-title]:after {
  margin-left: 10px; }

/* line 6449, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content:before {
  left: -8px; }

/* line 6452, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content:after {
  left: -10px; }

/* line 6455, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content.thick-border {
  margin-left: 16px; }

/* line 6458, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content.thick-border:before {
  left: -10px;
  border-width: 5px 10px 5px 0; }

/* line 6462, sass/structure/_screen_cit.scss */
[class*='titip-right'] > .titip-content.thick-border:after {
  left: -15px;
  border-width: 10px 15px 10px 0; }

/* line 6466, sass/structure/_screen_cit.scss */
.titip-wrapped:after, .titip-wrapped > .titip-content {
  line-height: 19px;
  width: 170px !important;
  height: auto;
  padding: 11px;
  text-align: left;
  white-space: normal !important; }

/* line 6475, sass/structure/_screen_cit.scss */
.titip-wrapped-large:after, .titip-wrapped-large > .titip-content {
  line-height: 19px;
  width: 300px;
  height: auto;
  padding: 11px;
  text-align: left;
  white-space: normal !important; }

/* line 1, sass/structure/_header.scss */
#north {
  margin-top: 0;
  width: auto; }

/* line 6, sass/structure/_header.scss */
#header, #north {
  background-color: #ffffff; }
/* line 9, sass/structure/_header.scss */
#header .header, #north .header {
  width: 940px;
  width: 94rem;
  padding: 20px 0px 20px 0px;
  padding: 2rem 0rem 2rem 0rem; }
/* line 13, sass/structure/_header.scss */
#header .header .row, #north .header .row {
  margin-left: 0;
  margin-right: 0; }
/* line 19, sass/structure/_header.scss */
#header .header div[class*='col'], #north .header div[class*='col'] {
  padding: 0; }
/* line 23, sass/structure/_header.scss */
#header .header .col-lg-4, #north .header .col-lg-4 {
  text-align: right;
  margin-top: 38px;
  margin-top: 3.8rem; }
/* line 27, sass/structure/_header.scss */
#header .header .col-lg-4 .headslogan, #north .header .col-lg-4 .headslogan {
  font-size: 35px;
  font-size: 3.5rem; }

/* line 38, sass/structure/_header.scss */
.navbar {
  min-height: 41px;
  min-height: 4.1rem;
  border: none; }
/* line 42, sass/structure/_header.scss */
.navbar div.navbar-nav > span {
  display: none; }
/* line 46, sass/structure/_header.scss */
.navbar .folder-item .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2C2521; }
/* line 55, sass/structure/_header.scss */
.navbar .navbar-left li:first-child a {
  border-left: 1px solid #fff; }
/* line 59, sass/structure/_header.scss */
.navbar .navbar-left li:nth-child(2) a {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }
/* line 64, sass/structure/_header.scss */
.navbar .navbar-left li:hover a, .navbar .navbar-left li.active a {
  border-color: #005293; }
/* line 69, sass/structure/_header.scss */
.navbar .navbar-left a {
  font-family: "Klavika", Helvetica, Arial, sans-serif !important; }

/* line 1, sass/structure/_content.scss */
body {
  color: #2C2521;
  font-family: Arial, sans-serif !important; }

/* line 7, sass/structure/_content.scss */
body, html {
  font-size: 62.5%;
  background-color: #ffffff; }

/* line 12, sass/structure/_content.scss */
.container {
  width: 940px;
  width: 94rem;
  padding: 0; }
/* line 16, sass/structure/_content.scss */
.container .row {
  margin-left: 0;
  margin-right: 0; }

/* line 23, sass/structure/_content.scss */
.alert-warning {
  margin-top: 20px;
  margin-top: 2rem; }
/* line 26, sass/structure/_content.scss */
.alert-warning p {
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
/* line 30, sass/structure/_content.scss */
.alert-warning p[data-ng-if] {
  text-align: right; }
/* line 34, sass/structure/_content.scss */
.alert-warning p[data-ng-if] button {
  display: inline; }
/* line 40, sass/structure/_content.scss */
.alert-warning h4 {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

/* line 45, sass/structure/_content.scss */
.container, .container-fluid, .growl-container, #dialog-messages, #footer, #maintenance-overlay, #default-form, #header + #messages {
  font-size: 14px;
  font-size: 1.4rem; }

/* line 50, sass/structure/_content.scss */
.container.ng-scope {
  padding-top: 30px;
  padding-top: 3rem; }

/* line 54, sass/structure/_content.scss */
.row.folders > div {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding: 0; }
/* line 61, sass/structure/_content.scss */
.row.folders > div button .fa:before {
  color: #005A8D; }

/* line 70, sass/structure/_content.scss */
.row.folders .col-lg-6 {
  width: 66%;
  margin-right: 25px;
  margin-right: 2.5rem; }
/* line 75, sass/structure/_content.scss */
.row.folders .col-lg-3 {
  width: 31%; }
/* line 79, sass/structure/_content.scss */
.row.folders .col-lg-12 {
  padding: 0; }

/* line 84, sass/structure/_content.scss */
.row.folder > div {
  background-color: transparent;
  box-shadow: none; }
/* line 88, sass/structure/_content.scss */
.row.folder > div .title.page-header {
  margin: 0;
  position: relative;
  background-color: #ffffff;
  z-index: 0; }
/* line 94, sass/structure/_content.scss */
.row.folder > div .title.page-header .btn {
  background-color: #e0dfda; }
/* line 99, sass/structure/_content.scss */
.row.folder > div .title.page-header .btn .fa:before {
  color: #005293; }
/* line 103, sass/structure/_content.scss */
.row.folder > div .title.page-header .btn .fa.fa-refresh {
  margin-top: 9px;
  margin-top: 0.9rem; }
/* line 113, sass/structure/_content.scss */
.row.folder > div .text-small {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 2rem; }
/* line 119, sass/structure/_content.scss */
.row.folder > div .text-small:after {
  content: '';
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  left: -20px;
  width: 120px;
  height: 10px;
  background: #ffffff;
  transform: skew(54deg, 0deg);
  -moz-box-shadow: #ccc 1px 1px 2px;
  -webkit-box-shadow: #ccc 1px 1px 2px;
  box-shadow: #ccc 1px 1px 2px;
  z-index: 0; }
/* line 134, sass/structure/_content.scss */
.row.folder > div .text-small + div + div {
  background-color: #fff; }
/* line 138, sass/structure/_content.scss */
.row.folder > div .text-small + div + div.row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-bottom: 3rem; }

/* line 148, sass/structure/_content.scss */
#footer, #south {
  width: 940px;
  width: 94rem;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin: 0 auto;
  border-top: 1px solid #BFB6AD;
  font-size: 13px;
  font-size: 1.3rem;
  overflow: hidden; }
/* line 158, sass/structure/_content.scss */
#footer #about, #south #about {
  text-align: right; }
/* line 166, sass/structure/_content.scss */
#footer table, #south table {
  width: 50%;
  float: left; }
/* line 172, sass/structure/_content.scss */
#footer .links, #south .links {
  float: right; }

/* line 178, sass/structure/_content.scss */
#south {
  padding-top: 0; }

/* line 184, sass/structure/_content.scss */
.panel-body h2 {
  margin-top: 30px;
  margin-top: 3rem; }
/* line 188, sass/structure/_content.scss */
.panel-body h4 {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

/* line 194, sass/structure/_content.scss */
#header + #messages {
  width: 940px;
  width: 94rem;
  margin: 20px auto; }

/* line 200, sass/structure/_content.scss */
.impressum legend#form-login-title {
  font-size: 28px;
  font-size: 2.8rem; }

/* line 1, sass/structure/_messages.scss */
#dialog-messages .message .dialog .message-text {
  font-size: 100% !important; }

/* line 9, sass/structure/_messages.scss */
.dialog-buttons button {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

/* line 17, sass/structure/_messages.scss */
.registration-dialog-content label.traeger-checkbox {
  font-weight: normal; }
/* line 22, sass/structure/_messages.scss */
.registration-dialog-content p label.text {
  width: 150px;
  width: 15rem; }
/* line 27, sass/structure/_messages.scss */
.registration-dialog-content p {
  background-color: #E6EEF4;
  border-left: 1px solid #c9c9c1;
  border-right: 1px solid #c9c9c1;
  margin: 0px 10px;
  margin: 0rem 1rem;
  padding: 10px;
  padding: 1rem; }
/* line 35, sass/structure/_messages.scss */
.registration-dialog-content p:first-child {
  background-color: #ffffff;
  border: none;
  padding-left: 0;
  padding-right: 0; }
/* line 43, sass/structure/_messages.scss */
.registration-dialog-content .hover {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
/* line 46, sass/structure/_messages.scss */
.registration-dialog-content .hover + p {
  display: none; }
/* line 49, sass/structure/_messages.scss */
.registration-dialog-content .hover + p + p {
  border-top: 1px solid #c9c9c1; }
/* line 55, sass/structure/_messages.scss */
.registration-dialog-content p:last-child {
  border-bottom: 1px solid #c9c9c1; }
/* line 59, sass/structure/_messages.scss */
.registration-dialog-content input {
  width: 75%; }
/* line 63, sass/structure/_messages.scss */
.registration-dialog-content input#traeger {
  width: auto;
  margin: 10px 10px 0px 0px;
  margin: 1rem 1rem 0rem 0rem; }

/* line 75, sass/structure/_messages.scss */
.dialog-buttons button[id*="CANCEL"] {
  background-color: #e0dfda;
  color: #005A8D;
  border: 1px solid #e0dfda; }

/* line 82, sass/structure/_messages.scss */
.dialog-content p {
  margin: 0 0 0 0 !important; }

/* line 86, sass/structure/_messages.scss */
div.appear {
  position: absolute;
  top: 21% !important;
  left: 300px;
  width: 35em;
  border: none;
  background-color: #005293;
  color: #ffffff;
  /* text-align: center; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
/* line 97, sass/structure/_messages.scss */
div.appear:before {
  content: '\f0d8';
  color: #005293;
  top: -18px;
  top: -1.8rem;
  left: 30px;
  left: 3rem;
  font-size: 20px;
  font-size: 2rem; }
/* line 106, sass/structure/_messages.scss */
div.appear p:first-child, div.appear p, div.appear p:last-child {
  background-color: transparent;
  border: none;
  padding: 0; }

/* line 114, sass/structure/_messages.scss */
#dialog-messages .message .dialog {
  width: 980px !important;
  margin-left: -470px !important; }
/* line 118, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
/* line 125, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .col-lg-8 {
  width: 71.5% !important; }
/* line 129, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .col-lg-4 {
  padding-top: 75px;
  padding-top: 7.5rem;
  width: 27% !important; }
/* line 135, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .registration-dialog-content p:first-child {
  padding-top: 0 !important; }

/* line 142, sass/structure/_messages.scss */
.message .dialog-message {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 20px !important; }

/* line 148, sass/structure/_messages.scss */
.dialog-overlay {
  background-color: #000 !important;
  opacity: 0.7 !important; }

/* line 153, sass/structure/_messages.scss */
.message td h2, .message p, .dialog-message p {
  font-size: 100% !important; }

/* line 157, sass/structure/_messages.scss */
.password-dialog-content p + p, .kennwortaendern .password-dialog-content p, .kennwortloeschen .dialog-message p {
  background-color: #E6EEF4;
  border: 1px solid #c9c9c1;
  padding: 10px;
  padding: 1rem;
  margin-top: 20px !important; }
/* line 165, sass/structure/_messages.scss */
.password-dialog-content p + p input, .kennwortaendern .password-dialog-content p input, .kennwortloeschen .dialog-message p input {
  width: 67%; }

/* line 173, sass/structure/_messages.scss */
.kennwortaendern .password-dialog-content p input, .kennwortloeschen .dialog-message p input {
  width: 77%; }

/* line 178, sass/structure/_messages.scss */
.kennwortloeschen .dialog-message p label {
  width: 10%; }

/* line 184, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .dialog-content .registration-dialog-content p.alert {
  background-color: #CB1823 !important;
  color: #ffffff;
  border: none;
  margin-bottom: 6px !important;
  border-radius: 0;
  font-family: "KlavikaRegular", Helvetica, Arial, sans-serif;
  border: none !important; }
/* line 194, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .dialog-content .registration-dialog-content p.alert:first-child {
  background-color: #CB1823 !important;
  padding-top: 10px !important;
  padding-left: 10px !important; }
/* line 200, sass/structure/_messages.scss */
#dialog-messages .message .dialog .modal-content .dialog-content .registration-dialog-content p.alert + p:not(.alert) {
  background-color: transparent;
  border: none;
  padding-left: 0 !important; }

/* line 1, sass/structure/_user.scss */
.navbar-collapse {
  width: 940px;
  width: 94rem;
  margin: 0 auto !important; }
/* line 5, sass/structure/_user.scss */
.navbar-collapse a {
  color: #d95218; }

/* line 10, sass/structure/_user.scss */
.navbar-left {
  display: none; }

/* line 15, sass/structure/_user.scss */
.navbar-right {
  margin-right: -30px;
  margin-right: -3rem; }
/* line 18, sass/structure/_user.scss */
.navbar-right #user-display-name {
  font-weight: bold; }
/* line 22, sass/structure/_user.scss */
.navbar-right > span {
  color: #d95218;
  display: inline-block !important;
  padding-top: 10px;
  padding-top: 1rem; }
/* line 29, sass/structure/_user.scss */
.navbar-right #user-greeting, .navbar-right #user-display-name, .navbar-right #last-login-label, .navbar-right #last-login-date {
  color: #2C2521; }
/* line 33, sass/structure/_user.scss */
.navbar-right #last-login-label, .navbar-right #last-login-date {
  display: none; }

/* line 38, sass/structure/_user.scss */
form#list {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 1300px;
  width: 130rem; }
/* line 44, sass/structure/_user.scss */
form#list table#main {
  text-align: left; }
/* line 47, sass/structure/_user.scss */
form#list table#main .actionbox legend {
  font-size: 18px;
  font-size: 1.8rem; }
/* line 52, sass/structure/_user.scss */
form#list table#main .sidebar {
  width: 206px;
  width: 20.6rem;
  padding-top: 50px;
  padding-top: 5rem;
  padding-right: 30px;
  padding-right: 3rem;
  vertical-align: top; }
/* line 58, sass/structure/_user.scss */
form#list table#main .sidebar legend {
  border-bottom: none;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
/* line 63, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 10px;
  padding: 1rem; }
/* line 68, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox img, form#list table#main .sidebar .actionbox i {
  display: none; }
/* line 72, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox td.input {
  text-align: right; }
/* line 75, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox td.input button {
  padding-top: 0;
  padding-bottom: 0; }
/* line 79, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox td.input button:first-child {
  padding: 0px 8px;
  padding: 0rem 0.8rem; }
/* line 93, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox input {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 5px;
  padding: 0.5rem;
  width: 100%; }
/* line 100, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox a, form#list table#main .sidebar .actionbox span {
  display: inline-block; }
/* line 105, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox a.active {
  color: #d95218; }
/* line 112, sass/structure/_user.scss */
form#list table#main .sidebar .actionbox span.inactive {
  color: #BFB6AD; }
/* line 120, sass/structure/_user.scss */
form#list table#main .filelist {
  vertical-align: top;
  padding-top: 50px;
  padding-top: 5rem; }
/* line 124, sass/structure/_user.scss */
form#list table#main .filelist #filelist {
  border-bottom: 2px solid #BFB6AD;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
/* line 129, sass/structure/_user.scss */
form#list table#main .filelist #messages {
  padding-left: 0; }
/* line 136, sass/structure/_user.scss */
form#list table#main .filelist table .spacer {
  display: none; }
/* line 140, sass/structure/_user.scss */
form#list table#main .filelist table th {
  background-color: #E6EEF4;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
  padding: 0.5rem;
  vertical-align: top; }
/* line 146, sass/structure/_user.scss */
form#list table#main .filelist table th:nth-child(2) {
  display: none; }
/* line 151, sass/structure/_user.scss */
form#list table#main .filelist table th a {
  color: inherit; }
/* line 156, sass/structure/_user.scss */
form#list table#main .filelist table tr td {
  background-color: #ffffff;
  vertical-align: top;
  padding: 5px;
  padding: 0.5rem;
  padding-top: 10px;
  padding-top: 1rem;
  border-bottom: 1px solid #BFB6AD; }
/* line 163, sass/structure/_user.scss */
form#list table#main .filelist table tr td.checkbox {
  display: table-cell;
  position: inherit; }
/* line 168, sass/structure/_user.scss */
form#list table#main .filelist table tr td.icon {
  display: none; }
/* line 172, sass/structure/_user.scss */
form#list table#main .filelist table tr td.email {
  word-break: break-all; }
/* line 181, sass/structure/_user.scss */
form#list table#main .filelist table tr.bottom td .toolbar {
  width: 100%;
  overflow: hidden; }
/* line 185, sass/structure/_user.scss */
form#list table#main .filelist table tr.bottom td .toolbar span.element {
  display: inline-block !important;
  padding-right: 15px;
  padding-right: 1.5rem; }
/* line 189, sass/structure/_user.scss */
form#list table#main .filelist table tr.bottom td .toolbar span.element:last-of-type {
  float: right;
  padding-right: 0px;
  padding-right: 0rem; }
/* line 198, sass/structure/_user.scss */
form#list table#main .filelist table #messages {
  padding-left: 0; }
/* line 203, sass/structure/_user.scss */
form#list table#main .filelist label {
  font-weight: normal; }
/* line 210, sass/structure/_user.scss */
form#list + #footer {
  width: 1300px;
  width: 130rem;
  margin-bottom: 50px;
  margin-bottom: 5rem; }

/* line 216, sass/structure/_user.scss */
.alert-success {
  -moz-box-shadow: #BFB6AD 2px 2px 5px;
  -webkit-box-shadow: #BFB6AD 2px 2px 5px;
  box-shadow: #BFB6AD 2px 2px 5px;
  border-radius: 0; }

/* line 221, sass/structure/_user.scss */
#east {
  display: none; }

/* line 225, sass/structure/_user.scss */
div#main {
  width: 940px;
  width: 94rem; }
/* line 228, sass/structure/_user.scss */
div#main #center {
  width: 74%; }

/* line 233, sass/structure/_user.scss */
#wizard {
  background: #fff;
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
/* line 241, sass/structure/_user.scss */
#wizard h2 {
  margin-top: 0; }
/* line 245, sass/structure/_user.scss */
#wizard p#hint-user {
  display: none; }
/* line 249, sass/structure/_user.scss */
#wizard .block {
  background-color: #E6EEF4;
  border: 1px solid #c9c9c1;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
/* line 255, sass/structure/_user.scss */
#wizard .block p {
  margin: 10px 0px;
  margin: 1rem 0rem; }
/* line 259, sass/structure/_user.scss */
#wizard .block label {
  width: 30%; }
/* line 263, sass/structure/_user.scss */
#wizard .block input {
  width: 60%; }
/* line 267, sass/structure/_user.scss */
#wizard .block input[type="checkbox"] {
  width: auto; }
/* line 272, sass/structure/_user.scss */
#wizard .block input.invalid {
  border-color: #CB1823; }
/* line 279, sass/structure/_user.scss */
#wizard #error-passwort {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-top: 0; }

/* line 305, sass/structure/_user.scss */
.invalidInfo {
  background-color: #CB1823 !important;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
/* line 314, sass/structure/_user.scss */
.invalidInfo strong {
  font-family: "KlavikaRegular", Helvetica, Arial, sans-serif;
  font-weight: normal; }
/* line 318, sass/structure/_user.scss */
.invalidInfo img {
  display: none; }

/* line 325, sass/structure/_user.scss */
footer .row {
  margin: 0; }
/* line 328, sass/structure/_user.scss */
footer .row .footercontent {
  color: #2C2521; }

/* line 334, sass/structure/_user.scss */
#wizard-buttons-left {
  left: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 340, sass/structure/_user.scss */
  #wizard-buttons-right #back {
    margin-left: -10px;
    margin-left: -1rem; } }
/* line 2, sass/structure/_registration.scss */
fieldset legend {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: none; }
/* line 8, sass/structure/_registration.scss */
fieldset input:-webkit-autofill, fieldset textarea:-webkit-autofill, fieldset select:-webkit-autofill {
  background-color: #ffffff; }
/* line 12, sass/structure/_registration.scss */
fieldset table {
  width: 100%; }
/* line 15, sass/structure/_registration.scss */
fieldset tr#form-login-username, fieldset tr#form-login-password {
  background-color: #E6EEF4; }
/* line 20, sass/structure/_registration.scss */
fieldset tr#form-login-username td, fieldset tr#form-login-password td {
  border: 1px solid #c9c9c1; }
/* line 23, sass/structure/_registration.scss */
fieldset tr#form-login-username td.spacer, fieldset tr#form-login-password td.spacer {
  display: none; }
/* line 27, sass/structure/_registration.scss */
fieldset tr#form-login-username td:first-child, fieldset tr#form-login-password td:first-child {
  border-right: none; }
/* line 31, sass/structure/_registration.scss */
fieldset tr#form-login-username td:nth-child(2), fieldset tr#form-login-password td:nth-child(2) {
  border-left: none; }
/* line 35, sass/structure/_registration.scss */
fieldset tr#form-login-username td input, fieldset tr#form-login-password td input {
  width: 97%; }
/* line 43, sass/structure/_registration.scss */
fieldset tr#form-login-submit td {
  text-align: right;
  padding-top: 20px;
  padding-top: 2rem; }
/* line 50, sass/structure/_registration.scss */
fieldset tr#form-login-username td {
  border-bottom: none;
  padding: 15px 10px 15px 10px;
  padding: 1.5rem 1rem 1.5rem 1rem; }
/* line 57, sass/structure/_registration.scss */
fieldset tr#form-login-password td {
  border-top: none;
  padding: 15px 10px 15px 10px;
  padding: 1.5rem 1rem 1.5rem 1rem; }

/* line 69, sass/structure/_registration.scss */
.panel {
  margin-top: 20px;
  margin-top: 2rem;
  background-color: transparent;
  box-shadow: none;
  border: none; }
/* line 75, sass/structure/_registration.scss */
.panel .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0; }
/* line 80, sass/structure/_registration.scss */
.panel .panel-heading h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
/* line 87, sass/structure/_registration.scss */
.panel .panel-body {
  padding: 0; }
/* line 91, sass/structure/_registration.scss */
.panel .panel-body p + p a.active {
  color: #d95218;
  font-weight: bold; }
/* line 97, sass/structure/_registration.scss */
.panel .panel-body p a {
  color: #d95218; }

/* line 106, sass/structure/_registration.scss */
p#form-login-message {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

/* line 110, sass/structure/_registration.scss */
.contactbox {
  padding: 10px;
  padding: 1rem; }
/* line 114, sass/structure/_registration.scss */
.contactbox h2 {
  margin-top: 0; }
/* line 118, sass/structure/_registration.scss */
.contactbox dl {
  margin-bottom: 0; }
/* line 122, sass/structure/_registration.scss */
.contactbox dl dt {
  color: #005293; }
/* line 126, sass/structure/_registration.scss */
.contactbox dl dd:first-of-type {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

/* line 144, sass/structure/_registration.scss */
.col-lg-3 > .contactbox {
  margin-top: 65px;
  margin-top: 6.5rem; }
/* line 147, sass/structure/_registration.scss */
.col-lg-3 > .contactbox + .contactbox {
  margin-top: 10px;
  margin-top: 1rem; }

/* line 153, sass/structure/_registration.scss */
tr#submit td {
  padding-top: 10px;
  padding-top: 1rem;
  text-align: right; }

/* line 161, sass/structure/_registration.scss */
tr#password td, tr#passwordRepeat td {
  padding-bottom: 5px;
  padding-bottom: 0.5rem; }

/* line 167, sass/structure/_registration.scss */
#login-page #filelist > .panel:first-child .panel-title {
  font-size: 28px;
  font-size: 2.8rem; }
