@charset "UTF-8";
body {
  background-color: #F0F0F0;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline; }

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

audio,
canvas,
video {
  display: inline-block; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p {
  margin: 0 0 10px; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  line-height: normal; }

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

h1,
h2,
h3 {
  line-height: 40px; }

h1 {
  font-size: 38.5px; }

h2 {
  font-size: 31.5px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

.muted {
  color: #999999; }

a.muted:hover,
a.muted:focus {
  color: #808080; }

.text-warning {
  color: #c09853; }

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:hover,
a.text-success:focus {
  color: #356635; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

pre.prettyprint {
  margin-bottom: 20px; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 30px;
  line-height: 30px; }

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: ""; }

.controls-row:after {
  clear: both; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0; }

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2; }

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0; }

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px; }

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0; }

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-horizontal .hide {
  display: none; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px; }

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: ""; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

.form-horizontal .controls {
  margin-left: 180px; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }

.form-horizontal .form-actions {
  padding-left: 180px; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table th {
  font-weight: bold; }

.table thead th {
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px; }

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px; }

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px; }

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0; }

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0; }

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table tbody tr.success > td {
  background-color: #dff0d8; }

.table tbody tr.error > td {
  background-color: #f2dede; }

.table tbody tr.warning > td {
  background-color: #fcf8e3; }

.table tbody tr.info > td {
  background-color: #d9edf7; }

.dropup,
.dropdown {
  position: relative; }

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.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;
  background-color: #ffffff;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none; }

.open > .dropdown-menu {
  display: block; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

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

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

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

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

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

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

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

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

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

.fade.in {
  opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.collapse.in {
  height: auto; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

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

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc; }

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9; }

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406; }

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f; }

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9; }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351; }

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4; }

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }

.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px; }

.btn-group > .btn-mini {
  font-size: 10.5px; }

.btn-group > .btn-small {
  font-size: 11.9px; }

.btn-group > .btn-large {
  font-size: 17.5px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px; }

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success h4 {
  color: #468847; }

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: ""; }

.nav-tabs:after {
  clear: both; }

.nav-tabs > li {
  float: left; }

.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999; }

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: ""; }

.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

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

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

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent; }

.pagination {
  margin: 20px 0; }

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  outline: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.modal.fade {
  top: -25%;
  transition: opacity 0.3s linear, top 0.3s ease-out; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

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

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: ""; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  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);
  background-clip: padding-box; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-title:empty {
  display: none; }

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

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

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

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

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0; }

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999; }

.label {
  border-radius: 3px; }

.badge {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 9px; }

.label:empty,
.badge:empty {
  display: none; }

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

