/*
@left-boxes:            @gray-light;
*/
/*
@radius-small:          3px;

// Grid
@grid-columns:          12;
@grid-distance:         20px;
//@grid-float-break:    @screen-tablet;
*/
/*
@layout-padding-top:    55px;
@left-col-width:        220px;
@right-col-width:       220px;
@footer-height:         30px;
*/
/* Nemazat tento comment */
* {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
address {
  font-style: normal;
}
img {
  border: 0 none;
}
a img {
  border: 0 none;
}
sub,
sup {
  line-height: 1;
  font-size: 60%;
}
small {
  font-size: 80%;
}
big {
  font-size: 140%;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.hidden {
  display: none;
}
.menu-h {
  float: left !important;
  display: inline;
}
.menu-h li {
  position: relative;
  float: left !important;
  display: inline;
  list-style: none;
}
.menu-h li > span,
.menu-h li > a {
  float: left !important;
  display: inline;
  text-decoration: none;
  font-weight: bold;
}
.menu-h li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
.menu-h li:hover ul {
  display: block;
}
.menu-h.float-right li ul {
  left: auto;
  right: 0;
}
.menu-v {
  display: block;
}
.menu-v li {
  list-style: none;
  display: block;
}
.menu-v li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: bold;
}
[title] {
  cursor: default;
}
a,
a[title] {
  cursor: pointer;
}
/*
a {
    color: @link-color;
    text-decoration: none;

    &:hover,
    &:focus {
        color: @link-hover-color;
        text-decoration: underline;
    }

    &:focus {
        .tab-focus();
    }
}
*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.float-left {
  float: left !important;
  display: inline;
}
.float-right {
  float: right !important;
  display: inline;
}
.clear {
  clear: both !important;
}
.display-inline {
  display: inline;
}
/*
@caret-width-base: 4px;
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top:   @caret-width-base solid;
  border-right: @caret-width-base solid transparent;
  border-left:  @caret-width-base solid transparent;
}
*/
.scroll-to-top {
  position: fixed;
  float: left;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 100;
  font-size: 50px;
  line-height: 1;
  color: #444;
  text-decoration: none;
}
.scroll-to-top:hover {
  text-decoration: none;
}
#easyTooltip {
  padding: 2px 8px;
  background: #f0f5f6;
  border: 1px solid #e1e1e1;
  z-index: 120;
  -webkit-box-shadow: 0 9px 9px #999999;
  box-shadow: 0 9px 9px #999999;
}
#easyTooltip h1 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 22px;
  color: #1d353f;
}
#easyTooltip h2 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 17.6px;
  color: #1d353f;
}
#easyTooltip h3 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 13.2px;
  color: #1d353f;
}
#easyTooltip h4 {
  margin: 5px 0;
  line-height: 1.2;
  font-size: 11px;
  color: #1d353f;
}
#easyTooltip p {
  margin-bottom: 15px;
}
#easyTooltip ul {
  padding-left: 16px;
  margin-bottom: 15px;
}
#easyTooltip dl {
  margin-bottom: 15px;
}
#easyTooltip dl:before,
#easyTooltip dl:after {
  content: " ";
  display: table;
}
#easyTooltip dl:after {
  clear: both;
}
#easyTooltip dl:before,
#easyTooltip dl:after {
  content: " ";
  display: table;
}
#easyTooltip dl:after {
  clear: both;
}
#easyTooltip dl.inline dd {
  float: left;
  margin-right: 10px;
}
#easyTooltip dt {
  display: inline;
  /*
        float: left;
        */
  margin-right: 5px;
  font-weight: bold;
}
#easyTooltip dd {
  display: inline;
  /*
        margin-left: 25px; // evil
        */
}
#easyTooltip dd:before {
  content: "-";
  font-weight: normal;
  margin-right: 5px;
}
#easyTooltip dd:after {
  content: "\a";
  white-space: pre;
}
#easyTooltip a {
  color: #3d7085;
  text-decoration: underline;
}
#easyTooltip a:hover {
  text-decoration: none;
  color: #2d5262;
}
#easyTooltip code {
  margin-bottom: 15px;
  font-family: monospace;
  white-space: pre;
  display: block;
  width: 100%;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