.label-important,
.badge-important {
  background-color: #b94a48; }

.label-important[href],
.badge-important[href] {
  background-color: #953b39; }

.label-warning,
.badge-warning {
  background-color: #f89406; }

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605; }

.label-success,
.badge-success {
  background-color: #468847; }

.label-success[href],
.badge-success[href] {
  background-color: #356635; }

.label-info,
.badge-info {
  background-color: #3a87ad; }

.label-info[href],
.badge-info[href] {
  background-color: #2d6987; }

.label-inverse,
.badge-inverse {
  background-color: #333333; }

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

.accordion {
  margin-bottom: 20px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.accordion-heading {
  border-bottom: 0; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

.accordion-toggle {
  cursor: pointer; }

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.megacolumn {
  position: relative; }

@media (max-width: 887px) {
  .control-group.empty {
    display: none; } }
@media (max-width: 887px), (min-width: 888px) and (max-width: 984px) {
  .guide-container {
    display: none; }
    .guide-container .guide {
      display: none; } }
@media (max-width: 887px), (min-width: 888px) and (max-width: 984px), (min-width: 985px) and (max-width: 1360px) {
  .box-tools .tool-button.toggle-expanded-search {
    display: none; } }
@media (min-width: 985px) and (max-width: 1360px) {
  .megacolumn-1 .guide-container {
    position: absolute;
    bottom: 0; }
  .megacolumn-1 .guide {
    top: 11px;
    left: -20px;
    width: 452px; }
    .megacolumn-1 .guide:after {
      left: 50px;
      top: -10px;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #0088CC transparent; }

  .megacolumn-2 {
    float: left;
    width: 432px;
    margin-right: 20px; }
    .megacolumn-2 .guide {
      left: calc(100% + 21px);
      width: calc(100vw - 472px); }
      .megacolumn-2 .guide:after {
        top: 50px;
        left: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent; }

  .megacolumn-3 {
    float: left;
    width: calc(100% - 452px); }
    .megacolumn-3 .guide {
      left: -473px;
      width: 452px; }
      .megacolumn-3 .guide:after {
        top: 50px;
        right: -10px;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white; } }
body.expanded-search {
  /*
  .guide-container {
  	> .guide {
  		@media (min-width: 985px) and (max-width: 1360px) {
  			margin-left: $layoutbox-spacing * 2;
  		}
  	}
  }
  */ }
  @media (min-width: 1361px) {
    body.expanded-search .megacolumn-1 .guide-container {
      position: absolute;
      bottom: 0; }
    body.expanded-search .megacolumn-1 .guide {
      top: 11px;
      left: -20px;
      width: 452px; }
      body.expanded-search .megacolumn-1 .guide:after {
        left: 50px;
        top: -10px;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #0088CC transparent; }
    body.expanded-search .megacolumn-2 {
      float: left;
      width: 847px;
      margin-right: 20px; }
      body.expanded-search .megacolumn-2 .guide {
        left: calc(100% + 21px);
        width: calc(100vw - 887px); }
        body.expanded-search .megacolumn-2 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body.expanded-search .megacolumn-3 {
      float: left;
      width: calc(100% - 867px); }
      body.expanded-search .megacolumn-3 .guide {
        left: -473px;
        width: 452px; }
        body.expanded-search .megacolumn-3 .guide:after {
          top: 50px;
          right: -10px;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent white; } }
  @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px) {
    body.expanded-search .controller-box table .two-col {
      display: none; }
    body.expanded-search .entity-introduction .layer > i {
      font-size: 50px;
      width: auto;
      margin-top: 5px;
      margin-left: 20px;
      margin-right: 15px; }
    body.expanded-search .entity-introduction .layer .introduction-content {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 985px) and (max-width: 1360px) {
    .megacolumn-2 body.expanded-search .ui-datatable {
      max-width: 410px; } }
  @media (min-width: 888px) and (max-width: 984px), (min-width: 1361px) {
    .megacolumn-2 body.expanded-search .ui-datatable {
      max-width: 825px; } }
  @media (max-width: 887px), (min-width: 888px) and (max-width: 984px) {
    .megacolumn-2 body.expanded-search .ui-datatable {
      max-width: calc(100vw - 62px); } }
  body.expanded-search .row-edit {
    box-sizing: border-box; }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px) {
      body.expanded-search .row-edit {
        width: 412px; } }
    @media (min-width: 888px) and (max-width: 984px), (min-width: 1361px) {
      body.expanded-search .row-edit {
        width: 827px; } }
    @media (min-width: 888px) and (max-width: 984px), (min-width: 1361px) {
      body.expanded-search .row-edit .parallel .parallel-block:nth-child(even) {
        margin-right: -10px; } }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px) {
      body.expanded-search .row-edit .parallel .parallel-block:nth-child(even) {
        margin-left: -10px; } }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px) {
      body.expanded-search .row-edit .parallel .parallel-block {
        margin-right: -10px; } }

body:not(.expanded-search) {
  /*
  // TODO: Tälle parempi paikka
  .box-tools .tool-button.toggle-parallel {
  	display: none;
  	@media (min-width: 1861px) {
  		display: inline-block;
  	}
  }
  */
  /*
  .guide-container {
  	> .guide {
  		@media (min-width: 985px) and (max-width: 1360px), (min-width: 1361px) and (max-width: 1536px) {
  			margin-left: $layoutbox-spacing * 2;
  		}
  	}
  }
  */ }
  @media (min-width: 1361px) and (max-width: 1536px) {
    body:not(.expanded-search) .megacolumn-12 {
      float: left;
      width: 847px;
      margin-right: 20px; }
      body:not(.expanded-search) .megacolumn-12 .guide {
        left: calc(100% + 21px);
        width: calc(100vw - 887px); }
        body:not(.expanded-search) .megacolumn-12 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body:not(.expanded-search) .megacolumn-3 {
      float: left;
      width: calc(100% - 867px); }
      body:not(.expanded-search) .megacolumn-3 .guide {
        left: -473px;
        width: 452px; }
        body:not(.expanded-search) .megacolumn-3 .guide:after {
          top: 50px;
          right: -10px;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent white; } }
  @media (min-width: 1537px) and (max-width: 1860px) {
    body:not(.expanded-search) .megacolumn {
      float: left; }
    body:not(.expanded-search) .megacolumn-1 {
      width: calc((100% - 432px) / 2 + 10px); }
      body:not(.expanded-search) .megacolumn-1 .guide {
        left: calc(100% + 21px);
        width: 452px; }
        body:not(.expanded-search) .megacolumn-1 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body:not(.expanded-search) .megacolumn-2 {
      width: 432px; }
      body:not(.expanded-search) .megacolumn-2 .box.maximized {
        left: calc(0px - (100vw - 432px) / 2 - 10px);
        width: calc(100vw - 40px); }
      body:not(.expanded-search) .megacolumn-2 .guide {
        left: calc(100% + 21px);
        width: calc((100vw - 432px) / 2 - 50px); }
        body:not(.expanded-search) .megacolumn-2 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body:not(.expanded-search) .megacolumn-3 {
      width: calc((100% - 432px) / 2 - 50px); }
      body:not(.expanded-search) .megacolumn-3 .guide {
        left: -473px;
        width: 452px; }
        body:not(.expanded-search) .megacolumn-3 .guide:after {
          top: 50px;
          right: -10px;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent white; }
    body:not(.expanded-search) .megacolumn-1, body:not(.expanded-search) .megacolumn-2 {
      margin-right: 20px; } }
  @media (min-width: 1861px) {
    body:not(.expanded-search) .megacolumn {
      float: left; }
    body:not(.expanded-search) .megacolumn-1 {
      width: calc((100% - 847px) / 2 - 20px); }
      body:not(.expanded-search) .megacolumn-1 .guide {
        left: calc(100% + 21px);
        width: 867px; }
        body:not(.expanded-search) .megacolumn-1 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body:not(.expanded-search) .megacolumn-2 {
      width: 847px; }
      body:not(.expanded-search) .megacolumn-2 .guide {
        left: calc(100% + 21px);
        width: calc((100vw - 847px) / 2 - 20px); }
        body:not(.expanded-search) .megacolumn-2 .guide:after {
          top: 50px;
          left: -10px;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
    body:not(.expanded-search) .megacolumn-3 {
      width: calc((100% - 847px) / 2 - 20px); }
      body:not(.expanded-search) .megacolumn-3 .guide {
        left: -473px;
        width: 452px; }
        body:not(.expanded-search) .megacolumn-3 .guide:after {
          top: 50px;
          right: -10px;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent white; }
    body:not(.expanded-search) .megacolumn-1, body:not(.expanded-search) .megacolumn-2 {
      margin-right: 20px; } }
  @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
    body:not(.expanded-search) .form-horizontal .only-parallel-form-horizontal .control-group .controls,
    body:not(.expanded-search) .form-horizontal .only-parallel-form-horizontal.control-group .controls {
      margin-left: 0; }
    body:not(.expanded-search) .form-horizontal .only-parallel-form-horizontal .control-group .control-label,
    body:not(.expanded-search) .form-horizontal .only-parallel-form-horizontal.control-group .control-label {
      width: auto;
      float: none;
      text-align: left; } }
  @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
    body:not(.expanded-search) .controller-box table .two-col {
      display: none; }
    body:not(.expanded-search) .entity-introduction .layer > i {
      font-size: 50px;
      width: auto;
      margin-top: 5px;
      margin-left: 20px;
      margin-right: 15px; }
    body:not(.expanded-search) .entity-introduction .layer .introduction-content {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
    .megacolumn-2 body:not(.expanded-search) .ui-datatable {
      max-width: 410px; } }
  @media (min-width: 1361px) and (max-width: 1536px), (min-width: 1861px) {
    .megacolumn-2 body:not(.expanded-search) .ui-datatable {
      max-width: 825px; } }
  @media (max-width: 887px), (min-width: 888px) and (max-width: 984px) {
    .megacolumn-2 body:not(.expanded-search) .ui-datatable {
      max-width: calc(100vw - 62px); } }
  body:not(.expanded-search) .row-edit {
    box-sizing: border-box; }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
      body:not(.expanded-search) .row-edit {
        width: 412px; } }
    @media (min-width: 888px) and (max-width: 984px), (min-width: 1361px) and (max-width: 1536px), (min-width: 1861px) {
      body:not(.expanded-search) .row-edit {
        width: 827px; } }
    @media (min-width: 888px) and (max-width: 984px), (min-width: 1361px) and (max-width: 1536px), (min-width: 1861px) {
      body:not(.expanded-search) .row-edit .parallel .parallel-block:nth-child(even) {
        margin-right: -10px; } }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
      body:not(.expanded-search) .row-edit .parallel .parallel-block:nth-child(even) {
        margin-left: -10px; } }
    @media (max-width: 887px), (min-width: 985px) and (max-width: 1360px), (min-width: 1537px) and (max-width: 1860px) {
      body:not(.expanded-search) .row-edit .parallel .parallel-block {
        margin-right: -10px; } }

.exportable-table-settings ul.selected-columns, .pivot-table-settings ul.dimensions, .ace_editor, .dynamic-term-tree {
  background: white;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  color: #555; }

.box-content .color-0 {
  background-color: #c7faa5;
  border-color: #8bf544;
  color: #2d6706; }
.box-content .color-1 {
  background-color: #a7faa5;
  border-color: #49f544;
  color: #086706; }
.box-content .color-2 {
  background-color: #a5fac3;
  border-color: #44f582;
  color: #066728; }
.box-content .color-3 {
  background-color: #a5fae3;
  border-color: #44f5c4;
  color: #06674c; }
.box-content .color-4 {
  background-color: #a5f2fa;
  border-color: #44e3f5;
  color: #065e67; }
.box-content .color-5 {
  background-color: #a5d2fa;
  border-color: #44a1f5;
  color: #063967; }
.box-content .color-6 {
  background-color: #a5b2fa;
  border-color: #445ff5;
  color: #061467; }
.box-content .color-7 {
  background-color: #b8a5fa;
  border-color: #6c44f5;
  color: #1c0667; }
.box-content .color-8 {
  background-color: #d8a5fa;
  border-color: #ae44f5;
  color: #400667; }
.box-content .color-9 {
  background-color: #f8a5fa;
  border-color: #f044f5;
  color: #650667; }
.box-content .color-10 {
  background-color: #faa5dc;
  border-color: #f544b7;
  color: #670645; }
.box-content .color-11 {
  background-color: #faa5bc;
  border-color: #f54475;
  color: #670621; }
.box-content .color-12 {
  background-color: #faaea5;
  border-color: #f55644;
  color: #670f06; }
.box-content .color-13 {
  background-color: #facda5;
  border-color: #f59844;
  color: #673406; }
.box-content .color-14 {
  background-color: #faeda5;
  border-color: #f5da44;
  color: #675906; }
.box-content .color-15 {
  background-color: #e7faa5;
  border-color: #cdf544;
  color: #516706; }
.box-content .color-default {
  background-color: #F0F0F0; }

body.ajax #inner-wrap {
  cursor: wait; }
  body.ajax #inner-wrap a, body.ajax #inner-wrap button, body.ajax #inner-wrap input, body.ajax #inner-wrap button, body.ajax #inner-wrap .btn, body.ajax #inner-wrap select {
    cursor: wait; }
@media (max-width: 887px) {
  body.ajax #global-ajax-loader {
    display: block; } }

.pagination ul > li > a, .pagination ul > li > span {
  border-color: #C8C8C8; }
.pagination ul > li:not(.disabled) {
  cursor: pointer; }

#global-ajax-loader {
  display: none;
  background-image: url("/ps/faces/javax.faces.resource/icons/ajaxloader.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: white;
  position: fixed;
  right: 10px;
  top: calc(2.8em + 10px);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

#navigation-loader {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  text-align: center;
  background-image: url("/ps/faces/javax.faces.resource/icons/ajaxloader.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100px;
  background-color: white;
  width: 120px;
  padding-top: 100px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  #navigation-loader.visible {
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    opacity: 1; }

label, input, button, select, textarea,
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
.control-group .help-inline, table.table,
.parallel .parallel-block {
  font-size: 13px; }

.controls select[size] {
  height: 30px; }
.controls input, .controls select, .controls textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

table.table td input[type="checkbox"], table.table td input[type="radio"] {
  margin-top: 0; }

.disabled-checkbox {
  width: 13px;
  text-align: center; }
  .control-group .disabled-checkbox {
    line-height: 24px;
    position: relative;
    top: 3px; }
  .disabled-checkbox.fa-square-o {
    color: #aaa; }

.pivot-table .c-1 {
  background-color: #f8fcef;
  color: #658c1a; }
.pivot-table .c-2 {
  background-color: #fffbe7;
  color: #957d00; }
.pivot-table .c-3 {
  background-color: #eff2f8;
  color: #2f446b; }
.pivot-table .c-4 {
  background-color: #fef0e6;
  color: #8d3c03; }
.pivot-table .c-5 {
  background-color: #e8f6f0;
  color: #225a41; }
.pivot-table .c-6 {
  background-color: #fceff7;
  color: #891c60; }
.pivot-table .c-7 {
  background-color: #f0f0f0;
  color: #404040; }
.pivot-table .c-8 {
  background-color: #fbf6f0;
  color: #815b23; }
.pivot-table table.table td, .pivot-table table.table th {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 5px; }
.pivot-table table.table thead th, .pivot-table table.table td {
  text-align: right; }
.pivot-table table.table tr.summary {
  font-weight: bold; }
.pivot-table .overflow-wrapper {
  overflow-x: auto; }
.pivot-table th.dimension-label, .pivot-table th.aggregate-label {
  font-weight: normal; }
  .pivot-table th.dimension-label .property-title, .pivot-table th.aggregate-label .property-title {
    font-weight: bold; }
  .pivot-table th.dimension-label .property-entity-role, .pivot-table th.aggregate-label .property-entity-role {
    margin-left: 1em; }
.pivot-table th.dimension-label {
  text-align: left; }
.pivot-table th .sort-indicator {
  margin-left: 0.5em; }
.pivot-table .labels > * {
  display: inline-block;
  margin-right: 15px; }
.pivot-table .labels ul {
  list-style: none;
  display: inline-block;
  margin-left: 0; }
.pivot-table .labels li {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); }
.pivot-table .labels .function {
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 5px; }
.pivot-table .labels .property {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 5px;
  text-shadow: 0 1px 0 #eee; }
.pivot-table .labels .function + .property {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pivot-table .labels .property-title {
  font-weight: bold; }
.pivot-table .labels .property-entity-role {
  margin-left: 1em; }

.exportable-table table.table {
  margin-bottom: 0; }
  .exportable-table table.table td, .exportable-table table.table th {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px; }
    .exportable-table table.table td.icon, .exportable-table table.table th.icon {
      width: 2px;
      text-align: center; }
    .exportable-table table.table td.text-right, .exportable-table table.table th.text-right {
      text-align: right;
      padding-right: 6px;
      padding-left: 2px; }
  .exportable-table table.table th {
    padding-top: 2px; }
  .exportable-table table.table .sort-indicator {
    margin-left: 5px; }
  .exportable-table table.table tr:last-child td {
    border-bottom: 1px solid #ddd; }
  .exportable-table table.table tr.selected {
    background-color: #ddffee; }
  .exportable-table table.table tr[data-entity-id] {
    cursor: pointer; }
    .exportable-table table.table tr[data-entity-id]:hover {
      background-color: #e7f8ff; }
  .exportable-table table.table tr:focus {
    outline: 0;
    background-color: #dbf4ff; }
  .exportable-table table.table td.buttons {
    width: 1px;
    white-space: nowrap;
    cursor: default; }
  .exportable-table table.table td.access-denied {
    text-align: center;
    color: gray;
    background-color: #fafafa; }
  .exportable-table table.table button {
    white-space: nowrap;
    cursor: pointer;
    margin: -1px 0; }
    .exportable-table table.table button[disabled] {
      cursor: default; }
.exportable-table .property-title {
  display: block; }
.exportable-table .property-entity-role {
  display: block;
  color: #aaa;
  font-size: 83.33%;
  margin-bottom: -2px; }
.exportable-table .overflow-wrapper {
  overflow-x: auto; }
.exportable-table .date,
.exportable-table .time,
.exportable-table .datetime,
.exportable-table .time-range {
  white-space: nowrap; }
.exportable-table .space {
  letter-spacing: 0.5em; }
.exportable-table .alt-nav:hover {
  background-color: #dbf4ff;
  color: #0d80b3; }
.exportable-table .badge, .exportable-table .label {
  margin: -2px 0; }

.dialog-for-box .exportable-table table.table tr[data-entity-id] {
  cursor: default; }
  .dialog-for-box .exportable-table table.table tr[data-entity-id]:hover {
    background-color: transparent; }

.exportable-table-settings ul.selected-columns > li, .pivot-table-settings ul.dimensions > li {
  cursor: default;
  cursor: -webkit-grab;
  cursor: grab;
  list-style: none;
  font-size: 12px;
  margin: 5px;
  padding: 1px 5px;
  text-shadow: 0 1px 0 white;
  background-color: #f8f8f8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px white;
  border-radius: 2px;
  border: 1px solid lightgray;
  border-bottom-color: #bababa; }
  .exportable-table-settings ul.selected-columns > li .dropdown-menu, .pivot-table-settings ul.dimensions > li .dropdown-menu {
    text-shadow: none; }
  .exportable-table-settings ul.selected-columns > li:hover, .pivot-table-settings ul.dimensions > li:hover {
    background-color: #f3f3f3; }
  .exportable-table-settings ul.selected-columns > li .remove, .pivot-table-settings ul.dimensions > li .remove {
    float: right;
    line-height: 18px;
    width: 15px;
    cursor: pointer;
    color: black; }
    .exportable-table-settings ul.selected-columns > li .remove:hover, .pivot-table-settings ul.dimensions > li .remove:hover {
      text-shadow: 0 0 1px #f00; }
  .exportable-table-settings ul.selected-columns > li .property-title, .pivot-table-settings ul.dimensions > li .property-title {
    font-weight: bold; }
  .exportable-table-settings ul.selected-columns > li .property-entity-role, .pivot-table-settings ul.dimensions > li .property-entity-role {
    color: #888;
    margin-left: 1em; }

.exportable-table-settings ul.selected-columns {
  padding: 0;
  margin: 0 0 10px 0;
  min-height: 30px; }
  .exportable-table-settings ul.selected-columns .sortable-ghost {
    opacity: 0.2; }
.exportable-table-settings .available-columns-wrapper {
  min-height: 36px; }

.pivot-table-settings ul.dimensions {
  padding: 0;
  margin: 0 0 10px 0;
  min-height: 30px; }
  .pivot-table-settings ul.dimensions .transform-config, .pivot-table-settings ul.dimensions .aggregate-function-config {
    border-top: 1px dashed #ccc;
    padding-top: 5px; }
  .pivot-table-settings ul.dimensions .transform-config {
    padding-bottom: 5px; }
  .pivot-table-settings ul.dimensions ul.transform-steps {
    margin: 0;
    list-style: none; }
    .pivot-table-settings ul.dimensions ul.transform-steps > li {
      border-left: 5px solid #ddd;
      padding-left: 5px;
      margin-bottom: 5px;
      border-bottom: 1px dashed #ccc; }
  .pivot-table-settings ul.dimensions ul.parameters {
    margin: 0; }
    .pivot-table-settings ul.dimensions ul.parameters > li {
      display: block; }
    .pivot-table-settings ul.dimensions ul.parameters .control-label {
      width: 100px; }
    .pivot-table-settings ul.dimensions ul.parameters .controls {
      margin-left: 110px; }
  .pivot-table-settings ul.dimensions .sortable-ghost {
    opacity: 0.2; }

.growl {
  max-width: 400px; }

.form-horizontal .controls {
  margin-left: 150px; }
  @media (max-width: 480px) {
    .form-horizontal .controls {
      margin-left: 0; } }
  .form-horizontal .controls > input[type="checkbox"] {
    position: relative;
    top: 3px; }
.form-horizontal .control-label {
  width: 135px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }
  @media (max-width: 480px) {
    .form-horizontal .control-label {
      width: auto;
      float: none;
      padding-top: 0px;
      text-align: left; } }
.form-horizontal .control-group {
  margin-bottom: 8px; }
  .form-horizontal .control-group.buttons {
    margin-bottom: 0; }

legend {
  font-size: 18px;
  line-height: 36px; }

.field-help {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  margin: 5px 0 5px 0; }
  .fieldset-contents > .field-help:first-child {
    margin-top: -5px; }
  .field-help p:last-child {
    margin-bottom: 0; }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly],
.uneditable-input {
  cursor: not-allowed;
  background-color: #F8F8F8;
  color: #555; }

.btn-danger,
.ui-widget-content .btn-danger {
  color: white; }

label[for] {
  display: inline;
  margin-bottom: 0; }

fieldset hr {
  margin: 0 0 11px 0;
  border-style: dashed; }

.gm-style img {
  max-width: none; }
.gm-style label {
  display: inline; }

ul.dropdown-menu label.checkbox {
  display: block;
  padding-left: 40px;
  clear: both;
  font-weight: normal;
  line-height: 20px; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.controls > div > label.checkbox:first-child {
  padding-top: 5px; }
.controls > .btn-toolbar {
  margin: 0; }

.alert ul {
  margin-bottom: 0; }

.growl.alert {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.32); }
  .growl.alert h4 {
    font-size: 15px;
    margin-bottom: 0.2em; }
  .growl.alert > div {
    font-size: 13px; }
    .growl.alert > div p:last-child {
      margin-bottom: 0; }

.input-max {
  width: 210px;
  width: calc(100% - 15px); }

.input-micro {
  width: 30px; }

td.buttons, th.buttons {
  white-space: nowrap;
  width: 1%; }

td .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0; }

.calendar-tooltip {
  font-size: 13px; }
  .calendar-tooltip th, .calendar-tooltip tr {
    text-align: left; }
  .calendar-tooltip th {
    padding-right: 10px; }

.calendar-groups-wrapper {
  overflow: hidden; }

.calendar-groups {
  	/*
  	// Bugaa Chromella
  	$column-width: 140px;
  	$column-count: 4;
  
  	column-count: $column-count;
  	column-width: $column-width;
  	column-gap: $basic-spacing;
  
  	-moz-column-count: $column-count;
  	-moz-column-width: $column-width;
  	-moz-column-gap: $basic-spacing;
  	-webkit-column-count: $column-count;
  	-webkit-column-width: $column-width;
  	-webkit-column-gap: $basic-spacing;
  	*/
  margin-bottom: 4px; }
  .calendar-groups label {
    display: inline-block;
    margin-right: 7px;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 2px;
    padding-left: 23px; }

.calendar-navi-buttons {
  position: relative; }
  @media (max-width: 480px) {
    .calendar-navi-buttons {
      height: 30px; } }
  .calendar-navi-buttons.vis-navi-buttons {
    height: 30px; }
  .calendar-navi-buttons > .buttons-left {
    position: absolute; }
  .calendar-navi-buttons .calendar-groups-expander button {
    position: absolute;
    right: 0; }

.fc {
  height: 550px; }
  .fc .fc-toolbar {
    margin-bottom: 10px;
    height: 21px;
    padding: 5px; }
  .fc h2 {
    font-size: 16px;
    line-height: 1.5; }
  .fc .fc-content {
    cursor: pointer; }
    .fc .fc-content .fc-event-title {
      line-height: 14px; }
    .fc .fc-content .ui-widget-header {
      background: #F8F8F8; }
  .fc table td, .fc table th {
    font-size: 13px; }
  .fc .closed-entity {
    opacity: 0.4; }

.timeline {
  margin-top: 10px; }
  .timeline .closed-entity {
    opacity: 0.4; }
  .timeline .vis-timeline {
    overflow: visible; }
  .timeline div.vis-tooltip {
    font-family: inherit;
    font-size: inherit;
    padding: 15px;
    border-color: #b0b0b0;
    border-radius: 7px;
    background: white; }
    .timeline div.vis-tooltip .title {
      margin-bottom: 0.5em;
      font-weight: bold; }

.fc .fc-view, .fc .vis-timeline, .timeline .fc-view, .timeline .vis-timeline {
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715); }
.fc.translate-left, .fc.translate-right, .timeline.translate-left, .timeline.translate-right {
  overflow-x: hidden; }
.fc.translate-left .fc-view, .fc.translate-left .vis-timeline, .timeline.translate-left .fc-view, .timeline.translate-left .vis-timeline {
  transform: translate(-50%, 0);
  opacity: 0; }
.fc.translate-right .fc-view, .fc.translate-right .vis-timeline, .timeline.translate-right .fc-view, .timeline.translate-right .vis-timeline {
  transform: translate(50%, 0);
  opacity: 0; }

/* -- Selectize -- */
.control-group .selectize-control .selectize-input, .control-group .selectize-control.multi .selectize-input {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border-radius: 4px; }
  .control-group .selectize-control .selectize-input.has-items, .control-group .selectize-control.multi .selectize-input.has-items {
    padding: 4px 8px 1px; }
  .control-group .selectize-control .selectize-input:focus-within, .control-group .selectize-control.multi .selectize-input:focus-within {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.control-group .selectize-control .selectize-dropdown .optgroup-header {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0));
  position: sticky;
  top: 0;
  text-shadow: 0 0 2px white; }
.control-group .selectize-dropdown [data-selectable] .highlight {
  background: rgba(77, 121, 193, 0.2); }

/* -- Primefaces -- */
.ui-widget {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .ui-widget input {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.ui-widget-content, .ui-widget-header {
  border-color: #c0c0c0; }

.ui-datatable {
  font-size: 11px;
  line-height: 16.5px; }
  .megacolumn-2 .dialog-for-box .ui-datatable {
    max-width: 100%; }
  .ui-datatable input, .ui-datatable textarea, .ui-datatable .uneditable-input {
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px; }
  .ui-datatable table {
    margin-bottom: 1px;
    table-layout: auto !important; }
  .ui-datatable tbody td {
    padding: 4px 8px; }
  .ui-datatable a:not(.btn) {
    display: block;
    padding: 4px 8px;
    margin: -4px -8px; }
    .ui-datatable a:not(.btn):hover {
      background-color: #e2e8ff; }
  .ui-datatable td.icons {
    white-space: nowrap;
    font-size: 12px; }
    .ui-datatable td.icons .placeholder {
      color: #C8C8C8; }
    .ui-datatable td.icons i:not(:first-child) {
      margin-left: 3px; }
  .ui-datatable a.table-checkbox .fa-fw {
    text-align: left; }
  .ui-datatable a.table-checkbox i {
    font-size: 14px; }
  .ui-datatable a.table-checkbox:hover {
    background: none;
    text-shadow: #AACCFF 0 0 2px; }
  .ui-datatable td.stretch {
    padding-left: 0;
    padding-right: 0; }
    .ui-datatable td.stretch > * {
      width: calc(100% - 34px);
      margin-left: 10px;
      margin-right: 10px;
      min-width: 60px; }
  .ui-datatable th.ui-state-default {
    background: linear-gradient(#f4f4f4 0%, #dadada 100%, white);
    border-color: #b0b0b0; }

.box .ui-datatable thead th {
  white-space: nowrap; }
.box .ui-datatable tbody .ui-expanded-row-content td[colspan] {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #c0c0c0; }

.ui-datatable-tablewrapper {
  padding-right: 1px; }

#outer-wrap {
  width: 100%; }
  #outer-wrap.hide-overflow {
    overflow: hidden; }

#inner-wrap {
  background-color: #F0F0F0;
  background-image: url("/ps/faces/javax.faces.resource/styles/gfx/brick.png");
  transition: transform 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s ease;
  position: relative;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  z-index: 10; }
  .showSidebar #inner-wrap {
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0); }
  .showHistory #inner-wrap {
    -webkit-transform: translate(-320px, 0);
    -ms-transform: translate(-320px, 0);
    transform: translate(-320px, 0); }

#history {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 130vh;
  width: 320px;
  background: #484848;
  box-shadow: 1em 0px 1.5em -0.75em rgba(0, 0, 0, 0.2) inset;
  transition: 0.15s ease;
  padding-top: calc(2.8em + 15px); }
  #history div {
    font-weight: bold;
    line-height: 1.9em;
    text-shadow: 0 1px 3px #333;
    color: #EEE;
    background-color: #555;
    padding: 0 15px;
    margin-bottom: 0.3em; }
  #history ul {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 10px; }
    #history ul > li {
      color: #EEE;
      font-size: 12.5px;
      line-height: 1.1; }
      #history ul > li > a {
        display: block;
        color: #EEE;
        padding: 0.2em 0; }
        #history ul > li > a .timestamp {
          float: right;
          color: #BBB;
          font-size: 90%;
          margin-left: 0.4em; }

#sidebar {
  display: none;
  background: #484848;
  position: fixed;
  left: 0;
  top: 0;
  height: 130vh;
  overflow: hidden;
  width: 220px;
  padding-top: calc(2.8em + 15px);
  box-shadow: -1em 0px 1.5em -0.75em rgba(0, 0, 0, 0.2) inset; }
  #sidebar a, #sidebar li > span {
    color: #EEE;
    overflow: hidden; }
    #sidebar a .knob, #sidebar li > span .knob {
      float: right;
      margin-right: 2px;
      font-size: 13px;
      position: relative;
      top: 2px; }
  #sidebar li > span {
    cursor: default; }
  #sidebar ul, #sidebar li, #sidebar a {
    margin: 0;
    padding: 0;
    display: block; }
  #sidebar a.current-node {
    font-weight: bold;
    color: white;
    border-left: 5px solid #12b7ff;
    position: relative; }
    #sidebar a.current-node::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      width: 10px;
      left: -15px;
      background-image: url("/ps/faces/javax.faces.resource/icons/navigation_current.svg");
      background-repeat: no-repeat;
      background-position: 100% 50%;
      transition: transform 0.35s ease;
      filter: drop-shadow(0 0 4px black); }
  .showSidebar #sidebar a.current-node::after {
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0); }
  #sidebar .collapse:not(.in) a.current-node::after {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    transform: translate(230px, 0); }
  #sidebar li:last-child {
    padding-bottom: 0.5em; }
  #sidebar > ul > li {
    display: block; }
    #sidebar > ul > li > a,
    #sidebar > ul > li > span {
      display: block;
      padding: 0.4em 10px 0.4em 20px;
      border-bottom: 1px solid #3b3b3b; }
    #sidebar > ul > li > a.current-node {
      padding-left: 15px;
      background-color: #454e51; }
    #sidebar > ul > li > a:hover {
      text-decoration: none;
      background-color: #626262; }
    #sidebar > ul > li:first-child > a, #sidebar > ul > li:first-child > span {
      border-top: 1px solid #3b3b3b; }
    #sidebar > ul > li > ul {
      background-color: #3b3b3b;
      box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
      #sidebar > ul > li > ul > li > a,
      #sidebar > ul > li > ul > li > span {
        display: block;
        font-size: 90%;
        padding: 0.3em 10px 0.3em 30px; }
      #sidebar > ul > li > ul > li > a.current-node {
        padding-left: 25px;
        background-color: #394145; }
      #sidebar > ul > li > ul > li span {
        color: #a2a2a2; }
      #sidebar > ul > li > ul > li > ul {
        background-color: #2f2f2f; }
        #sidebar > ul > li > ul > li > ul > li > a, #sidebar > ul > li > ul > li > ul > li > span {
          display: block;
          font-size: 90%;
          padding: 0.3em 0.5em 0.3em 50px; }
        #sidebar > ul > li > ul > li > ul > li > a.current-node {
          padding-left: 45px;
          background-color: #2e3639; }

#ps-navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: black;
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: subpixel-antialiased; }
  #ps-navbar #sidebar-toggle {
    margin-left: 10px;
    margin-right: 10px;
    float: left; }
  #ps-navbar #history-toggle {
    margin-right: 10px; }
  #ps-navbar #sidebar-toggle,
  #ps-navbar #history-toggle {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    line-height: 1.8666666667em;
    color: #f0f0f0; }
    #ps-navbar #sidebar-toggle:hover,
    #ps-navbar #history-toggle:hover {
      background-color: #444; }
    #ps-navbar #sidebar-toggle:active,
    #ps-navbar #history-toggle:active {
      background-color: #444; }
  #ps-navbar .brand {
    display: block;
    float: left;
    font-size: 1.5em;
    line-height: 1.8666666667em;
    margin-right: 1em;
    color: #f0f0f0; }
  #ps-navbar .usermenu-popover-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0; }
  #ps-navbar .popover.usermenu-popover {
    display: block;
    left: 100px;
    top: 5px;
    z-index: auto; }
  #ps-navbar .usermenu:not(.edit) {
    overflow: hidden;
    height: 2.8em; }
  #ps-navbar .usermenu .current-node {
    position: relative; }
  #ps-navbar .usermenu .current-node::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #12b7ff;
    opacity: 0.999; }
  #ps-navbar ul.nav {
    float: left;
    margin: 0;
    position: relative; }
    #ps-navbar ul.nav > li {
      float: left;
      margin: 0; }
      #ps-navbar ul.nav > li > a,
      #ps-navbar ul.nav > li > .item {
        position: relative;
        display: block;
        float: left;
        line-height: 2.8em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        color: #f0f0f0; }
        #ps-navbar ul.nav > li > a:hover,
        #ps-navbar ul.nav > li > .item:hover {
          background-color: #444; }
        #ps-navbar ul.nav > li > a:active, #ps-navbar ul.nav > li > a:focus,
        #ps-navbar ul.nav > li > .item:active,
        #ps-navbar ul.nav > li > .item:focus {
          background-color: #444; }
      #ps-navbar ul.nav > li > .item {
        cursor: move;
        color: #EEE;
        position: relative; }
        #ps-navbar ul.nav > li > .item > a.remove {
          visibility: hidden;
          position: absolute;
          left: 0;
          right: 0;
          top: 2.8em;
          background-color: #444;
          text-align: center;
          cursor: pointer;
          color: white;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
        #ps-navbar ul.nav > li > .item > a.remove:hover {
          background-color: #6a6a6a; }
      #ps-navbar ul.nav > li > .item:hover > a.remove {
        visibility: visible; }
    #ps-navbar ul.nav > li.ui-sortable-helper > .item {
      background-color: #444; }
      #ps-navbar ul.nav > li.ui-sortable-helper > .item > a.remove {
        visibility: hidden; }
    #ps-navbar ul.nav.tools {
      float: right;
      background: black; }
      #ps-navbar ul.nav.tools .btn {
        height: 2.1em;
        margin-top: 0.35em;
        margin-right: 0.35em; }
      @media (max-width: 480px) {
        #ps-navbar ul.nav.tools li.dropdown > a {
          padding-left: 10px;
          padding-right: 10px; }
          #ps-navbar ul.nav.tools li.dropdown > a i {
            font-size: 1.2em;
            width: 16px;
            text-align: center; }
          #ps-navbar ul.nav.tools li.dropdown > a span {
            display: none; } }

form.navbarform {
  margin: 0;
  padding: 0; }

#global-footer {
  background-color: #f8f8f8;
  color: #888;
  font-size: 12px;
  padding: 8px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  overflow-x: hidden; }
  #global-footer span {
    margin-right: 1em; }

.ps-container {
  padding: 20px;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    .ps-container {
      padding: 5px; } }

.box.maximized {
  position: relative;
  z-index: 100; }

.parallel {
  font-size: 0; }

.parallel-block {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 480px) {
    .parallel-block {
      width: 410px; } }
  @media (max-width: 480px) {
    .parallel-block {
      margin-right: 30px;
      display: block; } }

.prevent-click {
  cursor: wait; }
  .prevent-click #outer-wrap, .prevent-click #ps-navbar {
    pointer-events: none; }

.spotlight-overlay {
  opacity: 0;
  transition: opacity 0.2s linear; }

.spotlight {
  position: relative; }
  .spotlight .spotlight-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #AAA;
    opacity: 0.3;
    z-index: 2; }
  .spotlight .box {
    position: relative;
    z-index: 3; }

.box-panel {
  padding: 11px 10px;
  background-color: #FCFCFC;
  border-bottom: 1px solid #C8C8C8; }
  .box-panel:empty {
    display: none; }

.list-controller-toggles {
  overflow: hidden;
  padding: 2px 10px; }
  .list-controller-toggles label {
    float: left;
    margin-right: 10px; }

.searchable-chooser {
  line-height: 0; }
  .searchable-chooser a.target-closed {
    background: linear-gradient(to top, rgba(248, 248, 248, 0.99) 0%, rgba(248, 248, 248, 0.98) 85%, rgba(248, 248, 248, 0.94) 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAOklEQVQYV2NkwA7+IwszYlGDogAoz4iuCEMByBBkRVgVICvCqQCmCK8CbIqwegQkCDMJp09hivAGBQClDQwGRmkq1gAAAABJRU5ErkJggg==) repeat;
    text-shadow: 0 0 3px #f8f8f8; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(64, 64, 64, 0.3); }
  @media (min-width: 600px) {
    .modal-overlay .dialog-aligner {
      margin-top: 100px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center; } }
  .modal-overlay.hidden-dialog {
    opacity: 0; }
    .modal-overlay.hidden-dialog .dialog-for-box {
      transform: translate(0, -40px);
      opacity: 0; }
  .modal-overlay .dialog-for-box {
    transition: transform 0.3s;
    line-height: normal; }
    .modal-overlay .dialog-for-box .box-content {
      overscroll-behavior: contain; }
    @media (min-width: 600px) {
      .modal-overlay .dialog-for-box {
        border: 5px solid #555;
        width: 80%;
        top: 10%;
        background: #FFF;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
        .modal-overlay .dialog-for-box .box-content {
          overflow-y: auto;
          max-height: 70vh; }
        .modal-overlay .dialog-for-box.small-dialog {
          width: 500px; } }
    @media (max-width: 599px) {
      .modal-overlay .dialog-for-box {
        position: fixed;
        top: calc(2.5rem - 1px);
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white; }
        .modal-overlay .dialog-for-box .dialog-buttons {
          border-bottom: 1px solid #C8C8C8;
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 10; }
        .modal-overlay .dialog-for-box .box-content {
          overflow-y: auto;
          height: calc(100vh - 2.8rem - 40px - 30px + 1px);
          padding-bottom: 30px;
          box-sizing: border-box; } }
    .modal-overlay .dialog-for-box .dialog-buttons {
      background-color: #FCFCFC;
      border-top: 1px solid #C8C8C8;
      padding: 5px 10px; }

.megacolumn > .alert-block, .megacolumn form > .alert-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.box {
  border: 1px solid #C8C8C8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .spotlight .box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  @media (max-width: 480px) {
    .box {
      margin-bottom: 5px; } }
  .dialog-for-box .box {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }

.box-title {
  background: #F4F4F4;
  color: #444;
  border-bottom: 1px solid #C8C8C8;
  line-height: 32px;
  /* overflow: hidden; */
  /* height: $box-title-height; */ }
  .box-title .title-text {
    font-weight: bold;
    margin-left: 10px;
    line-height: inherit;
    white-space: nowrap; }
    .box-title .title-text .btn-group {
      line-height: normal;
      margin-left: 5px; }

.box-tools {
  display: inline-block;
  float: right;
  font-size: 0px;
  /* Bootstrap */ }
  .box-tools.box-tools-left {
    float: left; }
    .box-tools.box-tools-left .tool-button {
      border-left: none;
      border-right: 1px solid #C8C8C8; }
  .box-tools button.tool-button::-moz-focus-inner {
    padding-top: 1px;
    padding-bottom: -1; }
  .box-tools .tool-button {
    box-sizing: border-box;
    height: 33px;
    line-height: inherit;
    display: inline-block;
    background: #F4F4F4;
    color: #444;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
    border: none;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    transition: background-color 0.15s linear;
    /* Koska Bootstrap */ }
    .box-tools .tool-button:hover {
      background-color: #e7e7e7;
      text-decoration: none;
      text-shadow: 0 0 3px #FFF; }
    .box-tools .tool-button span {
      margin-left: 2px; }
      @media (max-width: 480px) {
        .box-tools .tool-button span {
          /* Piilotetaan teksti, näytetään vain ikoni */
          display: none;
          margin-left: 0; } }
    .box-tools .tool-button.dropdown-toggle {
      border-radius: 0; }
    .box-tools .tool-button i {
      font-size: 120%;
      /*
      // vertical-align: middle;
      position: relative;
      top: 0.1em;
      */ }
      @media (max-width: 480px) {
        .box-tools .tool-button i {
          width: 1.28571em;
          text-align: center; } }
  .box-tools a.tool-button:focus {
    text-decoration: none; }
  .box-tools .popover {
    top: 35px;
    left: -6px;
    max-width: none; }
    .box-tools .popover.bottom .arrow {
      left: 22px; }
  .box-tools .btn-group + .btn-group {
    margin-left: 0; }
  @media (max-width: 887px), (min-width: 888px) and (max-width: 984px) {
    .box-tools .dropdown-menu {
      right: 0px;
      left: auto; } }

.box-content {
  position: relative;
  background: white; }
  .box-content .loading-overlay {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    transition: opacity 0.25s linear;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: center; }
    .loading .box-content .loading-overlay {
      visibility: visible;
      opacity: 0.9; }
    .box-content .loading-overlay .loading-overlay-message {
      display: inline-block;
      padding: 3px 3px 3px 28px;
      line-height: 30px;
      vertical-align: middle;
      transition: 0.33s;
      background-image: url("/ps/faces/javax.faces.resource/icons/ajaxloader.svg");
      background-repeat: no-repeat;
      background-position: 0% 50%;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); }
      .loading .box-content .loading-overlay .loading-overlay-message {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .box-content .closed {
    position: absolute;
    left: 0;
    right: 0; }
    .box-content .closed .bg {
      height: 250px;
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAOklEQVQYV2NkwA7+IwszYlGDogAoz4iuCEMByBBkRVgVICvCqQCmCK8CbIqwegQkCDMJp09hivAGBQClDQwGRmkq1gAAAABJRU5ErkJggg==) repeat;
      opacity: 0.07; }

.box-children {
  padding: 10px;
  position: relative;
  min-height: 1.3em; }
  .box-children .ui-datatable {
    overflow-x: auto; }
  .controller-box .box-children {
    padding-top: 11px; }
  .list-controller-box .box-children > :not(:first-child) {
    margin-top: 10px; }
  .list-controller-box .box-children .pagination {
    margin-top: 0;
    margin-bottom: 0; }
  .list-controller-box .box-children .chosen-searchable-items + .pagination {
    margin-top: 10px; }
  .box-children > .nav {
    margin-bottom: 10px; }

.controller-entity-metadata {
  background-color: #F0FFF8;
  padding: 10px; }

fieldset {
  -webkit-margin-top-collapse: separate; }
  fieldset .fieldset-tools {
    float: right; }
  fieldset legend {
    margin-bottom: 0; }
    fieldset legend:last-child {
      margin-bottom: 10px; }
    fieldset legend + * {
      -webkit-margin-top-collapse: separate;
      margin-top: 20px; }
  fieldset .fieldset-content-wrapper {
    position: relative;
    overflow: visible;
    margin-top: 0px !important;
    padding-bottom: 1px; }
    fieldset .fieldset-content-wrapper > .fieldset-contents {
      padding-top: 20px;
      transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  fieldset.collapsed .fieldset-contents {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }

.chosen-searchable-items .chosen-tools {
  display: inline-block; }
.chosen-searchable-items .chosen-count {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 1em; }
.chosen-searchable-items .chosen-count ul {
  position: absolute;
  display: none;
  background: white;
  padding: 10px;
  padding-left: 20px;
  z-index: 1000;
  width: 400px;
  margin-left: 0;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .chosen-searchable-items .chosen-count ul li {
    list-style: none;
    clear: left;
    padding: 0.2em;
    border-bottom: 1px solid #EEE; }
    .chosen-searchable-items .chosen-count ul li .btn {
      float: left; }
    .chosen-searchable-items .chosen-count ul li span {
      margin-left: 20px; }
    .chosen-searchable-items .chosen-count ul li:first-child {
      border-top: 1px solid #EEE; }
.chosen-searchable-items .chosen-count:hover ul {
  display: block; }

.list-controller-box .box-children tr.chosen {
  background-color: #DDFFEE; }
.list-controller-box .table-result td a {
  text-decoration: underline; }
.list-controller-box fieldset:not(:first-child) {
  border-top: 1px dashed #DDD;
  padding-top: 11px; }
.list-controller-box .box-children > .btn-toolbar {
  margin-bottom: 0; }
  .list-controller-box .box-children > .btn-toolbar:first-child {
    margin-top: 0; }

table a.btn i {
  font-size: 100%; }

a.uneditable-input {
  position: relative;
  cursor: pointer; }
  a.uneditable-input i::after {
    position: absolute;
    text-align: center;
    background: #F8F8F8;
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 15%);
    width: 26px;
    right: 0;
    content: "\f08e";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    /*
    &:hover {
    	text-decoration: none;
    }
    */ }
  a.uneditable-input.tel i::after {
    content: "\f095"; }
  a.uneditable-input:hover i::after {
    text-decoration: none; }

input[type="range"] + output {
  margin-left: 1em; }

.entity-action {
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 5px; }
  .entity-action .title {
    font-weight: bold; }
  .entity-action .automation-dropdown ul {
    right: 0;
    left: auto; }
  .entity-action .fields {
    margin-top: 10px;
    margin-bottom: 10px; }
  .entity-action .cancel:not(:first-child) {
    margin-left: 0.5em; }
  .controller-box .entity-action {
    margin-bottom: 20px; }
  .entity-action .editing-job {
    float: right; }
  .entity-action table.table {
    background-color: white;
    border: 1px solid #dddddd; }
    .entity-action table.table td:first-child {
      padding-left: 10px; }
    .entity-action table.table td:last-child {
      padding-right: 10px; }
    .entity-action table.table td {
      font-size: 11px;
      line-height: 13px; }

.login {
  background: url("/ps/faces/javax.faces.resource/themes/subtle_white_feathers.png"); }

.login-wrapper {
  text-align: center; }
  .login-wrapper > * {
    text-align: left; }
  .login-wrapper .box {
    display: inline-block; }
  .login-wrapper .brand {
    font-size: 46px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 4px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1); }

/* -- wContactRecognition -- */
table.recognitionComparison td, table.recognitionComparison th {
  padding: 3px; }
  table.recognitionComparison td:first-child, table.recognitionComparison th:first-child {
    padding-right: 15px; }
table.recognitionComparison td .control-label {
  padding-top: 0; }

.box-children .vis-timeline {
  font-size: 12px;
  line-height: 1.1; }
  .box-children .vis-timeline .vis-panel.vis-left .labelset .vlabel,
  .box-children .vis-timeline .vis-panel.vis-bottom .labelset .vlabel {
    border-bottom-color: #DDD; }
  .box-children .vis-timeline.timeline.root {
    border-color: #C8C8C8; }
  .box-children .vis-timeline .vis-item {
    background-color: #c7faa5;
    border-color: #6df214;
    color: #2d6706;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    .box-children .vis-timeline .vis-item .vis-item-content {
      padding: 3px; }
  .box-children .vis-timeline .vis-time-axis .vis-grid.vis-saturday,
  .box-children .vis-timeline .vis-time-axis .vis-grid.vis-sunday {
    background-color: #f0f0f0; }

.calendar-overview {
  margin-left: 10px;
  margin-top: 20px;
  column-count: auto;
  column-width: 200px;
  -moz-column-count: auto;
  -moz-column-width: 200px;
  -webkit-column-count: auto;
  -webkit-column-width: 200px; }
  .calendar-overview > li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden; }
  .calendar-overview .year {
    display: block;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #888;
    margin: 1px 0; }
  .calendar-overview ul {
    margin-left: 70px;
    padding-left: 10px;
    border-left: 4px solid #EEE; }
  .calendar-overview ul li {
    display: block;
    padding: 1px 0; }
  .calendar-overview .month {
    display: inline-block;
    width: 90px; }
  .calendar-overview .count {
    display: inline-block;
    width: 20px;
    text-align: right; }

.date-time-picker .date {
  margin-right: 5px; }

.clockpicker-popover .popover-title [class*="span"] {
  float: none;
  margin-left: 0; }
.clockpicker-popover .text-primary {
  color: #428BCA; }

.ps-datetime-picker > input {
  margin-right: 5px; }
.ps-datetime-picker input.date {
  width: 75px; }

.row-edit {
  border: 1px solid #C8C8C8;
  position: absolute;
  background: #FDFDFD;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: -1px;
  padding: 10px; }
  .row-edit .title {
    font-weight: bold;
    margin-bottom: 10px; }
  .row-edit .parallel .parallel-block:nth-child(odd) {
    margin-left: -10px; }
  .row-edit > button {
    margin-top: 10px; }
  .row-edit .tab-content {
    overflow: visible; }

.import-preview {
  position: relative;
  overflow: hidden; }
  .import-preview .required-properties {
    margin-bottom: 10px; }
  .import-preview .table-wrapper {
    overflow-x: auto; }
    .import-preview .table-wrapper table {
      white-space: nowrap; }
  .import-preview table td.problem {
    position: relative;
    padding-right: 22px;
    box-shadow: 0 0 3px firebrick inset; }
    .import-preview table td.problem span {
      color: firebrick; }
    .import-preview table td.problem i {
      cursor: pointer;
      position: absolute;
      right: 7px;
      color: firebrick; }
    .import-preview table td.problem ul {
      position: absolute;
      z-index: 1;
      display: none;
      margin-left: 10px;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
    .import-preview table td.problem li {
      margin-left: 20px; }
    .import-preview table td.problem:hover ul {
      display: block; }
  .import-preview th {
    vertical-align: top; }
    .import-preview th div {
      margin-right: 40px; }
    .import-preview th button {
      float: right; }
    .import-preview th .mapping {
      font-weight: normal; }
      .import-preview th .mapping.skip {
        color: #ddd; }
  .import-preview .column-settings {
    position: absolute;
    top: 30px;
    background: white;
    z-index: 10;
    padding: 10px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    min-width: 300px; }

.guide-container {
  position: relative;
  z-index: 2;
  float: none !important; }
  .entity-action .guide-container {
    margin-left: -10px;
    margin-right: -10px; }
  .guide-container > .guide {
    position: absolute;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }
    .guide-container > .guide:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    .guide-container > .guide > h1 > i {
      margin-right: 5px; }
  .guide-container .guide-introduction {
    padding: 5px 20px;
    background-color: white; }
    .guide-container .guide-introduction *:first-child {
      margin-top: 10px; }
    .guide-container .guide-introduction + .guide-instructions {
      border-top: 1px solid #F0F0F0; }
  .guide-container .guide-instructions {
    padding: 5px 20px;
    background-color: white;
    overflow: hidden; }
@keyframes instructionFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
    .guide-container .guide-instructions > div.new-instruction {
      animation-name: instructionFadeIn;
      animation-duration: 0.8s; }
  .guide-container h1 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    padding: 5px 20px;
    color: white;
    background-color: #0088CC;
    margin: 0; }
    .guide-container h1 .guide-close {
      float: right;
      color: inherit;
      border: none;
      background: none;
      font-size: inherit; }
  .guide-container h2 {
    font-size: 16px; }
  .guide-container h3 {
    font-size: 14px; }
  .guide-container h4 {
    font-size: 13px; }
  .guide-container h2, .guide-container h3, .guide-container h4 {
    line-height: 1.3em;
    margin: 0.5em 0 0.2em 0; }
  .guide-container h1 {
    margin-top: 0; }

.entity-introduction {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .entity-introduction .layer {
    padding: 10px;
    padding-bottom: 70px;
    background: white;
    background: linear-gradient(#f0f0f0 0%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s; }
    .loading .entity-introduction .layer, .spotlight .entity-introduction .layer {
      transform: translateY(-10%);
      opacity: 0; }
    .entity-introduction .layer > i {
      float: left;
      font-size: 100px;
      width: 100px;
      margin-top: 10px;
      text-align: center;
      text-shadow: 0 0 11px rgba(255, 255, 149, 0.79); }
  .entity-introduction .introduction-content {
    margin-left: 100px;
    margin-right: 40px;
    font-size: 14px; }
  .entity-introduction .button-picture {
    padding: 2px 6px;
    background-color: white;
    border: 1px solid;
    border-color: #f0f0f0 #d8d8d8 #d8d8d8 #f0f0f0;
    border-radius: 3px; }
  .entity-introduction h2, .entity-introduction h3 {
    line-height: normal; }
  .entity-introduction h1 {
    font-size: 30px; }
  .entity-introduction h2 {
    font-size: 16px; }
  .entity-introduction h3 {
    font-size: 14px; }

/*
// Klunssi introductionia varten
.controller-box .box-content {
	min-height: 0;
	transition: min-height 0.5s;
}
*/
.navigate-to-menu a {
  overflow: hidden;
  position: relative; }
  .navigate-to-menu a :first-child {
    margin-right: 2.5em; }
  .navigate-to-menu a .badge-none {
    background-color: #DDD; }
  .navigate-to-menu a .count {
    position: absolute;
    right: 20px;
    transition: background-color 0.3s linear; }
@keyframes countingBounceIn {
  0% {
    transform: translate3d(50px, 0, 0); }
  50% {
    transform: translate3d(-10px, 0, 0); }
  100% {
    transform: none; } }
  .navigate-to-menu a .counting {
    animation-duration: 0.5s;
    animation-name: countingBounceIn; }

.printable-document-wrapper {
  margin: 40px auto;
  max-width: 960px; }

@media screen {
  .printable-document {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; } }
.printable-document td {
  padding: 2px 8px 2px 0; }
.printable-document td p:first-child {
  margin-top: 0; }
.printable-document td p:last-child {
  margin-bottom: 0; }

.html-content-preview {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  padding: 0;
  height: 500px;
  overflow: hidden; }

.duration-picker > div {
  display: inline-block;
  vertical-align: top; }
.duration-picker input[type="number"],
.duration-picker input[type="text"] {
  width: 40px;
  display: block;
  margin-right: 5px; }

.duration-picker-tip {
  display: block;
  color: #AAA;
  font-size: 11px; }

.exportable-table-settings ul.selected-columns, .pivot-table-settings ul.dimensions, .ace_editor, .dynamic-term-tree {
  background: white;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  color: #555; }

/* --- Dynamic term tree --- */
.template {
  display: none; }

.dynamic-term-tree {
  padding: 2px 6px;
  font-size: 13px; }
  .dynamic-term-tree ul {
    list-style: none;
    margin-left: 20px; }
  .dynamic-term-tree > ul {
    margin-left: 0;
    margin-bottom: 3px; }
  .dynamic-term-tree li {
    border: 2px solid transparent;
    margin: -7px;
    padding: 4px; }
    .dynamic-term-tree li:first-child {
      margin-top: -2px; }
    .dynamic-term-tree li:hover {
      border: 2px solid #EEE; }
    .dynamic-term-tree li > div > span .operator {
      margin: 0 0.5em; }
    .dynamic-term-tree li > div > .dynamic-term-tools {
      margin-left: 0.5em; }
      .dynamic-term-tree li > div > .dynamic-term-tools > * {
        visibility: hidden; }
      .dynamic-term-tree li > div > .dynamic-term-tools > .open {
        visibility: visible; }
    .dynamic-term-tree li > div:hover > .dynamic-term-tools > * {
      visibility: visible; }
  .dynamic-term-tree .dynamic-term-tools {
    display: inline-block; }
    .dynamic-term-tree .dynamic-term-tools > * {
      display: inline-block; }
    .dynamic-term-tree .dynamic-term-tools .dropdown-menu {
      padding: 10px;
      width: 300px; }
    .dynamic-term-tree .dynamic-term-tools .selectize-input.items {
      padding-bottom: 4px; }
      .dynamic-term-tree .dynamic-term-tools .selectize-input.items div.item {
        line-height: 20px; }
  .dynamic-term-tree .dynamic-term-popover label,
  .dynamic-term-tree .dynamic-term-popover input,
  .dynamic-term-tree .dynamic-term-popover select {
    display: block; }
  .dynamic-term-tree .dynamic-term-popover input {
    width: 286px; }
  .dynamic-term-tree .dynamic-term-popover select {
    width: 300px; }
  .dynamic-term-tree .dynamic-term-popover button.btn.submit-button {
    display: block;
    margin-top: 10px;
    width: 100%; }
  .dynamic-term-tree .dynamic-term-popover .logical-choices {
    margin-bottom: 10px; }
    .dynamic-term-tree .dynamic-term-popover .logical-choices .btn-group {
      width: 100%; }
      .dynamic-term-tree .dynamic-term-popover .logical-choices .btn-group .btn {
        width: 50%; }
  .dynamic-term-tree .dynamic-term-popover .gone {
    display: none; }
  .dynamic-term-tree .selectize-dropdown {
    font-size: 13px; }
    .dynamic-term-tree .selectize-dropdown .property {
      margin-left: 10px; }
    .dynamic-term-tree .selectize-dropdown .type {
      float: right;
      opacity: 0.5; }
    .dynamic-term-tree .selectize-dropdown .primary {
      display: block; }
    .dynamic-term-tree .selectize-dropdown .secondary {
      display: block;
      /* color: #AAA; */
      opacity: 0.5;
      font-size: 0.9em; }
  .dynamic-term-tree .selectize-input {
    padding: 4px 6px; }
  .dynamic-term-tree .selectize-control {
    margin-bottom: 5px; }
  .dynamic-term-tree i.icon {
    width: 1.28571429em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .dynamic-term-tree li[data-operation="CfCodeMatchingOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="CfContainsChoiceOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="TruthOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="EnumEqualityOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="IsNullOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="TextMatchingOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="RelationalOperation"] > div > span > i.icon:before,
  .dynamic-term-tree li[data-operation="EntityEqualityOperation"] > div > span > i.icon:before {
    content: "\f0b0"; }
  .dynamic-term-tree li[data-operation="DynamicTerms"] > div > span > i.icon:before {
    content: "\f1b2"; }
  .dynamic-term-tree li[data-operation="LogicalOperation"] > div > span > i.icon {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    width: 0.91836735em; }
  .dynamic-term-tree li[data-operation="LogicalOperation"][data-variation="AND"] > div > span > i.icon:before {
    content: "∧"; }
  .dynamic-term-tree li[data-operation="LogicalOperation"][data-variation="OR"] > div > span > i.icon:before {
    content: "∨"; }
  .dynamic-term-tree li[data-operation="ExistenceOperation"] > div > span > i.icon {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    width: 0.91836735em; }
  .dynamic-term-tree li[data-operation="ExistenceOperation"][data-variation="EXISTS"] > div > span > i.icon:before {
    content: "∃"; }
  .dynamic-term-tree li[data-operation="ExistenceOperation"][data-variation="NOT_EXISTS"] > div > span > i.icon:before {
    content: "∄"; }

.dialogue-content .questionblock {
  margin-top: 20px;
  margin-bottom: 20px; }
  .dialogue-content .questionblock .questiontext {
    margin-bottom: 5px; }
    .dialogue-content .questionblock .questiontext.incomplete {
      color: #b94a48; }
  .dialogue-content .questionblock td.question,
  .dialogue-content .questionblock .questiontext {
    line-height: 17px; }
  .dialogue-content .questionblock .choices, .dialogue-content .questionblock .comment {
    margin-left: 10px; }
.dialogue-content table.questiontable {
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 10px; }
  .dialogue-content table.questiontable td {
    text-align: center;
    vertical-align: top;
    padding-right: 10px; }
    .dialogue-content table.questiontable td.question, .dialogue-content table.questiontable td.comment {
      text-align: left; }
    .dialogue-content table.questiontable td.question.incomplete {
      color: #b94a48; }
.dialogue-content div.hr {
  border-top: 1px solid black;
  margin-top: 20px;
  margin-bottom: 20px; }
.dialogue-content .page-break {
  text-align: center;
  color: #6a6a6a; }
.dialogue-content .incomplete input, .dialogue-content .incomplete textarea {
  border-color: #b94a48; }
.dialogue-content .toolong {
  color: red; }

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