[id^='tt-content-'] {
  display: none;
}
[id^='tooltip-'] {
  color: #3d7085;
  cursor: default;
}
.loader {
  margin: 0 auto;
  padding: 50px 0;
  width: 70px;
  text-align: center;
}
.loader > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal h1 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 22px;
  color: #1d353f;
}
.modal h2 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 17.6px;
  color: #1d353f;
}
.modal h3 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 13.2px;
  color: #1d353f;
}
.modal h4 {
  margin: 5px 0;
  line-height: 1.2;
  font-size: 11px;
  color: #1d353f;
}
.modal p {
  margin-bottom: 15px;
}
.modal ul {
  padding-left: 16px;
  margin-bottom: 15px;
}
.modal dl {
  margin-bottom: 15px;
}
.modal dl:before,
.modal dl:after {
  content: " ";
  display: table;
}
.modal dl:after {
  clear: both;
}
.modal dl:before,
.modal dl:after {
  content: " ";
  display: table;
}
.modal dl:after {
  clear: both;
}
.modal dl.inline dd {
  float: left;
  margin-right: 10px;
}
.modal dt {
  display: inline;
  /*
        float: left;
        */
  margin-right: 5px;
  font-weight: bold;
}
.modal dd {
  display: inline;
  /*
        margin-left: 25px; // evil
        */
}
.modal dd:before {
  content: "-";
  font-weight: normal;
  margin-right: 5px;
}
.modal dd:after {
  content: "\a";
  white-space: pre;
}
.modal a {
  color: #3d7085;
  text-decoration: underline;
}
.modal a:hover {
  text-decoration: none;
  color: #2d5262;
}
.modal code {
  margin-bottom: 15px;
  font-family: monospace;
  white-space: pre;
  display: block;
  width: 100%;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #f0f5f6;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 180;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 3.5px;
}
.modal-header > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-header .close,
.modal-body .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.modal-body {
  position: relative;
  padding: 8px;
}
.modal-footer {
  padding: 8px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 90%;
  }
}
.close {
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-asterisk:before {
  content: "\2a";
}
.icon-plus:before {
  content: "\2b";
}
.icon-euro:before {
  content: "\20ac";
}
.icon-minus:before {
  content: "\2212";
}
.icon-cloud:before {
  content: "\2601";
}
.icon-envelope:before {
  content: "\2709";
}
.icon-pencil:before {
  content: "\270f";
}
.icon-glass:before {
  content: "\e001";
}
.icon-music:before {
  content: "\e002";
}
.icon-search:before {
  content: "\e003";
}
.icon-heart:before {
  content: "\e005";
}
.icon-star:before {
  content: "\e006";
}
.icon-star-empty:before {
  content: "\e007";
}
.icon-user:before {
  content: "\e008";
}
.icon-film:before {
  content: "\e009";
}
.icon-th-large:before {
  content: "\e010";
}
.icon-th:before {
  content: "\e011";
}
.icon-th-list:before {
  content: "\e012";
}
.icon-ok:before {
  content: "\e013";
}
.icon-remove:before {
  content: "\e014";
}
.icon-zoom-in:before {
  content: "\e015";
}
.icon-zoom-out:before {
  content: "\e016";
}
.icon-off:before {
  content: "\e017";
}
.icon-signal:before {
  content: "\e018";
}
.icon-cog:before {
  content: "\e019";
}
.icon-trash:before {
  content: "\e020";
}
.icon-home:before {
  content: "\e021";
}
.icon-file:before {
  content: "\e022";
}
.icon-time:before {
  content: "\e023";
}
.icon-road:before {
  content: "\e024";
}
.icon-download-alt:before {
  content: "\e025";
}
.icon-download:before {
  content: "\e026";
}
.icon-upload:before {
  content: "\e027";
}
.icon-inbox:before {
  content: "\e028";
}
.icon-play-circle:before {
  content: "\e029";
}
.icon-repeat:before {
  content: "\e030";
}
.icon-refresh:before {
  content: "\e031";
}
.icon-list-alt:before {
  content: "\e032";
}
.icon-flag:before {
  content: "\e034";
}
.icon-headphones:before {
  content: "\e035";
}
.icon-volume-off:before {
  content: "\e036";
}
.icon-volume-down:before {
  content: "\e037";
}
.icon-volume-up:before {
  content: "\e038";
}
.icon-qrcode:before {
  content: "\e039";
}
.icon-barcode:before {
  content: "\e040";
}
.icon-tag:before {
  content: "\e041";
}
.icon-tags:before {
  content: "\e042";
}
.icon-book:before {
  content: "\e043";
}
.icon-print:before {
  content: "\e045";
}
.icon-font:before {
  content: "\e047";
}
.icon-bold:before {
  content: "\e048";
}
.icon-italic:before {
  content: "\e049";
}
.icon-text-height:before {
  content: "\e050";
}
.icon-text-width:before {
  content: "\e051";
}
.icon-align-left:before {
  content: "\e052";
}
.icon-align-center:before {
  content: "\e053";
}
.icon-align-right:before {
  content: "\e054";
}
.icon-align-justify:before {
  content: "\e055";
}
.icon-list:before {
  content: "\e056";
}
.icon-indent-left:before {
  content: "\e057";
}
.icon-indent-right:before {
  content: "\e058";
}
.icon-facetime-video:before {
  content: "\e059";
}
.icon-picture:before {
  content: "\e060";
}
.icon-map-marker:before {
  content: "\e062";
}
.icon-adjust:before {
  content: "\e063";
}
.icon-tint:before {
  content: "\e064";
}
.icon-edit:before {
  content: "\e065";
}
.icon-share:before {
  content: "\e066";
}
.icon-check:before {
  content: "\e067";
}
.icon-move:before {
  content: "\e068";
}
.icon-step-backward:before {
  content: "\e069";
}
.icon-fast-backward:before {
  content: "\e070";
}
.icon-backward:before {
  content: "\e071";
}
.icon-play:before {
  content: "\e072";
}
.icon-pause:before {
  content: "\e073";
}
.icon-stop:before {
  content: "\e074";
}
.icon-forward:before {
  content: "\e075";
}
.icon-fast-forward:before {
  content: "\e076";
}
.icon-step-forward:before {
  content: "\e077";
}
.icon-eject:before {
  content: "\e078";
}
.icon-chevron-left:before {
  content: "\e079";
}
.icon-chevron-right:before {
  content: "\e080";
}
.icon-plus-sign:before {
  content: "\e081";
}
.icon-minus-sign:before {
  content: "\e082";
}
.icon-remove-sign:before {
  content: "\e083";
}
.icon-ok-sign:before {
  content: "\e084";
}
.icon-question-sign:before {
  content: "\e085";
}
.icon-info-sign:before {
  content: "\e086";
}
.icon-screenshot:before {
  content: "\e087";
}
.icon-remove-circle:before {
  content: "\e088";
}
.icon-ok-circle:before {
  content: "\e089";
}
.icon-ban-circle:before {
  content: "\e090";
}
.icon-arrow-left:before {
  content: "\e091";
}
.icon-arrow-right:before {
  content: "\e092";
}
.icon-arrow-up:before {
  content: "\e093";
}
.icon-arrow-down:before {
  content: "\e094";
}
.icon-share-alt:before {
  content: "\e095";
}
.icon-resize-full:before {
  content: "\e096";
}
.icon-resize-small:before {
  content: "\e097";
}
.icon-exclamation-sign:before {
  content: "\e101";
}
.icon-gift:before {
  content: "\e102";
}
.icon-leaf:before {
  content: "\e103";
}
.icon-eye-open:before {
  content: "\e105";
}
.icon-eye-close:before {
  content: "\e106";
}
.icon-warning-sign:before {
  content: "\e107";
}
.icon-plane:before {
  content: "\e108";
}
.icon-random:before {
  content: "\e110";
}
.icon-comment:before {
  content: "\e111";
}
.icon-magnet:before {
  content: "\e112";
}
.icon-chevron-up:before {
  content: "\e113";
}
.icon-chevron-down:before {
  content: "\e114";
}
.icon-retweet:before {
  content: "\e115";
}
.icon-shopping-cart:before {
  content: "\e116";
}
.icon-folder-close:before {
  content: "\e117";
}
.icon-folder-open:before {
  content: "\e118";
}
.icon-resize-vertical:before {
  content: "\e119";
}
.icon-resize-horizontal:before {
  content: "\e120";
}
.icon-hdd:before {
  content: "\e121";
}
.icon-bullhorn:before {
  content: "\e122";
}
.icon-certificate:before {
  content: "\e124";
}
.icon-thumbs-up:before {
  content: "\e125";
}
.icon-thumbs-down:before {
  content: "\e126";
}
.icon-hand-right:before {
  content: "\e127";
}
.icon-hand-left:before {
  content: "\e128";
}
.icon-hand-up:before {
  content: "\e129";
}
.icon-hand-down:before {
  content: "\e130";
}
.icon-circle-arrow-right:before {
  content: "\e131";
}
.icon-circle-arrow-left:before {
  content: "\e132";
}
.icon-circle-arrow-up:before {
  content: "\e133";
}
.icon-circle-arrow-down:before {
  content: "\e134";
}
.icon-globe:before {
  content: "\e135";
}
.icon-tasks:before {
  content: "\e137";
}
.icon-filter:before {
  content: "\e138";
}
.icon-fullscreen:before {
  content: "\e140";
}
.icon-dashboard:before {
  content: "\e141";
}
.icon-heart-empty:before {
  content: "\e143";
}
.icon-link:before {
  content: "\e144";
}
.icon-phone:before {
  content: "\e145";
}
.icon-usd:before {
  content: "\e148";
}
.icon-gbp:before {
  content: "\e149";
}
.icon-sort:before {
  content: "\e150";
}
.icon-sort-by-alphabet:before {
  content: "\e151";
}
.icon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.icon-sort-by-order:before {
  content: "\e153";
}
.icon-sort-by-order-alt:before {
  content: "\e154";
}
.icon-sort-by-attributes:before {
  content: "\e155";
}
.icon-sort-by-attributes-alt:before {
  content: "\e156";
}
.icon-unchecked:before {
  content: "\e157";
}
.icon-expand:before {
  content: "\e158";
}
.icon-collapse-down:before {
  content: "\e159";
}
.icon-collapse-up:before {
  content: "\e160";
}
.icon-log-in:before {
  content: "\e161";
}
.icon-flash:before {
  content: "\e162";
}
.icon-log-out:before {
  content: "\e163";
}
.icon-new-window:before {
  content: "\e164";
}
.icon-record:before {
  content: "\e165";
}
.icon-save:before {
  content: "\e166";
}
.icon-open:before {
  content: "\e167";
}
.icon-saved:before {
  content: "\e168";
}
.icon-import:before {
  content: "\e169";
}
.icon-export:before {
  content: "\e170";
}
.icon-send:before {
  content: "\e171";
}
.icon-floppy-disk:before {
  content: "\e172";
}
.icon-floppy-saved:before {
  content: "\e173";
}
.icon-floppy-remove:before {
  content: "\e174";
}
.icon-floppy-save:before {
  content: "\e175";
}
.icon-floppy-open:before {
  content: "\e176";
}
.icon-credit-card:before {
  content: "\e177";
}
.icon-transfer:before {
  content: "\e178";
}
.icon-cutlery:before {
  content: "\e179";
}
.icon-header:before {
  content: "\e180";
}
.icon-compressed:before {
  content: "\e181";
}
.icon-earphone:before {
  content: "\e182";
}
.icon-phone-alt:before {
  content: "\e183";
}
.icon-tower:before {
  content: "\e184";
}
.icon-stats:before {
  content: "\e185";
}
.icon-sd-video:before {
  content: "\e186";
}
.icon-hd-video:before {
  content: "\e187";
}
.icon-subtitles:before {
  content: "\e188";
}
.icon-sound-stereo:before {
  content: "\e189";
}
.icon-sound-dolby:before {
  content: "\e190";
}
.icon-sound-5-1:before {
  content: "\e191";
}
.icon-sound-6-1:before {
  content: "\e192";
}
.icon-sound-7-1:before {
  content: "\e193";
}
.icon-copyright-mark:before {
  content: "\e194";
}
.icon-registration-mark:before {
  content: "\e195";
}
.icon-cloud-download:before {
  content: "\e197";
}
.icon-cloud-upload:before {
  content: "\e198";
}
.icon-tree-conifer:before {
  content: "\e199";
}
.icon-tree-deciduous:before {
  content: "\e200";
}
.icon-briefcase:before {
  content: "\1f4bc";
}
.icon-calendar:before {
  content: "\1f4c5";
}
.icon-pushpin:before {
  content: "\1f4cc";
}
.icon-paperclip:before {
  content: "\1f4ce";
}
.icon-camera:before {
  content: "\1f4f7";
}
.icon-lock:before {
  content: "\1f512";
}
.icon-bell:before {
  content: "\1f514";
}
.icon-bookmark:before {
  content: "\1f516";
}
.icon-fire:before {
  content: "\1f525";
}
.icon-wrench:before {
  content: "\1f527";
}
.table {
  width: 100%;
  margin-bottom: 15px;
  border-spacing: 0;
  -webkit-box-shadow: 0 9px 9px -10px #a2bec4;
  box-shadow: 0 9px 9px -10px #a2bec4;
  word-wrap: break-word;
  /*
    > caption ~ thead,
    > caption ~ tbody,
    > thead ~ tbody {
        > tr:first-child {
            > * {
                border-top: 0 none;
            }
        }
    }
    > tfoot ~ tbody {
        > tr:last-child {
            > * {
                border-top: 0 none;
            }
        }
    }
    */
  border-radius: 4px;
}
.table caption {
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  font-weight: bold;
  text-align: center;
  background: #999999;
}
.table th,
.table td {
  padding: 2px 8px;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
}
.table th:first-child,
.table td:first-child {
  border-left: 1px solid #bfbfbf;
}
.table th.centered,
.table td.centered {
  text-align: center;
  vertical-align: middle;
}
.table th.centered > *,
.table td.centered > * {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.table th.centered > input[type="checkbox"],
.table td.centered > input[type="checkbox"] {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table thead th {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #dddddd, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
  cursor: default;
  font-size: 13px;
}
.table thead td {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #dddddd, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.table tfoot th,
.table tfoot td {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #dddddd, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.table tbody th {
  background: #eeeeee;
}
.table tbody td {
  background: #fbfbfb;
}
.table > thead > tr:first-child > *,
.table > tbody > tr:first-child > * {
  border-top: 1px solid #bfbfbf;
}
.table > caption {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.table > thead > tr:first-child > :first-child,
.table > tbody > tr:first-child > :first-child {
  border-top-left-radius: 4px;
}
.table > thead > tr:first-child > :last-child,
.table > tbody > tr:first-child > :last-child {
  border-top-right-radius: 4px;
}
.table > tfoot > tr:last-child > :first-child,
.table > tbody > tr:last-child > :first-child {
  border-bottom-left-radius: 4px;
}
.table > tfoot > tr:last-child > :last-child,
.table > tbody > tr:last-child > :last-child {
  border-bottom-right-radius: 4px;
}
.table > caption ~ thead > tr:first-child > :first-child,
.table > caption ~ tbody > tr:first-child > :first-child,
.table > thead ~ tbody > tr:first-child > :first-child,
.table > caption ~ thead > tr:first-child > :last-child,
.table > caption ~ tbody > tr:first-child > :last-child,
.table > thead ~ tbody > tr:first-child > :last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.table > tfoot ~ tbody > tr:last-child > :first-child,
.table > tfoot ~ tbody > tr:last-child > :last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.table > tbody ~ tbody > tr:first-child td,
.table > tbody ~ tbody > tr:first-child th {
  border-top: 0 none;
}
.table > tbody ~ tbody > tr:first-child > :first-child,
.table > tbody ~ tbody > tr:first-child > :last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.list tbody tr:nth-child(even) th,
table.list tbody tr:nth-child(even) td {
  background: #eeeeee;
}
table.list tbody tr:nth-child(odd) th,
table.list tbody tr:nth-child(odd) td {
  background: #fbfbfb;
}
table.list tbody tr th,
table.list tbody tr td {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
}
table.list tbody tr.active td,
table.list tbody tr.active th {
  background-color: #1d353f;
  color: #ffffff;
}
table.list tbody tr.active td a,
table.list tbody tr.active th a,
table.list tbody tr.active td .link,
table.list tbody tr.active th .link {
  color: #5b99b4;
}
table.list tbody tr.active td a:hover,
table.list tbody tr.active th a:hover,
table.list tbody tr.active td .link:hover,
table.list tbody tr.active th .link:hover {
  color: #3d7085;
}
table.list tbody tr.primary th,
table.list tbody tr.primary td,
table.list tbody tr.primary a {
  color: #3071a9;
  background: #b9d4ec;
}
table.list tbody tr.secondary th,
table.list tbody tr.secondary td,
table.list tbody tr.secondary a {
  color: #e6e6e6;
  background: #ffffff;
}
table.list tbody tr.success th,
table.list tbody tr.success td,
table.list tbody tr.success a {
  color: #449d44;
  background: #c7e6c7;
}
table.list tbody tr.warning th,
table.list tbody tr.warning td,
table.list tbody tr.warning a {
  color: #ec971f;
  background: #fceedb;
}
table.list tbody tr.error th,
table.list tbody tr.error td,
table.list tbody tr.error a {
  color: #c9302c;
  background: #f4cecd;
}
table.list tbody tr.info th,
table.list tbody tr.info td,
table.list tbody tr.info a {
  color: #31b0d5;
  background: #daf1f8;
}
table.list thead .sort {
  float: right;
}
table.list thead .sort .icon {
  cursor: pointer;
}
table.list thead .sort .active {
  color: #222222;
}
table.list thead .sort .active .icon {
  cursor: default;
}
table.list thead .date {
  min-width: 158px;
}
table.list thead .date .input-buttons {
  margin-right: 0 !important;
}
table.list thead .date button {
  margin-right: 0;
}
.overflow-table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 9px 9px -10px #a2bec4;
  box-shadow: 0 9px 9px -10px #a2bec4;
}
.overflow-table-wrap .table {
  margin: 0;
}
.table-tree-icon {
  font-family: monospace;
}
.table-tree-icon > * {
  font-family: Verdana, Arial, helvetica, sans-serif;
}
.btn {
  display: table;
  margin: 0 0 15px 0;
  padding: 1px 8px;
  border: 0 none;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background: #333333;
  font-size: 11px;
  cursor: pointer;
}
.btn:hover {
  background: #222222;
}
.btn .icon {
  margin-right: 5px;
}
.btn .icon.alone {
  margin-right: 0;
}
.btn + .btn {
  margin-left: 10px;
}
.btn-primary {
  background: #428bca;
  border: 1px solid #3276b1;
}
.btn-primary:hover {
  background: #3276b1;
}
.btn-secondary {
  background: #ffffff;
  border: 1px solid #999999;
  color: #222222;
}
.btn-secondary:hover {
  background: #ebebeb;
}
.btn-success {
  background: #5cb85c;
  border: 1px solid #47a447;
}
.btn-success:hover {
  background: #47a447;
}
.btn-warning {
  background: #f0ad4e;
  border: 1px solid #ed9c28;
}
.btn-warning:hover {
  background: #ed9c28;
}
.btn-error {
  background: #d9534f;
  border: 1px solid #d2322d;
}
.btn-error:hover {
  background: #d2322d;
}
.btn-info {
  background: #5bc0de;
  border: 1px solid #39b3d7;
}
.btn-info:hover {
  background: #39b3d7;
}
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
input[type='text'],
input[type='password'],
select,
textarea {
  display: block;
  width: 100%;
  height: 20.5px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /* For Safari 3.1 to 6.0 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="search"] {
  -webkit-appearance: none;
}
textarea {
  height: 100px;
}
fieldset {
  padding: 0;
  margin: 0 0 15px;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #999999;
}
label {
  padding: 2px 8px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 3px;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="color"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="datetime"]:focus,
.form-group input[type="datetime-local"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="month"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="range"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="time"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="week"]:focus,
.form-group textarea:focus {
  border-color: #428bca;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(66, 139, 202, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(66, 139, 202, 0.6);
  outline: 0 none;
}
.form-group.error {
  color: #d9534f;
}
.form-group.error input[type="text"],
.form-group.error input[type="password"],
.form-group.error input[type="color"],
.form-group.error input[type="date"],
.form-group.error input[type="datetime"],
.form-group.error input[type="datetime-local"],
.form-group.error input[type="email"],
.form-group.error input[type="month"],
.form-group.error input[type="number"],
.form-group.error input[type="range"],
.form-group.error input[type="tel"],
.form-group.error input[type="time"],
.form-group.error input[type="url"],
.form-group.error input[type="week"],
.form-group.error textarea {
  border-color: #d9534f;
}
.form-group.error input[type="text"]:focus,
.form-group.error input[type="password"]:focus,
.form-group.error input[type="color"]:focus,
.form-group.error input[type="date"]:focus,
.form-group.error input[type="datetime"]:focus,
.form-group.error input[type="datetime-local"]:focus,
.form-group.error input[type="email"]:focus,
.form-group.error input[type="month"]:focus,
.form-group.error input[type="number"]:focus,
.form-group.error input[type="range"]:focus,
.form-group.error input[type="tel"]:focus,
.form-group.error input[type="time"]:focus,
.form-group.error input[type="url"]:focus,
.form-group.error input[type="week"]:focus,
.form-group.error textarea:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 83, 79, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 83, 79, 0.6);
  outline: 0 none;
}
.form-group dt,
.form-group label {
  padding: 0;
  font-weight: bold;
}
.form-group .btn {
  margin-bottom: 0;
}
.no-margin-form-group {
  margin-bottom: 0;
}
.form-inline:before,
.form-inline:after {
  content: " ";
  display: table;
}
.form-inline:after {
  clear: both;
}
.form-inline:before,
.form-inline:after {
  content: " ";
  display: table;
}
.form-inline:after {
  clear: both;
}
.form-inline input,
.form-inline select,
.form-inline label,
.form-inline .input-buttons {
  float: left;
  margin: 0 8px 0 0;
}
.form-inline input[type='submit'] {
  margin-right: 0;
}
.form-inline button {
  float: left;
  margin-bottom: 0;
}
.form-inline label {
  padding-right: 0;
  padding-left: 0;
}
table thead > tr > th.form-group {
  margin-bottom: 0;
}
table thead > tr > th.form-group input[type="radio"],
table thead > tr > th.form-group input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 3px;
}
input[type="date"] {
  width: 140px;
}
form .x-small {
  width: 50px;
}
form .small {
  width: 70px;
}
form .medium {
  width: 100px;
}
form .large {
  width: 154px;
}
form .x-large {
  width: 200px;
}
form .xx-large {
  width: 315px;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.link {
  padding: 0;
  margin: 0;
  color: #3d7085;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
.link:hover {
  color: #2d5262;
}
.btn-link {
  display: table;
  margin: 0 0 15px 0;
  padding: 2px 9px;
  font-weight: bold;
}
.btn-link .icon {
  margin-right: 5px;
}
.btn-link .icon.alone {
  margin-right: 0;
}
input[type="checkbox"] {
  cursor: pointer;
}
/* --- GLOBAL --- */
html {
  font: normal normal normal 11px/1.5 Verdana, Arial, helvetica, sans-serif;
  color: #222222;
}
body {
  text-align: left;
  background: #d1dfe2;
}
header {
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  background: #1d353f;
  display: block;
  width: 100%;
  border-bottom: 15px solid #d1dfe2;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header.scrolled {
  -webkit-box-shadow: 0 11px 0 -10px #64939d;
  box-shadow: 0 11px 0 -10px #64939d;
}
header #logo {
  float: left;
  padding: 2px 50px 0 10px;
  font-weight: bold;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
}
header #toggle-main-menu-more {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 2px;
  padding: 4px 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #2d5262;
  border-radius: 4px;
  z-index: 151;
  cursor: pointer;
}
header #toggle-main-menu-more:hover {
  background-color: #2d5262;
}
header #toggle-main-menu-more .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #4d8da8;
}
header #toggle-main-menu-more .icon-bar + .icon-bar {
  margin-top: 3px;
}
@media (min-width: 768px) {
  header #toggle-main-menu-more {
    display: none;
  }
}
@media (max-width: 767px) {
  header #main-menu-more {
    display: none;
  }
  header #main-menu-more form {
    float: none;
    display: block;
    clear: both;
  }
  header #main-menu-more form:before,
  header #main-menu-more form:after {
    content: " ";
    display: table;
  }
  header #main-menu-more form:after {
    clear: both;
  }
  header #main-menu-more form:before,
  header #main-menu-more form:after {
    content: " ";
    display: table;
  }
  header #main-menu-more form:after {
    clear: both;
  }
  header #main-menu-more nav {
    float: none;
    display: block;
    margin: 15px 0;
    padding: 0 10px;
  }
  header #main-menu-more nav a {
    float: none;
    display: block;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  header #main-menu-more {
    display: block !important;
  }
}
header form {
  float: left;
  display: inline;
  margin: 2px 10px 0;
  color: #ffffff;
}
header form input[type="text"],
header form input[type="search"] {
  width: 150px;
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header form .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
header form .btn .icon {
  margin-right: 0;
}
header nav {
  float: right;
  display: inline;
  margin: 3px 10px 0 0;
}
header nav a {
  float: left;
  padding: 2px 8px;
  margin: 2px 1px -1px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
header nav a.active,
header nav a:hover {
  color: #222222;
  background: #d1dfe2;
  -webkit-box-shadow: inset 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #ffffff;
}
main {
  padding: 40px 10px;
  display: block;
}
main h1 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 22px;
  color: #1d353f;
}
main h2 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 17.6px;
  color: #1d353f;
}
main h3 {
  margin: 7.5px 0;
  line-height: 1.2;
  font-size: 13.2px;
  color: #1d353f;
}
main h4 {
  margin: 5px 0;
  line-height: 1.2;
  font-size: 11px;
  color: #1d353f;
}
main p {
  margin-bottom: 15px;
}
main ul {
  padding-left: 16px;
  margin-bottom: 15px;
}
main dl {
  margin-bottom: 15px;
}
main dl:before,
main dl:after {
  content: " ";
  display: table;
}
main dl:after {
  clear: both;
}
main dl:before,
main dl:after {
  content: " ";
  display: table;
}
main dl:after {
  clear: both;
}
main dl.inline dd {
  float: left;
  margin-right: 10px;
}
main dt {
  display: inline;
  /*
        float: left;
        */
  margin-right: 5px;
  font-weight: bold;
}
main dd {
  display: inline;
  /*
        margin-left: 25px; // evil
        */
}
main dd:before {
  content: "-";
  font-weight: normal;
  margin-right: 5px;
}
main dd:after {
  content: "\a";
  white-space: pre;
}
main a {
  color: #3d7085;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
  color: #2d5262;
}
main code {
  margin-bottom: 15px;
  font-family: monospace;
  white-space: pre;
  display: block;
  width: 100%;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.paginator a,
.paginator span {
  text-decoration: none;
  padding: 0 2px;
}
.paginator .active,
.paginator a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #3d7085;
}
#intree {
  height: 200px;
}
#outtree {
  height: 200px;
}
.ace_link_marker {
  position: absolute;
  border-bottom: 1px solid blue;
}
.primary {
  color: #428bca;
}
.secondary {
  color: #ffffff;
}
.success {
  color: #5cb85c;
}
.warning {
  color: #f0ad4e;
}
.error {
  color: #d9534f;
}
.info {
  color: #5bc0de;
}
.tabs > nav {
  padding-left: 8px;
}
.tabs > nav:before,
.tabs > nav:after {
  content: " ";
  display: table;
}
.tabs > nav:after {
  clear: both;
}
.tabs > nav:before,
.tabs > nav:after {
  content: " ";
  display: table;
}
.tabs > nav:after {
  clear: both;
}
.tabs > nav a {
  float: left;
  display: inline;
  padding: 2px 8px;
  margin: 0 0 -1px 1px;
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: inset 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, 0%, #dddddd, 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.tabs > nav a.active,
.tabs > nav a:hover {
  color: #222222;
  background: #ffffff;
  border-bottom-color: #ffffff;
}
.tabs > .tabs-content {
  padding: 8px;
  clear: both;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background: #ffffff;
}
.tabs > .tabs-content > *:last-child {
  margin-bottom: 0;
}
.message {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 2px 8px;
}
.message.primary {
  border-color: #428bca;
  color: #3071a9;
  background: #cde1f1;
}
.message.secondary {
  border-color: #ffffff;
  color: #e6e6e6;
  background: #ffffff;
}
.message.success {
  border-color: #5cb85c;
  color: #449d44;
  background: #d8eed8;
}
.message.warning {
  border-color: #f0ad4e;
  color: #ec971f;
  background: #fef9f3;
}
.message.error {
  border-color: #d9534f;
  color: #c9302c;
  background: #f9e2e2;
}
.message.info {
  border-color: #5bc0de;
  color: #31b0d5;
  background: #f0f9fc;
}
span.disabled {
  color: #999999;
}
body.error-page main {
  max-width: 400px;
  margin: 50px auto;
}
body.error-page main h1 {
  font-size: 120px;
}
[class*="runable-list-state"] {
  font-weight: bold;
}
.runable-list-state-p {
  color: #6495ed;
}
.runable-list-state-f {
  color: #888;
}
.runable-list-state-ff {
  color: #555;
}
.runable-list-state-c {
  color: #a0522d;
}
.runable-list-state-e {
  color: black;
}
.runable-list-state-r {
  color: green;
}
.gap {
  margin-left: 2px;
}
